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

/* --- STYLES DE BASE --- */

/* Page */
html {
	font-size: 100%; /* &eacute;vite un bug d'IE 6-7. (1) */
}

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0em;
	/*	font-size: 1em;*/
	line-height: 1.4;
	font-family: Verdana, Geneva, sans-serif;
	background:url(background.png) repeat-y 50% 0;
	text-align: center;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par d&eacute;faut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Paragraphes */
p {
    margin: 0 0; /* Marges plus faibles que par d&eacute;faut. (7) */

}
address {
    margin: .75em 0;
    font-style: normal;
	text-align: center;
	width: 300px;
}

/* Liens */
a {
	text-decoration: underline;
}
a:link {
    color: #000;
}

a:visited {
	color: #000;
}

a:hover, a:focus, a:active {
    color: #000;
	text-decoration: none;
}
a img {
    border: none;
}

/* Divers &eacute;l&eacute;ments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* positionnement grosses sections */
#container {
	position: relative;
	width: 999px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;

}

#header {
	background-image: url(bg_header.jpg);
	background-repeat: no-repeat;
	height: 162px;
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}

#left {
	position: relative;
	width: 167px;
	float: left;
}

#content {
	margin-left: 170px;
	background-image: url(bg_content.png);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 30px;
	min-height: 325px;
}

#content_contact {
	margin-left: 170px;
	background-image: url(bg_content_contact.jpg);
	background-repeat: no-repeat;
	background-position: 20px top;
	padding-top: 20px;
	padding-left: 40px;
	padding-right: 30px;
	min-height: 305px;
}

#footer {
	position: relative;
	background-image: url(bg_footer.png);
	background-repeat: no-repeat;
	height: 175px;
	width: 100%;
}
/* positionnement header */


#header h1 {
	position: absolute;
	top: 60px;
	left: 100px;
	font-size: 30px;
	font-style: italic;
}

#header a:link, #header a:visited, #header a:hover, #header a:focus, #header a:active {
    color: #FFF;
}

#header h2 {
	position: absolute;
	top: 105px;
	left: 80px;
	font-style: italic;
}

#header p {
	position: absolute;
	top: 15px;
	right: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
}

#header ul {
	position: relative;
	margin: 0;
	padding: 0;
	left: 12px;
	top: 15px;
	color: #FFF;
	line-height: 27px;
	font-size: 12px;
}

.menu_language li {
	display: inline;
	list-style-type: none;
}

#lang_fr {
	position: relative;
	float: left;
	background-image: url(fr.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	display: block;
	margin-right: 10px;
}

#lang_uk {
	position: relative;
	float: left;
	background-image: url(uk.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	display: block;
	margin-right: 10px;
}

#mail {
	position: relative;
	float: left;
	background-image: url(mail.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	display: block;
	margin-right: 10px;
}

#pdf {
	position: relative;
	float: left;
	display: block;
	height: 27px;
	padding-left: 30px;
	background-image: url(icone_pdf.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

#map {
	position: relative;
	float: left;
	display: block;
	height: 27px;
	padding-left: 30px;
	background-image: url(map.png);
	background-repeat: no-repeat;
	margin-right: 5px;
}

.hide {
	display: none;	
}

/* menu de navigation */
#date {
	text-align: center;
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #FFF;
	clear: left;
}

#menu {
	position: relative;
	width: 167px;
	height: 280px;
	background-image: url(bgmenu.jpg);
	margin: 0;
	padding: 0;
}

#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
}

#menu li, #menu a {
	width: 167px;
	display: block;
}

a#menu_accueil, a#menu_thevenet, a#menu_competences, a#menu_references, a#menu_recrutement, a#menu_partenaires, a#menu_destockage {
	text-align: center;
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

#menu_accueil {
	top: 3px;
	height: 45px;
	line-height: 45px;
}

#menu_thevenet {
	top: 46px;
	height: 37px;
	line-height: 35px;
}

#menu_competences {
	top: 83px;
	height: 37px;
	line-height: 34px;
}

#menu_references {
	top: 120px;
	height: 37px;
	line-height: 34px;
}

#menu_recrutement {
	top: 157px;
	height: 37px;
	line-height: 34px;
}

#menu_partenaires {
	top: 194px;
	height: 37px;
	line-height: 34px;
}

#menu_destockage {
	top: 231px;
	height: 37px;
	line-height: 34px;
}

#menu_accueil a:hover{
	background-image: url(bgmenuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	color: #FFF;
}

#menu_thevenet a:hover{
	background-image: url(bgmenuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -46px;
	color: #FFF;
}

#menu_competences a:hover{
	background-image: url(bgmenuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -83px;
	color: #FFF;
}

#menu_references a:hover{
	background-image: url(bgmenuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -120px;
	color: #FFF;
}

#menu_recrutement a:hover{
	background-image: url(bgmenuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -157px;
	color: #FFF;
}

#menu_partenaires a:hover{
	background-image: url(bgmenuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -194px;
	color: #FFF;
}

#menu_destockage a:hover{
	background-image: url(bgmenuhover.jpg);
	background-repeat: no-repeat;
	background-position: 0px -231px;
	color: #FFF;
}

/* menu dynamique */

#menu li ul {
	position: absolute;
	display: none;
	margin-left: 100px;
	margin-top: -2em;
	padding: 0;
	background-color: #a1aecb;
	border: 2px solid #5b69c3;
}

