/*###########
	global
###########*/
#global{
margin-left:auto;
margin-right:auto;
width:1000px;
text-align:left;
}
body{
/*margin: 0;*/
text-align:center;
background-color:#CCCCCC;
}
.blanc{
width:100%;
height:10px;
}
/*###########
	entete
###########*/
#entete{
/*float:left;
margin: auto;*/
width:100%;
height:150px;
}
#menu{
float:left;
text-align:center;
width:250px;
background-color:#FFFFFF;
}
/*###########
	contenu
###########*/
#contenu{
float:left;
width:100%;
background-color:#FFFFFF;
}
/*carte index*/
#carte{
float:right;
width:650px;
}
#contenucolspanbold{
width:1000px;
float:left;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:center;
font-weight:bold;
}
/*###########
	pied
###########*/
#pied{
height:17px;
padding-top:2px;
width:100%;
background-image:url(../img/pied.png);
background-repeat:no-repeat;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
clear:both;
}
#pied a{
color:#FFFFFF;
text-decoration:none;
}
#pied a:hover{
color:#FFFFFF;
text-decoration:underline;
}