body {
	background-color: #F1EFE2;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;}


/*Couleur des liens*/
a:link {
color: #A51C29;
text-decoration: underline;} 
a:visited {color: #A51C29;
text-decoration: underline;}
a:hover {color: #ba8389;
text-decoration: none;}
a:active {color: #A51C29;
text-decoration: underline;}

/*Titres*/
h1 {
	font-size: 14px;
	font-weight: bold;
	background-image: url(img/title_background.gif);
	background-repeat: repeat-x;
	color: #A51C29;
	background-position: center;
	line-height: 25px;
}
h2 {
	font-size: 12px;
	font-weight: bold;	}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #A51C29;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C7D297;
	text-indent: 10px;
}	
	

/*Gestion table principale*/
.tableprincipale {
	background-image: url(img/slice_body.gif);
	background-repeat: repeat-y;
	width: 770px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/*Gestion colonne de gauche*/
.tablecolonne {
	background-image: url(img/table_height.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 183px;}

.tablecolonne p{
	font-size: 12px;
	/*text-align: justify;*/
	vertical-align: top;
	padding-right: 8px;
	padding-left: 8px;}
	
td.tdColonne{
	background-image: url(img/tdHeader.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}

/*Table formulaire zone privee en ligne*/
.titreenligne {
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/button_enligne2.gif);
	background-repeat: no-repeat;
	height: 22px;
	text-align: center;
}
.texteenligne {
	font-size: 10px;
	color: #010100;
	font-weight: bold;
	padding-top: 5px;}
.champenligne {
	font-size: 10px;
	color: #010100;
	border: 1px solid #D1D1A3;
}
.champsubmit {
	border: 0;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-image: url(img/button_valider.gif);
	background-repeat: no-repeat;
	width: 74px;
	height: 20px;}


/*Page formulaire contact*/
.tableformulaire {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C7D297;
}
.tableformulaire td{
	padding-left: 10px;}
.texteformulaire {
	font-size: 10px;
	color: #010100;
	font-weight: bold;
	padding-top: 5px;}
.champformulaire {
	font-size: 11px;
	color: #010100;
	border: 1px solid #D1D1A3;
	width: 220px;
}


/*Page contacts avec photos*/
.tablecontact {
	font-size: 11px;
}
.nomcontact {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
}
.tablecontact img {
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	clear: none;
}
.tablecontact td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C7D297;
	border-bottom-color: #C7D297;
}
.tablecontact a{
	font-size: 9px;
}

/*Page reference client*/
.tablereference {
	font-size: 12px;
	padding: 2px;
}
.tablereference td {
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C7D297;
	border-bottom-color: #C7D297;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tablereference a{
	font-size: 11px;
	font-weight: normal;
}
.tableprincipale .pad {
	padding-left: 15px;
	padding-right: 5px;
}

.tableprincipale .pad p {
	font-size: 12px;
}
.topofpage {
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}

.glossaire {
	text-align: center;
	
}
.glossaire li{
	display: inline;
	font-weight: bold;
	padding-right: 20px;
	font-size: 12px;
}

