/* Begin structure/mainPage.html */
								
#page{
	background: #ffffff;
	margin: 0 auto;
	position: relative;
	width: 956px;
        border-right: 9px solid #fff;
  box-shadow:0 0 8px #82725E;
}

#accessibility { display: none }

/*CSSEditor|structure,global|Zone de bannière*/
#banner { padding: 26px 0 0 0; }

#logo { padding-left: 30px;}
#flash1 { width: 220px; height: 157px; background: #FFF; border: 8px solid #E85312; float: right; text-align: center; font-size: 70%}
#flash2 { width: 458px; height: 157px; background: #FFF; border: 8px solid #81725E; float: right; margin-left: 10px; text-align: center; font-size: 70%}

#main h1,#main h2 { 
	color: #5d4518;
	font-size: 1.3em;
	font-weight: bold;
        background: url(/images/pot-marron.png) no-repeat;
        padding-left: 40px;
        padding-bottom: 5px;
        padding-top: 12px;
        border-bottom: 1px solid #5d4518;
        margin-bottom: 20px; 
        }

#main h1 a,#main h2 a {  color: #5d4518; }

/*CSSEditor|structure,global|Zone intérieure*/
#wrapper{
	color:#616160;
	font-size:1em;
	width:960px;
}
#conteneur{
	float: left;
	width: 960px;
}
#contents{
	padding: 0 200px 10px 220px;
}
/*CSSEditor|structure,global|Zone de contenu*/
#contents #main { font-size: 90% }

/*CSSEditor|structure,global|Colonne de gauche*/
#leftbar {
	float:left;
	margin:0 0 0 -960px;
	width: 200px;
}

/*CSSEditor|structure,global|Colonne de droite*/
#rightbar{
	float: left;
	margin: 10px 0 0 -184px;
	width: 180px;
        background: #82725e; 
}

/*CSSEditor|structure,global|Zone de pied de page*/
#footer{
 /*background: #787878 url(/images/charte/bottom.png);*/ 
 width: 965px; height: 18px; }


#signature { text-align: center; }

/* End structure/mainPage.html */


