/*reset css */
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* fin reset css */

body {
	background:#696969;
	margin:0;
	padding:0;
	font:12px Arial, Tahoma, Verdana;
	line-height:18px;
	color:#2d2d2d;
}

ul,ol,p,h1,h2,h3,h4,blockquote,fieldset {
	margin:0;
	padding:0;
}

h1{
	color:#696969;
	font-size:1px;
}

a {
	text-decoration:none;
	outline:none;
	color:#77B6CD;
}

a:hover {
	color:#0D8AAA;
}

img {
	border:none;
}

#container {
	margin:0 auto;
	width:804px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left-img {
	float:left;
	border:1px solid #000;
	margin:4px 7px 0 0;
}

.right-img {
	float:right;
	border:1px solid #000;
	margin:5px 0 0 7px;
}

/*** header ***/
#header {
	width:802px;
	height:132px;
}

#logo {
	width:805px;
	height:110px;
	position:absolute;
	margin-top:10px;
}

#feature {
	height:236px;
	width:802px;
	background:#000;
	border-bottom:1px solid #fff;
	}

/*** navigation ***/
#navigation {
	width:802px;
	height:49px;
	border-bottom:1px solid #696969;
	background:url(images/navigation.jpg) no-repeat;
}

#navigation ul {
	list-style:none;
	margin-left:10px;
}

#navigation li {
	float:left;
}

#navigation a {
	display:block;
	padding:16px 15px 19px 15px;
	font:14px Verdana, Arial, Tahoma;
	color:#D2D2D2 ;
}

#navigation a:hover {
	color: #77B6CD;
}

#navigation a.selected {
	color:#77B6CD;
	font-weight:bold;
}

/*** hacks ***/
.safari #navigation a {padding:16px 15px 18px 15px;}

.safari #contactform .send {padding:9px 0 9px 0;}

.ie7 #main{padding-bottom:15px;}

.ie7 #navigation ul li ul li {border-bottom:1px solid #000;}

.chrome #navigation a.selected {border-bottom:2px solid #0d0d0d;}

.chrome #contactform .send {padding:7px 0 7px 0;}


/*** main ***/
#main {
	width:802px;
	background:#d2d2d2;
}


/*** menu droit ***/
#droit {
	color:#2D2D2D;
	float:right;
	width:212px;
}

.droit-box {
	margin-bottom:20px;
}

.droit-box h2{
	width:200px;
	padding:8px 0 7px 33px;
	font:18px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	color:#999999;
	font-weight:bold;
}

.droit-box a {
	display:block;
	color:#999;
}

.droit-box a:hover {
	color:#77B6CD;
}

.droit-box span {
	display:block;
	text-align:right;
}

.more-link {
	display:inline !important;
	color:#77B6CD;
}

/*** gauche ***/
.gauche {
	float:left;
	width:540px;
	margin-right:20px;
}

#gauche p {
	margin-bottom:15px;
}

.gauche-box {
	margin-bottom:20px;
}

.gauche-box h2 {
	background:#FCBE01;
	width:507px;
	padding:6px 0 7px 33px;
	font:20px Arial, Tahoma, Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	border-bottom: 1px solid #fff;
}

.gauche-box-content {
	padding:15px 15px 5px 15px;
}

.gauche-box-content h3 {
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:18px arial;
}

.gauche-box-content h4 {
	border-bottom:1px solid #9b9a9a;
	padding-bottom:2px;
	margin-bottom:5px;
	font:16px arial;
	font-weight:bold;
	color:#0fa0c5;
}

.left-box-content h5 {
	border-bottom:1px solid #333;
	padding-bottom:2px;
	margin-bottom:5px;
	font:14px arial;
}

.gauche-box-content ul {
	margin:10px 0 10px 30px;
	list-style:circle;
}

.gauche-box-content ol {
	margin:10px 0 10px 30px;
}

#tab{
	padding:20px;
}

.col1{
	background:#c5c5c5;
	border-bottom:1px solid #fff;
}

.col2{
	background:#d2d2d2;
}

