body {
	font: 13px/1.3em 'Helvetica Neue', Arial, sans-serif; 
	background: #CFD1D2;
	color: #4F4F4F;
}

/*--- clearer ---*/

.clearer { clear: both; }

/*--- form ---*/

form {
	width: 370px;
}

label {
	font: italic 13px/1.3 Georgia, serif;
	text-align: right;
	width: 150px;
	margin: 10px 10px 0 0;
	float: left;
	line-height: 25px;
}

input,
textarea {
	float: left;
	width: 200px;
	padding: 5px 0 5px 2px;
	margin: 10px 0 0 0;
	border: 1px solid #CFD1D2;
}

input#captcha {
	width: 50px;
}

button {
	float: left;
	margin: 10px 0 20px 160px;
	border: none;
	background: #949494;
	color: #fff;
	font: italic 13px/1.3 Georgia, serif;
	padding: 5px 10px;
	cursor: pointer;
}

button:hover{
	background: #CFD1D2;
	color: #3F3F3F;
}

#erreur {
	width: 360px;
	text-align: center;
	border: 1px solid #ff0000;
	background: #FFEFEF;
	padding: 5px 0;
	margin: 0 0 10px 0;
}

#valide {
	border: 1px solid #76BF00;
	background: #F3FFDF;
	padding: 5px 0;
	margin: 0 0 10px 0;
	width: 360px;
	text-align: center;
}

.small_erreur {
	color: #ff0000;
	text-indent: 160px;
	display: block;
}

/*--- placement ---*/

.left {
	float: left;
}

.contener_gray {
	padding: 5px 10px;
	background: #CFD1D2;
}

/*--- titre ---*/

h1 {
	font-size: 1.5em;
}

h1, h2 {
	color: #E2001A;
}

h2 {
	margin: 10px 0 0 0;
}

h3 {
	font-size: 1.3em;
}

/*--- paragraphe ---*/

p {
	margin: 10px 0;
}

strong {
	color: #000;
}

p.small {
	font-size: 0.9em;
	color: #949494;
}

p.small .asterisk {
	font-size: 1.3em;
}

.asterisk {
	color: #E2001A;
}

/*--- liste ---*/

ul.liste {
	padding: 10px 50px;
}

ul.liste li {
	list-style: disc;
	margin: 5px 0;
}

/*--- items ---*/

ul.liste_item li {
	width: 233px;
	height: 300px;
	float: left;
	display: inline;
	background: url('../images/bg/bg_content.png') repeat-x;
}

ul.liste_item li h3 {
	margin: 10px 0 20px 20px;
	float: left;
}

ul.liste_item li img {
	margin: 0 auto;
	display: block;
	clear: both;
}

ul.liste_item li p {
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
}

ul.liste_item li .item {
	color: #CFD1D2;
	background: url('../images/bg/bg_item.png') no-repeat 0 0;
}

ul.liste_item li .item_hover {
	background: #ddd;
	border: 5px solid #e2001a;
	height: 290px;
	cursor: pointer;
}

ul.liste_item li .item_hover h3 {
	color: #e2001a;
}

ul.liste_item li .item_hover p {
	color: #3f3f3f;
}

#box {
	position: absolute;
	width: 511px;
	height: 618px;
	z-index: 99999;
	background: url('../images/bg/bg_item_box.png');
}

#box_background {
	background: rgba(0,0,0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
}

#box #box_relative {
	position: relative;
	width: 410px;
	margin: 45px 0 0 45px;
}

#box #box_relative .item_description {
	z-index: 999;
}

#box img {
	display: block;
	max-width: 410px;
	margin: 0 0 10px 0;
}

#box #box_close {
	width: 50px;
	height: 50px;
	background: url('../images/btn/btn_item_box_close.png');
	cursor: pointer;
	position: absolute;
	right: -40px;
	top: -40px;
	z-index: 9999;
}

#box #box_close:hover {
	background-position: 0 -52px;
}

#box #box_prev,
#box #box_next {
	z-index: 9999;
	width: 47px;
	height: 60px;
	background: url('../images/btn/btn_item_box_control.png') no-repeat;
	position: absolute;
	right: -9px;
	top: 150px;
	cursor: pointer;
}

#box #box_next:hover {
	background-position: 0 -60px;
}

#box #box_prev {
	left: -7px;
	background-position: -49px 0;
}

#box #box_prev:hover {
	background-position: -49px -60px;
}

#box h3 {
	color: #e2001a;
}

.liste_ref {
	padding-top: 20px;
	margin-left: 10px;
}

.liste_ref li {
	float: left;
	display: inline;
	margin: 5px;
	position: relative;
}

.liste_ref li img {
	display: block;
	border: 8px solid #ddd;
}

/*--- diaporama ---*/

#diaporama {
	position: absolute;
	height: 150px;
	width: 100%;
	overflow: hidden;
	top: 43px;
	z-index: 1;
}

