/* ~~~~ Style de base commun ~~~~ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #ffffff;
}
/* ~~~~ Style div ~~~~ */

#header {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 350px;
	width: 310px;
	background:  url("../images/banniere.jpg") no-repeat left top;
}
#contenu {
	z-index: 1;
	position: absolute;
	left: 310px;
	top: 0px;
	height: 350px;
	width: 240px;
	text-align: center;
	background-image: url(../images/fond.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 280px;
	text-align: right;
	position: absolute;
	left: 268px;
	top: 336px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D7C500;
}
#txtIndic {
	text-align: left;
	position: absolute;
	z-index: 2;
	width:320px;
	left: 25px;
	top: 103px;
	text-align:left;
	font-size: 12px;
}

#txtIndic2 {
	text-align: left;
	position: absolute;
	z-index: 2;
	width:320px;
	left: 25px;
	top: 113px;
	text-align:left;
	font-size: 12px;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 334px;
	text-align:center;
	height: 3px;
	left: 32px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 250px;
	top: 290px;
	width: 70px;
}
#btValider2 {
	z-index: 2;
	position: absolute;
	left: 250px;
	top: 190px;
	width: 70px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 422px;
	top: 250px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 25px;
	top: 290px;
	color: #000000;
}

#bloc2 {
	z-index: 2;
	position: absolute;
	left: 25px;
	top: 190px;
	color: #000000;
}


/* ~~~~ Style Popup ~~~~ */

.txtCoul {
	color: #000;
	font-weight: bold;
}
.txtCoul2 {
	color: #CBBF37;
	font-weight: bold;
	font-size:16px;
}
.cnil {
	color: #D7C500;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cnil:hover {
	color: #999;
	text-decoration: underline;
}
.powered {
	border: 0px;
}

/* ~~~~ Style Formulaire ~~~~ */

label {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 80px;
	text-align:right;
	color: #000;
	font-weight: bold;
}

#left{
position:absolute;
top:75px;
left:10px;
width:160px;
text-align:left;
z-index:1;
}
span.etiq {
display:block;
 width:160px;
	color: #000;
	font-weight:bold;
	font-size:1em;
	height:25px;
}

#right {
position:absolute;
top:75px;
left:170px;
display:block;
width:85px;
margin-right:150px;
z-index:2;

}

textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height:50px;;
	width: 150px;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
}
input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:8px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height:15px;
}
select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height:17px;
	width: 140px;
	margin-bottom:8px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
}

input.image {
	height: 21px;
	width: 57px;
	margin:0px;
	border: none;
}
#optin {
position:absolute;
top:450px;
left:10px;
width:450px;
}

#titre_form {
position:absolute;
top:10px;
left:10px;
width:400px;
font-family:verdana;
font-size:1.1em;
font-weight:bold;
color:#d7c500;
z-index:5;
}
#text_form {
float:left;
width:400px;
}

#fond{
position:absolute;
top:75px;
left:175px;
height:320px;
	width: 350px;
	background:  url(../images/fond.jpg) no-repeat left top;
	filter:alpha(opacity=50);
-moz-opacity:0.50;	z-index:0;}

	
}
#formulaire{
position:absolute;
top:80px;
left:20px;
z-index:10;
}
