/* Body */
body {
	background-color: #009900 ;
}
/* Page de fond du site */
.page {
	/*font-family:"Times New Roman", Times, serif;
	font-size:16px;*/
	margin:0 10% 0 10%;
	width:auto;
	min-width:720px;
	padding:20px;
	clear:left;
	background-color:#FF9933;
	color:inherit;
	border-right: 2px solid #0a287f;
	border-bottom: 2px solid #0a287f;
	border-left: 2px solid #0a287f;
}
*html .page {
	position:relative;
	top:-19px;
}
/* Titres du site */
h1 {
	font-size: 50px;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	margin-bottom:60px;
	clear:both;
}
/* Au paradis vert dans l'adresse */
h2 {
	margin-top:40px;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	text-align:center;
	color: #FFFF00;
	clear:both;
}
/* Adresse */
h3 {
	margin-bottom:80px;
	font-size: large;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color: #FFFF00;
}
/* Sous titres du site */
h4 {
	font-size:larger;
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
}
/* Cadres */
.gauche {
	clear:both;
	height:300px;
}
.gauche p {
	padding:90px 0 0 0;
	margin:0 20% 0 0;
	text-align:justify;
}
.gauche img {
	float:left;
	margin:0 40px 0 0;
}
.droite {
	clear:both;
	height:300px;
}
.droite p {
	padding:90px 0 0 0 ;
	margin:0 0 0 20%;
	text-align:justify;
}
.droite img {
	float:right;
	margin:0 0 0 40px;
}
.centre {
	margin:0 auto;
	width:70%;
	text-align:center;
	clear:both;
}
/* Liens */
.lien {
	float: left;
	padding:10px 15px 10px 15px;
	margin:0;
	height:60px;
	vertical-align:middle;
}
/* Formulaires */
#form label {
	display: inline;
	float: left;
	clear:left;
	width: 150px;
	font-weight:bold;
	margin:2px 0px 2px 60px;
}
#form .input {
	font-family:Arial, Helvetica, sans-serif;
	margin:2px 0px 2px 10px;
	float:left;
}
#form .select {
	font-family:Arial, Helvetica, sans-serif;
	margin:2px 0px 2px 10px;
	float:left;
}
/* Message */
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	color: #FF0000;
	background:inherit;
	padding:5px 20px 5px 20px;
	width: auto;
}