/* @group General Styles */

body, html {
	text-align: justify;
	margin: 0;
	padding: 0;
	font: 10px/10px Arial, Helvetica,sans-serif;
	width: 1006px;
	min-height:800px;
	background: #f8f6ed;
}
h1 {
	text-align: center;
	text-transform: uppercase;
	font: bold 2em/1.32em Arial, Helvetica,sans-serif;
	vertical-align: text-bottom;
}
h2 {
	text-align: justify;
	text-transform: none;
	font: bold 1.4em/1.32em Arial, Helvetica,sans-serif;
}

h3 {
	text-align: center;
	text-transform: uppercase;
	font: normal 1.3em/1.1em Arial, Helvetica,sans-serif;
}

p {
	text-align: justify;
	text-indent: 50pt;
	color: black;
	font: 1.2em/1.1em Arial, Helvetica,sans-serif;
}
.left {
	text-align :left;
	text-indent: 0pt;
}
.insist {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	text-indent: 0pt;

}
b, strong { 
	font-weight: bold;
}

a:link { 
	text-decoration: underline; 
	color: black;
}

a:visited { 
	text-decoration: underline; 
	color: #333;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
}

img {
	border-style: none;
}

ul {
	font-size: 1.2em;
	list-style-type: disc;
	list-style-position: inside;
	text-shadow: white 1em 0 0;
}

ul li {
}

a img {
	border: none;
}
	
/* @end */

/* @group Layout */

#container { 
	width: 1006px;
}
.clearer {
	clear: both;
}


/* @end */
/* @group Images */
/*.image_header {
	width: 1006px;
	height: 145px;
	top: 0;
	left: 0;
}*/
.image_header {
	width: 1006px;
	height: 145px;
	top: 0;
	left: 0;
}
.image_projet {
	width: 26px;
	height: 26px;
	z-index: 5;
	position: absolute;
}

/* @end */
/* @group Contact Form */
.message-text { } 

.required-text {
	color: #b90000;
} 

.form-input-field {
	border: 1px solid #ccc;
	background-color: white;
	width: 100%;
}

textarea.form-input-field {

} 

.form-input-button { } 
/* @end */


