/* ~~~~ Style de base commun ~~~~ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}
/* ~~~~ 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: 213px;
	top: 0px;
	height: 300px;
	width: 287px;
	text-align: center;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 280px;
	text-align: right;
	position: absolute;
	left: 45px;
	top: 278px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#txtIndic {
	text-align: left;
	position: absolute;
	z-index: 2;
	width: 349px;
	left: 22px;
	top: 119px;
	text-align:left;
	font-size: 12px;
	color: #fff;
	line-height: 1.5em;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 277px;
	text-align:center;
	height: 3px;
	left: 7px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 315px;
	top: 236px;
	width: 57px;
	height:21px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 422px;
	top: 250px;
	width:57px;
	height:21px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 236px;
	color: #000000;
	font-weight: bold;
}

/* ~~~~ Style Popup ~~~~ */

.txtCoul {
	color: #DE9B02;
	font-weight: bold;
}
.txtCoul2 {
	color: #000000;
	font-weight: bold;
	font-size:18px;
}
.cnil {
	color: #F0F9FE;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cnil:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.powered {
	border: 0px;
}

/* ~~~~ Style Formulaire ~~~~ */

label {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 110px;
	text-align:right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	margin-top: 3px;
}
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: 15px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height:20px;
	font-style: 15;
	border:1px solid #FF0000;
}

input:focus { border:1px solid #00CC00; }
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;
}

