/* CSS Reset */

* { margin:0; padding:0; }

body {
	color: #333;
	font: normal 11px/150% "Trebuchet MS", Tahoma, Arial;
	font-stretch:semi-expanded;
	margin: 0px;
	padding: 0px 0px 40px 0;
	position: fixe;
	background-color: #FFFFFF;
	background-image: url(../img/fd-main.png);
	background-repeat: repeat;
	background-position: 0% 0%;
	background-attachment:fixed;
	text-align:justify;
}

img { border:0;}

a {
	color: #FF0000;
	text-decoration: underline;
}



a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
border:0;
	color: #FF0000;
	text-decoration: none;
}

p {
	padding: 0px 0px 10px;
	margin: 0px;
}

h1 {
	padding: 0px;
	font: normal 14px/100% "Trebuchet MS", Tahoma, Arial;
	color: #ff6600;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

h1 a {
	color: #c9eefe;
	text-decoration: none;
}

#div {
	color: #333;`
	display:block;
	font: normal 11px/150% "Trebuchet MS", Tahoma, Arial;
	margin: 0px;
    padding: 0px;
	width:700px;
}

#container {
	background-color: #FFFFFF;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
    padding: 0px;
	width:700px;
}



#container h2{
	color:#ff0000;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 100%;
	margin: 10px 0px 20px 0;
	padding: 0px;	
	text-align:left;
}


/* --------------------------------------------------------- H E A D E R */


#header{
	
	background: #ffffff;
	height: 126px;
	position: relative;

}


#header h1{

    background:url(../img/logo.png) no-repeat 0 0;
    background-position: 10px 10px;
	display:block;
    float:left;
    height:126px;
    text-indent:-9999px;
    width:538px;	
	
}

#header h1 a{
	color: #fff;
    display:block;
    height:100%;
    width:100%;

}


#header h1 a:hover {
	color: #fff;
}


/* --------------------------------------------------------- L A N G U E S */

#langue{

	color: #666;
	float: right;	
	height:24px;
    padding: 0;
	margin:20px 10px 0 0px;
	width:150px;
	text-align:right;
}


#langue a {
	color: #666;
	font: normal 20px/100% "Trebuchet MS", Tahoma, Arial;
	height: 20px;
	padding: 0 0px;
	text-decoration: none;
}

#langue a.active {
	
	color: #ff0000;	
}
/*




#langue ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}


#langue ul li a:hover {

    color: #666;
	display: block;
	padding: 0 10px;
	text-decoration: none;

}



#langue ul li a.contact{
	background: url(../img/contact.gif) no-repeat 0px 0px;
	width: 68px;
}


#langue ul li a.contact:hover{

  background-position: 0 -19px;

}


#langue ul li.last {background: none;}


*/

/* --------------------------------------------------------- N A V */


#nav {
	color: #666;
	clear: both;
	height:24px;
	margin: 0 10px;
	padding:5px;
	width:680px;
}


#nav ul{

    float: left; 
	width:680px;
	
}


#nav ul li {
	background: url(../img/divider.gif) no-repeat 100% 8%;
	display: block;
	float: left;
	list-style-type: none;
	/*padding-right: 6px;*/
	padding-right: 0px;
}





#nav ul li a {
	color: #ffffff;
	display: block;
	font: normal 16px/150% "Trebuchet MS", Tahoma, Arial;
	height: 19px;
	padding: 0 10px;	
	text-decoration: none;
}


#nav span{
display: none;
}

#nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}


#nav ul li a:hover {

    color: #fff;
	display: block;
	padding: 0 10px;
	text-decoration: none;

}


#nav ul li a.presentation{
	background: url(../img/presentation.gif) no-repeat 0px 0px;
	width: 115px;
}

#nav ul li a.presentation-active {
	background: url(../img/presentation.gif) no-repeat 0px -19px;
	width: 115px;
	
}

#nav ul li a.realisation{
	background: url(../img/realisation.gif) no-repeat 0px 0px;
	width: 104px;
}

#nav ul li a.realisation-active{
	background: url(../img/realisation.gif) no-repeat 0px -19px;
	width: 104px;
}


#nav ul li a.blog{
	background: url(../img/blog.gif) no-repeat 0px 0px;
	width: 37px;
}

#nav ul li a.blog-active{
	background: url(../img/blog.gif) no-repeat 0px -19px;
	width: 37px;
}

#nav ul li a.contact{
	background: url(../img/contact.gif) no-repeat 0px 0px;
	width: 79px;
}

#nav ul li a.contact-active{
	background: url(../img/contact.gif) no-repeat 0px -19px;
	width: 79px;
}



#nav ul li.news {
	background: none;
	display: block;
	list-style-type: none;
	padding-right: 0px;
	padding-left: 170px;

}


#nav ul li a.news{
	background: url(../img/news.gif) no-repeat 0px 0px;
	width: 148px;
	padding: 0;	
}

#nav ul li a.news-active{
	background: url(../img/news.gif) no-repeat 0px -19px;
	width: 148px;
}


#nav ul li a.presentation:hover, #nav ul li a.realisation:hover, #nav ul li a.blog:hover,

