/* =================== SITE ==================== */
html, body {
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
body{
	/*background-color: #D9C8BC;*/
	background-color:#D7C4B8;
	}
.none {
	display:none;
}

#site {
	width:995px;
	margin:auto;
	padding:0;
	overflow:hidden;
	background-image: url("../images/layout/fond_site.png");
	background-repeat: no-repeat;
}

a {
	color:#AAAAAA;
	text-decoration:none;
}
a:hover { text-decoration:underline; }

h3 {
	margin:30px 0 15px 0;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	clear:both;
}

form, input {
	margin: 0;
	padding: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}


/* ============================================ */

/* ================== GAUCHE ================== */

#site_gauche {
	width:319px;
	min-height:528px;
	height:auto !important;
	height: 528px;
	float:left;
	margin:0 5px 0 0;
	}

#logo {
	width:319px;
	height:187px;
	background:url(../images/layout/logo_haut_gauche.jpg) no-repeat;
}
#logo h1, #logo a {
	display:block;
	margin: 0;
	padding: 0;
	width:319px;
	height:187px;
}

#gauche_encart {
	margin:49px 0 0 31px;
	width: 288px;
	min-height:292px;
	height:auto !important;
	height: 292px;
	background-color: #000000;
	color:#999999;
	overflow: hidden;
	}

#gauche_encart_logo {
	margin:7px 0 7px 9px;
	background-image: url(../images/layout/saveurs-du-monde.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width:271px;
	height:63px;
	}
	
	
	
	
/* ============================================ */

/* ================== DROITE ================== */
#site_droite {
	/*margin:51px 20px 0 5px;*/
	/*margin:0 324px 0 0;*/
	overflow: hidden;
	width:auto;
	margin:0 20px 0 0;
	}
	
.droite_menu {
	list-style-type:none;
	height: 30px;
	background-color: #000000;
	/*color:#FFFFFF;*/
	/*min-width: 651px;
	width:100% !important;
	width:651px;*/
	/*width:99%;*/
	margin:51px 0 0 0;
	padding:0;
	width:651px;
}

.droite_menu li, .droite_menu li ul li {
	line-height:30px;
	padding:0;
	margin:0;
	float:left;
	font-style: italic;
	font-size:17px;
	font-weight:bold;
	font-family: "Times new Roman",serif;
	text-align: center;
}
.droite_menu li {
	padding:0 15px 0 15px;
	}
* html .droite_menu li {
	padding:0 14px 0 14px;
	}
*+html .droite_menu li {
	padding:0 14px 0 14px;
	}
.droite_menu li a {
	margin:auto;
	}
.droite_menu li a, .droite_menu li ul li a{
	text-decoration: none;
	}

/* ============================================ */

/* ================== FOOTER ================== */
#footer{
	clear:both;
	margin:2px 20px 0 31px;
	width: auto;
	background-image: url("../images/layout/fond_pied.png");
	background-repeat: repeat;
	}


#footer_gauche {
	width:288px;
	float:left;
	margin:0 5px 0 0;
}

#footer_accueil {
	font-family:Verdana, sans-serif ;
	font-size:11px;
	color:#FFFFFF;
	background-color: #000000;
	overflow: hidden;
	width:auto;
	padding:5px 5px 5px 10px;
}
	
#footer_maillage {
	font-family:Verdana, sans-serif ;
	font-size:11px;
	clear:both;
	margin:13px 5px 0 5px;
	color:#F2ECE8;
	width:auto;
}
#footer_maillage a{
	color:#F2ECE8; 
}

#fond_site_1{
	margin:1px 20px 0 31px;
	background-color:#58A32F;
	height: 8px;
	border-width:0;
	}
#fond_site_2{
	margin:1px 20px 16px 31px;
	background-color:#F30014;
	height: 8px;
	border-width:0;
	font-size: 8px;
	}

/* ============================================ */


/* ================= CONTENU ================== */
#contenu {
	margin:2px 0 2px 0;
	background-color:#000000;
	color:#ffffff;
	padding:10px;
	/*background:url("../images/layout/fond.jpg") no-repeat left top;*/
	min-height:461px;
	height: auto !important;
	height:461px;
}
#contenu .article {
	color:#FFFFFF;
	}
#contenu .article_contenu h2 {
	}

#contenu .article {
	color:#FFFFFF;
	}
#contenu .articleattache_contenu {
	background-color: #070707;
	}
#contenu .articleattache h4 a {
	color:#FFFFFF;
	}
/* ============================================ */

#actu {
	width:210px;
	height:111px;
	float:right;
	/*background-color:#FFFFFF;*/
	border:1px solid #DDDDDD;
	margin-right:2px;
	padding:5px;
}
* html #actu {
	width:205px;
	height:113px;
}

#titre_actu {
	font-weight:bold;
}

