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

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

/* STYLE POUR PRESENTATION DE L'AGENCE */
.agence_type {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#a29b97;
}

/* STYLE POUR LES BOUTONS DANS LA TETIERE */
.topmenu_type {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

a.lnk-blanc:link, a.lnk-blanc:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.lnk-blanc:hover {
	color: #f37333;
	text-decoration:none;
}
a.lnk-noir:link, a.lnk-noir:visited {
	color:#000000;
	text-decoration:none;
}

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

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;
}


/* STYLE POUR LA PARTIE ENGAGEMENT INOXIA */
.bottom_engagement_type {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#6b6863;
}

.bottom_engagement_type2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	background-color: #ffffff;
	color:#8e8980;
	text-align:justify;
	line-height:15px;
}

.bottom_engagement_type2 p {
	margin:0 0 10px 0;
	padding:0;
	}


.bottom_engagement_type3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #e3dfd0;
	padding: 10px;
	color:#6b6863;
	text-align:justify;
	line-height:15px;
}

.bottom_engagement_type3 p {
	margin:0 0 10px 0;
	padding:0;
	}

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

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

/* 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 DANS LE RSS DU BLOG */
.rss_type {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#6b6863;
	line-height:15px;
	text-align:left;
}

.rss_type a:link, a:visited {
	color:#6b6863;
	text-decoration:none;
	padding-top:0px;
}

.rss_type a:hover {
	color:#000000;
	text-decoration:underline;
}

/* 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;
}
.tableau2 {
	margin-bottom: 20px;
}


.bt-back {
  color: #ffffff;
  background: #9c9e9f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
  padding : 2px 20px 2px 5px;
  float: right;
 }

.bt-back a:link, .bt-back a:visited{
  color: #ffffff;
  text-decoration: none;
 }
 
.bt-back a:hover {
  color: #ffffff;
  text-decoration: underline;
 }




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

/* DIV PRINCIPALE POUR CENTRER */

#centre {
	position:absolute;
	width: 922px;
	/*height: 100%;*/
	left: 50%;
	margin-left: -461px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

/* TETIERE TOP */

#gif {
	position:absolute;
	left:20px;
}

#ligne_0 {
	position: relative;
	height:76px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}

#menu_top {
	position:absolute;
	width: 380px;
	top: 50px;
	left: 360px;
}

#zeblog {
	position :absolute;
	width :157px;
	height :50px;
	top :18px;
	right :16px;
}

#darwin {
	position :absolute;
	width :140px;
	height :22px;
	top :48px;
	left :158px;
}

#social {
	margin:0;
	padding:0;
	position :absolute;
	width :370px;
	height :18px;
	top :15px;
	left: 400px;
	color:#c6c3ba;
	font-size:12px;
	text-align:left;
}

#social span{
	height :18px;
	margin:0;
	padding:0;
	font-size:13px;
	vertical-align:top;
	font-weight:600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* PRESENTATION AGENCE ET FLASH LIGNE 1 */

#ligne_1 {
	position:relative;
	height: 471px;
}

#agence {
	position:relative;
	width: 224px;
	height: 471px;
	background-image:url(../images/agence.gif);
	background-repeat:no-repeat;
	float:left;
}

#agence_texte {
	position:absolute;
	width: 172px;
	top: 114px;
	left: 17px;
}

#flash {
	position:relative;
	width: 698px;
	height: 471px;
	float:left;
}

/* MILIEU DE PAGE LIGNE 2 */

#contact {
	position:relative;
	width: 224px;
	float:left;
}

#zeblog_rss {
	position:relative;
	width: 191px;
	float:left;
	margin-top:15px;
	margin-left:15px;
	text-align:center;
}

/*.td-rss {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}*/

#engagement {
	position:relative;
	width: 219px;
	float:left;
}

#expertises {
	position:relative;
	width: 479px;
	float:left;
}

/* BAS DE PAGE */

#footer{
	clear:both;
	position: relative;
	width: 922px;
	height: 76px;
	background-color:#131212;
}

#menu_down {
	position:absolute;
	width: 430px;
	top: 49px;
	left:330px;
}
