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


body { 	background-attachment:fixed; background-color:#fff; }
#main {  width:1000px;  margin:auto;}
	#login { width:1000px; height:75px; background-repeat:no-repeat;  float : right; text-align:right; z-index:20; }
		#inlogin {  width:500px; height:auto; text-align:right; float: right; vertical-align:top;}
		#subheader { width:1000px; height:75px; }
	#header {  width:1000px; height: 231px; padding-top:1px; z-index:1;}
		/* #menu{ position:absolute; width:1000px; height:26px; z-index:2; top: 213px; }*/
	#div_bandeau {  width:1000px;  height:auto; min-height:500px;}
	#div_bottom {  background-image: url(image_v6/footer.jpg); background-repeat:no-repeat; width:1000px; height:auto; margin:auto; }
#referencement { position:absolute; overflow:hidden; width:1px; height:1px;  left: 219px; top: 16px;}

#StyleBox input{
	
	background:#eaffdb;
	-moz-border-radius: 10px; 
	-khtml-border-radius : 10px;
	padding-left:20px;
	border:1px solid #060;

}

#close {
	float:right;
	background-image:url(images/close.jpg)
}

#fondFonduActu
{

	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index:100;
	opacity:0.7;
	filter: alpha(opacity=90);
}


#bulleActu
{

	position: absolute;

	top: 350px;
	width: 650px;
	height: auto;
	margin-left:-250px;
	left:50%;
	padding : 20px;
	background-color:#ffffff;
	z-index:101;
	overflow: none;
	-moz-border-radius: 15px; 
	-khtml-border-radius : 5px;
	border-radius: 15px; 

	opacity:0.9;
	filter: alpha(opacity=90);
	border:1px solid #666;
}

