@charset "utf-8";
/* CSS Document */
#fond {
	background: #3b1b08 url("../images/background.jpg");
/* 	background-color: #3b1b08; */
	color:#FFFFFF;
	font-size:10px;
}


#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align: left; /* on rétablit l'alignement normal du texte */
	/*border-left:#CCCCCC solid 1px;*/
	background-color: #fff;
}
#logo {
	/*position: absolute; z-index: 5; top: 0; left: 22px;*/
	padding: 0;
	height: 150px;
}
#bandeau{
	padding:10px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #d4b173;
	background-color: #87583c;
}

#contenu {
	margin-left: 210px;
	_margin-left: 200px;
	padding:20px;
	width:710px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3B4042;
	background-color: #FFF;
	min-height: 800px;
}

#menu {
	float: left;
	padding: 20px 0 0 5px;
	width : 200px;
	background-color: #D4B173;
	height: 600px;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-family: Tahoma, Helvetica, sans-serif;
	letter-spacing:1px;
}

#menu a:link, #menu a:visited {
	line-height: 16px;
	font-weight: normal;
	margin: 0 10px 0px 10px;
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #fff;
}

#menu a:link#current, #menu a:visited#current, #menu a:hover {
	color: #fff;
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma, Helvetica, sans-serif;
}
#menu2 ul, #menu2 li {
	margin: 0;
	padding-left: 5px;
	list-style-type: none;
	font-size: 11px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:1px;
}
#menu2 a:link, #menu2 a:visited {
	line-height: 16px;
	font-weight: normal;
	margin: 0 10px 0px 10px;
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #6e3310;
}

#menu2 a:link#current, #menu2 a:visited#current, #menu2 a:hover {
	background: url(../images/triangle.jpg) center left no-repeat;
	padding-left: 12px;
	color: #6e3310;
	font-size: 11px;
	font-weight:normal;
	font-family: Tahoma, Helvetica, sans-serif;
}


#footer {
	margin: 0; /* pour éviter les marges */
	padding:2px;
	text-align: center; /* pour corriger le bug de centrage IE */
	position:relative;
	bottom:0;
	color: #d4b173;
/* 	background: #87583c url(../images/footer.jpg) bottom center no-repeat; */
	background-color: #87583c;
	text-align: center;
	clear: both;
}
#footer a {
	color: #d4b173;
}


///////////////////////////////

p,td,li{
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #3B4042;
}
h1{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:16px;
	color: #6e3310;
/* 	border-bottom:#92c450 6px solid; */
	line-height:20px;
}
.titre{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:16px;
	color: #424f7c;
	font-weight:bold;
}
h2{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:12px;
	color:#d4b173;
	border-left:#D4B173 6px solid;
	line-height:10px;
	padding-left:5px;
}
h3{
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:12px;
	font-weight:bold;
	color:#666666;
}
.bord{
	background-color:#fff;
border:1px solid #424f7c;
}
.encadre {
	/*background-image: url(images/cadreimg.jpg);
	background-repeat: repeat;*/
	border:solid 1px #424f7c;
	padding: 6px;
	margin-left:7px;
	margin-right:7px;

}
.bordhaut {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #424f7c;
	padding:10px;
}
.borddroit {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #424f7c;
	height:5px;
}
th{
color:#424f7c;
font-size:10px;
}
td.point{
border-bottom:#999999 dotted 1px;
border-top:#999999 dotted 1px;
}
a:link,a:visited {
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:11px;
	color: #6e3310;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	font-family:"Trebuchet MS", "Comic Sans MS";
	font-size:11px;
	color:#6e3310;
	text-decoration: underline;
	font-weight:bold;
}
.inputmarron{
	font-size:10px;
	background-color:#D4B173;
	border:none;

}

