html {
    margin : 0;
	padding : 0;
}
body {
	min-width : 720px;
	margin : 0; 
    padding : 0; 
    text-align : center;
    font-family : arial;
}
div#haut_contenant {
	position : absolute;
	width : 100%;
	height : 125px;
	top : 0;
	left : 0;
	background : url(images/haut_bg.jpg) repeat-x;
	z-index : 20;
}
body>div#haut_contenant {
	position : fixed;
}
div#haut {
    position : relative; 
	width : 996px;
	height : 125px;
	margin : 0 auto;
    background : url(images/haut.jpg) no-repeat;
    text-align : left; 
    font-size : 10px;
}
div#annonces_contenant {
	width : 100%;
	height : 0px;
	min-width : 996px;
	top : 100px;
	left : 0;
	z-index : 10;
	_z-index : 9;
	_height : 100%;
}
body>div#annonces_contenant {
	position : fixed;
}
div#annonces {
	position : relative;
	width : 165px;
	margin : 0 auto 0 auto;
	top : 35px;
	left : 370px;
	text-align : center;
	font-size : 11px;
	color : #FFFFFF;
	z-index : 10;
}
div#page_contenant {
	position : absolute;
	width : 100%;
	height : 1000px;
	top : 340px;
	left : 0;
	z-index : 1;
}
body>div#page_contenant {
	position : fixed;
	z-index : 1;
}
div#page{
	width : 996px;
	height : 1000px;
	margin : 0 auto;
	background : url(images/page_milieu.jpg) repeat-y;
}
div#page_haut_contenant {
	position : absolute;
	width : 100%;
	height : 215px;
	top : 125px;
	left : 0;
	z-index : 1;
}
body>div#page_haut_contenant {
	position : fixed;
}
div#page_haut {
	width : 996px;
	height : 215px;
	margin : 0 auto; 
	background:  url(images/page_haut.jpg) top right no-repeat;
}
div#mise_en_page_contenant {
	margin-left : 0;
	padding-bottom : 0px;
	padding-top : 125px;
}
div#mise_en_page {
	width : 966px;
	height : 500px;
	margin : 0 auto;
	background : url(images/page_milieu.jpg) repeat-y;
	text-align : left;
}
div#page_bas_contenant {
	position : absolute;
	width : 100%;
	height : 190px;
	bottom : 78px;
	left : 0;
	z-index : 1;
}
body>div#page_bas_contenant {
	position : fixed;
}
div#page_bas {
	width : 996px;
	height : 190px;
	margin : 0 auto;
	background : url(images/page_bas.jpg) top right no-repeat;
}
div#bas_contenant {
	position : absolute;
	width : 100%;
	height : 78px;
	bottom : 0;
	left : 0;
	z-index : 20;
	background : url(images/bas_bg.jpg) repeat-x;
}
body>div#bas_contenant {
	position : fixed;
}
div#bas {
	height : 78px;
	width : 996px;
	margin : 0 auto;
	background : url(images/bas.jpg);
}
div#annonces_fix {
	position : relative;
	height : 30px;
	margin : 0 auto -30px auto;
	left : 370px;
	text-align : center;
	font-size : 11px;
	z-index : 20;
}
div#w3c {
	position : relative;
	width : 80px;
	margin : 0 auto;
	top : 25px;
	left : 360px;
}
div#espace {
	position : absolute ;
	left : 45px ;
	top : 103px;
	margin : 0 ;
	padding : 0; 
	font-size : 10px;  
}
div#espace a{
	text-transform : uppercase;
	color : #FFFFFF;
	text-decoration : none; 
}
div#espace a:hover{
	text-decoration : underline; 
}
div#haut ul {
	position : absolute ;
	right : 45px ;
	top : 103px;
	margin : 0 ;
	padding : 0; 
	list-style : none ;
	font-size : 10px;  
}
div#haut li {
	float : left; 
	margin : 0;
	padding : 0 5px 0 5px;
}
div#haut li a{
	text-transform : uppercase;
	color : #FFFFFF; 
	text-decoration : none; 
}
div#haut li a:hover{
	text-decoration : underline; 
}
div#haut h1 {
	position : absolute;
	top : 0px;
	left : 355px;
	margin : 0;
	padding : 0;
}
div#haut h1 a {
	display : block;
	height : 95px; 
	width : 300px;
	border : 0;
	background : transparent; 
}
div#haut h1 span {
	position : absolute ;
	top : -5000px;
}
div#texte {
	position : relative;
	left : 145px;
	width : 590px;
	max-width : 590px;
	float : left;
	margin : 0;
	padding : 0 0px 80px 0;
	text-align : center;
	font-size : 12px;
	color : #99987B;
	z-index : 15;
}
div.title {
	width : 530px;
	clear : both;
	padding-right : 60px;
	text-align : right;
	font-size : 22px;
}
div.cadre100 {
	width : 590px;
	margin-bottom : 10px;
	border-style : solid;
	border-width : 1px;
	background : #FBFBFB;
	float : left;
}
div.cadre50l {
	width : 287px;
	margin-bottom : 10px;
	float : left;
	border-style : solid;
	border-width : 1px;
	background : #FBFBFB;
}
div.cadre50r {
	width : 287px;
	margin-bottom : 10px;
	float : right;
	border-style : solid;
	border-width : 1px;
	background : #FBFBFB;
}
div.rubrique100 {
	width : 590px;
	margin-bottom : 10px;
	clear : both;
}
div.rubrique50l {
	width : 287px;
	margin-bottom : 10px;
	float : left;
}
div.rubrique50r {
	width : 287px;
	margin-bottom : 10px;
	float : right;
}
div#formulaire {
	margin : 20px auto;
	width : 450px;
}
div#formulaire_small {
	margin : 20px auto;
	width : 300px;
}
div#label {
	float : left;
	margin-top : 4px;
	text-align : right;
}
div#fields {
	margin-left : 120px;
	text-align : left;
}
div#fields input {
	margin-top : 5px;
}
div#fields textarea {
	float : left;
	margin-top : 5px;
}
div#submit {
	margin-top : 10px;
	text-align : center;
}
div.text-input {
	margin-top:4px;
	margin-bottom:8px;
}
div#pagination {
	margin-top : 10px;
}
div#ecoutertous {
	text-align : left;
	margin-top : 20px;
}
div#ecouter {
	text-align : left;
	margin-top : 20px;
}
span#numeros {
	position : relative;
	vertical-align : top;
	top : 0px;
}
span#numeros a {
	vertical-align : top;
	text-decoration : none;
	font-weight : bold;
	color : #4D4D3C;
}
fieldset#big {
	width : 500px;
	margin : 10px auto 0 auto;
	padding : 5px;
    border-style : solid;
	border-width : 1px;
	display : block;
	border-color : #99987B;
}
fieldset#small {
	width : 150px;
	margin : 10px auto 0 auto;
	padding : 5px;
    border-style : solid;
	border-width : 1px;
	display : block;
	border-color : #FFFFFF;
}
img.smiley {
	width : 15px;
	height : 15px;
	border : none;
	margin : 0;
}
img.fleche {
	margin-top : 3px;
}
img#sontous {
	float : left;
	width : 48px;
	height : 48px;
	margin : -20px 0 0 120px;
}
img#son {
	float : left;
	width : 48px;
	height : 48px;
	margin : -10px 0 0 15px;
}
legend {
	color : #4D4D3C;
	font-family : arial;
	font-size : 11px;
	font-weight : normal;
}
span.gras {
	font-weight : bold;
}
span.rouge {
	color : #C40000;
}
span.orange {
	color : #FF9900;
}
span.blanc {
	color : #FFFFFF;
}
span.vert {
	color : #00C400;
}
ul li a {
	color : #4D4D3C;
}
a {
	color : #4D4D3C;
}
a img {
	border : none;
}

div#pub_125x125 {
    position : relative;
	top : 20px;
	left : 725px;
	width : 234px;
	height : 60px;
}
div#pub_120x240 {
	position : relative;
	left : 0px;
	bottom : 225px;
	width : 120px;
	height : 240px;
	z-index : 20;
	background-color : #FFFFFF;
}
div#pub_basgauche {
	position : relative;
	left : 20px;
	top : 0px;
	width : 120px;
	height : 240px;
	z-index : 20;
}
