html, body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	height:100%;
	overflow:hidden;
	color:#FFF;
}
fieldset{
	border:1px solid #FFFFFF;
	margin:10px;
	padding:10px;
	width:340px;
	display:inline;
	float:left;
}

.col{
	display:inline;
	float: left;
	height: 30px;
}

.vendu{
color:red;
font-size:2.5em;
line-height:1.5em;
}

.img-vendu {
position:absolute;
top:0;
left:60px;
width:100px;
}

legend{
	color:#FFCC00;
	font-weight: bold;
	font-size: 14px;
}

#conteneur a.linkdiv{
	display: inline;
	float: left;
	width:300px;
	color: #010044;
	margin: 5px 0px 5px 0px;
	text-decoration: none;
	background: #010044 url(../images/menuzone.gif) no-repeat; /*#FFCC00*/
	padding-left: 45px;
	height:41px;
	line-height: 43px;
	font-weight: bold;
}


#conteneur a.linkdiv:hover{
	color:#010044; 
	background: #010044 url(../images/menuzone_on.gif) no-repeat; /*#FFCC00*/
}

a{
		color:#FFF;
}

a:hover{
	color:#FFCC01;
}


body {
	z-index: 1;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#fond_site{
	position:absolute;
	width:800px;
	height:auto;
	left:50%;
	top:0px;
	margin-left:-400px;
	background:#010044;
	height:100%;
	z-index:1;
}

#scroller{
	position:absolute;
	background:transparent;
	width:100%;
	/*une hauteur de 93% me laisse de la place pour positionner en dessous le footer */
	height:96% !important;
	height:94%;
	top:0;
	left:0;
	padding:0 0 0 0;
	margin:0 0 0 0;
	overflow:auto;
	z-index:2;
}

#conteneur{
	position:absolute;
	width:776px;
	height:auto;
	left:50%;
	top:214px !important;
	top:216px;
	margin-left:-380px;
	margin-left:-380px  !important;
	padding:0 0 0 0;
	background:#010044;

}

#pied_de_page{
	position:absolute;
	width:800px;
	height:45px;
	left:50%;
	bottom:0px;
	margin:0px 0px 0px -400px;
	z-index:100;
	background:#FFFFFF;
	color:#000;
}

#pied_de_page a{
		color:#000;
}

#pied_de_page a:hover{
	color:#FFCC01;
}


#conteneur .entry{
display:block;
padding: 5px 13px 5px 10px;
}

#conteneur .entry p{
	float:left;
	width:535px;
	height:20px;
	margin:0;
	padding:10px;
}
* html #conteneur .entry p{
	width:545px;
}
#conteneur .linkpop{
	float:right;
	margin:5px 0px ;
	text-decoration:none;
}

#conteneur h2{
	font-size:12px;
	color:#FFF;
	text-transform:uppercase;
	margin-left:20px;
}

#conteneur h3{
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	color: #010044;
	background: #FFCC00;
	margin: 3px;
	text-transform: none;
	display: block;
	width: 760px;
	text-align: center;
}

.alertemail{
	color:#010044;
}

#conteneur p{
	text-align:justify;
	color:#FFF;
	font : 12px Arial;
	padding : 20px;
}



#entete{
	position:absolute;
	height:155px;
	width:776px;
	left:50%;
	margin-left:-388px;
	z-index:99;
	background:#010044;
}


#cntmenu{
	display:inline;
	float:left;
	background:url(../images/entete.jpg) no-repeat 0px 0px;
	width:774px;
	height:80px;
	margin:0px;
	padding: 0px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#010044; /*#333;*/
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.popup{
	color: #333;
	display: none;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left:-360px;
	margin-top:-260px;
	width:720px;
	height: 480px;
	padding: 1em;
	border: 2px solid #666;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

.popup td{
	color:#000;
	font : 12px arial;
}

.popup a{
	color:#000;
}

.menumain{
	display:none;
	width:0px;
}
/*
.menumain li{
	display:none;
	width:0px;
}

*/

.fermer{
	margin:5px;
}
