a {
	text-decoration: none;
}

b {
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.rel {
	position: relative;
}

h1 {
	
}

p {

}

body {
	background: #000000 url(../images/body_background.jpg) repeat-x;
	font-family: 'Arial';
}

.wrap {
	width: 900px;
	margin:auto;
}

#header {
	background: url(../images/header_background.png) no-repeat top center;
	width: 900px;
	height: 101px;
	padding-top: 55px;
}

#nav {
	width: 900px;
	z-index: 999;
	background: url(../images/menu_background.png) repeat-y top center;
	font-size: 12px;
	height: 47px;	
	position: relative;
	border-top: 1px solid #B2B2B2;
}

#nav .logotext {
	vertical-align: bottom;
	display: inline-block;
	margin-top: 6px;
}

#nav > ul {
	display: inline-block;
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 2px;
	height: 43px;
	line-height: 25px;
	vertical-align: bottom;
	float: right;
}

#nav > ul > li {
	float: left;
	border-left: 1px solid #0F69AA;
	border-right: 1px solid #042841;
	position: relative;
	padding-top: 16px;
}

#nav li a {
	color: #ffffff;
	text-align: center;
	line-height: 27px;
	float: left;
	width: 148px;
}

#nav li img {

}

#nav > ul > li:first-child {
	border-left: none;
	
}	

#nav > ul > li:first-child a {
	width: 40px;
}

#nav .submenu {
	display: none;
	position: absolute;
	background: #042841;
	font-size: 10px;
	text-transform: regular;
	font-style: italic;
	top: 43px;
	left: -1px;
	width: 150px;
	box-shadow: 0 2px 3px #042841;
}

#nav .submenu li {
	min-width: 120px;
	border-top: 1px solid #0F69AA;
}

#nav .submenu a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 30px;
	float: none;
}
/* Facebox */

.lightbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: left;
	display:none;
}
.lightbox .popup {
	position:relative;
	/*border:1px solid rgba(0,0,0,0);*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
	box-shadow:0 0 18px rgba(0,0,0,0.4);
}
.lightbox .content {
	display:table;
	/*width: 370px;*/
	background: #00070D;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:3px white solid;
}
.lightbox .resume {
	color:#0CF;
	font-size:11px;
	text-align:center;
	line-height:30px;
}
.close{
	border:none; 
	color:white; 
	text-align:right; 
	font-weight:bold; 
	position:absolute; 
	top:-12px; 
	right:-25px; 
	margin:0px; 
	padding:0 2px;  
	height:20px; 
	line-height:20px;
}

/* FIN Facebox */

#slideshow {
	background: #ffffff url(../images/slideshow_background.png) repeat-y top center;
	height: 290px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 100;
	box-shadow: 0 0 5px #333;
}

#index_slider {
	height: 290px;
}

#slideshow li {
	display: block;
	float: left;
	opacity: 0.5;
	position: relative;
	width: 900px;
	height: 290px;
}

#slideshow #index_slider li:first-child {
	opacity: 1;
}

.overtext {
	position: absolute;
	left: 20px;
	top: 10px;
	display: none;
}

.arr_left, .arr_right {
	position: absolute;
	top: 140px;
	left: 160px;
	width: 55px;
	height: 50px;
	background:url(../images/Btn.png) no-repeat;
	background-position: 0 0;
	opacity: 0.3;
	cursor: pointer;
	/*display: none;*/
}

.arr_right {
	left: 685px;
	background-position: 100% 0;
}

.overtext1 {
	display: block;
}

.overtext h1, .overtext h2 {
	background: #ffffff;
	text-align:left;
	float: left;
	font-size: 24px;
	line-height: 1.4;
	color: #042841;
	padding: 2px 7px 0px 7px;
	font-weight: 100;
	text-transform: uppercase;
	
}

.overtext h1 {
	letter-spacing: 2px;
}

.overtext h2 {
	clear: both;
	font-size: 15px;
	margin-top: 5px;
	color: #29aae1;
	padding-bottom: 1px;
}

#slideshow .pagination {
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 20px;
}

#slideshow .pagination a {
	background: url(../images/paginator.png) 0 0 no-repeat transparent;
	width: 13px;
	height: 12px;
	margin: 0 5px 0 0;
	display: inline-block;
}

#slideshow .pagination a.selected {
	background-position: 100% 0;
	cursor: default;
}

#slideshow .pagination a span {
	display: none;
}

#slideshow .show_text {
	display: none;
}

#reference_slideshow {
	position: relative;
	height: 290px;
	width: 900px;
	background: url(../images/references_slideshow_background.jpg) no-repeat;
}

