/* ~~~~ Style de base commun ~~~~ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFF;
}
/* ~~~~ 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: #000;
}
#txtIndic {
	text-align: left;
	position: absolute;
	z-index: 2;
	width: 354px;
	left: 27px;
	top: 111px;
	text-align:left;
	font-size: 12px;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 333px;
	text-align:center;
	height: 3px;
	left: 2px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 227px;
	top: 237px;
	width: 70px;
}
#btValiderImmediat {
	z-index: 2;
	position: absolute;
	left: 284px;
	top: 220px;
	width: 57px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 422px;
	top: 250px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 26px;
	top: 192px;
	color: #000000;
	width: 330px;
	height: 45px;
}
#blocImmediat {
	z-index: 2;
	position: absolute;
	left: 23px;
	top: 221px;
	color: #000000;
	width: 326px;
	height: 21px;
}
/* ~~~~ Style Popup ~~~~ */

.txtCoul {
	color: #006599;
	font-weight: bold;
}
.txtCoul2 {
	color: #CCCCCC;
	font-weight: bold;
	font-size:14px;
}
.cnil {
	color: #000;
	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 {
	color: #000;
	font-weight: bold;
}
textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 50;
	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:5px;
	margin-left:5px;
	background-color: #FFFFFF;
	height:15px;
}
input.radioBtn {
	color: #000000;
	height:auto;
	margin-bottom:0;
	margin-left:0;
	margin-right:5px;
	padding-top:2px;
	background-color:none;

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

input.image {
	height: 21px;
	width: 57px;
	margin:0px;
	border: none;
}

input.lien_aide {margin-right: 2em; }

#link { width: 181px; height: 85px; position: absolute; top: 0; left: 0; z-index: 1000; }
#link a { width: 181px; height: 85px; display: block; text-decoration: none; }