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

#header {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 213px;
	background:  url("banniere.jpg") no-repeat left top;
}

#contenu {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 340px;
	width: 532px;
	text-align: center;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 280px;
	text-align: right;
	position: absolute;
	left: 231px;
	top: 318px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#txtIndic {
	position: absolute;
	z-index: 2;
	width: 334px;
	left: 177px;
	top: 120px;
	text-align:right;
	font-size: 12px;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 318px;
	text-align:center;
	height: 3px;
	left: 7px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 354px;
	top: 292px;
	width: 70px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 25px;
	top: 250px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 254px;
	top: 218px;
	color: #000000;
	width: auto;
}

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

.txtCoul {
	color: #333333;
	font-weight: normal;
}
.txtCoul2 {
	color: #5A97B4;
	font-weight: bold;
	font-size:18px;
}
.cnil {
	color: #999999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cnil:hover {
	color: #333333;
	text-decoration: underline;
}
.powered {
	border: 0px;
}

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

label {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 95px;
	text-align:right;
	color: #333333;
	font-weight: normal;
}
textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 50;
	width: 150;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #EDF4FA;
	border: 1px solid #7F9DB9;
}
input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 20px;
	width: 155px;
	margin-bottom:2px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #a7a6aa;
}
select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 20px;
	width: 155px;
	margin-bottom:2px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #a7a6aa;
}

input.image {
	height: 20px;
	width: 157px;
	margin:0px;
	border: none;
}

