body{
	background-color:#3b9d24;
}

#fond{
	width:100%;	
}

#principale{
	width:1000px;
	margin:auto;
	background-color:#3b9d24;
}

#header{
	width:1000px;
	height:150px;
	margin:auto;
	background-image:url(../images/structure/header.jpg);
	background-repeat:no-repeat;
}

#menu{
	width:1000px;
	height:120px;
	background-color:#3b9d24;
}

#menu-zone-btn{
	width:595px;
	height:120px;
	margin:auto;
	background-color:#3b9d24;
}

.menu-btn{
	width:83px;
	height:120px;
	float:left;
}

#arrondi-haut{
	width:1000px;
	height:50px;
	background-image:url(../images/structure/arrondi-haut.jpg);
	background-repeat:no-repeat;
}

#arrondi-bas{
	width:1000px;
	height:50px;
	background-image:url(../images/structure/arrondi-bas.jpg);
	background-repeat:no-repeat;
}

#arrondi_left{
	width:50px;
	float:left;
	padding-bottom:2552px; /* Pour forcer la hauteur avec le menu */
        margin-bottom:-2552px;
	background-image:url(../images/structure/arrondi-left.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

#arrondi_right{
	width:50px;
	float:left;
	padding-bottom:2552px; /* Pour forcer la hauteur avec le menu */
      	margin-bottom:-2552px;
	background-image:url(../images/structure/arrondi-right.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}

#footer{
	width:940px;
	height:100px;
	/*background-color:#3b9d24;*/
	background-image:url(../images/structure/footer.jpg);
	background-repeat:no-repeat;
	color:#fff;
	clear:both;
	font-size:0.9em;
	margin-bottom:20px;
	margin:auto;
	/*padding:0px 20px;*/
}

#center-blanc
{
	background-color:#fff;
	overflow:hidden;
	min-height:400px;
}

#center-vert
{
	background-color:#3b9d24;
	overflow:hidden;
	min-height:300px;
}

#contenu-accueil{
	width:1000px;
	float:left;
}

#contenu{
	width:800px;
	padding-left:100px;
	padding-right:50px;
	float:left;
	margin-top:-30px;
	margin-bottom:20px;
}
