/* CSS Document */
/* Couleurs : 
Bordeaux : #a40000
Rouge : #FF0000
Orange : #ff7e00
Bleu : #2668a5
*/

body {
	margin:0;
	padding:0;
	background-color:#ebeaea;
	background-image:url(../images/fond.gif);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
.clear {
	clear:both;
}
/* page */
#page {
	position:relative;
	width:949px;
	margin:10px auto 0 auto;
	background-color:#FFFFFF;
}
#ombreBasse {
	height:40px;
	width:949px;
	margin:0 auto 0 auto;
	padding:0;
}
/* Zone haut de page */
#hautPage {
	height:251px;
	margin:0;
}

/* zone de menu Haut de page */
#menuHaut {
	text-align:center;
	margin-top:1px;
	margin-bottom:1px;
	height:49px;
	background-image:url(../images/fond-menu.gif);
	background-repeat:repeat-x;
	margin-left:0;
	margin-right:0;
	padding:0;
	width:949px;
}

/* zone de contenu */
#zoneContenu {
	padding: 30px;
}
#zoneContenu h1 {
	font-size:20px;
	color:#a40000;
	border-bottom:1px dotted #a40000;
	padding:0;
	margin:0 0 30px 0;
}
#zoneContenu h2 {
	font-size:18px;
	color:#ff7e00;
	margin:0 0 10px 0;
	border-bottom:1px dotted #cccccc;
}
#zoneContenu h3 {
	font-size:16px;
	color:#ff0000;
	margin:0 0 10px 0;
}
#zoneContenu h4 {
	font-size:14px;
	color:#a40000;
	margin:0 0 10px 0;
}
#zoneContenu p, #zoneContenu li {
	font-size:12px;
	color:#666666;
}
#zoneContenu p {
	margin:0 0 30px 0;
	padding:0;
}
#zoneContenu li {
	list-style-image:url(../images/puce.gif);
}
#zoneContenu strong {
	color:#000000;
}
.imgG {
	margin:0 10px 10px 0;
	float:left;
}
.imgD {
	margin:0 0px 10px 10px;
	float:right;
}

/* Tableau de mise en forme 2 colonnes */
#tbl2col {
	
}
#tbl2col td {
	vertical-align:top;
}
/* Colonnes règle par défaut */
.colG {
	width:460px;
}
.colMilieu {
	width:30px;
}
.colD {
	width:399px;
}

/*Colonnes Formulaire contact */
.colGContact {
	width:500px;
}
.colDContact {
	width:339px;
}

/* Liseret rouge en bas des pages */
#liseretBasPage {
	width:949px;
	height:25px;
	background-image:url(../images/fond-bas-page.gif);
	background-repeat:repeat-x;
	margin: 0 auto 0 auto;
}
#liseretBasPage p {
	color: #ffffff;
	font-size:10px;
	text-align: right;
	margin:0;
	padding:6px 10px 0 0;
}
#liseretBasPage a {
	color: #ffffff;
	font-size:10px;
	text-decoration:none;
}
#liseretBasPage a:hover {
	color: #000000;
	font-size:10px;
}

/* Informations de textes en bas des pages */
#infosBasPage {
	width:949px;
	margin:0 auto 0 auto;
	text-align:center;
}
#infosBasPage p{
	font-size:10px;
	color:#666666;
}