/* Mise en forme site */
body {
	background-image: url(../img-interface/fond-page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #4dbeee;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: justify;
}

#conteneur {
	width: 980px;
	margin:0 auto;
}

#main {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	height: 133px;
}

#middle {
	width: 980px;
	overflow: hidden;	
}

.entete_ligne {
	font-size: 18px;
	line-height:30px;
}

.entete_colonne {
	font-size: 18px;
	line-height:25px;
}

.cellule_contenu {
	font-size: 14px;
}

#coordonnees {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

#coordonnees a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	color: #b70055;
}

#coordonnees a:hover {
	text-decoration: none;
	color: #ff55b9;
}


a {
	text-decoration: none;
	cursor: hand;
	/*color: #950114;*/
	color: #b70055;
}

a:hover {
	text-decoration: none;
	cursor: hand;
	color: #ff55b9;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	/*color: #5a3d1b;*/
	color: #b70055;
	padding: 10px 10px 0px 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000; 
	padding: 10px 10px 0px 0px;
}


.champ_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #292929;
	border : 1px solid;
	border-color : #000000 #aaaaaa #aaaaaa #000000;
	background-color: #e9e6de;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.champ_texte_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7c7565;
	border: 1px solid #c14120;
	background-color: #ebd7ab;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.champ_texte:focus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #696969;
	border: 1px solid #aaaaaa;
	background-color: #f2f2f2;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
}

.bouton_valider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d8d8d;
	border : 1px solid;
	border-color : #aaaaaa #000000 #000000 #aaaaaa;
	background-color: #343434;
	margin: 2px;
	padding: 2px;
	width: 120px;
	font-weight: bold;
}

.texte_erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #950114;
	font-weight: bold;
}

.cadre_confirmation {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #3a682a;
}

.offres {
	border: 1px solid #005a8a;
	background-color: #ffffff;
	height: 167px;
	padding: 5px;
	margin-bottom: 5px;
}

.offres_gauche {
	float: left;
}

.offres_droite {
	float: right;
	width: 450px;
	height: 167px;
	padding: 0px 5px 0px 5px;
}

.offres_infos {
	float: right;
	width: 180px;
	height: 167px;
	padding: 0px 5px 0px 5px;
}






/*********** BARRE DE NAVIGATION ***********/
a#accueil {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 243px;
	line-height: 50px;
	text-decoration: none;
	/*background: 0 url(../img-interface-softassur/btn-espace-client.jpg) no-repeat top;*/ /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	background-image: url(../img-interface/btn-accueil.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:hover#accueil {
	/*background: url(../img-interface-softassur/btn-espace-client.jpg) no-repeat 0 bottom ;*/ /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	background-image: url(../img-interface/btn-accueil.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a#accueil_actif {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 243px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../img-interface/btn-accueil.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


a#offres {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 366px;
	line-height: 50px;
	text-decoration: none;
	/*background: 0 url(../img-interface-softassur/btn-espace-client.jpg) no-repeat top;*/ /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	background-image: url(../img-interface/btn-offres.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:hover#offres {
	/*background: url(../img-interface-softassur/btn-espace-client.jpg) no-repeat 0 bottom ;*/ /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	background-image: url(../img-interface/btn-offres.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a#offres_actif {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 366px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../img-interface/btn-offres.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#societe {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 489px;
	line-height: 50px;
	text-decoration: none;
	/*background: 0 url(../img-interface-softassur/btn-espace-client.jpg) no-repeat top;*/ /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	background-image: url(../img-interface/btn-societe.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:hover#societe {
	/*background: url(../img-interface-softassur/btn-espace-client.jpg) no-repeat 0 bottom ;*/ /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	background-image: url(../img-interface/btn-societe.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a#societe_actif {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 489px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../img-interface/btn-societe.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#ecoplus {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 612px;
	line-height: 50px;
	text-decoration: none;
	/*background: 0 url(../img-interface-softassur/btn-espace-client.jpg) no-repeat top;*/ /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	background-image: url(../img-interface/btn-ecoplus.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:hover#ecoplus {
	/*background: url(../img-interface-softassur/btn-espace-client.jpg) no-repeat 0 bottom ;*/ /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	background-image: url(../img-interface/btn-ecoplus.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a#ecoplus_actif {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 612px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../img-interface/btn-ecoplus.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#terrains {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 735px;
	line-height: 50px;
	text-decoration: none;
	/*background: 0 url(../img-interface-softassur/btn-espace-client.jpg) no-repeat top;*/ /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	background-image: url(../img-interface/btn-terrains.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:hover#terrains {
	/*background: url(../img-interface-softassur/btn-espace-client.jpg) no-repeat 0 bottom ;*/ /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	background-image: url(../img-interface/btn-terrains.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a#terrains_actif {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 735px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../img-interface/btn-terrains.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

a#contact {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 858px;
	line-height: 50px;
	text-decoration: none;
	/*background: 0 url(../img-interface-softassur/btn-espace-client.jpg) no-repeat top;*/ /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	background-image: url(../img-interface/btn-contact.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a:hover#contact {
	/*background: url(../img-interface-softassur/btn-espace-client.jpg) no-repeat 0 bottom ;*/ /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	background-image: url(../img-interface/btn-contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a#contact_actif {
	display: block;
	width: 123px;
	position: absolute;
	margin-top: 58px;
	margin-left: 858px;
	line-height: 50px;
	text-decoration: none;
	background-image: url(../img-interface/btn-contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}










































/*
#navigation {
	width: 100px;
	float: left;
	text-align: left;
	font-size: 18px;
	line-height: 25px;
	font-variant: small-caps;
	padding-left: 10px;
}
*/

/*
#contenu {
	width: 860px;
	float: right;
}
*/

/*
#footer {
	width: 980px;
	height: 104px;
}


#navigation a {
	text-decoration: none;
	cursor: hand;
	color: #ffffff;
}

#navigation a:hover {
	text-decoration: none;
	color: #950114;
}

.page_en_cours {
	color: #950114;
}



p {
	margin-left: 10px;
	margin-right: 10px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #5a3d1b;
	padding: 10px 10px 0px 10px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #765b31; 
	padding: 10px 10px 0px 10px;
}

.cellule_photo {
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
	width: 178px;
	height: 141px;
}

.cellule_texte {
	vertical-align: top;
}
*/