@charset "UTF-8";
/* CSS Document */


/* Disposition et habillage des principaux blocs */

#Entete {
	position:static;
	left:0px;
	top:20px;
	width:800px;
	height:95px;
	z-index:1;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 6px;
	background-image: url(logo.gif);
	margin-right: auto;
	margin-left: auto;
}
#Conteneur {
	position:static;
	left:0px;
	width:800px;
	z-index:2;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #000000;
}
#Contenu {
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat;
	position: static;
	width: 796px;
	top: 10px;
	background-color: #FFFFFF;
	border-right: 2px dotted #FF9933;
	border-left: 2px dotted #FF9933;
}
#Pied {
	position:static;
	left:0px;
	top:10px;
	width:800px;
	height:80px;
	z-index:4;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(piedpage.gif);
}
#Trouver {
	position:relative;
	top:5px;
	width:190px;
	height:90px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: 290px;
}
#Logo {
	position: relative;
	height: 90px;
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	left: 165px;
	top: -85px;
}

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a {
	text-decoration: none;
	color: #FF9933;
}
a:hover { text-decoration: underline; }

img { border: 0;}