#diaporama object {
	z-index: 1;
}

/*--- wrapper ---*/

#wrapper {
	width: 700px;
	margin: 0 auto;
	z-index: 999;
	position: relative;
}

/*--- header ---*/

#header {
	height: 195px;
	z-index: 999;
	width: 768px;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

#header h1 a {
	text-indent: -9999px;
	display: block;
	height: 178px;
	width: 616px;
	background: url('../images/logo/logo_header.png') no-repeat;
}

/*--- nav ---*/

#nav { 
	height: 77px; 
}

#nav li {
	display: inline;
	float: left;
	position: relative;
}

#nav li a {
	display: block;
	width: 140px;
	height: 39px;
	background: url('../images/bg/bg_nav.png') no-repeat;
	text-indent: -9999px;
}

#nav li a:hover,
#nav li.hover a { background-position: 0 -78px; }
#nav li.active a { background-position: 0 -78px; }
#nav li#nav-2 a { background-position: -140px 0; }
#nav li#nav-2 a:hover,
#nav li#nav-2.hover a { background-position: -140px -78px; }
#nav li#nav-2.active a { background-position: -140px -78px; }
#nav li#nav-3 a { background-position: -280px 0; }
#nav li#nav-3 a:hover,
#nav li#nav-3.hover a {	background-position: -280px -78px; }
#nav li#nav-3.active a { background-position: -280px -78px; }
#nav li#nav-4 a { background-position: -420px 0; }
#nav li#nav-4 a:hover,
#nav li#nav-4.hover a {	background-position: -420px -78px; }
#nav li#nav-4.active a { background-position: -420px -78px; }
#nav li#nav-5 a { background-position: -560px 0; }
#nav li#nav-5 a:hover,
#nav li#nav-5.hover a {	background-position: -560px -78px; }
#nav li#nav-5.active a { background-position: -560px -78px; }

#nav li ul {
	position: absolute;
	display: none;
	padding: 5px;
}

#nav li.active ul {
	display: block;
}

#nav li ul li {
	display: inline;
	float: left;
	margin: 10px 20px 0 0;
}

#nav li ul li a{
	background: none;
	text-indent: 0;
	display: inline;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
}

#nav li ul li a:hover,
#nav li ul li.active a {
	border-bottom: 5px solid #e2001a;
	color: #e2001a;
}

#nav-1 ul {
	width: 600px;
}

#nav-3 ul {
	left: -52px;
	width: 480px;
}

#nav-4 ul {
	left: -260px;
	width: 600px;
}

#nav-5 ul {
	left: -200px;
	width: 400px;
}

/*--- content ---*/

#contener {
	background: #fff;
	padding: 0 0 30px 0;
}

#content {
	background: url('../images/bg/bg_content.png') repeat-x;
}

.padding_content {
	padding: 20px;
}

/*--- footer ---*/

#footer #footer-in {
	background: #e2001a;
}

#footer #footer-in p {
	color: #fff;
	width: 700px;
	height: 28px;
	margin: 0 auto;
	line-height: 27px;
	text-indent: 35px;
	background: url('../images/logo/logo_footer.png') no-repeat 0 2px;
}

#footer #footer-in p a {
	color: #fff;
}

#footer #acces-direct {
	width: 700px;
	margin: 0 auto;
	color: #707173;
	padding-bottom: 20px;
}

#footer #acces-direct ul {
	margin-left: 20px;
}

#footer #acces-direct ul li {
	float: left;
	display: inline;
	margin: 10px 18px 0 0;
}

#footer #acces-direct li a {
	color: #4F4F4F;
	font-size: 1.1em;
	margin: 0 30px 0 0;
	text-decoration: none;
	display: block;
}

#footer #acces-direct li a:hover {
	color: #000;
}

#footer #acces-direct li ul {
	margin: 10px 0 0 0;
}

#footer #acces-direct li ul li {
	float: none;
	display: block;
	border: none;
	margin: 0;
}

#footer #acces-direct li ul li a {
	margin: 0;
	font-size: 1em;
	color: #707173;
}


/*--- contact ---*/

#coordonnees {
	background: #CFD1D2;
	float: left;
	margin: 0 0 0 10px;
	width: 280px;
}

#coordonnees h1 {
	text-indent: -9999px;
	width: 167px;
	height: 53px;
	margin: 10px auto;
	background: url('../images/logo/logo_contact.png') no-repeat;
}

#coordonnees p {
	font: italic 13px/1.3 Georgia, serif;
	width: 200px;
	margin: 10px 0 20px 20px;
}

#map {
	width: 280px;
	height: 280px;
	overflow: hidden;
}


/*--- depot-cv ---*/

#depot-cv .contener_gray{
	width: 200px;
	float: left;
	margin: 0 0 0 40px;
}