/*Partie globale, <div> entourant tout le site*/
body {
	background:url(../images/body.jpg) top repeat-x #010100;
	background-attachment:fixed;
	font-family:Arial;
	font-size:12px;
	color:#373737;
}

.site_container{
	width:800px;
	position:relative;
	background-color:#E1D8CD;
}


/*Partie header */
.bandeau_container{
	height:200px;
	background-color:#666666;
	background:url(../images/banniere.jpg);
}

.dom_description{
	width:800px;
	background-color:#946D42;
	text-align:center;
	font-family: Arial;
	color:#ffffff;
}

.menu_top{
	width:800px;
	height:20px;
	text-align:center;
	background:url(../images/nav.jpg) top repeat-x #946D42;
	border-bottom:2px solid #946D42;
	border-top:2px solid #946D42;
}


/*Partie footer */
.footer_container{
	width:800px;
	height:50px;
	float:left;
	clear:both;
}
.liens_gauche_footer {float: left; margin-left: 5px;}
.liens_gauche_footer a{color: #000000;}
.liens_gauche_footer a:visited{color: #000000;}
.copyright {float: right; margin-right: 5px; color: #000000;}


/*Menu de gauche */
.menu_left{
	width:150px;
	float:left;
	text-align:left;
}

.module_container{
	
}

.module_inner{
	margin: 5px 0px 10px 5px;
	padding: 0px 0px 0px 5px;
	width: 130px;
	border: 1px solid #946D42;
	background-color: #D6B484;
}

.module_recherche{
	
}

.module_recherche_inner{
	margin: 10px 10px 10px 5px;
	padding: 0px 0px 0px 5px;
	width: 130px;
	border: 1px dashed #946D42;
	background-color: #D6B484;
}


/* Partie centrale dédiée à l'affichage*/
.central_display_area{
	width:650px;
	float:left;
	text-align:left;
	margin-top:20px;
}

.chemin_container{
	width:650px;
	float:left;
	text-align:center;
	padding-top:10px;
	margin-bottom:20px;
}

.cat_container{
	background-color:#E4D3A8;
	border:#946D42 1px solid;
	width:640px;
	float:left;
	padding-bottom:20px;
	margin-right:10px;
}

.cat_demi_container{
	width:300px;
	float:left;
	margin-left:10px;
}

.categ_desc_container{
	width:650px;
	float:left;
	text-align:left;
	margin-top:10px;
}

.sort_link_container{
	width:650px;
	float:left;
	text-align:center;
	margin-top:10px;
}

.link_container{
	width:650px;
	float:left;
	text-align:center;
}

.page_link_container{
	width:650px;
	float:left;
	text-align:center;
	margin-bottom:10px;
	margin-top:10px;
}

.partner_link_container{
	width:645px;
	float:left;
	border:2px dashed #CCCCCC;
	background-color:#DFFFE6;
	margin-right:5px;
	padding-top:10px;
	text-align:left;
}

.normal_link_container{
	width:640px;
	float:left;
	background-color:#E4D3A8;
	border:1px solid #CCCCCC;
	margin-right:10px;
	padding-top:10px;
	text-align:left;
}

.link_img{
	border:1px solid #7780cf;
	margin-right:10px;
}

.link_thumbnail{
	border:1px solid #7780cf;
}


/* Partie dédiée à l'affichage des détails d'un site*/


.onglet_container{
	width:650px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}

.onglet{
	
}

.site_desc{
	width:518px;
	float:left;
	text-align:left;
	padding-left:10px;
}


/* Supplèment pour les soumissions*/
.soumission_container{
	width:640px;
	margin-right:10px;
	float:left;
	text-align:center;
	background-color:#E4D3A8;
	border:#9ca2d2 1px solid;
}


/* Supplément pour les sous catégories affichées à l'acceuil */
.sous_cat_container{
	
}

/* Supplèment pour la partie admin*/

.admin{
	width:650px;
	float:left;
	text-align:left;
}



/* Supplément généraliste*/
hr {
	clear: both;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
}

.spacer{
	clear:both;
	height:1px;
	font-size:1px;
}

