body{
	behavior: url(csshover.htc);
	background-color: #3C3C3C;
	background-image: url("body_fond.jpg");
	background-repeat: repeat-x;
	font-family: calibri, arial, sans-serif;
	font-size: 10pt;
	color: #454647;
	margin: 0px;
	padding:0;

}

a{
	color: #F08E2F;
	text-decoration: none;
}

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


h1{
	margin-bottom: 10px;
	padding: 0px;
	color: #686F72;
	border-bottom: 2px #F08E2F solid;
	text-transform: uppercase;
	font-size: 14pt;
	width: 300px;
	font-weight: bold;
}

h2{
	font-size: 11pt;
	margin-bottom: 3px;
}

.case200 h1{
	margin-bottom: 10px;
	padding: 0px;
	border-bottom: 2px #F08E2F solid;
	text-transform: uppercase;
	font-size: 14pt;
	width: 150px;
	font-weight: bold;
}

#content{
	width: 1000px;
	height: 580px;
	background-image: url("content_fond.jpg");
}

#menu{
	width: 200px;
	/*border: 1px solid red;*/
	float: right;
	margin-right: 47px;
	margin-top: 86px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	z-index:5;
}

#menu a{
	color: #686F72;
	text-decoration: none;
	
}

#liens a{
	display: block;
	margin: 0px;
	padding: 0px;
	height: 20px;
	color: #FFF0E1;
	text-decoration: none;
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: 0pt;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #D3D3D3;
	margin-left: 30px;
}

#liens a:hover{
	background-color: #E1E1E0;
	color: #686F72;
	
}

.spacer{
	clear: both;
}


#basdepage{
	color: #F08E2F;
	font-size: 8pt;
}

#texte{
	z-index:2;
	background-image: url("content_repeat_fond.jpg");
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 60px;
}

.case20{
	margin-left: 80px;
	height: 20px;
	border-bottom: 1px solid #D6D5D6;
	margin-right: 50px;
	font-size: 8pt;

}

.case20 input{
	font-size: 8pt;
}

.case460{
	border-right: #D6D5D6 1px solid;
	float: left;
	width: : 460px;
	margin-right: 5px;
}

.case200{
	border-right: #D6D5D6 1px solid;
	float: left;
	width: 200px;
	margin-right: 5px;
}

.up{
	margin-left: -5px;
	padding-left: 5px;
	border-bottom: 2px #FF9026 solid;
}

.up:hover{
	background-image: url("content_up_fond.jpg");
	background-color: #F3C293;
	color: white;
}

.up:hover a{
	color: white;
}

div#nav {
	float: right; 
	margin-top: 65px;
	margin-right: 48px;
	/*padding:0px;*/
	text-align: right;
	width: 200px;
	color: #DFDFDF;
	
	
}


div#nav a.submenu{
	color: #686F72;
}

div#nav ul {
	margin-right:0px; 
	
}

div#nav li {
	position: relative; 
	list-style: none;
	/*margin: 0px;*/
	float: right;
	width: 200px; 
	padding-right: 10px;
	right: 10px;
	margin-right: -10px;
	background-color: #F08E2F;
}


div#nav li:hover {
	background-color: #DFDFDF;
}

div#nav li.submenu {
	background-color: #FFD09E;
	color: #DFDFDF;
}

div#nav li.submenu:hover {
	background-color: #F08E2F;
}

div#nav li a {
	display: block; 
	padding-top: 3px;
	/*padding-right: 10px;*/
	text-decoration: none; 
	width: 200px;
	height: 20px;
	color: #FEEEDE;

}

div#nav li a:hover{
	color: #686F72;
}

/*div#nav li.submenu a{
	color: #686F72;
}

div#nav li.submenu a:hover{
	color: #FEEEDE;
}*/



div#nav>ul a {
	width: 200px;
}

div#nav ul ul {
	position: absolute; 
	width: 200px;
	display: none;
	right: 0px;
	margin-top: 23px;
}

div#nav ul ul li {
	border-bottom: 1px dashed white;
}

div#nav li.submenu li.submenu {
	
}

div#nav li.submenu li.submenu:hover {
}

div#nav li.submenu li.submenu:hover {
}
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

div#nav ul.level2 {
	top: 0;
	/*right: -46px;*/
}
div#nav ul.level3 {
	/*top: 0px; */
	/*left: 7em;*/
	/*border-top: 1px solid #CCC;*/
}



/*fin du menu déroulant*/
.case460 p{
	width: 880px; 	
}