body{
	margin: 0;
	padding: 0;
	background-color: #BEBCAD;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #493A11;
}
#container{
	width: 1000px;
	margin: 0 auto;
	background-color: #D7D7D7;
	border-left: 1px solid #afac9b;
	border-right: 1px solid #afac9b;
	border-top: 1px solid #afac9b;
	border-bottom: 1px solid #afac9b;
}
#header {
	height: 150px;
	margin: 0;
	background-image: url(../../images/header1.jpg);
	border-left: 1px solid #857f71;
	border-right: 1px solid #857f71;
	border-top: 1px solid #857f71;
	border-bottom: 1px solid #857f71;
}
/*#boxleft{
	float: left;
	width: 200px;
	margin-left: -1000px;
	background-color: #FFC0CB;
}
#left1{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #66CDAA;
}
#left2{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #C71585;
}*/
#wrapper{
	float: left;
	width: 100%;
	background-color: #a39674;
	background-image: url(../../images/sil1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
		border-right: 1px solid #857f71;
	border-bottom: 1px solid #857f71;
}
#boxcontent{
	margin: 0px 230px 0px 0px;
	padding-top: 0px 20px 0px 20px;
	background-color: #e8e7e3;
}
#topcontent{
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #cfccc5;
	border-left: 1px solid #857f71;
	border-right: 1px solid #857f71;
	border-bottom: 1px solid #857f71;
		font-weight: bold;
	letter-spacing: 2px;
}
#content{
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	background-color: #e8e7e3;
	border-left: 1px solid #857f71;
	border-right: 1px solid #857f71;
	border-bottom: 1px solid #857f71;
}
#bottomcontent{
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #6188a7;
	border-left: 1px solid #857f71;
	border-right: 1px solid #857f71;
	border-bottom: 1px solid #857f71;
	font-size: 10px;
	text-align: center;
}
div#boxright{
	float: left;
	width: 230px;
	margin-left: -230px;
	/*background-color: #a39674;*/
}
#right1{
	height: 15px;
	margin: 0px 0px 0px 0px;
	padding: 5px 20px 5px 20px;
	background-color: #b5a583;
	border-right: 1px solid #857f71;
	border-bottom: 1px solid #857f71;
}
#right2{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	/*background-color: #a39674;*/
	border-right: 1px solid #857f71;
}
#footer{
	clear: left;
	width: 100%;
	color: #393939;
	background-color: #c6c7c9;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
#footer a {
	color: #393939;
	text-decoration: none;
}
/** navigation **/
ul.menulevel1,ul.menulevel2,ul.menulevel3,ul.sitemaplevel1,ul.sitemaplevel2,ul.sitemaplevel3,ul.submenu,ul.search{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	font-weight: bold;
}
li{line-height:1.5;}
li.doc{padding-left: 20px;background-image: url(menu/doc.gif);background-repeat: no-repeat;}
li.docs{padding-left: 20px;background-image: url(menu/docs.gif);background-repeat: no-repeat;}
li.sdoc{
	padding-left: 20px;
	background-image: url(menu/sdoc.gif);
	background-repeat: no-repeat;
	color: #93C7F1;
}
li.sdocs{
	padding-left: 20px;
	background-image: url(menu/sdocs.gif);
	background-repeat: no-repeat;
	color: #93C7F1;
}
a:link{
	color: #493A11;
	text-decoration: none;
		border: none;
}
a:visited{
	color: #493A11;
	text-decoration: none;
		border: none;
}
a:active{
	color: #93C7F1;
	text-decoration: none;
		border: none;
}
a:hover{
	color: #93C7F1;
	text-decoration: none;
	border: none;
}
/** texte **/
h1{
   font-size: 18px;
   font-weight: bold;
	text-align: center;
	letter-spacing: 5px;margin:0;padding:0
}
h2{
   font-size: 18px;
   font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
}
.tableau1{
	border-left: 1px solid #857f71;
	border-right: 1px solid #857f71;
	border-bottom: 1px solid #857f71;
	border-top: 1px solid #857f71;
}
/*TinyMCE*/
.mceContentBody {
background-color: #FFFFFF;
}
