/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	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, images, 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; }

	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: separate; 
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
div {font-size: 1em;}

/*
if img is inside "a" it would have
borders, we don't want that
*/
img {border: 0;}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a, a:link, a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit;
   color: black;
}

a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #333;                /* a different color can be used for visited links */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration:underline ;
   color: #222;
}
body {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 75.5%;
	line-height: 1.5;
	text-align: center;
	color: #4b4b4b;
	background: #000 url(../images/header.jpg) center top no-repeat;
	background: #000 url(../images/fond.jpg) center top no-repeat;
	/*
padding-top: 90px;
*/
	padding-bottom: 15px;
}
#myContent{height:120px;}
#pagewrapper {
   margin: 90px auto 0;     /* this centers wrapper */
   width:962px;
   text-align: left;
   padding:31px 0 0 0;
   background: transparent url(../images/content_top.gif) center top no-repeat;
}
#container {
   margin: 0 auto;     /* this centers wrapper */
   width:962px;
   text-align: left;
   padding:16px 0 0;
   background: transparent url(../images/content_top.gif) center top no-repeat;
}

#header h1 a span{display:none;} 
div#header {
   height: 122px; /* adjust according your image size */        
}
#header h1 a{
	/* you can set your own image here
   background: transparent url(../images/logo.gif) no-repeat center top;  
   display: block; 
   height: 352px;
   text-indent: -999em;  */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

.breadcrumbs {
   padding: 2px 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: .9em;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 10px 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
}

.breadcrumbs span.lastitem {font-weight:bold;}

#content {
margin:15px 0 0 0;
background:#E6E6E6 url(../images/content.png) center repeat-y;
}

#main {
width:593px;
margin:0 0 0 31px;
padding:0;
float:left;
display: inline;
}
#main1col {
margin:0 10px 0;
padding:0 0 20px 0;
}
#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width:300px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
  margin:0  0 0 20px;
}
#sidebar ul{margin:0 0 0 15px;}
#sidebar li{list-style-type:none;margin:4px 0;padding:2px 2px 2px 17px;background:transparent url(../images/puce.png) 2px 4px no-repeat;}
#sidebar li a.on{font-weight:bold;}

#footer {clear:both;margin:0;padding:15px 0 0 0;color:#ddd;
background:transparent url(../images/footer.png) center bottom no-repeat;min-height:170px;}

#footer ul{
   margin:0 0 0 150px;
   list-style: none;  
   padding: 0px;
   border-left:3px solid #999;
   float: left;
   width:300px;
}
#footer li{
   margin:0 4px 0 0;
   padding:0;
}

div#footer li a  {
	margin: 0px; 
	padding: .5em;
	text-decoration: none;
	color: #ddd;
	text-align:center;
	font-weight:normal;
}
div#footer a  {
	text-decoration: none;
	color: #ddd;
	font-weight:normal;
}
div#footer a:hover  {
	text-decoration: underline;}
h2{
	font-size:2em;font-weight:bold;color:#999;padding:10px .5em 5px;margin:0;font-family:Arial , Tahoma;
	text-transform:uppercase;font-style:italic;
}

#solutions{}
#solutions li{width:910px;background: transparent url(../images/boite900_bas.png) left bottom no-repeat;overflow: auto;margin:1em auto;}
#solutions li h3{
	background: transparent url(../images/boite900_top.png) left top no-repeat;
	font-size:1.5em;font-weight:bold;color:#EC7F0A;padding:10px 3em 5px;margin:0;
	font-size:2.5em;font-weight:normal;color:#EC7F0A;padding:10px 3em 5px;margin:0;font-family:Arial , Tahoma;
}
#solutions li p{
	width:350px;
	float:left;
	margin:1em 3em;
	text-align:justify;
	display:inline;
}
#solutions li ul {
	float:left;margin:10px 0 0 50px;width:350px;display:inline;
}
#solutions li li {
width:auto;
	background:transparent url(../images/check.gif) left 5px no-repeat;
	padding:0 0 0 20px;
}
#solutions li li p{
	width:auto;
	margin:0;
	padding:.5em 0;
}
#solutions li li h4{
font-size:1.2em;font-weight:bold;color:#666;padding:0;margin:0;
}



#portfoliow{}
#portfoliow li{width:910px;background: #f2F2F2 ;border:1px solid #aaa;overflow: auto;margin:1em auto;border-radius: 8px;}
#portfoliow li h3{
	font-size:2.5em;font-weight:normal;color:#EC7F0A;padding:10px 0 0 20px;margin:0;font-family:Arial , Tahoma;
}
#portfoliow li p{
	width:400px;
	float:left;
	margin:0 0 0 30px;
	padding:40px 0 0;
	text-align:center;
	display:inline;
}
#portfoliow li ul {
	float:left;margin:10px 0 15px 80px;width:350px;display:inline;
}
#portfoliow li li {
	width:auto;
	border:0;
	background:transparent url(../images/check.gif) left 5px no-repeat;
	padding:0 0 0 20px;
}

