/* ~~~~ Style de base commun ~~~~ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Tahoma, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	background-color: white;
}
/* ~~~~ Style div ~~~~ */

#header {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 300px;
	width: 213px;
}
#contenu {
	z-index: 1;
	position: absolute;
	left: 213px;
	top: 0px;
	height: 300px;
	width: 306px;
	text-align: center;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	width: 280px;
	text-align: right;
	position: absolute;
	left: 217px;
	top: 355px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
#txtIndic {
	font-size:12px;
	left:215px;
	position:absolute;
	text-align:left;
	top:133px;
	width:289px;
	z-index:2;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 328px;
	text-align:center;
	height: 3px;
	left: 170px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 421px;
	top: 257px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 25px;
	top: 250px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 213px;
	top: 260px;
	color: #000000;
	width: 245px;
}

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

.txtCoul {
	font-weight: bold;
	font-size:1.2em;
}
.tel {
	font-weight:bold;
	color:rgb(255,100,0);
	font-size:1.5em;
	}
.cnil {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.cnil:hover {
	color: #FFA904;
	text-decoration: underline;
}
.powered {
	border: 0px;
}

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

label {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 70px;
	text-align:right;
	color: #035DA9;
	font-weight: bold;
}
textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 50;
	width: 150;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FEEEE1;
	border: 1px solid #7F9DB9;
}
input {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 17;
	width: 120px;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FEEEE1;
	border: 1px solid #7F9DB9;
}
select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	height: 17;
	width: 120px;
	margin-bottom:5px;
	margin-left:5px;
	background-color: #FEEEE1;
	border: 1px solid #7F9DB9;
}

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

