/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background:  url("../images/gif/background.gif");
}
a {
	color: #E0B53D;	
}
a:hover {
	color: #FBBA04;	
}
h2 span {
	display: none;
}

/*------------------------------------------------------
C O N T A I N E R
------------------------------------------------------*/

#container {
	position: relative;
	margin: 0px auto;
	padding: 0px 50px;
	width: 800px;
	background:  #000000;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #BBB5A2;
}
#pageHeader {
	width: 800px;
	height: 200px;
}
h1 {
	width: 800px;
	height: 200px;
	background:  url(../images/gif/titre.jpg) no-repeat center;

}
h1 a {
width: 800px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
h1 a span
{
	display: none ;
}

#quickSummary {
	margin: -10px 0 0 30px;
}
#quickSummary .p1 {
	display: none;
}
#quickSummary h3 {
	color: #C13003;
	font-size: 18px;
}

#container .pnormal {
width: 408px;
/*padding-top: -60px;*/
padding-left:30px;
margin-bottom: 30px; 
text-align: justify;
}
/*------------------------------------------------------
C A D R E 
------------------------------------------------------*/

#misenvaleur {
	width: 460px;
	margin-left: 50px;
}
#misenvaleur {
	padding: 30px;
	padding-bottom: 0;
	width: 408px !important;
	width /**/: 468px;
	background:  url("../images/gif/centre.gif") repeat-y;
	color: #BDC1BC;
}
#valeurcorps {
	margin: -30px -30px 10px; 
	padding: 30px 30px 0;
	background:  url("../images/gif/haut.gif") no-repeat;
}
#valeurpied {
	margin: 0 -30px; 
	padding: 40px 30px 0px;
	height: 20px !important;
	height /**/: 70px;
	background: #000000 url("../images/gif/bas.gif") no-repeat;
}
#misenvaleur .p2 {
	padding: 10px 30px 0 30px;
	margin-bottom: 10px;
	text-align: justify;

}
#misenvaleur ul {
	width: 450px;
	list-style-type: none;
}
#misenvaleur ul li {
	width: 450px;
	padding: 5px 0 5px 25px;
	display: block;
	background:  url("../images/gif/orn.gif") 14px 7px no-repeat;
}
#misenvaleur ul li a{
	display: block;
	color: #D07B02;
	text-decoration: none;
	line-height: 12px;
}
#misenvaleur ul li a:hover{
	color: #FAA123;
}

/*------------------------------------------------------
pied 
------------------------------------------------------*/

#footer {
	height: 20px;
	background: #000000;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 0px;
}
#footer a{
	color: #FFFFFF;
}

/*------------------------------------------------------
Menu a Droite 
------------------------------------------------------*/

#linkList {
	position: absolute;
	top: 219px;
	left: 625px;
	width: 177px;
}
#linkList2 {
	color: #C13003;
}
#linkList h3 {
	margin-top: 15px;

}

.select {
	margin-top: 20px;
	padding-bottom: 5px;
	width: 177px;
	height: 31px;
}
#lselect ul {
	width: 150px;
	list-style-type: none;
}
#lselect ul li {
	width: 150px;
	padding: 5px 0 5px 25px;
	display: block;
	background:  url("../images/gif/orn.gif") 14px 7px no-repeat;
	border-bottom: 1px solid #311D00;
}
#lselect ul li a{
	display: block;
	font-weight: bold;
	color: #D07B02;
	text-decoration: none;
	line-height: 12px;
}
#lselect ul li a:hover{
	color: #FAA123;
}
