/* Elements */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 { font-size: 1.4em; color: #f36734 }
h2 { font-size: 1.15em; color: #1d78b9; text-transform: uppercase; margin: 12px 0 8px; padding: 8px 0 1px 28px; background: url(images/h2.png) no-repeat; }
p { font-size: .9em; color: #000; margin: 8px 0; text-align: justify; }

/* Structure globale */
#global {
	position: relative;
	width: 900px;
	margin: 0 auto 20px;
}
#entete {
	height: 263px;
	background: url(images/entete.jpg) no-repeat;
}
#corps {
	padding: 0px 36px 0px 20px;
	background: url(images/corps.jpg) bottom left repeat-x;
}
#contenu {
	padding: 1px 0 30px 212px;
	min-height: 440px;
	background: url(images/gauche.jpg) no-repeat;
}
#pied {
	position: relative;
	padding: 1px;
	height: 120px;
	background: url(images/pied.jpg) no-repeat;
}


/* Entete */
#entete h1 {
	position: absolute;
	top: 25px;
	left: 21px;
	width: 196px;
	height: 196px;
}
#entete h1 a {
	display: block;
	width: 196px;
	height: 196px;
}
#entete h1 a img {
	border: none
}
#menu {
	padding: 189px 0 0 224px;
}
#menu li {
	float: left;
	width: 115px;
	margin-right: 2px;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1em;
	color: #fff;
}
#menu li a:hover {
	font-weight: bold;
}


/* Pied */
#signature {
	width: 200px;
	margin: 54px 0 0 8px;
	font-size: .8em;
}
#signature a {
	color: #8f8f8f;
	text-decoration: none;
}
#signature a:hover {
	color: #5f5f5f;
}
#activites {
	position: absolute;
	top: 8px;
	left: 474px;
}
#activites li {
	float: left;
	width: 79px;
	margin-right: 3px;
	list-style: none;
}
#activites .image {
	height: 77px;
}
#activites .image .signification {
	padding-top: 86px;
	margin: 0 -20px;
	color: #d3d3d3;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	display: none;
}
#activites .image:hover .signification {
	display: block;
}


/* Page contact */
#formulaire {
	float: left;
	width: 430px;
}
#coordonnees {
	float: right;
	width: 180px;
	padding-top: 85px;
}
#coordonnees p {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 130%;
	margin-right: -20px;
}
#coordonnees p span {
	font-size: 1.2em;
	color: #f2622c;
}
.field {
	margin: 2px 0;
	clear: both;
}
.label {
	float: left;
	width: 150px;
}
.input {
	width: 270px;
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 1px 2px;
}
.bloc-radio {
	width: 275px;
	float: right;
	margin-bottom: 3px;
}
.radio {
	vertical-align: middle;
	margin-bottom: 4px;
}
.label-radio {
	margin: 0 12px 4px 0;
}
/*
#cryptogram {
	margin-left: 150px;
}
.captcha {
	width: 162px;
	height: 31px;
	line-height: 33px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 4px;
}
*/
.field-captcha {
	margin: 10px 0 2px -14px;
}

.submit {
	margin: 12px 0 0 155px;
	padding: 8px 6px;
	background: #f3632f;
	border: none;
	color: #fff;
	font-weight: bold;
}
.disclaimer, .remarque {
	font-style: italic;
	color: #666;
	font-size: .86em;
}
.label-erreur {
	color: #cf0000;
}
.input-erreur {
	border-bottom-color: #cf0000;
}

.erreur-form p {
	margin: 20px 0;
	font-weight: bold;
	text-align: center;
	color: #cf0000;
}
.confirm-form p {
	margin: 20px 0;
	font-weight: bold;
	text-align: center;
	color: #2f6f00;
}




.clear {
	clear: both;
}