#reference_slideshow ol {
	margin-left: 150px;
	width:600px;
	overflow: hidden;
	background: #29AAE1;
}

#reference_slideshow li {
	width: 600px;
	height: 290px;
	float: left;
	
}

#bandeau_agenda {
	background: url(../images/bandeau_background.png) repeat-x;
	height: 45px;
	margin-top: 0px;
	padding-top: 5px;
	text-transform: uppercase;
	font-size: 13px;
}

#bandeau_agenda .wrap {
	background: url(../images/bandeau_background2.png) repeat-y;
	line-height: 35px;
	text-align:center;
	font-weight: normal;
	height: 35px;
}

#bandeau_agenda p {
	float: left;
	width: 760px;
}

#bandeau_agenda span.button {
	font-size: 15px;
	color: #ffffff;
	float: left;
	background: #29aae1;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	behaviour: url(PIE.htc);
	
	padding: 2px 15px 2px 15px;
	line-height: 1.5;
	margin-right: 20px;
	margin-left: 20px;
	vertical-align: baseline;
	margin-top: 4px;
}

#main {
	min-height: 310px;
	margin-top: 20px;
}

#main p {
	font-size: 13px;
	color: #000406;
	line-height: 1.5;
	text-align: justify;
}

#main p.contact {
	text-align: center;
	margin-top: 30px;
	text-transform: uppercase;
}

#main p.contact img {
	margin-top: 10px;
}

#main .col {
	width: 279px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 4px;
	float: left;
	position: relative;
	overflow: hidden;
	background: #29AAE1;
	border: 2px solid #042842;
}

.col h2 {
	color: #000406;
	border-color: #000406;
}

.col:hover h2 {
	color: #ffffff;
	border-color: #ffffff;
}


.contact_imgs .col {
	width: 137px !important;
	margin-left: 15px !important;
	margin-bottom: 15px !important;
}


.qsn .col {
	width: 190px !important;
	margin-left: 6px !important;
	margin-right: 0px !important;
}

.qsn .col:first-child {
	margin-left: 0px !important;
}

.qsn img {
	width: 195px;
}

.qsn .col_bandeau1 {
	background: url(../images/qsn-bandeau.png) no-repeat left bottom !important;
	width: 195px !important;
}

.qsn .col:hover .col_bandeau1 {
	background: url(../images/qsn-bandeau_hover.png) no-repeat left bottom !important;
}


.contact_imgs h2 {
	font-size: 11px;
	margin-top: 35px !important;
}

.contact_imgs .col_bandeau1 {
	background: url(../images/contact_bandeau.png) no-repeat left bottom !important;
	width: 137px !important;
}

.contact_imgs .col:hover .col_bandeau1 {
	background: url(../images/contact_bandeau1.png) no-repeat left bottom !important;
}

#main .col p {
	margin-bottom: 10px;
}

#main .col a {
	color: #29AAE1;
}

#main .col img.logo {
	float: right;
	margin-top: 40px;
}

#main .col1 {
	background: url(../images/col1_background.png) repeat-x;
	height: 267px;
	width: 270px;
	padding: 10px;
	cursor: default;
}

#main .col_bandeau1 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/col3.png) no-repeat left bottom;
	height: 50px;
	width: 280px;
	font-size: 16px;
	text-transform: uppercase;
	
	
}

#main .col_hover:hover {
	border: 2px solid #29AAE1;
}

#main .col_hover:hover .col_bandeau1 {
	background: url(../images/col2.png) no-repeat bottom;
	color: #ffffff;
}


#main .col h2 {
	margin-top: 25px;
	text-align:center;
}

#main .col1 h1, #main .col3 h1 {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 35px;
}


#main .col3 {
	background: #000406;
	padding: 10px;
	width:270px;
	border: none;
	
}

#main .col3 p {
	color: #ffffff;
}

#main .references {
	width: 500px;
	float: left;
}

#main .small_photo {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 15px;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
}

#main .small_photo .photo {
	width: 137px;
	border: 2px solid #042841;
	height: 68px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}

#main .small_photo .photo .arrow {
	background: url(../images/arrow_ico.png) no-repeat bottom center;
	width: 19px;
	height: 13px;
	background-position: 0 100%;
	position: absolute;
	bottom: 0;
	left: 62px;
}

#main .small_photo .photo img {
	width: 137px;
	opacity: 0.6;
} 

#main .small_photo h3 {
	text-transform: uppercase;
	color: #ffffff !important;
	text-align: center;
	font-size: 9px;
	font-weight: 100;
}

