html, body {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #fff; /*couleur de fond blanche*/
}
li {
list-style-image:url("images/pucerond.png");
}
li a{
line-height:1.5em;
}
.conteneur { /*le conteneur global du site, qui sera centré */
width: 100%;
height: 100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
/*
position: absolute;
*/
background-color: #ffffff;
background-image : url("images/menupix.jpg") ;
background-repeat:repeat-y;
}

.soustitre {
background-image:url("images/fleche.png");
background-repeat:no-repeat;
text-indent:15px;
vertical-align:middle;
font-weight: bold; 
}
.header {
width: 100%;
height: 140px;
background-color: #ffffff;
}
.menu {
position: absolute;
left:0px;
width: 178px;
}
.contenu {
margin-left: 200px;
width: auto;
}
.contenu a {
text-decoration:none;
}
p {
	margin: 0 0 10px 0;
	text-align: justify;
}

.attention {
padding-left:35px;
background-image:url("images/attention-24.png");
background-repeat:no-repeat;
font-size:.8em;
font-style:italic;
}
.menumarge {
margin-left: 10px;
}
.menugauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323131;
	text-decoration: none;
}
.menu a:hover {
	color: #ffffff;
text-decoration: none;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #323131;
	text-decoration: none;
	text-align: center;
}
.bouton a:hover {
	color: #ffffff;
	text-decoration: none;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #334777;
	text-decoration: none;
}
.lien {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #404040;	
	text-decoration: none;
	text-align:justify;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	text-align:justify;
}
.normal a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #334777;
	text-decoration: none;
}
.normal a:hover{
	color: #000000;
	text-decoration: none;
}
.adresse {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #8fa9db;
	text-decoration: none;
}

