/* CSS Document */

html, body {
	margin: 0px;
	background: url(../img_graph/fond_page.jpg) top left;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.corps {
	width: 1000px;
	margin: auto;
}

.testi {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	font-weight: bold;
	width: 250px;
	margin: 18px 0 0 730px;
	border-right: solid 2px #cccccc;
	padding: 0 8px 0 0;
}

.entete {
	height: 133px;
	background: url(../img_graph/entete2.jpg) bottom left no-repeat #2d3238;
}

.menu {
	border: solid 1px #156693;
	height: 19px;
	background: url(../img_graph/menu/fond.jpg) top left repeat-x;
}

.menu UL {
	margin: 0px;
	list-style-type: none;
	padding:0 0 0 10px;
}

.menu LI {
	float: left;
	list-style: none;
	padding: 3px 20px 0 20px;
}

.menu A {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 5px 0;
}

.menu A:hover {
	color: #90afce;
	font-weight: bold;
	text-decoration: none;
}

.menu_on {
	color: #90afce;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 5px 0;
}

.sous_menu {
	position: absolute;
	z-index: 99;
	display: none;
	background-color: #0069a2;
	width: 150px; 
}

.sous_menu A {
	display: block;
	background-color: #0069a2;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.sous_menu A:hover {
	color: #90afce;
}

.menu_entete {
	position: absolute;
	top: 5px;
	width: 950px;
	color: #CCCCCC;
	font-size: 10px;
	text-align: right;
}

.menu_entete A {
	color: #CCCCCC;
	text-decoration: none;
}

.menu_entete A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contenu {
	background-color: #3c4349;
	padding: 10px; 
}

.pied {
	background-color: #576065;
	color: #FFF;
	padding: 5px 10px 5px 10px;
}
.pied A {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.pied .a_droite {
	float: right;
}

/* PAGES */

/* Commun */

.gauche {
	width: 695px;
	padding: 7px 0px 7px 0px;
}

.droite {
	float: right;
	width: 282px;
}

.corps_page_1 {
	padding: 10px;
}

.entete_page_1 {
	background: url(../img_graph/pages/entete.jpg) top left no-repeat #eaeaea;
	padding: 5px 0 5px 40px;
	color: #868789;
	border-bottom: solid 6px #3c4349;
}

.description_page_1 {
	background: #eaeaea;
	padding: 3px;
	text-align: justify;
	padding: 10px 15px 10px 15px;
}

.block_cote {
	width: 222px;
	padding: 5px;
	background: url(../img_graph/pages/entete.jpg) top left no-repeat #eaeaea;
}

.block_cote2 {
	width: 232px;
	background: url(../img_graph/pages/entete.jpg) top left no-repeat #eaeaea;
}

.titres {
	background: url(../img_graph/pages/titres.jpg) top left no-repeat;
	height: 31px;
	padding: 7px 0 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}

.gauche2 .titres {
	background: url(../img_graph/pages/titres2.jpg) top left no-repeat;
	height: 31px;
	padding: 7px 0 0 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* Accueil */

.td_accueil {
	width: 190px;
	text-align: center;
	vertical-align: top;
}

.bloc_accueil {
	width: 220px;
	height: 700px;
	background-color: #d4d4d6;
	text-align: left;
}

.bloc_accueil_2 {
	width: 220px;
	height: 700px;
	background-color: #dbe2ec;
	text-align: left;
}

.interieur_bloc_accueil {
	padding: 11px;
}

/* FORMULAIRE CONTACT */

#form_contact {
	width: 500px;
	height: 370px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

#form_contact .input_text {
	font-size: 12px;
	border: solid 1px #0069a2;
	background-color: #FFFFFF;
	width: 150px;
}

#form_contact .input_text_long {
	font-size: 12px;
	border: solid 1px #0069a2;
	background-color: #FFFFFF;
	width: 300px;
}

#form_contact .input_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
	border: solid 1px #0069a2;
	background-color: #FFFFFF;
	
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #0069a2;
	scrollbar-base-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
}

#form_contact .contact_recap_message {
	margin: auto;
	border: solid 1px #0069a2;
	background-color: #FFFFFF;
	padding: 5px;
	color: #93368E;
	font-weight: normal;
	font-style: italic;
	width: 400px;
}

#form_contact .bouton {
	border: 0;
	padding: 3px 10px 3px 10px;
	background: url(../img_graph/menu/fond.jpg) top left repeat-x #0069a2;
	color: #FFFFFF;
	font-size: 12px;
}