#nav ul li a.contact:hover, #nav ul li a.news:hover{

  background-position: 0 -19px;

}


#nav ul li.last {background: none;}





/* --------------------------------------------------------- CONTENT  */

#content {

	clear: both;
	float: left;
	padding: 0px 0 10px 0;
	width: 700px;
}






#boxfilm {
	float:left;
	width: 220px;
	margin: 10px 0 0px 10px;
}


#boxfilm a {
	zoom:1;
	vertical-align:top;
	margin:0px;
	opacity: 1;
}

#boxfilm a img{
	border:none;
	margin:0;
}


#boxfilm a:hover{	
  opacity: 0.8;
}


#filmtext {
	clear: both;
	background-color:#efeeee;
	font-weight:normal;
	width: 200px;
	color: #bdbcbc;
	font-size: 14px;
	line-height: 120%;
	padding: 10px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#filmtext h1 {
	padding: 0px;
	color: #ff0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
}


.stit {
	font-size: 13px;
	color: #666666;
	bottom: 10px;
}

.videotext {
	clear: both;
	color: #666;
	background-color:#efeeee;
	font-size: 13px;
	font-weight:normal;			
	line-height: 100%;
	padding: 10px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom:0;
	margin-left: 0;
	text-align:left;
	width: 200px;
}

.videotext a{
	text-decoration:none;
}



.left {
	float: left;
}

img.left, a img.left {
	float:left;
	margin: 0px 10px 0px 0px;
	border: none;
	padding: 0px;
	
}
a:hover img.left{
	border-color: #FF6600;
	background: #FF6600;
}
.right {
	float: right;
}
img.right, a img.right {
	float:right;
	margin: 0px 0px 0px 10px;
	border:none;
	padding: 0px;
	
}
a:hover img.right{
	
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #FF6600;
	background: #FF6600;
}

.boxtext {
	background-color:#efeeee;
	font-weight:normal;
	margin: 5px 0px 0 0px;
	padding: 10px;
	width: 200px;
	color: #bdbcbc;
	font-size: 14px;
	line-height: 120%;
}


/* --------------------------------------------------------- CONTENTACCUEIL */

#contentaccueil {
	clear: both;
	padding: 10px;
}


#contentaccueil p{
	color: #666666;
	font-size: 14px;
	line-height: 150%;
	margin: 10px 0;
	padding:0;
}

#contentaccueil p.plus{
	color:#333333;
	font-size: 20px;
	line-height: 150%;
}


#contentaccueil ul{
	color: #666;
	display: block;
	font: normal 14px/150% "Trebuchet MS", Tahoma, Arial;
	list-style-type: none;
	list-style-position: inside;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left:130px;
	margin-bottom:10px;
	border-left-color:#666666;
	border-left-style:dotted;
	border-left-width:1px;
}




/* --------------------------------------------------------- CONTENTREALISATION */

#contentrealisation {
	clear: both;
	float: left;
	padding: 10px;
	width:680px;

}

#contentrealisation p{
	color: #333333;
	font-size: 12px;
	line-height: 140%;
	margin: 0;
	padding-bottom: 10px;
	text-align:justify;
}


#contentrealisation h1{
	color:#ff0000;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 100%;
	margin: 10px 0px 5px 0;
	padding: 0px;	
	text-align:left;
}


#contentrealisation h2{
	color:#999;
	font: normal 12px/100% "Trebuchet MS", Tahoma, Arial;
	letter-spacing:0.09em;
	padding-bottom: 10px;

}


#contentrealisation h3{
	color:#333;
	font: bold 14px/100% "Trebuchet MS", Tahoma, Arial;
	letter-spacing:0.09em;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:left;

}

#contentrealisation ul {

	
	margin: 0 80px 0 40px;

	
}

#contentrealisation ul li{
	color:#333;
	font: normal 12px/150% "Trebuchet MS", Tahoma, Arial;
	list-style-type:disc;
	list-style-position:outside;
	padding-top: 0;
	padding-right: 0;
	padding-left: 5px;
}

#contentrealisation .reaquestion{
	color:#ff0000;
	display: block;
	float: left;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 120px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
}


#contentrealisation .reareponse{
	color:#666;
	display: block;
	float: left;
	font: normal 12px/15px "Trebuchet MS", Tahoma, Arial;
	letter-spacing: 0.1em;
	width: 500px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
	text-align:left;
}

#contentrealisation .reareponse a{
	color:#666;
	
}

#contentrealisation .reareponse a:hover{
	color:#333;
	text-decoration:underline;
	
}


#contentrealisation .lienprojet{
	color:#666;
	display: block;
	float: right;
	font: normal 12px/15px "Trebuchet MS", Tahoma, Arial;
	text-align:right;
	width: 150px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0;
}


#contentrealisation .lienprojet a{
	color:#ff0000;
	text-decoration:none;
}

#contentrealisation .lienprojet a:hover{
	color:#666;
	text-decoration:underline;
}


#contentrealisation ul{
	color: #666;
	display: block;
	font: normal 16px/150% "Trebuchet MS", Tahoma, Arial;
	list-style-type: square;
	list-style-position: inside;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 50px;
}



