/* CSS Document */

/************************************/
/* Initialisation                   */
/************************************/
* {
	padding: 0px;
	border: none;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
}
img {
	display:block;
}
html {
	font-size: 100%;
} 
body {
	position:relative;
	height: 100%; /* debug selection de texte */
	color: #000000;
	background-color: #ffffff;
	/* centrage de la page */
	text-align: center; /* pour corriger le bug de centrage IE */
	font-size: 1em;
}
a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
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, i {
	font-style:italic;
}
.ajusteur	{ /* pour ajuster la hauteur de la ligne */
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	color:#FFFFFF;
}
.imageDroite {
	float:right;
	margin-left:7px;
	margin-bottom:7px;
}
.imageGauche {
	float:left;
	margin-right:7px;
	margin-bottom:7px;
}
p.legendeGauche {
	position:relative;
	float:left;
	padding-bottom:6px;
	padding-right:20px;
	text-align:inherit;
	font-style:italic;
	font-weight:bold;
	font-size:11px!important;
}
p.legendeDroite {
	position:relative;
	float:right;
	padding-bottom:6px;
	padding-left:15px;
	text-align:inherit;
	font-style:italic;
	font-weight:bold;
	font-size:11px!important;
}
p.legendeDroite img,
p.legendeGauche img{
	display:block!important;
	padding-bottom:5px;
}