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

body {
	margin: 0;
	padding: 0;
	background:#dfdbc7;
}


a.lnk-gris:link, a.lnk-gris:visited {
  color: #504f4c;
	text-decoration: none;
}



a.lnk-gris:hover {
	color: #f37333;
	text-decoration:none;
}

a.lnk-bleu:link, a.lnk-bleu:visited {
	color:#3a73f5;
	text-decoration:none;
}

a.lnk-bleu:hover {
	color:#f37333;
	text-decoration:none;
}



p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#6b6863;
}

.bottom_engagement_type2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6b6863;
	text-align:justify;
}

#global {
	margin: 10px;
	padding: 0;
}


/* STYLE POUR LA PARTIE EXPERTISE */
.expertise_title_type2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#6b6863;
	margin-bottom: 5px;
	margin-top : 20px;
}

.expertise_title_type {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 11px;
	color:#6b6863;
	margin-bottom: 5px;
}

/* STYLE POUR LA PARTIE SOUS LE MENU CONTACT */
.sous_contact_type {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10px;
	color:#6b6863;
	line-height:15px;
}

.sous_contact_type a:link, a:visited {
	color:#6b6863;
	text-decoration:none;
}

.sous_contact_type a:hover {
	color:#000000;
	text-decoration:none;
}

/* STYLE POUR LA PARTIE CONTACT */
a.button-trouver {
	display: block;
	background-color: transparent;
	background-image:url(../images/menu.gif);
	background-repeat: no-repeat;
	width: 142px;
	height: 18px;
}

a.button-trouver:hover {
	background-position: -142px 0px;
	cursor: hand;
}

a.button-contact {
	display: block;
	background-color: transparent;
	background-image:url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -18px;
	width: 142px;
	height: 18px;
}

a.button-contact:hover {
	background-position: -142px -18px;
	cursor: hand;
}

a.button-actus {
	display: block;
	background-color: transparent;
	background-image:url(../images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	width: 142px;
	height: 18px;
}

a.button-actus:hover {
	background-position: -142px -36px;
	cursor: hand;
}

/* STYLE POUR LES MARGES DIVERSES*/
.marge {
	margin-bottom: 10px;
}

.tableau {
	margin-top: 20px;
}

/*- - - - - - - - - - - - - - - - - - - */

