html,body{margin:0;padding:0}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #532001;
	text-align: left;
	color: white;
}
#container{
	width: 960px;
	margin: 0 auto;
	padding-top: 125px;
	margin: 0 auto;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
}
#fixetop {
	height: 125px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 200;
}
#fixetopbox {
	width: 960px;
	height: 125px;
	margin: 0 auto;
	background-color: #925328;
}
#fixetopbox-top {
	width: 960px;
	height: 100px;
	padding: 0px 0px 0px 0px;
}
#fixetopbox-bottom {
	width: 960px;
	height: 25px;
	margin: 0 auto;
}
#wrapper{
	float: left;
	width: 100%;
	background-image: url(images/fondchris.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#boxleft{
	float: left;
	width: 250px;
	margin-left: 0px;
z-index: 0;
}
#content{
	padding: 10px 10px 10px 10px;
	float: left;
	width: 560px;
	/*color: #ececec;*/
}
#content a:link,#content a:visited,#content a:active,#content a:hover{
text-decoration: none;
}
#boxright{
	float: right;
	width: 130px;
}
#footer{
text-align: center;
color: #C38955;
	clear: left;
	width: 960px;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	background-color: #925328;
	font-size: 10px;
}
#footer a{
text-decoration: none;
color: #C38955;
}
a, a:link, a:hover {
	color: #ec7404;
}
/*** Firefox supprimer pointillés liens ***/
a:focus{
outline:none;
}
/*** TinyMCE ***/
.mceContentBody {
	background-color: #532001;
	color: white;
}
h1, h2, h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ec7404;
	text-align: center;
	letter-spacing: 2px;
}
.titreh1{
	font-size: 18px;
	font-weight: bold;
	color: #ec7404;
	text-align: center;
	letter-spacing: 2px;
}
.txt-marron{
	color: #AA723A;
}
.txt-marron-10{
	color: #AA723A;
		font-size: 10px;
}
.titre1 {
	font-size: 16px;
	letter-spacing: 4px;
	
}
.txt-orange-10{color: #ec7404;font-size: 10px;}
/**** TABLEAU ***/
.tableau1 {
 border-collapse:collapse;
 }
.tableau1 th, .tableau1 td {
 border:1px solid #ec7404;
	font-size: 11px;
 }
/**** META PAGE XH ***/ 
#pd_views .active_view {
	background-color: gray;
}
/*searchbox*/
#searchbox .text, #searchbox .submit {
	margin-top: 5px;
	border: 1px solid #ccc;
	background-color: white;
   font-size: 10px;
	text-align: left;
   width: 100px;
}
#searchbox .submit {
   width: 25px;
}
/*** NAVIGATION ***/
/* Navigation horizontale */
div#nav {
	margin:0;
	padding:0px 0px 0px 0px;
	/*width: 100%;*/
	font-size: 11px;
	padding-right:50px;
}
 
 
div#nav ul {
	float: right;
	margin: 0px 1px 0px 1px;
	padding: 0;
}
 
div#nav li {
	position: relative;
	list-style: none;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*font-size: 12px;*/
	line-height: 20px;
	white-space: nowrap;
	border-top: 1px solid #af7c45;
	border-left: 1px solid #af7c45;
	border-right: 1px solid #532001;
	border-bottom: 1px solid #532001;
}
/** btn normal niv 1 **/  
div#nav li a{
	min-width: 80px;
	display: block;
	float: left;
	padding: 1px 5px 0px 5px;
	text-decoration: none;
	text-align: center;
	font-weight: bold; /*width: .1em;*/
	color: white;
	background-color: #925328;
}
	
html>body #nav a {width: auto;} /*fixes IE6 hack*/
	/* Commented Backslash Hack hides rule from IE5-Mac \*/ 
 
div#nav a {
	float: none;
	} /* End of IE5-Mac hack */
 
 
div#nav .sdoc, div#nav .sdocs {
	background-image: none;
}
/** btn sélectionné niv 1 - bgd + txt ***/ 
div#nav .sdoc a, div#nav .sdocs a {
	color: #ec7404;
	background-color: #532001;
}
 
div#nav ul.menulevel1 li:hover,div#nav ul.menulevel1 li:focus{
	background-image: none;
}
/** btn passage souris niv 1 - bgd + txt firefox **/  
div#nav li:hover a,div#nav li:focus a{
	color: White;
	background-color: #a70a24;
}
/** btn passage souris niv 1 - txt ie **/  
div#nav a:hover,div#nav a:focus{
	color: White;
	background-color: #a70a24;
}
 
