/* CSS Document */

body{
	background-color:#fff5cb;
	margin:0;
	padding:0;
}

img{
	border:none;
}
ul{color:#ffb905;
}
ul p{color:#000;
}

/*--------------------*/
/*-------Textes-------*/
/*--------------------*/
.texte14px_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#148947;
}
.texte16px_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#148947;
}

.texte11px_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#148947;
}

.texte14px_vert_bold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#148947;
	font-weight:bold;
}

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

.texte_blanc_12px_blanc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.texte{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#535353;
	line-height:13px;
}

.texte_10px{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}

.texte10px_grisclair{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#bbbbbb;
	line-height:12px;
}

.texte11px_blancbold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

.texte11px_orangebold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fa9f3a;
	font-weight:bold;
}

.texte14px_orangebold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fa9f3a;
	font-weight:bold;
}

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


.sous_titre{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#a9840c;
}

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

/*--------------------*/
/*-------Contour------*/
/*--------------------*/
.contour_vert{
	border:1px solid #7bce5f;
}
.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFFFCC;
	z-index:inherit;
}

.contour_orange_bas_gauche_droite{
	border-bottom:1px solid #fa9f3a;
	border-right:1px solid #fa9f3a;
	border-left:1px solid #fa9f3a;
}

.contour_orange_bas{
	border-bottom:1px solid #fa9f3a;
}

.contour_gris_pointille{
	border:1px dashed #CCCCCC;
}

.contour_gris_droite{
	border-right:1px solid #CCCCCC;
}

.contour_gris_pointille_droite{
	border-right:1px dashed #CCCCCC;
}

.contour_vert_haut_bas_droite{
	border-right:1px solid #7bce5f;
	border-top:1px solid #7bce5f;
	border-bottom:1px solid #7bce5f;
}


/*--------------------*/
/*-------Liens--------*/
/*--------------------*/
a.voir_tous_articles{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#148947;
	text-decoration:underline;
}

a.voir_tous_articles:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#148947;
	text-decoration:none;
}

a.lire_la_suite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#148947;
	text-decoration:none;
}

a.lire_la_suite:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#148947;
	text-decoration:underline;
}

a.menu14px_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#148947;
	text-decoration:none;
}

a.menu14px_vert:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ef9a3c;
	text-decoration:none;
}

a.menubas11px_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#148947;
	text-decoration:none;
}

a.menubas11px_vert:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#148947;
	text-decoration:underline;
}

a.lien10px_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#148947;
	text-decoration:none;
}

a.lien10px_vert:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#148947;
	text-decoration:underline;
}

a.texte{
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#535353;
	line-height:13px;
	text-decoration:none;
}

a.texte:hover{
font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#535353;
	line-height:13px;
	text-decoration:underline;
}

a.texte11px_vert{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#148947;
	text-decoration:none;
}

a.texte11px_vert:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#148947;
	text-decoration:underline;
}

/*--------------------*/
/*----Formulaires-----*/
/*--------------------*/
.input_recherche{
	background-color:#FEF5CA;
	border:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20a261;
	font-weight: bold;
	width:100px;
}

.input_recherche2{
	background-color:#FEF5CA;
	border:1px solid #20a261;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #20a261;
	font-weight: bold;
	vertical-align:middle;
	text-align:left;
	padding-bottom:3px;
	padding-left:10px;
	width:90px;
	height:11px;
	margin-left:10px;
	margin-bottom:2px;
}

.input_contact{
	background-color:#FEF5CA;
	border:1px solid #148947;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #20a261;
	padding-left:3px;
}

.input2{
	background-color:#FFFFFF;
	border:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999999;
	padding-left:3px;
}

.bouton_envoyer{
	background-color:#FEF5CA;
	border:1px solid #148947;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #20a261;
}

.bouton_envoyer2{
	background-color:#fff;
	border:1px solid #148947;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #20a261;
	height:20px;
	width:90px;
}
texte_shema {
	float: left;
	width: 305px;
	height: auto;
}
texte_shema {
	float: left;
	width: 305px;
}
#texte_shema {
	width: 290px;
	float: left;
	margin-top: 10px;
}
#puce {
	height: 13px;
	width: 13px;
	margin-top: 4px;
}
#titre {
	float: right;
	width: 550px;
}
#titre {
	width: 550px;
}
#titre {
	width: 280px;
	margin-top: -15px;
	float: left;
	margin-left: 15px;
}
.intro {
	background-image: url(../images/contenu/CESI.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}


/*--------------------*/
/*---Sous Rubriques---*/
/*--------------------*/
.sousRubOff{
	background-image:url(../images/sousRubriqueOff2.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:13px;
	text-decoration:none;
}

.sousRubOn{
	background-image:url(../images/sousRubriqueOn2.jpg);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#71480a;
	line-height:13px;
	text-decoration:underline;
	cursor:pointer;
}

.btnAgence{
	background-image:url(../images/btnAgences.jpg);
	background-repeat:no-repeat;
}
.ligneBas{
	height:47px !important;
	height:38px !important!;
}
