/* DÉBUT Principal */
body, html {
	font-size:13px;
	line-height: 21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#424040;
}

hr {
	background-image: url(../images/separator.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	line-height: 2px;
	display: block;
	height: 2px;
}

sup {
	font-size: .7em;
line-height: 0; 
position: relative;
vertical-align: baseline;
top: -0.4em;
}

h1 {
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;	
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: 0.06em;
	color: #69c500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;	
	font-weight: 600;
	color: #69c500;
	font-size: 16px;
	letter-spacing: 0.05em;
	margin-top: 25px;
	margin-bottom: 3px;
}

h2.gros {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 22px;
}

h2.big_margin_bottom {
	margin-bottom: 10px;	
}

h3 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: 'Dosis', sans-serif;	
	font-weight: 600;
	color: #424040;
	font-size: 14px;
	letter-spacing: 0.05em;		
	margin-bottom: 15px;
}

h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #424040;
	font-size: 14px;
	letter-spacing: 0;	
}

.gauche {
	float: left;	
}

.droite {
	float: right;	
}

p {
	margin-bottom: 15px;	
}

p.big_margin_bottom {
	margin-bottom: 22px;	
}

.petit {
	font-size: 12px;	
}

h2 span.petit, h2 span.petit a, h2 a.petit {
	font-family:Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
}

a {
	color: #5dad00;
	text-decoration: none;
}

a:hover {
	color: #00c2df;	
}

strong {
	font-weight: bold;	
}

.clear {
	clear: both;	
}

ul {
	list-style-image: url(../images/bullet.jpg);
	margin-bottom: 15px;
	margin-left: 15px;
}

ol {
	list-style-type: decimal;
	margin-bottom: 0;
	margin-left: 20px;
}

ol li {
	margin-bottom: 15px;
}

em {
	font-style: italic;
}

table {
	margin-bottom: 35px;	
	width: 100%;
}

table th {
	background-color: #69c500;
	color: #fff;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 7px;
}

table td {
	background-color: #dcdcd6;	
	padding: 1px 7px;
}

table td.transparent {
	background-color: transparent;
	font-weight: bold;
	padding-top: 7px;
}

table.invisible td {
	background-color: transparent;
	padding: 0;
	vertical-align: top;
	padding-top: 20px;
}

table.invisible td:first-child {
	padding-right: 20px;	
}

table.invisible td h2 {
	margin-top: 0;	
}