*
{
	margin: 0;
	padding: 0;
	
	font-weight:normal;
	z-index:0;
}

html
{
	height:100%;
}


body {
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background-image: url(/images/css/fond-body.jpg);
	background-repeat: repeat-x;
	background-color: #040404;
	color: #FFFFFF;
}
#conteneur {
	position:absolute;
	left:50%;
	top:50%;
	width: 914px;
	height: 550px;
	margin-left:-490px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top:-275px;
	background-image: url(/images/transparence.png);
}
#conteneur p {
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: justify;
}

#header {
	background-image: url(../images/bandeau_haut.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 159px;
}

#header p{
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 20px;
}
#header .decale-contact {
	margin-left: 400px;
}

#header a{
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover{
	color: #FFD300;
	text-decoration: none;
}
#droitepage {
	width: 630px;
	float: right;
	margin-top: 20px;
}

#droitepage p {
	font-size: 0.9em;

}


#droitepage a {
	text-decoration: none;
	color: #FFD300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 0.9em;
}

#droitepage a:hover {
	color: #D1AE00;
}

#droitepage img {
	margin: 2px;
	padding: 2px;
}

#gauchepage {
	width: 200px;
	float: left;
	margin-left: 50px;
	margin-top: 50px;
}
li  {
	color: #FFFFFF;
	list-style-image: url(../images/puce_jaune.jpg);
	list-style-type: none;
	margin-left: 30px;
	font-size: 12px;
	margin-top: 2px;
}
li  a  {
	text-decoration: none;
	color: #FFFFFF;
}
li a:hover   {
	text-decoration: none;
	color: #FFD300;
}


.gauche {
	width: 416px;
	float: left;
}
.droite {
	width: 416px;
	float: right;
}

h1 {
	font-size: 18px;
	color: #FFD300;
	text-align: left;
	line-height: 30px;
	font-variant: small-caps;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #FFD300;
	text-align: left;
	line-height: 25px;
	font-variant: small-caps;
	font-weight: bold;
}

h2 a{
	text-decoration: none;
	color: #FFD300;

}
h3 {
	font-size: 14px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
	font-variant: small-caps;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 25px;
	font-variant: small-caps;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	font-style: italic;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
hr.both
{
	visibility:hidden;
	height:0px;
	width:0;
	clear:both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.hrjaune {
	margin-top: 20px;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 1px;
	background-color: #826C00;
	width: 80px;
}
.vignimage {
	width: 125px;
	height: 150px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
}

#foot {
	font-size: 0.8em;
}

#foot a{
	color: #FFFFFF;
	text-decoration: none;
}
#foot a:hover{
	color: #FFD300;
	text-decoration: underline;
}

#retour-index
{
	position: absolute;
	left: 0pt;
	top: 0pt;
	display: block;
	width: 300px;
	height: 150px;
}

#retour-index span {
	display:none;
}