#portfoliow li h4{
font-size:1.2em;font-weight:bold;color:#666;padding:0;margin:0 0 0 30px;
}

#accroche{
background: black url(../images/accroche.jpg) center top no-repeat;
height:194px;
margin:20px 0;
}
#accroche dl{width:235px;float:right;margin:90px 0 0 10px;display:inline;}
#accroche dd{font-size:1.334em;font-weight:bold;color:#ccc;padding:0;margin:0;}
#accroche dt{position: absolute;left: -1000em;}
#accroche a{color:#ccc;display:block;width:200px;text-align:center}
#accroche a:hover{color:#000;background-color:#ccc;text-decoration:none;}

#portfolio{background: transparent url(../images/boitelarge_bot.jpg) center bottom no-repeat;overflow:hidden;width:910px;margin:0 auto;padding:0 0 30px 0;}
#portfolio ul{background: transparent url(../images/boitelarge_top.jpg) center top no-repeat;margin:0;padding:20px 0 10px;min-height:20px;}
#portfolio li{width:270px;display:inline;float:left;margin:0 0 0 20px;text-align:center;}
#portfolio h3 {	font-size:1.5em;margin-top:20px;text-transform:uppercase;font-style:italic;font-weight:bolder;}
#portfolio p {margin:0 35px;line-height:16px;	}
#portfolio img {margin:5px auto 15px;display:block;	}
#portfolio 	a.plusde {
	background:url(../images/portfolio-btn.png) left top no-repeat;
	display:block;
	text-align: left;
	line-height:2em;
	font-weight:bold;
	color:#777;
	height:25px;
	width:114px;
	padding:0 0 0 4px;
	margin:0 auto;
	}
#portfolio 	a.plusde:hover {
	background:url(../images/portfolio-btn.png) left bottom no-repeat;
	text-decoration:none;
}
		
div.boite440{
	width:442px;
	float:left;
	margin: 0 -10px 0 30px;
	padding: 0 0 1em 0;
	display:inline;
	background:transparent url(../images/boite440-bas.png) left bottom no-repeat;
}		
div.boite440 h3{
	padding:10px 0;
	font-size:1.334em;font-weight:bold;color:#EA7F0B;
	font-size:1.5em;text-transform:uppercase;font-style:italic;font-weight:bolder;
	text-align:center;
	background:transparent url(../images/boite440-top.png) left top no-repeat;
}
div.boite440 p{margin:1em 2em;text-align:justify;}


ul.news{margin:10px 15px;}
ul.news li{margin:1.5em 0;overflow:hidden;height:1%;}

ul.news p{float:left;margin: 0 0 0 40px;display:inline;width:300px;}
ul.news h4{float:left;margin: 0 0 0 40px;width:300px;display:inline;font-weight:bold;}
ul.news .date{width:44px;float:left;margin:0;}
ul.news .date dt{margin:0;font-size:1.5em;text-align:center;border-bottom:1px dashed #666;}
ul.news .date dd{margin:4px;text-align:center;}
ul.news p.suite{float:right;text-align:right;font-size:.9em;margin:0;}


.boite440 label{margin:.5em 0;float:left;display:inline;width:180px;text-align:right;}
.boite440 input, .boite440 textarea {float:left;display:inline;width:180px;margin: .5em 0 .5em 2em;}
.boite440 textarea { overflow: auto; }
.boite440 div.submit .fbsubmit{margin: 1em 0 1em 220px;}

.boite440 dt{margin:.5em 3em;font-size:1.2em;font-weight:bold;}
.boite440 .fb_invalid input{border:1px solid red;}

div.right49 {
  margin:0 30px 0 0;
  padding:10px 0 40px;
}
div.right49 p{overflow:hidden;text-indent:-8000px;}
div.right49 a{display:block;
	margin:0 0 0 880px;
		width:45px;
		height:30px;
		background:url(../images/top.png) no-repeat left top;	
}
div.right49 a:hover{background-position:left bottom;}		
		
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
background:url(../images/menu.jpg) bottom repeat-x;
   	  width:960px;
	  height:56px;
	margin: 0 auto;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper {
   /* Fix for Opera 8 */ 
   overflow: hidden;
   	  width:740px;
	margin: 0 auto;
   /*width: 100%; */
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 184px;
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul {
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav {margin:0 0 0 4px;}
#primary-nav ul { 
   position: absolute;
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px;
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
   margin-right:10px;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   background: #eee;
   background-image:none; 
   border: 1px solid #C0C0C0;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
	display: block;
    width: 166px;
	height:27px;
	padding:0;
	margin:15px 0 0 0;
	text-decoration: none; 
	color: #666;
	text-transform:uppercase;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	
}
#primary-nav li a { 
/*   border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;*/
}
#primary-nav li li a { 
	text-align:left;
	display: block; 
	font-size:1em;
	margin: 0; 
	margin: 8px 1em 3px; 
	text-decoration: none; 
}	
#primary-nav li, #primary-nav li.menuparent { 
/*   background-color: #E30062; 
   background: transparent url(../images/onglet.png) left top no-repeat;*/
  background: transparent url(../images/onglet.jpg) left top no-repeat;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   /*background: white url(../images/onglet-bk.png) left top no-repeat;*/
}
#primary-nav li li.menuactive { 
   background: white;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(../images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
  background: transparent url(../images/onglet.jpg) left bottom no-repeat;
}
#primary-nav li li:hover, 
#primary-nav li li.menuh, 
#primary-nav li li.menuparenth, 
#primary-nav li li.menuactiveh { 
   background: #fff;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
   display: none;
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
height: 1%; 
}


