body {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a img{ border : 0px; }

.clear { clear : both; }

.succes
{
	text-align: center;
	color: green;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 8px 0px;
	border: solid 2px #a3ffa3;
}

.erreur
{
	text-align: center;
	color: red;
	font-weight: bold;
	padding: 5px;
	margin: 0px 0px 8px 0px;
	border: solid 2px #ffa3a3;	
}

#wrapper
{
	margin: 20px auto;
	width: 968px;
	border: solid #dedfdf 1px;
}

#core
{
	width: 100%;
}

#header
{
	background-image: url('../images/bg-header.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	height: 96px;
}

#logo
{
	float: left;
	padding: 34px 0px 0px 39px;
}

#left-border
{
	display: none;
}

#right-border
{
	display: none;
}

#top-menu
{
	height: 27px;
	background-image: url('../images/bg-menu.png');
	background-repeat: repeat-x;
	background-position: bottom left;
	white-space:nowrap;
	border: none;
}

#left
{
	width: 163px;
	vertical-align: top;	
	padding: 15px 0px 15px 20px;
	vertical-align: top;
}

#main
{
	padding-top: 48px;
	background-image: url('../images/bg-content.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#right
{
	width: 213px;
	vertical-align: top;
	border-left: solid 1px #cccccc;
	padding: 0px 20px 0px 23px;
}

#right2
{
	width: 213px;
	vertical-align: top;
	border-left: solid 1px #cccccc;
	padding: 0px 3px 0px 3px;
}

#center
{
	padding: 0px 35px;
	vertical-align: top;
}

#center p
{
	margin-bottom: 8px;
	line-height: 18px;
}

#center a
{
	font-size: 12px;
	font-family: Arial;
	color: #4F81BD;
	font-weight:bold;
	text-decoration: none;
}

#center a:hover
{
	font-size: 12px;
	font-family: Arial;
	color: #4F81BD;
	font-weight:bold;
	text-decoration: underline;
}

#center-content a:hover
{
	color: #BF1C1D;
	text-decoration: underline;
}

#footer
{
	background-image: url('../images/avant-footer.png');
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 36px;	
}

#footer-content
{
	background-image: url('../images/bg-footer.png');
	background-repeat: repeat-x;
	background-position: top left;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
}

#footer-content a
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#footer-content a:hover
{
	text-decoration: underline;
}

/* STYLE DU MENU DU HAUT */
div#top-menu ul 
{
  padding:0px;
  margin:0px;
  list-style:none;
  float:right;
}

div#top-menu li 
{
  float:left;
  background:url("../images/onglet-off-left.png") no-repeat left top;
  margin:0 0 0 2px;
  padding:0 0 0 10px;
  position: relative;
}

div#top-menu a 
{
  float:left;
  display:block;
  background:url("../images/onglet-off-right.png") no-repeat right top;
  padding:7px 20px 5px 10px;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  font-size: 13px;
  font-family: Arial;
}

div#top-menu a 
{
	float:none;	
}

div#top-menu a:hover,
div#top-menu li:hover,
div#top-menu li.active,
div#top-menu li.active a 
{
  /*background-image:url("../images/onglet-on-right.png");*/
  color: #000000;
}

/*Sous menu déroulant*/

div#top-menu ul li { z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/;text-align:left;}
div#top-menu li.active ul li a { color: #ffffff; } 
div#top-menu li.active ul li a:hover { color: #535353; }
/*div#top-menu ul li.active ul a { background-image:none;background-color:#ffffff;color:#525252;  }
div#top-menu ul li.active ul a:hover { color: #bf1c1d;}*/

div#top-menu li
{
	text-align: left;
}

div#top-menu ul li ul 
{
	display:none; 
	border:none; 
	margin: 0px;
	padding-top: 0px;
	padding-left: 1px;
	background-image: url('../images/bg-sous-menu.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #41699a;
	width:200px;
	border-left:solid 1px #c6c6c6;
	border-right:solid 1px #c6c6c6;
	border-bottom:solid 1px #c6c6c6;
	-moz-opacity:0.95;
	opacity: 0.95;
	filter:alpha(opacity=95);	
}
div#top-menu ul ul li
{
	background-image: none;
	margin: 0px;
	padding: 0px;
	float: none;
	background: transparent;
}
div#top-menu ul ul a
{
	background-image: url('../images/puce-sous-menu.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font-weight: bold;
}

div#top-menu ul ul a:hover
{
	background-image: url('../images/puce-sous-menu-hover.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color: #535353;
}

/*Non-IE6 hovering*/
div#top-menu ul li:hover {position:relative;}
div#top-menu ul li:hover a {text-decoration:none;}
div#top-menu ul li:hover ul {display:block; position:absolute; z-index:999; top:27px;  left:0;}
div#top-menu ul li:hover ul li a {white-space:normal; display:block; width:170px; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 0px 4px 30px;}
div#top-menu ul li:hover ul li a:hover,
div#top-menu ul li a:hover ul li a:hover {text-decoration:none;background-color: #ffffff;}

/*IE6 hovering*/
div#top-menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
div#top-menu ul li a:hover {position:relative /*IE hack*/; z-index:1000 /*IE hack*/;  text-decoration:none;}
div#top-menu ul li a:hover ul {display:block; width:170px; position:absolute; z-index:999; top:27px; left:-30px; }
div#top-menu ul li a:hover ul li a {white-space:normal; display:block; width:10.0em; height:1px; line-height:1.3em; padding:4px 0px 4px 30px;    }


/*MENU DU HEADER*/
#menu-header
{
	float:right;
	margin: 35px 14px 0px 0px;
	color: #4f82bb;
	font-weight: bold;
}

#menu-header a
{
	font-weight: bold;
	text-decoration: none;
	color: #525252;
	margin: 0px 8px;
}

#menu-header a:hover
{
	text-decoration: underline;
}

/*Contenu des pages*/
#center h2
{
	font-size: 18px;
	line-height: 38px;
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: 0px;
	border: solid #c6c6c8 1px;
	background-image: url('../images/bg-title.png');
	background-repeat:no-repeat scroll left top;
	padding-left: 8px;
}

#infobulle
{
	position: absolute;
    border: 1px solid Black;
    padding: 10px;
    font-family: Arial;
    font-size: 10px;
    background-color: #FFFFCC;
	text-align: center;
}

#infobulle h3
{
	margin:0px 0px 8px 0px;	
}

/*FORMULAIRES*/
form.formulaire *
{
	vertical-align: middle;
}

form.formulaire p
{
	margin: 4px 0px;
}

form.formulaire div.ligne
{
	margin: 2px 0px;
	font-size: 12px;
	color: #525252;
	font-weight:bold;
}

input.input-box
{
	font-family: Arial;
	color: #727272;
	border: solid #a7a7a7 1px;
	/*background-image: url('../images/bg-input.png');
	background-position: top right;
	background-repeat: no-repeat;*/
	padding: 2px;
	height: 14px;
	font-size: 12px;
	font-weight: bold;
}

textarea.text-box
{
	background-color:#FFFFFF;
	border:1px solid #A7A7A7;
	color:#727272;
	height:60px;
	padding:2px;
	width:250px;	
}

input.medium
{
	width: 250px;
}

label.title
{
	float : left;
	display: inline;
	width: 150px;
	line-height: 16px;
}

/*Blocs arondis*/
.rounded
{
	background-image: url('../images/rounded_b_g.png');
	background-repeat: no-repeat;
	background-position: bottom left;	
}

.rounded div
{
	background-image: url('../images/rounded_h_g.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.rounded div div
{
	background-image: url('../images/rounded_h_d.png');
	background-repeat: no-repeat;
	background-position: top right;	
}

.rounded div div div
{
	background-image: url('../images/rounded_b_d.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

/*Accueil*/
#accueil-col-gauche
{
	width: 245px;
	float:left;
	border-right: solid #cccccc 1px;
	margin-right: 45px;
}

#accueil-col-droite
{
	width: 340px;
	float: left;
}

#notre-offre ul
{
	color: #525252;
	font-weight: bold;
	list-style-type: none;
	margin: 16px 0px 45px 0px;
	padding: 0px;
	font-size: 13px;
}

#notre-offre li
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin:0px 0px 13px 0px;
	padding : 0px 0px 0px 20px;
	line-height: 17px;
}

#notre-offre li.pair
{
	background-image: url('../images/arrow1.gif');
}

#notre-offre li.impair
{
	background-image: url('../images/arrow2.gif');
}


#apropos
{
	padding-bottom: 36px;
	margin-bottom: 28px;
	border-bottom : solid 1px #cccccc;
}

#apropos p
{
	margin-top: 12px;
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin-bottom: 16px;
}

#confiance
{
	margin-bottom: 25px;
}

#confiance-contenu
{
	width: 206px;
	height: 114px;
	background-image: url('../images/bg-confiance.png');
	background-repeat: repeat-x;
	background-position: top left;
	border: solid 1px #c6c6c6;
	margin-top: 18px;
	/*-moz-opacity:0.80;
	opacity: 0.80;
	filter:alpha(opacity=80);	*/
	text-align: center;
}

#confiance-contenu a.navigation
{
	height: 20px;
	display: block;
	background: transparent;
	text-decoration: none;
	color:#ffffff;
}

#confiance-contenu a.navigation:hover
{
	background-color: #aec4dc;
}

#confiance-contenu .contenu
{
	width: 100%;
	height: 74px;
}

#confiance-contenu .contenu img
{
	margin: 20px 35px;
}

#contacteznous,
#contactez-nous,
#form-candidature
{
	margin: 15px 0px 0px 0px;
}

#contacteznous div,
#form-candidature div
{
	margin-bottom: 9px;
}

#contacteznous input.input-box,
#form-candidature input.input-box
{
	width: 120px;
}

#contacteznous textarea,
#form-candidature textarea
{
	background-color: #ffffff;
	border: 1px solid #A7A7A7;
	color: #727272;
	width: 200px;
	height: 60px;
	padding: 2px;
}

#form-candidature input.input-file
{
	clear:left;
}

#contacteznous input.input-box,
#contacteznous textarea,
#form-candidature input.input-box,
#form-candidature textarea
{
	-moz-opacity:0.80;
	opacity: 0.80;
	filter:alpha(opacity=80);	
}

#contacteznous label,
#form-candidature label 
{
	width: 85px;
	float: left;
	display: inline;
	line-height: 18px;
	font-weight: bold;
	color: #525252;
}

#coordonnees p
{
	margin: 14px 0px;
}


.instruction {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.instruction a {
	font-size: 10px;
	font-weight:bold;
	color: #4F81BD;
	text-decoration: none;} 
	
.instruction a:hover {
	font-size: 10px;
	font-weight:bold;
	color: #4F81BD;
	text-decoration: underline	;} 

#flash-content  {
	font-size: 12px;
	font-weight:bold;
	color: #525252;}
	
#flash-content a {
	font-size: 12px;
	font-weight:bold;
	color: #4F81BD;
	text-decoration: none;} 
	
#flash-content a:hover {
	font-size: 12px;
	font-weight:bold;
	color: #4F81BD;
	text-decoration: underline	;} 
	
#coordonnees  {
	font-size: 12px;
	color: #525252;}
	
#coordonnees a {
	font-size: 12px;
	font-weight:bold;
	color: #4F81BD;
	text-decoration: none;} 
	
#coordonnees a:hover {
	font-size: 12px;
	font-weight:bold;
	color: #4F81BD;
	text-decoration: underline	;} 
	
	
#mot-equipe p
{
	margin-top: 16px;
	text-align: justify;
	padding-right: 22px;
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration:none;
}
	
	
#mot-equipe p a {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	}
	
#mot-equipe p a:hover{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	}
	
#notre-offre li.pair a
{
	text-decoration:none;
	color: #525252;
	font-weight: bold;
	font-size: 13px;
}

#notre-offre li.pair a:hover
{
	text-decoration:none;
	color: #525252;
	font-weight: bold;
	font-size: 13px;
}

#notre-offre li.impair a
{
	text-decoration:none;
	color: #525252;
	font-weight: bold;
	font-size: 13px;
}

#notre-offre li.impair a:hover
{
	text-decoration:none;
	color: #525252;
	font-weight: bold;
	font-size: 13px;
}

ul#plan_site
{
	list-style-position: inside;
	margin: 8px 0px;
	padding: 0px;
}

ul#plan_site li
{
	line-height: 18px;
}

ul#plan_site ul li
{
	padding-left: 16px;
}