.work-image {
	border:1px solid #000;
	display:block;
	margin-bottom:15px;
}


@media projection, screen { /*class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}


#slogan{
	margin-top:50px;
	margin-left:-47px;
	width:222px;
}

#slogan h2{
	font-size: 25px;
	font-weight:bold;
	text-align:center;
	text-transform:none;
	color: #77B6CD;
}


/***colons (home)***/

.colons {
	width:525px;
}

.colons h3 {
	font:12px Arial, Tahoma, Verdana;
	text-transform:uppercase;
	margin-bottom:5px;
}

.colons img {
	display:block;
	margin-bottom:5px;
}

.box-colonne {
	width:160px;
	float:left;
	margin-right:15px;
}

.box-colonne a{
	color:#000;
}

.box-colon a:hover{
	color:#0D8AAA;
}


#contact{
	background:url(images/fond_contact.gif) no-repeat;
	height:320px;
	width:187px;
	margin-bottom:5px;
	margin-right: 5px;
	margin-left:14px;
	text-align:center;
}
#contact h3{
	font-size:24px;
}



/*** footer ***/

#footer {
	width:760px;
	height:20px;
	padding:15px 20px 10px 20px;
	background:url(images/footer.jpg) no-repeat;
	margin-left:1px;
	margin-bottom:30px !important;
	color:#d2d2d2;
}

#footer-copyright {
	float:left;
}

#footerhautpage{
	float:left;
	width:101px;
	margin-left:90px;
}

#footer-menu {
	float:right;
	color:#77B6CD;
}

#footer-menu a {
	margin:0 5px 0 5px;
}

#footer-menu a:hover 
{
	color:#d2d2d2;
}


/******** slideshow home *******/

#slide-holder{
  z-index:40;
  width:550px;
  height:236px;
  position:absolute;
 }
#slide-holder #slide-runner{
   top:9px;
   left:9px;
   width:535px;
   height:214px;
   overflow:hidden;
   position:absolute;
  }
#slide-holder img{
   margin:0;
   display:none;
   position:absolute;
  }
#slide-holder #slide-controls{
   left:0;
   bottom:0px;
   width:535px;
   height:46px;
   display:none;
   position:absolute;
   background:url(images/slide-bg.png) 0 0;
  }
#slide-holder #slide-controls p.text{
    float:left;
    color:#fff;
    display:inline;
    font-size:10px;
    line-height:16px;
    margin:15px 0 0 20px;
    text-transform:uppercase;
   }
 
#slide-holder #slide-controls p#slide-nav{
    float:right;
    height:24px;
    display:inline;
    margin:11px 15px 0 0;
   }
#slide-holder #slide-controls p#slide-nav a{
     float:left;
     width:24px;
     height:24px;
     display:inline;
     font-size:11px;
     margin:0 5px 0 0;
     line-height:24px;
     font-weight:bold;
     text-align:center;
     text-decoration:none;
     background-position:0 0;
     background-repeat:no-repeat;
    }
#slide-holder #slide-controls p#slide-nav a.on{
     background-position:0 -24px;
    }
#slide-holder #slide-controls p#slide-nav a{background-image:url(images/silde-nav.png);}
#nav ul li a{background:url(images/nav.png) no-repeat;}
/****** FIN slideshow home ********/



/* ---------------------------------------------------- */
/* SLIDESHOW pour services
/* ---------------------------------------------------- */
#slideshow {
width: 562px;
background-color: #eee;}
* html #slideshow {width: 552px;}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
overflow: hidden;}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
width: 514px;
float: left;
padding: 20px;}

#slideshow .slides h2 {
	background:#D2D2D2;
	padding:6px 0 7px 33px;
	font:20px Arial, Tahoma, Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
	margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION 
/* ---------------------------------------------------- */
#slideshow .slides-nav {
background-color: #696969;
border-top: 10px solid #ccc;
height: 64px;}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
display: block;
padding: 25px 10px;
outline: none;
font-weight:bold;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
background-color: #eee;}

.js #slideshow .slides-nav li.on a {
position: relative;
top: -15px;}
