/* 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;
}
em
{
	font-style:italic;
}
body {
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 */
/**/
}
a, a:link, a:visited {
text-decoration: underline;
color:#FFFFFF;
}
a:hover {
	text-decoration: underline;
	color:#FFFF99;
}
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;
}
.enLigne {
display:inline;
}
.milieuAbsolu
{
vertical-align:baseline;
display:inline;
}

.ajusteur	{ /* pour ajuster la hauteur de la ligne */
clear:both;
line-height:0px;
font-size:1px;
height:0px;
color:#FFFFFF;
}

label span
{
display:none;
}
.cacherBalise
{
display:none;
}
map
{
padding-top:15px;
}