@charset "utf-8";
/* CSS Document */

/** Général **/
*{
	margin:0;
	padding:0;
}

img{border:0}


a {
	color: #ffffff;
	
}


a:hover{
	color: #d61f00;
	text-decoration:none;
}
/** **/

body{
	background: url(../images/gradient.png) repeat-x #004cb8;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
}

div#conteneur-general{
	position:relative;
	
}

div#site{
	position:relative;
	margin:5px auto;
	width:900px;
	
	
	/*height:700px;*/
	
}

div#header{
	height:250px;
}

div#coeur-de-page{
	/*height:359px;*/
	padding:30px 10px 0 10px;
	/*overflow:auto;*/
	background: url(../images/logos.png) no-repeat top center #ffffff;

}

div#footer{
	position:relative;
	background:url(../images/bas.png) no-repeat top left;
	height: 213px;
	color: #ffffff;
	/*height:275px;*/
	

}

h1{}

h2{
	font-size:30px;
	margin-top: 30px;
}

h3{
	margin:20px 0 10px 0;
	color:#ba5740;
}

p.reponse{
	color:#000058;
	text-align:justify;
	/*font-style:italic;*/
}

.texte-rouge{
	color:#ba5740;
}

.texte-bleu{
	color:#000058;
}

/** Détail Footer **/
div#footer-col-1{
	height:120px;
	float:left;
	width:300px;
	text-align: center;
	font-size: 15px;
	margin-top: 50px;
	
	
}

div#footer-col-2{
	height:120px;
	float:left;
	width:300px;
	font-size: 15px;
	text-align: center;
	margin-top: 80px;
}

div#footer-col-3{
	height:120px;
	float:right;
	width:300px;
	text-align: center;
	margin-top: 50px;
	font-size: 15px;
	
}

/** **/

/** Blocs page d'accueil **/
div#accueil-blocs{
	position:relative;
	margin:31px 0 0 0;
	height:320px;
	
}
/* Définition pour fond rouge, demande modifiée vers un fond bleu (voir ci-après) 
div#accueil-bloc-1{
	float:left;
	width:415px;
	border:1px solid #e1b7ad;
	background:url(../images/bg-bloc-rouge.gif) repeat-x;
	height:310px;
	padding:5px;
}
*/

/* Définition pour fond bleu */
div#accueil-bloc-1{
	float:left;
	width:415px;
	border:1px solid #8f8eb7;
	background:url(../images/bg-bloc-bleu.gif) repeat-x;
	height:310px;
	padding:5px;
}

div#accueil-bloc-1 h2{
	margin: 0 0 15px 0;
	}

div#separateur-vertical{
	float:left;
	width:26px;
	background:url(../images/separateur-vertical.gif) repeat-y;
	height:320px;
}

div#accueil-bloc-2{
	background:url(../images/bg-bloc-bleu.gif) repeat-x;
	float:left;
	width:415px;
	border:1px solid #8f8eb7;
	height:310px;
	padding:5px;
}

div#accueil-bloc-2 h2{
	margin: 0 0 15px 0;
	}

div#accueil-blocs ul{
	margin-top:-30px;
}

div#accueil-blocs ul li{
	line-height:45px;
	list-style:none;
	background:url(../images/coche.gif) no-repeat left;
	font-weight:bold;
	margin-left:25px;
	padding-left:40px;
	
}

div#gratuit-rouge{
	float:none;
	position:relative;
	top:-30px;
	left:60px;
	width:100px;
}

div#gratuit-bleu{
	float:none;
	position:relative;
	top:-30px;
	left:300px;
	width:100px;
	}
	
	

/** **/


/** Eléments page contact **/
fieldset{
	border:0;
}
table.formulaire{
	margin:25px;
}

table.formulaire th{
	text-align:right;
	padding:5px;
	vertical-align:top;
}

table.formulaire td{
	padding:5px;
	vertical-align:top;
}

.champ-texte{
	width:200px;
	height:20px;
	border:1px solid #ba5740;
	padding:2px;
}

.erreur{
	background-color:#FFB9B9;
}
/** **/
