<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ~~~~ Style de base commun ~~~~ */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}
/* ~~~~ 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: 450px;
	width: 240px;
	text-align: center;
	background-image: url(fond.jpg);
	background-repeat: no-repeat;
}
#footer {
	width: 544px;
	text-align: left;
	position: absolute;
	left: 4px;
	top: 374px;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F0F9FE;
}
#txtIndic {
	text-align: left;
	position: absolute;
	z-index: 2;
	width: 308px;
	left: 21px;
	top: 120px;
	text-align:left;
	font-size: 12px;
}
#btPowered {
	z-index: 2;
	position: absolute;
	top: 334px;
	text-align:center;
	height: 3px;
	left: 2px;
}
#btValider {
	z-index: 2;
	position: absolute;
	left: 242px;
	top: 288px;
	width: 70px;
}
#btAnnuler {
	z-index: 2;
	position: absolute;
	left: 422px;
	top: 250px;
}
#bloc {
	z-index: 2;
	position: absolute;
	left: 8px;
	top: 246px;
	color: #000000;
}

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

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

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

label {
	DISPLAY: inline;
	FLOAT: left;
	WIDTH: 110px;
	text-align:right;
	color: #FF8201;
	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 #7F9DB9;
	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: 21px;
	width: 57px;
	margin:0px;
	border: none;
}
</pre></body></html>