/* ~~~~ Style de base commun ~~~~ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #7697CC;
}
/* ~~~~ Style div ~~~~ */

#header {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 350px;
	width: 310px;
	background:  url("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(fond.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 280px;
	text-align: right;
	position: absolute;
	left: 18px;
	top: 328px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #314D90;
}
#txtIndic {
	text-align: left;
	position: absolute;
	z-index: 2;
	width: 354px;
	left: 23px;
	top: 103px;
	text-align:left;
	font-size: 12px;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 331px;
	text-align:center;
	height: 3px;
	left: 437px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 444px;
	top: 241px;
	width: 70px;
}
#btValiderImmediat {
	z-index: 2;
	position: absolute;
	left: 276px;
	top: 277px;
	width: 70px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 422px;
	top: 250px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 46px;
	top: 220px;
	color: #000000;
	width: 313px;
	height: 45px;
}
#blocImmediat {
	z-index: 2;
	position: absolute;
	left: 21px;
	top: 280px;
	color: #000000;
	width: 313px;
	height: 45px;
}
/* ~~~~ Style Popup ~~~~ */

.txtCoul {
	color: #FF3C9B;
	font-weight: bold;
}
.txtCoul2 {
	color: #0056A5;
	font-weight: bold;
	font-size:18px;
}
.cnil {
	color: #0255A3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cnil:hover {
	color: #FF3C9B;
	text-decoration: underline;
}
.powered {
	border: 0px;
}

/* ~~~~ Style Formulaire ~~~~ */

label {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 130px;
	text-align:right;
	color: #0056A3;
	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;
	border: 1px solid #314D90;
	height:15px;
}
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: 22px;
	width: 60px;
	margin:0px;
	border: none;
}