#main .small_photo:hover img {
	opacity: 1;
}

#main .small_photo:hover .photo {
	border: 2px solid #ffffff;
}

#main .small_photo:hover .arrow {
	background-position: 0 0%;
}

#main .produits {
	background: #000406;
	width: 100%;
	
}

#main .produits .left {
	width: 580px;
	float: right;
	padding-bottom: 20px;
}

	#main .produits .left p a:link, #main .produits .left p a:visited,
	#main .produits .col a:link, #main .produits .col a:visited{
		color:#29AAE1;
		text-decoration:none;
	}
	
	#main .produits .left p a:active, #main .produits .left p a:hover,
	#main .produits .col a:active, #main .produits .col a:hover{
		color:#fff;
	}

#main .produits .produits_menu {
	background: url(../images/produit_menu.png) repeat-x;
	height: 63px;
	width: 100%;
	margin-bottom: 30px;
}

#main .produits .produits_menu li {
	
}

#main .produits .produits_menu li a {
	text-align: center;
	color: #000406;
	padding-top: 10px;
	float: left;
	width: 145px;
	line-height: 1.3;
	font-weight: bold;
	font-size: 14px;
	height: 63px;
}

#main .produits .produits_menu li a.active, #main .produits .produits_menu li a:hover {
	background: url(../images/produit_menu-active.png) no-repeat;
	color: #ffffff;
	
}

#main .produits .left p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}

#main .produits .left img {
	float: right;
	width: 270px;
	border: 5px solid #ffffff;
	margin-left: 10px;
	margin-bottom: 15px;
}

#main .produits .left div {
	display: none;
}

#main .produits .left div.active {
	display: block;
}

#contactForm {
	width: 435px !important;
}

#contactForm label {
 font-size: 12px;
 color: #ffffff;
 float: left;
 padding-top: 5px;
 margin-left: 10px;
 line-height: 22px;
 width: 80px;
}

input, #contactForm select, #contactForm textarea {
	width: 300px;
	float: right;
	margin-bottom: 3px;
	border: 1px solid #222200;
	padding: 4px;
}

#contactForm select {
	width: 310px;
}

#contactForm textarea {
	height: 60px;
}

 input[type=image] {
	width: auto;
	border: none;
}

#contactForm input[type=checkbox] {
	width: auto;
	margin-left: 125px;
	float: left;
	clear: both;
	margin-top: 13px;
}

#main p.notes {
	float: right;
	width: 575px;
	background: #000406;
	padding: 10px;
	line-height: 1.5;
	color: #ffffff;
	font-size: 13px;
	margin-bottom: 6px;
}

.map {
	position: absolute;
	top: 75px;
	right: 25px;
	width: 280px;
	height: 280px;
}

.lightbox .agrandir a {
	position: absolute;
	top: 380px;
	right: 25px;
	font-size: 11px;
	color: #ffffff;
}

#facebook form {
	position: absolute;
	bottom: 21px;
	right: 30px;
}

#facebook input[type=text] {
	float: left;
	height: 20px;
	width: 250px;
	margin-top: 3px;
	border-color: #222200;
	background: #ffffff;
}

input[type=text].error, select.error, textarea.error {
	border-color: red;
	background: #FFB7B7;
}

#main .mentions_legales .left {
	width: 44%;
	float: left;
	padding-left: 3%;
	padding-right: 3%;
	display: block !important;
	line-height: 1.1;
	margin-top: 15px;
	font-size: 12px;
}

#main .produits .mentions_legales .left div {
	display: block !important;
}

#main .produits .mentions_legales .left p {
	font-size: 11px;
}

#main .mentions_legales .left h2 {
	font-size: 16px;
	color: #29AAE1;
	margin-bottom: 15px;
}

#main .mentions_legales .left h3 {
	font-size: 14px;
	margin-bottom:10px;
}

#main .mentions_legales .left h3 a {
	color: #ffffff;
}

.ddi_logo p, .ddi_contact p {
	margin-left: 0 !important;
	font-size: 9px !important;
}

.ddi_contact p a {
	color: #ffffff !important;
}

/* footer */ 
#footer {
	background: #ffffff;
	width: 100%;
	/*height: 80px;*/
	margin-top: 30px;
	box-shadow: inset 0 2px 5px #333;
	padding-top: 10px;
}

#footer a {
	color: #042842;
	font-size: 10px;
	text-transform: uppercase;
}

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

#footer address {
	float: left;
	margin-left :30px;
	font-size: 10px;
	line-height: 1.2;
}

#footer address em {
	font-size: 12px;
	line-height: 1.5;
}

