/* CSS Document */

/************************************/
/* généralités                      */
/************************************/

* {
	margin: 0;
	padding: 0px;
	border: 0;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

body {
	position: relative;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #76a43a;
	text-align: center; /* pour corriger le bug de centrage IE */	
}

.alignGauche {
	clear: both;
	float:left;
}

.alignCentre {
	margin-left:40px;
}

.alignDroite {
	clear: both;
	float:right;
	text-align: right;
}

.ajusteur {
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	color:#FFFFFF;
}

.legendeGauche {
	position:relative;
	float:left;
	margin-top:6px;
	margin-right:15px;
	
}
.legendeDroite {
	position:relative;
	float:right;
	margin-top:6px;
	margin-left:15px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}
.clearer {
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0px;
	width:0px;
}

