/************************************/
/* généralités                      */
/************************************/

* {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
text-decoration: none;
}

body {
	height: 100%;
	font-family: Arial,sans-serif;
	color: #000000;	
	background-color: #e0ce06;
}


a, a:link, a strong {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-style:italic;
 color: #334d55;
}

strong, b {
	font-weight:bold;
}

em {
 font-style:italic;
}

img {
	display:block;
}
.alignCentre {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
.alignDroite {
	float:right;
}
.alignGauche {
	float:left;
}
.alignDroiteMarge {
	float:right;
	margin:0px 0px 5px 5px;
}
.alignGaucheMarge {
	float:left;
	margin:0px 5px 5px 0px;
}
.ajusteur	{ /* pour ajuster la hauteur de la ligne */
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
}

.texteDroite {
	position:relative;
	text-align:right;
	padding-right:5px;
}
.texteDroite a {
	color:#FFFFFF;
}
hr {
	color: #FFFFFF; /* code debug affichage ie */
	background-color: #FFFFFF; /* code debug affichage safari */
	border-top:#C7C7C7 1px solid;
	margin-top:5px;
	margin-bottom:5px;
	width:100%;
}
.hrMoitie {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:0px;
}
.largeurTiers {
	width:30%;
}
.largeur2Tiers {
	width:60%;
}
.largeurMoitie {
	width:48%;
}

.legendeGauche {
	position:relative;
	float:left;
	padding-top:6px;
	padding-right:15px;
	
}
.legendeDroite {
	position:relative;
	float:right;
	padding-top:6px;
	padding-left:15px;
}