#menu li ul li {
	position: relative;
	float: left;
	line-height: 27px;
}

#menu li ul li a {
	width: 16em;
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 7px;

}

#menu li ul li a:hover {
	background-image: none;
	background-color: #000;
	color: #FFF;
}

#menu li:hover ul, #menu li.sfhover ul {
	display: block;
	left: 67px;
}

/* contenu principal */

#content img {
	border: none;
}

#content p {
	font-size: 0.8em;
	padding-bottom: 10px;
}

#content_contact p {
	font-size: 0.8em;
	padding-bottom: 10px;
}

#content h3 {
	margin-bottom: 20px;	
}

#content li {
	font-size: 0.8em;
	list-style-image: url(puces.png);
	margin-left: 40px;
}

#content img#img_recrut {
	border-width: 0;
	margin-right: 30px;
}

/* Mise en forme du sous menu dans le contenu */

#submenu {
	height: 20px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

#submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: right;
	right: 0;
	margin-left: 10px;
}

#submenu a {
	display: block;
 	color: #333;
	text-decoration: none;
	background-image: url(submenu130.png);
	background-position: bottom;
	height: 20px;
	width: 130px;
	text-align: center;
	line-height: 20px;
}

#submenu a#large {
	display: block;
 	color: #333;
	text-decoration: none;
	background-image: url(submenu180.png);
	background-position: bottom;
	height: 20px;
	width: 180px;
	text-align: center;
	line-height: 20px;
}

#submenu a:hover {
	background-image: url(submenu130.png);
	background-position: top;
	color: #000;
}

#submenu a#large:hover {
	background-image: url(submenu180.png);
	background-position: top;
	color: #000;
}

#submenu a.selected { /* permet de marquer la s&eacute;lection sur les sous menus */
	background-image: url(submenu130.png);
	background-position: top;
	color: #000;	
}

#submenu a#large.selected { /* permet de marquer la s&eacute;lection sur les sous menus */
	background-image: url(submenu180.png);
	background-position: top;
	color: #000;	
}

/* Mise en forme du pied de page */

#footer ul {
	position: absolute;
	right: 20px;
	bottom: 1px;
	color: #FFF;
	line-height: 27px;
	font-size: 10px;
}

#footer li {
	display: inline;
}

#footer ul li img {
	vertical-align: middle;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
    color: #000;
}

#news {
	position: absolute;
	margin-top: 40px;
	margin-left: 60px;
}

#footer h3 {
	font-size: 18px;
	font-style: italic;
}

#footer p {
	margin-bottom: 10px;
	font-size: 12px;
}

#footer ul a:hover, #footer ul a:focus, #footer ul a:active, #footer ul a:visited, #footer ul a:link {
	color: #FFF;
}

.signature {
	text-align: right;
	margin-top: 20px;
}

.president {
	font-style: italic;
	text-indent: 3em;
	margin-top: 20px;
}

.compressetexte {
	letter-spacing: -1px;
}

/* slideshow page d'accueil */

#slideshow {
    position:absolute;
	right: 370px;
	height:255px;
}

#slideshow img {
    position:absolute;
	display: block;
    top:0;
    left:0;
    z-index:8;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

p#accueil {
	width: 380px;
}

.right {
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom:10px;
	margin-left: 10px;
}

.left {
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom:10px;
	margin-left: 0px;
}

/* galerie r&eacute;alisations */

#gallery {
	position: relative;
	float: right;
	width:620px;
	height:261px;
	background-color: #252525;
	border-left: 1px solid #CCC;
}

#galleryinprogress {
	position: relative;
	float: right;
	width:620px;
	height:261px;
	background-color: #252525;
	color: #FFF;
	border-left: 1px solid #CCC;
}

#gallery #slidesContainer {
	margin:0 auto;
	width:540px;
	height:261px;
	overflow:auto; /* affiche une scrollbar au cas ou */
	position:relative;
}

#gallery #slidesContainer .slide {
	margin:0 auto;
	width:520px; /* reduit de 20 pixels la div #slidesContainer pour permettre d'afficher la barre de scroll */
	height:261px;
}

.control {
  display:block;
  width:39px;
  height:350px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#leftControl {
  top:0;
  left:0;
  background:transparent url(../css/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../css/control_right.jpg) no-repeat 0 0;
}

.slide h3, .slide p {
	margin:5px 0 5px 5px;
	color:#CCC;
}
.slide h3 {
  font-size: 14px;
}

.slide img {
  float: right;
  margin:15px 0 15px 5px;

}

#slidesContainer p {
	font-size: 10px;
}

/* navigation dans r&eacute;alisations */

#gallerynav {
	float: right;
	width: 137px;
	height: 261px;
	padding: 0;
	background-color: #252525;

}

#gallerynav li {
	list-style: none;
	list-style-image: none;
	margin: 0;
}

#gallerynav a {
	display: block;
	width: 138px;
	height: 87px;
	text-decoration: none;
	color: #FFF;
	text-align: center;
}

.uneligne {
	line-height: 87px;	
}

.deuxlignes {
	line-height: 28px;	
}

#gallerynav a:hover {
	background-color: #999;
	color: #000;
}

#gallerynav .selected {
	background-color: #CCC;
	color: #000;
}

#patchwork img {
	margin: 15px;
}

.projets {
	height: 140px;	
}

.projets img {
	float: left;
}

.projets p {
	margin-left: 120px;
}

.partenaires {
	margin: 17px;	
}
