@charset "UTF-8";
/* CSS Document */

/* COULEURS 

Rouge logo = #EF3E26
Bleu  logo = #0860A8
Jaune logo = #FFA600

Ombre = #ADADAD

Sable fond  = #F7E7D7 (image fond sable)
Sable moyen = #E6D5C1 (pavé texte)
Sable clair = #FAE7D2 (pavé texte)

Typo = #000
font-family: Georgia, Times, serif;
font-family: Verdana, sans-serif;

*/

body {
	background-color: #FFF;
	text-align: left;
	color: #000;
}
#container {
	width: 450px;
	padding: 0;
	margin: 0 auto 20px auto;
}
#footer {
	width: 650px;
	padding: 0;
	margin: 0 auto 20px auto;
}
img {
	margin-bottom: 6px;
}
h1 {
	font-family: Georgia, Times, serif;
	text-align: left;
	font-size: 24px;
	margin: 0 9px;
	line-height: 1.1em;
	font-weight: normal;
	color: #0860A8;
}
h2 {
	font-family: Georgia, Times, serif;
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 18px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #0860A8;
	padding: 0 9px;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	color: #000;
	margin-bottom: 6px;
	padding: 0 0 0 9px;
	text-align: justify;
}
p.messageErreur {
	background-color: #EF3E26;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}
a {
	color: #0860A8;
	text-decoration: underline;
}
a:hover {
	color: #EF3E26;
}
strong {
	font-weight: bold;
}
div#footer p {
	text-align: center;
	font-size: 10px;
}
div#footer a {
	color: #000;
	text-decoration: underline;
}
div#footer a:hover {
	color: #EF3E26;
}

/****************************************/
/* FORMULAIRE */
/****************************************/

form {
	background-color: #F7E5CD;
	padding: 10px;
	margin: 10px 0 10px 9px;
}
form p {
	text-align: right;
	padding-right: 25px;
}
form legend {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0860A8;
	padding-bottom: 10px;
	padding-left: 10px;
}
form label {
	float: left;
	text-align: right;
	padding-right: 5px;
}
form p.form-submit {
	padding-right: 0px;
	text-align: center;
}

/****************************************/
/* FORMULAIRE CONTACT */
/****************************************/

form#formContact label {
	width: 90px;
}
form#formContact input.texte {
	width: 280px;
}
form#formContact textarea {
	margin: 5px 10px;
	width: 375px;
	height: 250px;
}