/* --------------------------------------------------------- EQUIPE  */


#contentrealisation .col {
	color: #333;
	display:block;
	float: left;
	font: normal 12px/15px "Trebuchet MS", Tahoma, Arial;
	margin:0;
	padding:0;
	width:680px;
	
}

#contentrealisation .col ul {
	display:block;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:5px 0;
	
}

#contentrealisation .col ul li{
	display:list-item;
	float:left;
	list-style-type:none;
	width:150px;
	
}

#contentrealisation .col ul li p{
color:#666666;
	display:block;
	font: normal 10px/15px "Trebuchet MS", Tahoma, Arial;
	padding: 0 0 10px 0;
	text-transform:uppercase;
}

.mr{
margin-right:20px;
	
}

span {
color:#333333;
	font: normal 11px/15px "Trebuchet MS", Tahoma, Arial;
	
}

#contentrealisation .col ul li a{
	color:#ff0000;
	cursor:auto;
	display:block;
	padding:0 0 5px 0;
	text-decoration:none;
}

#contentrealisation .col ul li img{
	border-style:none;
	border-width:0px;
	display:block;
	margin-bottom:5px;	
}

#contentrealisation .col ul li h4{
	display:block;
	font: bold 12px/15px "Trebuchet MS", Tahoma, Arial;
	margin:0;
	padding:0 0 0px 0;
}

#contentrealisation .col ul li h4 a{
	color:#FF0000;
	display:block;
	font: bold 12px/15px "Trebuchet MS", Tahoma, Arial;
	text-decoration:underline;
	margin:0;
	padding:0 0 0px 0;
}


/* --------------------------------------------------------- CARTE  */

#contentrealisation #carte {
clear:both;
width: 680px;
height: 260px;
margin: 0 0 10px 0px;
float:left;
}

.cadrevideo{
	display: block;
	float: right;
	font: normal 12px/15px "Trebuchet MS", Tahoma, Arial;
	margin:0 0 0px 10px;
	width: 220px;	
}

.cadrevideo .video{
	display: block;
	float: right;
	font: normal 12px/15px "Trebuchet MS", Tahoma, Arial;
	margin:0 0 0px 0;
	text-align:left;
}

.cadrevideo .video a{
	color: #fff;
}

#cadrevideo .video a:hover {
	color: #fff;
}

.videotag{
	background: url(../data/thumbnails/video.png) no-repeat;
	display: block;
	height:80px;
	position:absolute;
	text-indent:-200em;
	width:220px;
	z-index:100;
	
}



/* --------------------- CARROUSEL --------------------- */
/* Content Scroll*/
 
div.scroller { 
    /*background: url(../img/transpBlack75.png) repeat;*/
	background-color:#fff;
	/* modify width and height of scrolling section if necessary	*/		
	width:680px;
	height: 260px;
	overflow: hidden;
	margin: 0 0 0 10px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:680px; 
	height: 260px;
		overflow:hidden;
		float:left;		
		}
	div.scroller div.contentscroll {
		width: 10000px;
              
		}
 
	div#section2 {
		color:#ffffff;
		}
 
#scrollButtons {
	width:660px;
	position:absolute;
	cursor: pointer;
	margin: 0 0px 0 20px;
	top: 308px;
}
 
.scrollleft span {
background: url(../img/glider/button_left.png) no-repeat;
width:36px;
height:54px;
float: left;
}
 
.scrollleft span:hover {
background: url(../img/glider/button_left.png) no-repeat 0 -54px;
width:36px;
height:54px;
float: left;
}
 
.scrollright span {
background: url(../img/glider/button_right.png) no-repeat;
width:36px;
height:54px;
float: right; 
}
 
.scrollright span:hover {
background: url(../img/glider/button_right.png) no-repeat 0 -54px;
width:36px;
height:54px;
float: right; 
}
 
 
.sliderImage img {
width: 680px;
height: 260px;
margin: 0 0 0 0px;
float:left;
}

/* ---------------------End Of What You Need--------------------- */


/* --------------------------------------------------------- FOOTER  */

#footer {
	clear: both;
	/*background: #29261d url(../img/fd-footer.jpg);*/
	background-color:#f2f2f2;
	color: #666;
	font-size: 12px;
	padding:20px 10px 10px;
}
#footer a, #footer a:visited{
	color: #333;
	font-size: 12px;
}
#footer .left-col{
	width: 260px;
	float: left;
	margin-right: 10px;
}
#footer .bold{
	font-size: 12px;
	font-weight:bold;
	color:#333;
}
#footer .center-col{
	width: 110px;
	float: left;
	margin-right: 10px;
}
#footer .right-col{
	width: 250px;
	float: right;
	height:60px;
	text-align: right;
}

/* --------------------------------------------------------- /FOOTER  */

/* --------------------------------------------------------- COPYRIGHT  */

#copyright {
	clear: both;
	background-color:#fff;
	color: #999;
	display:block;
	font: normal 11px/15px "Trebuchet MS", Tahoma, Arial;
	padding:10px 10px 10px 10px;
	text-align:left;
}

/* --------------------------------------------------------- /COPYRIGHT  */
