/* ~~~~ Style de base commun ~~~~ */
* {
	margin: 0px;
	padding: 0px;
}

html, body { 
	text-align:center !important;
	margin: 0px;
	padding: 0px;
	background-color:#564B49;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #564B49;
	background-color: #564B49;
}
/* ~~~~ Style div ~~~~ */

#tout
{
	width: 700px;
    margin-left: auto; 
    margin-right: auto;
	height: 100%;
}

form
{
	text-align:center;
}

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

#valider
{
	width:295px;
	text-align:center;
	margin-top:10px;
	float:left;
}

#gauche
{
	float:left;
	width:120px;
}

#droite
{
	float:right;
	border-left:1px solid #7C6E6B;
	padding-left:30px;
}

#droite li
{
	line-height:15px;
	vertical-align:baseline;
	list-style:none;
}

#droite input
{
	line-height:15px;
	vertical-align:middle;
	margin:0px;
}

#droite textarea
{
	margin-top:5px;
	margin-left:0px;
}

#contenu {
	z-index: 1;
	position: absolute;
	left: 213px;
	top: 0px;
	height: 300px;
	width: 287px;
	text-align: center;
	background-image: url(image/fond_differe.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 280px;
	text-align: right;
	position: absolute;
	left: 217px;
	top: 285px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F0F9FE;
}
#txtIndic {
	text-align: left;
	position: absolute;
	z-index: 2;
	width: 331px;
	left: 151px;
	top: 96px;
	text-align:left;
	font-size: 12px;
}
#obligatoire {
	
	text-align:left;
	font-size: 10px;
	font-style:italic;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 282px;
	text-align:center;
	height: 3px;
	left: 5px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 410px;
	top: 233px;
	width: 70px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 422px;
	top: 250px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 149px;
	top: 234px;
	color: #000000;
}

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

.txtCoul {
	color: #2E2827;
	font-weight: bold;
}
.txtCoul2 {
	color: #2E2827;
	font-weight: bold;
	font-size:18px;
}
.cnil {
	color: #F0F9FE;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cnil:hover {
	color: #034893;
	text-decoration: underline;
}
.powered {
	border: 0px;
}

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

label {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 90px;
	text-align:right;
	color: #2E2827;
	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;
	height: 17;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
}
.input1{
	width: 140px;
}
.input2{
	width: 30px;
}
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: 58px;
	margin:0px;
	border: none;
}