/* Navigation - toc(2)/toc(3) ----------------------- */
 
div#nav li ul.menulevel2,div#nav li ul.menulevel3{
	width: 150px;
	text-align: left;
}
 
div#nav ul ul{
	position: absolute;
	top: 21px;
	margin: 0;
	left: -1px;
	display: none;
}
 
div#nav ul.menulevel1 li.docs:hover ul.menulevel2,div#nav ul.menulevel1 li.sdocs:hover ul.menulevel2,div#nav ul.menulevel2 li.docs:hover ul.menulevel3,div#nav ul.menulevel2 li.sdocs:hover ul.menulevel3 {
	display: block;
}
/** btn normal niv 2 - fond inf **/   
div#nav ul.menulevel2 li.doc,div#nav ul.menulevel2 li.docs{
	position: relative;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	/*font-size: 10px;*/
	line-height: 18px;
	width: 175px;
	white-space: nowrap;
	text-align: left;
	background-color: #925328;
}
/** btn normal niv 2 - fond sup + txt **/ 
div#nav ul.menulevel2 li.doc a,div#nav ul.menulevel2 li.docs a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: white;
	width: 165px;
	text-align: left;
	background-color: #925328;
}
/** btn sélectionné niv 2 - fond inf **/ 
div#nav ul.menulevel2 li.sdoc,div#nav ul.menulevel2 li.sdocs{
	position: relative;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	/*font-size: 10px;*/
	line-height: 18px;
	width: 175px;
	white-space: nowrap;
	text-align: left;
	color: #ec7404;
	background-color: #532001;
}
/** btn sélectionné niv 2 - fond sup + txt **/  
div#nav ul.menulevel2 li.sdoc a,div#nav ul.menulevel2 li.sdocs a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #ec7404;
	background-color: #532001;
}
/** btn passage souris niv 2 - fond inf **/  
div#nav ul.menulevel2 li:hover,div#nav ul.menulevel2 li:focus {
	text-align: left;
	background-color: #a70a24;
}
/** btn passage souris niv 2 - fond sup + txt**/ 
div#nav ul.menulevel2 li:hover a,div#nav ul.menulevel2 li:focus a {
	color: White;
	text-align: left;
	background-color: #a70a24;
}
 
 
/* Navigation - toc(3) ----------------------- */
div#nav li ul.menulevel3 {
	margin: -15px 0 0 155px;
}
/** btn normal niv 3 - fond inf **/  
div#nav ul.menulevel2 ul.menulevel3 li.doc,div#nav ul.menulevel2 ul.menulevel3 li.docs{
	position: relative;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 18px;
	width: 175px;
	white-space: nowrap;
	text-align: left;
	background-color: #d1e49a;
}
/** btn normal niv 3 - fond sup + txt **/  
div#nav ul.menulevel2 ul.menulevel3 li.doc a,div#nav ul.menulevel2 ul.menulevel3 li.docs a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #303030;
	width: 165px;
	text-align: left;
	background-color: #d1e49a;
}
/** btn sélectionné niv 3 - fond inf **/ 
div#nav ul.menulevel2 ul.menulevel3 li.sdoc,div#nav ul.menulevel2 ul.menulevel3 li.sdocs{
	position: relative;
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: 18px;
	width: 175px;
	white-space: nowrap;
	text-align: left;
	background-color: #2c593a;
}
/** btn sélectionné niv 3 - fond sup + txt **/  
div#nav ul.menulevel2 ul.menulevel3 li.sdoc a,div#nav ul.menulevel2 ul.menulevel3 li.sdocs a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: White;
	text-align: left;
	background-color: #2c593a;
}
/** btn passage souris niv 3 - fond inf **/  
div#nav ul.menulevel2 ul.menulevel3 li:hover,div#nav ul.menulevel2 ul.menulevel3 li:focus {
	background-color: #a70a24;
	background-image: none;
}
/** btn passage souris niv 3 - fond sup + txt **/  
div#nav ul.menulevel2 ul.menulevel3 li:hover a,div#nav ul.menulevel2 ul.menulevel3 li:focus a {
	color: #EEEEEE;
	background-color: #a70a24;
}
/* z-indices ----------------------------------- */
 
div#nav ul.menulevel1 {z-index:10;}
div#nav ul.menulevel2 {z-index:20;}
div#nav ul.menulevel3 {z-index:30;}
div#nav li:hover {z-index:40;}
.slideshow {
	text-align: center;
}
