/* CSS Document */

body {
    margin: 0;  /* pour éviter les marges */
	padding: 0;
    text-align: center; /* pour corriger le bug de centrage IE */
	background-color:#000000;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:27px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
}

div#conteneur {
	text-align:center;
	position:relative;
	margin-left: auto;
    margin-right: auto;
	width:990px;
	top:0px;
	height:auto;
}

div#banniere_haut {
	position:relative;
	top:0px;
	left:0px;
	width:990px;
	height:0px;
	z-index:2;
}

div#cadre-h1-haut{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:985px;
	background-color:#00a317;
	text-align:left;
	padding-left:5px;
	padding-top:2px;
	height:32px;
	text-align:center
}

div#menu-haut{
	position:absolute; 
	top:165px; 
	left:0px; 
	width:990px;
	text-align:left;
	height:35px;
	background-image:url(../images/bg_menu_vert.png);
	background-repeat:repeat-x;
	z-index:99;
}

div#centre{
	position:absolute; 
	top:200px; 
	left:0px; 
	width:990px;
	text-align:left;
	background-color:#ebebeb;
	height:620px;
}

div#zone-formulaire {
	position:absolute;
	top:0px;
	left:12px;
	width:683px;
	height:400px;
	background-color:#FFFFFF;
	border:1px solid #ababab;
	border-bottom:none;
	border-top:none;
}

div#bas-zone-formulaire {
	position:absolute;
	bottom:-9px;
	left:-1px;
	width:685px;
	height:9px;
	background-image:url(../images/bas_formulaire.png);
}

div#zone-pub {
	position:absolute;
	top:0px;
	left:708px;
	width:253px;
	height:399px;
	background-color:#FFFFFF;
	border:1px solid #ababab;
	border-bottom:none;
	border-top:none;
	text-align:center;
}

div#bas-zone-pub {
	position:absolute;
	bottom:-9px;
	left:-1px;
	width:255px;
	height:9px;
	background-image:url(../images/bas-zone-pub.png);
}

div#zone-tete-gondole{
	position:absolute;
	top:420px;
	left:-1px;
	background-image:url(../images/bg_zone_tete_gondole.png);
	width:685px;
	height:186px;
}

div#gondole{
	float:left; 
	margin-left:7px; 
	border:1px solid #999999; 
	background-color:#ddefdc; 
	width:150px; padding:5px; 
	height:160px; 
	margin-top:7px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

.gondole-rouge {
	color:#990000;
}

.lien-bas {
	color:#FFFFFF;
}

.gondole-lien {
	color:#000099;
	text-decoration:none;
}

div#bande-bas{
	position:absolute; 
	bottom:-26px; 
	height:25px; 
	width:990px; 
	background-color:#00a317;
	color:#FFFFFF;
	text-align:center;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
div#annonce {
	position:relative;
	left:5px;
	width:650px;
}

div#haut-annonce {
	height:16px;
	width:660px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	border:1px #000000 solid;
	background-color:#00a317; /*couleur onglet*/
}

div#contenu-annonce{
	width:660px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px #000000 solid;
	border-bottom:none;
	border-top:none;
}

div#bas-annonce {
	height:2px;
	width:660px;
	overflow:hidden;
	padding-left:5px;
	padding-right:5px;
	font-size:5px;
	color:#000000;
	border:1px #000000 solid;
	background-color:#00a317; /*couleur onglet*/
}

.prix{
	font-size:16px;
	color:#c90000;
	font-weight:bold;
}
