@charset "utf-8";

strong {
	/* color:rgb(52,126,138); */
	color: rgb(52,126,138);
}

a.fleche {
	color:#f08686;
	text-decoration: none;
	font-weight:bold;
	padding-left: 14px;
	background-image: url(../../img/interface/flecherouge.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

a.fleche:hover, a.colonne_lien:hover {
	text-decoration: underline;
}


.colonne_texte_chapeau {
	margin: 5px 0px 0px 0px; padding: 5px 5px 10px 5px;
	font-size: 10px;
	color:rgb(52,126,138);
	font-weight:bold;
	background-color: #e9f6f5;
	background-image: url(../../img/interface/bas_cartouche_colonne.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.colonne_texte {
	margin: 5px 0px 0px 0px; padding: 5px 5px 0px 5px;
	font-size: 10px;
}

a.colonne_lien {
	display: block;
	color:#f08686;
	text-decoration: none;
	font-weight:bold;
	padding-left: 14px;
	padding-bottom: 7px;
	margin: 5px 0px 10px 5px;
	font-size: 10px;
	background-image: url(../../img/interface/flecherouge.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border-bottom: 1px solid #f08686;
}

.colonne_img {
	margin: 5px 0px 0px 0px;
	text-align:right;
}

.ariane_entreprise {
	height: 20px; line-height: 20px; padding-left: 10px;
	background-image: url(../../img/interface/filariane_entreprise.gif);
	background-repeat: no-repeat;
}
.ariane_offres {
	height: 20px; line-height: 20px; padding-left: 10px;
	background-image: url(../../img/interface/filariane_entreprise.gif);
	background-repeat: no-repeat;
}
.ariane_services {
	height: 20px; line-height: 20px; padding-left: 10px;
	background-image: url(../../img/interface/filariane_entreprise.gif);
	background-repeat: no-repeat;
}
.ariane_contact {
	height: 20px; line-height: 20px; padding-left: 10px;
	background-image: url(../../img/interface/filariane_entreprise.gif);
	background-repeat: no-repeat;
}

.ariane_entreprise a, .ariane_offres a, .ariane_services a, .ariane_contact a {
	color: black; text-decoration:none;
}

.ariane_entreprise a:hover, .ariane_offres a:hover, .ariane_services a:hover, .ariane_contact a:hover {
	color: black; text-decoration:underline;
}

h2 {
	display: block; margin: 5px 0px 5px 0px;
	width: 568px; height: 21px;
	line-height: 21px; font-size: 11px;
	text-indent: 35px; color: white;
	background-image: url(../../img/interface/cartouche_soustitre_large.png);
	background-repeat: no-repeat;
}

h4 {
	display: block;
	background-color:#88C5C6;
	margin: 5px 0px 5px 0px;
	padding: 4px 0px 4px 35px;
	width: 533px;
	line-height: 15px;
	font-size: 11px;
	color: white;
	background-image: url(../../img/interface/cartouche_soustitre_large.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h3 {
	display: block; margin: 15px 0px 5px 0px;
	width: 568px; border-bottom: 1px solid rgb(52,126,138);
	padding-bottom: 5px; color:rgb(52,126,138);
}

.p_content {
	width: 568px;
}

.encadreBleu {
	width: 558px; display: block;
	padding: 10px 0px 10px 10px;
	background-color: #e2f2f2;
}