/* CSS Document */

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

html, body {
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		padding:0px;
		height: 100%;
		width: 100%;
		margin:0px;
		font-size:11px;
}

#centpourcent {
 height: 100%;
  width: 100%;
  }

.marge_g {
	width: 50%;
	background-image: url(/images/fond_metal_gauche.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.marge_d {
	width: 50%;
	background-image: url(/images/fond_metal_droite.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#contenu {
	padding: 0 35px 0 35px;
	text-align:left;
}
  
#contenu_gauche {
	vertical-align:top;
	width: 448px;
	padding: 0 0px 0 0px;
}  

#contenu_droit {
	vertical-align:top;
	width: 225px;
	padding: 0 0px 0 0px;
}  
#contenu_centre {
	width: 34px;
	background-image: url(/images/filet_gris_vert.gif);
	background-repeat:repeat-y;
	background-position: top center;
}
.filet_h {
	background-image: url(/images/filet_gris_horiz.gif);
	background-repeat:repeat-x;
	background-position: center;
	height:30px;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}



/* STYLE POUR TEXTE CONTENU*/

/* Form*/

.deroul {
	color: #004D14;
	font-size: 8pt;
/*	width: 120;*/
	height:18;
	background-color:#e1e19c;
	border-color:#004D14;
}
.champs {
	color: #004D14;
	font-size: 8pt;
	height:18;
	background-color:#f0f0cd;/*e1e19c*/
	border-color:#004D14;
	border-width:1px;


}

/* FIN Form*/


/* titre menu*/
.txt1 {
	font-size:11px;
	text-align:left;
	padding:0px 0 0px 0;
	font-weight:bold;
	text-transform:uppercase;
	color:#E2001A;
}

/* titre des pages */
.txt2 {
	font-size:17px;
	padding-bottom: 10px;
	/*font-weight:bold;*/
	color:#004210;
	line-height:18px;
}

/* sous-titre des pages */
.txt3 {
	color:#c7c700;/*d7d700*/
	font-size:13px;
	padding-bottom: 10px;
	font-weight:bold;
}
/* sous sous-titre des pages */
.txt6 {
	color:#004D14;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}

/* retrait du bold et capitalize */
.txt6retrait {
	font-weight:normal;
	/*text-transform:none;*/
}

/* texte courant */
.txt5 {
	color:#004D14;
	font-size:11px;
	text-align:justify;
	padding-bottom:10px;
}
/* texte courant pour colonne droite*/
.txt_droit {
	padding-bottom:0px;
}
/* titre pour colonne droite*/
.titre_droit {
	color:#DBDB00;
	font-size:11px;
	padding-bottom: 0px;
	font-weight:bold;
}

.txt_link_vert {
	color:#004D14;
}
.txt_link_vert:link {
	text-decoration: underline;
}
.txt_link_vert:active {
	text-decoration: underline;
}
.txt_link_vert:visited {
	text-decoration: underline;
}
.txt_link_vert:hover {
	text-decoration: underline;
}

.txt_link_rouge {
	color:#E2001A;
	text-decoration: underline;
}
.suite {
	list-style-type: none;
	background-image: url(/images/ico_la_suite.gif);
	background-repeat: no-repeat;
	background-position: 0% top;
	padding:0px 0 0px 20px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
	font-size:10px;	
	/*font-weight:bold;*/
	color:#E2001A;
}

.format {
	 font-weight:normal;
	 color:#004D14;
}

.legende {
	padding-top:4px;
	color:#004D14;
	font-size:10px;	
	line-height:11px;
}

ul {
	padding:0px 0 0px 10px;
	margin:0px 0px 0px 0px;
}

li {
	list-style-type: none;
	padding:0px 0 0px 12px;
	background-image: url(/images/pucanous2.gif);
	background-repeat: no-repeat;
	background-position: 0% top;
}

.txt2_temoignage {
	font-style:italic;
}

.txt3_temoignage {
	font-weight:bold;
	line-height:13px;
}
/* FIN STYLE POUR CONTENU*/

/* texte interface générale*/

.txt_lien_home
{
	font-size:10px;
	color:#e6e600;
	text-align:right;
}

.txt_sous_menu {
	color:#004D14;
	text-decoration: underline;
	font-size:11px;	
}

.txt_top {
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:right;
}

.txt_top:hover {
	color:#ffffff;

}
.sous_menu_avec {
	font-size:11px;
	padding:3px 0px 45px 0px;
	text-align:center;
	color:#004D14;
	background-image: url(/images/flacon_bas.jpg);
 	background-position:top;
	background-repeat:no-repeat;
}

.sous_menu_sans {
	font-size:11px;
	padding:3px 0px 45px 0px;
	text-align:center;
	color:#004D14;
	text-align:center;
}

/* menu principal */

.txt4 {
	color:#ffffff;
	font-size:11px;
	padding-bottom: 5px;
	font-weight:bold;
	text-transform:uppercase;
}

/* FIN texte interface générale*/

