html * {
	padding:0px;
	margin:0px;
}

body {
	background:transparent url(../images/fond_page.jpg) repeat scroll 0 0;
	font-family:Arial,sans-serif;
	font-size:80%;
	text-align:left;
}

#contenant {
margin:0 auto;
width:806px;
}

#page {
background:transparent url(../images/fond_contenu.jpg) repeat scroll 0 0;
float:left;
padding:0 11px;
width:784px;
min-height:600px;
}


/* Entete du site */
#entete {
    text-align: left;
}

#logo {
	float:left;
	background:url(../images/logo.jpg);
	width:200px;
	height:85px;
	margin:8px 0px;
}

#recherche_menupvi{
	float:left;
	width:584px;
	height:85px;
}

#image_entete{
	clear:both;
	background:url(../images/image_entete.jpg);
	width:784px;
	height:168px;
}

#menu_principal {
	background:#5f0d00;
	height:26px;
	white-space:nowrap;
	width:784px;
}

#contenu{
	padding:10px 0;
	float:left;
}

#col_gauche{
	float:left;
	width:183px;
	padding:0px 5px
}

#col_principale{
	padding:0px 15px;
	width:754px;
}

#col_droite{
	float:left;
	width:561px;
	padding:0px 15px;
}


#principal{

}

/*Pied de page*/

#bas_page{
    float:left;
    background:url(../images/bas_page.jpg) no-repeat;
    width:796px;
    float:right;
    color:#ffffff;
    padding:5px;

}

#bas_page p{
    text-align:center;
}

#bas_page a{
    color:#909090;	
}
#bas_page a:hover {
    color: #CCCCCC;
}