/* 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 {
	height: 100%; /* debug selection de texte */
	color: #000000;
	background-color: #ffffff;
	/* centrage de la page */
	text-align: left; /* pour corriger le bug de centrage IE */
	font-size: 1em;
}

header,
nav,
footer,
aside,
article,
figure,
figcapture,
section{
	display:block;
}

a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
}
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;
}

#ecranUser /* pour isoler la zone user de Content Manager en mode admin */
{
	position:relative;
}


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