/* *************************** */
/* cfdeo styles         */
/* *************************** */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #183869;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	height: 100%;
	background-image: url(images/motif.jpg);
	background-repeat: repeat-x;
}

/* ************************************ */
/* structure generale         */
/* **************************************/
#conteneur {
	position: relative;
	width: 920px;
	min-height: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 13px;
}

#colcentregauche {
	text-align:center;
	width:46%;
	padding-right:40px;
	float:left;
}

#colcentredroite{
	
	float:right;
	width:46%;
}
/* Pour Internet Explorer 6*/  * html #conteneur {
	height: 1000px;
}

#haut {
	width:920px;
	height:286px;
	background-image: url(images/bandeau.jpg);
	background-repeat: no-repeat;
}
#centre {
	width: 695px;
	position: relative;
	padding-right: 17px;
	padding-left: 17px;
	text-align: justify;
	padding-bottom: 10px;
	padding-top: 0px;
}
#droite {
	position: absolute;
	right:-1px;
	width: 192px;
	text-align: left;
	z-index: 2;
	top: 310px;
	height: 200px;
}
#pied {
	height: 40px;
	background-color: #183869;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
}

#pied a {
	text-decoration: none;
	color: white;
}

/* *************************** */
/* les zones dans la structure */
/* *************************** */
.img-gauche {
	top: 20px;
	position: absolute;
	left: 20px;
}

/***********************************************/
/*  menu avec methode des portes coulissantes  */
/***********************************************/
#nav {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	left: 17px;
	position: relative;
	top: 184px;
	width: 700px;
}
#nav li {
	float: left;
	width: 94px;
	margin-right: 2px;
	color: #fff;
	height: 32px;
}
#nav li a {
	display: block;
	color: #fff;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/lienCoulissant.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	text-indent: -3px;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	text-decoration: underline;
	background-image: url(images/lienCoulissant.png);
	background-repeat: no-repeat;
	background-position: right top;
}


/* style pour les liens classiques */
a  {
	color : #183869;
	text-decoration : none;
}
a:hover {
	color : #183869;
	font-weight: normal;
	text-decoration : underline;
}

/* style paragraphe, caractères, couleurs */

p {/*padding-bottom: 2px;*/}

H1		{
	font-weight: bold;
	font-family: Arial;
	font-size: 24px;
	color: #183869;
}
H2		{
	color=#183869;
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
}


.txt10px {
	font-size: 10px;
	color : #000;
	font-style: italic;
}
.txt15px-courant { font-size: 15px; color : #183869;}

.champs {
	color: #183869;
	height: 24px;
	width: 480px;
	border: 1px solid #183869;
}

.recommandation {
	margin-top:3px;
	width: 192px;
	}
.commentaire {
	color: #183869;
	height: 64px;
	width: 480px;
	border: 1px solid #183869;
}

.bleu {
	color: #183869;
}
.rouge {
	color: e6442e;
}
