/* générique page */

body {
	background-color: #FFFFFF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	/* background-image: url(/images/fond2.jpg); */
	background-repeat: no-repeat;
	background-position: center top;
}


#aide_message {
	width: auto;
	height: auto;
	border: 1px solid #272727;
	background-color: #FFFFCC;
	padding:5px;
	color: #272727;
	font-size: 12px;
	position: absolute;
}

/* fin générique page */




/* menu produits */

dl.menu {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/fond-menu-produits.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
	position: absolute;
	left: 0px;
	width: 218px;
	height: auto;
}
dl.menu dt {
	color: #FFFFFF;
	height: 29px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 22px;
	float: left;
	clear: both;
}
dl.menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -1px;
}
dl.menu dt a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	letter-spacing: -1px;
}
dl.menu dd {
	margin: 0px;
	padding-top: 3px;
	font-size: 10px;
	color: #FFFFFF;
	height: 26px;
	letter-spacing: -1px;
}

/* fin menu produits */


/* formulaires sous le menu */

/* classe générique */

form.form_gauche {
	margin-left: 19px;
	margin-top: 0px;
	width: 183px;
	text-align: left;
	position: absolute;
	left: 0px;
}

form.form_gauche fieldset {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding-bottom: 9px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #272727;
	font-size: 11px;	
}
form.form_gauche label.titre {
	color: #272727;
	font-size: 14px;
	letter-spacing: 2px;
	font-weight: bold;	
}

form.form_gauche input {
	border: 1px solid #8A8A8A;
	background-color: #FFFFFF;
}

form.form_gauche input.noborder {
	border: 0px;
}

form.form_gauche a {
	font-size: 10px;
	color: #272727;
	text-decoration: none;
}
form.form_gauche a:hover {
	font-size: 10px;
	color: #272727;
	text-decoration: underline;
}

/* fin formulaires sous le menu */




/* pied de page */

#pied {
	position: relative;
	width: 755px;
	background-color: #FFFFFF;
	float: bottom;
	padding-bottom: 15px;
	padding-top: 10p;
}

#pied td, #pied a {
	color: #656565;
	text-decoration: none;
	font-size: 11px;
}

#pied a:hover {
	color: #656565;
	text-decoration: underline;
}

#pied table td table td {
	text-align: center;
}

/* fin pied de page */



/* cadre edito */

#edito {
	width: 316px;
	background-image: url(/images/edito.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 12px;
	padding-top: 75px;
	text-align: justify;
}
#edito p {
	padding-left: 10px;
	padding-right: 10px;
}

/* fin cadre edito */


/* cadre qui sommes-nous */

#qui-sommes {
	position: absolute;
	left: 321px;
	top: 0px;
	width: 427px;
	height: auto;
	background-image: url(/images/qui-sommes-nous.jpg);
	background-repeat: no-repeat;
}
#qui-sommes p {
	padding-left: 4px;
	padding-right: 175px;
	padding-top: 28px;
	margin: 0px;
	font-size: 12px;
}

/* fin cadre qui sommes-nous */




/* cadre actualites */

#actualites {
	position: absolute;
	left: 321px;
	top: 0px;
	width: 427px;
	height: auto;
	background-image: url(/images/actualites.gif);
	background-repeat: no-repeat;
}
#actualites p {
	margin: 0px;
	padding-top: 30px;
	padding-left: 4px;
	font-size: 12px;
}

/* fin cadre actualites */


/* boutons du haut de page */

#boutons {
	text-align: left;
}
#boutons div {
	font-size: 15px;
	letter-spacing: 2px;
	color: #272727;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 0px;
	height: 24px;
	background-color: #7FC5FF;
	spacing: 2px;
}
#boutons div a {
	text-decoration: none;
	color: #272727;
}




#contenu p, #contenu td {
	font-size: 12px;
	text-align: justify;
}


#contenu .pave_centre_bleu_clair {
	margin: 5px;
	padding: 5px;
	background-color:#AECCE1;
}
#contenu .pave_centre_bleu_clair strong {
	font-size:14px;
	font-weight: bold;
	border-bottom: 1px solid #202020;
}
#contenu .pave_centre_bleu_clair a {
	color: #212121;
	text-decoration: none;
}
#contenu .pave_centre_bleu_clair a:hover {
	color: #212121;
	text-decoration: underline;
}


#contenu .pave_centre_mauve_clair {
	margin: 5px;
	padding: 5px;
	background-color:#E1DDF1;
}
#contenu .pave_centre_mauve_clair strong {
	font-size:14px;
	font-weight: bold;
	border-bottom: 1px solid #202020;
}
#contenu .pave_centre_mauve_clair a {
	color: #212121;
	text-decoration: none;
}
#contenu .pave_centre_mauve_clair a:hover {
	color: #212121;
	text-decoration: underline;
}


#contenu .pave_centre_bleu_roi {
	margin: 5px;
	padding: 5px;
	color: #FFFFFF;
	background-color:#0675BD;
}
#contenu .pave_centre_bleu_roi strong {
	font-size:14px;
	font-weight: bold;
	border-bottom: 1px solid #202020;
}
#contenu .pave_centre_bleu_roi a {
	color: #FFFFFF;
	text-decoration: none;
}
#contenu .pave_centre_bleu_roi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}



#contenu .pave {
	margin: 5px;
	padding: 5px;
}



h1.titre_pro {
	font-size: 14px;
	font-weight: bold;
}

div.titre_haut span.titre {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 5px;
}

div.titre_haut span.definition {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}
hr.bleu {
	height: 1px;
	width: 500px;
	background-color: #0675BD;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* annonce pro sous le bandeau de haut de page */

#annonce_pro {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
	letter-spacing: 10px;
	background-color: #AECCE1;
}