body
{
	width: 1024px ;
	margin: 0px auto ;
	padding: 0 ;
	font: 0.8em "Arial", helvetica, sans-serif ;
	background-color: #FFFFFF;
}

div.body2{
        width: 1024px ;
        height: 666px;
	margin: 0px auto ;
	padding: 0 ;
	background: url(./gfx/fond_site.jpg) no-repeat left top;        

}

li{
	color: #99CC00;
	list-style-type: square;

}

#content h1{
margin:10px auto;
color:#fff;
text-align:left;
}

/* Menu haut */

div.bandeau_haut{
        float: left;
        width: 800px;
        height: 112px;
        margin-left: 112px;
	background: url(./gfx/bandeau_haut.jpg) no-repeat left top;
}


/* Menu CMS */


div.menucms
{
        float: left;
	width: 185px;
	height: 180px;
}

div.menucms li.unselected{
        width: 139px;
        height: 19px;
        margin-bottom: 10px;
      	background: url(./gfx/bouton.gif) no-repeat left top;
        list-style-type: none;  
}

div.menucms li.selected{
        width: 139px;
        height: 19px;
        margin-bottom: 10px;
        background: url(./gfx/bouton_hover.gif) no-repeat left top;
        list-style-type: none;  
}

div.menucms ul.cms li.selected a
{
        font-family: arial;
        font-size: 11px;
        color: #ffffff;
        text-decoration: none;
        margin-left: 15px;
        display:block;
        line-height: 19px;
}

div.menucms ul.cms li.unselected a
{
        font-family: arial;
        font-size: 11px;
        color: #000000;
        text-decoration: none;
        margin-left: 15px;
        display:block;
        line-height: 19px;
}


div.milieu{
        float: left;
	width: 800px;
        height: 406px;
        margin-left: 112px;
	background: url(./gfx/content.jpg) no-repeat left top;
}


div.content{
        float: left;
        width: 744px;
        height: 406px;

}



/*------------------------------------------------------------------*/

/* menu du bas*/

div.footer
{
	float: left;
	width: 800px;
	height: 90px;
        margin-left: 112px;
	background: url(./gfx/footer.jpg) left top no-repeat;
}