/* slider */
#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	height:150px;
	width:300px;
	overflow:hidden;
	}
#slider2, #slider2 li{ 
	height:300px;
	width:300px;
	overflow:hidden;
	}
#slider{margin:0 0 20px 5px;border-left: 2px solid #ccc;border-right: 2px solid #ddd;}	


#slider2 ul{display:list-item;}

#solutions li #slider li {width:300px;overflow:hidden;margin:0;padding:0;}
#solutions li #slider ul {width:300px;overflow:hidden;margin:0;padding:0;}

#prevBtn{margin:-50px 0 0 398px;float:left;overflow:hidden;text-indent:-8000px;display:inline;}
#nextBtn{margin:-50px 0 0 728px;float:left;overflow:hidden;text-indent:-8000px;display:inline;}

	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:30px;
		background:url(../images/fleche-gce.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/fleche-dte.gif) no-repeat 0 0;	
		}									
/*
#prevBtn{position:relative;	top:-30px;left:450px;}				
#nextBtn{position:relative;	top:-30px;left:600px;}	
*/
/* // slider */	

ul.picturelist{background:white;border:1px solid #999;overflow:hidden;height:1%;padding:1em 0;margin:0 2em;}


li.thumb {
    padding: 0;
    width: 100px;
	height:100px;
    margin: 0 10px 0.5em 20px;
	margin: 1em 2em;
	display:inline;
    text-decoration: none;
    line-height: normal;
    list-style-type: none;
    text-align: center;
    float: left;
} 


.thumb a {
    display: block;
    height: 96px;
    width: 96px;
    padding: 0;
    margin: 0;
    background-color: white;
    border: 3px solid #999;
} 





dl.weblist{background:white;border:1px solid #999;overflow:hidden;height:1%;padding:1em 0;margin: 10px 0 10px 40px;    float: left;width:400px;display:inline;text-align: center;}
dl.weblist dd.thumb{    padding: 0;
    width: 100px;
	height:100px;
    margin: 0 auto;
	
    text-decoration: none;
    line-height: normal;
    list-style-type: none;
    
	width: 300px;
	height:200px;}
dl.weblist dd.thumb a{    
	display: block;
    padding: 0;
    margin: 0;
    background-color: white;
    border: 3px solid #999;width:303px;height:193px;border: 1px solid #999;
}
dl.weblist dt{font-weight:bold;font-size:1.1em;}
dl.weblist dd{text-align:left;}
dl.weblist dd ul {
	float:left;margin:10px 0 0 50px;width:350px;display:inline;text-align:left;
}
dl.weblist dd li {
width:auto;
	background:transparent url(../images/check.gif) left 5px no-repeat;
	padding:0 0 0 20px;
}


.thumb a img{margin:3px;}
.thumb a:hover {  border: 3px solid #666;} 
/**********************CV**********************/
dl.exp{margin:3em 3em 3em 80px;background:#EEE;border:1px solid #999;padding:1em;}

dl.exp dd.date{width:170px;float:left;display:inline;text-align:center;margin:3em 50px 0 0px;}
dl.exp dt{margin:1em 1em 30px;}
dl.exp ul{margin:1em 110px 0 240px;padding:0 15px;border-left:2px solid #DDD;}

dl.exp h3{font-size:1.2em;font-weight:bold;}
dl.exp h4{font-size:1.1em;font-weight:bold;}
dl.exp p{margin:.5em 1em 1em;text-align:justify;line-height:1.5em;}


#NewsPostDetailContent{margin:1em 3em;text-align:justify;}
#NewsPostDetailDate{width:150px;float:right;margin:1em 0;}
#NewsPostDetailReturnLink{text-align:right;margin:1em 3em;}

.boite440 .thumb
{
	padding:.5em 0;
	width:120px;
	margin:0 0 0 10px;
	text-decoration:none;
	list-style-type:none;
	text-align:center;
	float:left;
	display:inline;
}

