
/* -------- COEUR DE PAGE -------- */

#texte {
	width:485px;
	height:285px;
	overflow:auto;
	}
.textebox {
	background-color: #B6DAEF;
	border: 1px solid #09365D;
	scrollbar-face-color:#09365D;
	scrollbar-arrow-color:#B6DAEF;
	scrollbar-track-color:#B6DAEF;
	scrollbar-shadow-color: #B6DAEF;
	scrollbar-highlight-color: #B6DAEF;
	scrollbar-3dlight-color: #B6DAEF;
	scrollbar-darkshadow-Color: #B6DAEF;
}

/* -------- PAVE GAUCHE PAGE -------- */

#gauche_page {
	float:left;
	width: 200px;
	height:494px;
	background-color: #7B888D;
	color:#FFF;
	font-size: 10px;
	line-height: 11px;
	text-align:justify;
	background-image: url(../images/page/pied_menu.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* -------- SOUS-MENU -------- */

#gauche_page #ss_menu {
	margin: 18px 0 0 0;
	background-image: url(../images/accueil/fond_contact.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #000;
}
#gauche_page #ss_menu dt {
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	padding: 10px 0 10px 25px;
}
#gauche_page #ss_menu li {
	list-style:none;
	text-align:left;
	margin: 0 10px 0 8px;
	font-weight:bold;
	font-size: 11px;
	min-height: 20px;
	background-color: #A2AFB5;
	border-bottom: solid 1px #FFF;	
}
#gauche_page #ss_menu a {
	color:#000;
	text-decoration:none;
	background-image: url(../images/page/puce_snavig.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 0 0 9px;
	padding: 5px 0 3px 12px;
	display:block;
	line-height: 13px;

}
#gauche_page #ss_menu a:hover {
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/page/puce_snavig_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#gauche_page #ss_menu .navig_gauche_on {
	color:#FFF;
	text-decoration:none;
	background-image: url(../images/page/puce_snavig_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* -------- PAVE DROITE -------- */


#contenu_page {
	height: 472px;
	width: 535px;
	background-color: #FFF;
	background-image: url(../images/page/courbe.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#000;
	position:absolute;
	text-align:left;
	top: 106px;
	left: 200px;
	font-size:11px;
}
#contenu_offres {
	height: 472px;
	width: 738px;
	background-color: #FFF;
	background-image: url(../images/page/courbe_offres.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color:#000;
	position:absolute;
	text-align:left;
	top: 106px;
	left: 200px;
	font-size:11px;
}
#defil_offres {
	width:738px;
	height:420px;
	overflow:auto;
	}
iframe {
	margin : 0 0 0 20px;
}
.ici {
	font-size: 11px;
	font-weight:bold;
	background-image: url(../images/page/point_ici.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 26px;
	margin: 7px 50px 10px 10px;
}
a.lien_ici  {
	color: #000;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
a:hover.lien_ici  {
	color: #1E4194;
	text-decoration: underline;
}
.ici_on {
	color:#1E4194;
	font-weight: bold;
	text-decoration: underline;
	}
.ici_off {
	color:#1E4194;
	font-weight: regular;
	text-decoration: none;
}
#contenu_page p {
	margin: 7px 50px 10px 10px;
}
#contenu_page ul {
	margin: 0 50px 10px 40px;
}

/* -------- FOOTER PAGE -------- */

#footer_page {
	height: 26px;
	text-align:left;
	background-color: #09365D;
	font-size: 10px;
	text-align:left;
}
#footer_page a {
	line-height: 25px;
	font-weight:bold;
	color:#FFF;
	background-color: #09365D;
	line-height: 25px;
	margin: 0 32px 0 80px;
	text-decoration:none;
}
#footer_page a:hover {
	color:#E0EDF7;
	text-decoration: underline;
}
#footer_page .liens_footer {
	line-height: 25px;
	font-weight:bold;
	color:#FFF;
	margin-left: 80px;
	padding-left: 10px;
	background-image: url(../images/structure/fleche.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#footer_page a.liens_footer {
	color:#FFF;
	text-decoration:none;
}
#footer_page a:hover.liens_footer {
	color:#E0EDF7;
	text-decoration: underline;
}