/** GENERAL *************************************************************************************************************************************************************/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url('/images/layout/accueil.jpg') repeat-x ;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul { margin: 0; padding: 0; list-style-type: none;}
a { text-decoration: none; color: #009ddf; }
a:hover { text-decoration: underline; }
* { outline: none; }

/** TITLES *************************************************************************************************************************************************************/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
}

h2 { font-size: 19px; }
h2.blue {
	color: #009ddf;
	font-size: 22px;
	margin: 0;
}	

.smallcol h2, .smallcol_last h2 { font-size: 14px; }


h3 {
	font-size: 22px;	
	border-bottom: 5px solid #000;
}
h4 {
	font-size: 18px;	
	border-bottom: 5px solid #000;
}
.white h4 { margin-bottom: 10px; }

/** LAYOUT *************************************************************************************************************************************************************/

#container {
	width: 960px;
	display: block;
	margin: 0 auto;
	text-align: left;
}

.cleaner {
	clear: both;	
}

.rightcol {
	float: right;
	margin-left: 20px;
	width: 180px;
	display: block;
}
.leftcol {
	float: left;
	margin-right: 20px;
	width: 180px;
	display: block;
}
.main {
	width: 550px;
	float: left;
	display: block;
}
.col, .col2 {
	width: 175px;
	display: block;
	float: left;
	margin-right: 20px;
}
.smallcol, .smallcol_last {
	width: 170px;
	display: block;
	float: left;
	margin-right: 10px;	
}
.col2, .smallcol_last {
	margin-right: 0px;	
}

.bigcol {
	width: 390px;
	display: block;
	float: left;
}

#flash_video {
	width: 345px;
	height: 335px;
	display: block;
	float: left;
	margin-left: 20px;
}
#flash_video a {
	width: 345px;
	height: 335px;
	display: block;	
	text-indent: -5000px;
	overflow: hidden;
	background: url('/images/layout/video.png') no-repeat;	
}

.rightimg {
	float: right;
	margin-left: 20px;
}

.demicol, .demicol_last {
	width: 250px;
	float: left;
	margin-right: 20px;
	display: block;
}

.demicol_last { margin-right: 0px; }

#breadcrumb {
	font-size: 11px;
	color: #808080;
}
#breadcrumb a { color: #808080; }

/** LINKS *************************************************************************************************************************************************************/
a.btn {
	margin-top: 10px;
	width: 175px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-indent: 10px;
	color: #fff;
	background: url('/images/layout/bg-btn-link.png') no-repeat;
	background-position: right top;
	font-weight: bold;
}
a.btn:hover {
	color: #000;
	background-position: right bottom;	
	text-decoration: none;
}

/** HEADER *************************************************************************************************************************************************************/

#header { height: 180px; }
#header h1, #header h1 a {
	width: 150px;
	height: 90px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	overflow: hidden;
	float: left;
}
#header h1 { margin-top: 15px; }
#header h1 a {
	background: url('/images/layout/logo.png') no-repeat;
}


#flash {
	background: url('/images/layout/flash.gif');
	display: block;
	float: left;
	width: 520px;
	height: 100px;
	margin-left: 20px;
	margin-top: 10px;	
}

#taupe {
	position: relative;
	width: 245px;
	height: 179px;
	background: url('/images/layout/taupe.png');
	left: 705px;
	bottom: 150px;
}


/** NAVIGATION *************************************************************************************************************************************************************/

ul.navigation { margin-top: 12px; height: 33px; }

ul.navigation li, ul.navigation li a {
	font-weight: bold;
	text-align: center;
  	list-style-type: none;
	color: #fff;		
}
ul.navigation li a {
	width: 90px;
	height: 33px;
	color: #fff;			
	line-height: 33px;	
	text-decoration: none;
	background: url('/images/layout/bg-navigation.png') no-repeat;
	background-position: right top;
}
ul.navigation li.alternate a {
	width: 120px;	
	background: url('/images/layout/bg-navigation2.png') no-repeat;
	background-position: right top;	
}
ul.navigation li a:hover, ul.navigation li.active a {
	background-position: right bottom;		
	color: #000;
}
ul.subnav {
	list-style-type: disc;
	background: #868789;	
} 

ul.navigation li ul.subnav li, ul.navigation li.active ul.subnav li {
	background: #868789;
	width: 220px;
	border-bottom: 1px solid #6a6a6c;				
	list-style-type: disc;
}
ul.navigation li ul.subnav li a, ul.navigation li.active ul.subnav li a {
	height: 25px;
	line-height: 25px;
	text-indent: 20px;
	text-align: left;
	width: 220px;
	background: #868789;
	color: #fff;
}

ul.navigation li ul.subnav li a:hover {
	background: #ffed00;
	color: #000;
}
div#header ul.navigation li:hover ul.subnav, ul.navigation li:hover ul.subnav {
	list-style-type: disc;
}






ul#navigation {
	/*width: 960px; For KHTML*/
	height: 33px;
}

ul#navigation li {
	float: left; /*For Gecko*/
	display: inline;
	position: relative;
	line-height: 33px;
	height: 33px;
}
ul#navigation li:last-child {
	background: none;
	padding-right: 0px;
}

ul#navigation ul {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
}

ul#navigation ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
ul#navigation ul {
	padding-bottom: 0px;
}
ul#navigation ul li, ul#navigation ul li.active {
	 /*float: left;For IE 7 lack of compliance*/

	display: block !important;
	/*display: inline; For IE*/  
	height: 25px;
	line-height: 25px; 
	border-bottom: 1px solid #6a6a6c;				

}
/* Root Menu */
ul#navigation a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	height: auto !important;
	height: 1%; /*For IE*/
}
ul#navigation ul a {
float: none;
}
ul#navigation li.active a {
}

/* Root Menu Hover Persistence */
ul#navigation a:hover,
ul#navigation li:hover a,
ul#navigation li.iehover a {

}
ul#navigation li.active a:hover {
}

/* 2nd Menu */
ul#navigation li:hover li,
ul#navigation li.iehover li { 
	
}
ul#navigation li:hover li a,
ul#navigation li.iehover li a {
	float: none;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navigation li:hover ul ul,
ul#navigation li:hover ul ul ul,
ul#navigation li.iehover ul ul,
ul#navigation li.iehover ul ul ul {
  display: none;
}

ul#navigation li:hover ul,
ul#navigation ul li:hover ul,
ul#navigation ul ul li:hover ul,
ul#navigation li.iehover ul,
ul#navigation ul li.iehover ul,
ul#navigation ul ul li.iehover ul {
  display: block;
}







/** SECOND NAVIGATION ******************************************************************************************************************************************************/

ul.leftnav {
	list-style-type: circle;
	margin-left: 15px;
	font-weight: bold;
}
ul.leftnav li { margin-bottom: 5px; }
ul.leftnav li a {
	color: #000;	
}
ul.leftnav li a:hover, ul.leftnav li.active a {
	text-decoration: none;	
	color: #009ddf;	
}

ul.rightnav {
	float: right;	
	margin-top: 18px;
}
ul.rightnav li, ul.rightnav li a {
	display: block;
	float: left;
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
ul.rightnav li a {
	font-weight: bold;
	color: #fff;
	background: url('/images/layout/btn-subnav.gif') no-repeat;	
	background-position: top left;
}
ul.rightnav li a:hover, ul.rightnav li.active a, ul.rightnav li:last-child a:hover, ul.rightnav li.active:last-child a {
	color: #000;
	text-decoration: none;
	background-position: bottom left;	
}
ul.rightnav li:last-child a {
	background: url('/images/layout/btn-subnav-last.gif') no-repeat;	
	background-position: top left;	
}


/** BLOCKS *************************************************************************************************************************************************************/


div.date {
	background: url('/images/layout/btn-historique.png') no-repeat;
	text-align: center;
	width: 65px;
	height: 15px;
	color: #ffffff;
	float: left;
	margin-top: -20px;	
	margin-left: 60px;
	/*
	position: relative;
	top: -20px;
	left: 60px;
	*/
}

.white { 	background: #fff; }
ul.disc {
	list-style-type: circle;	
	margin-left: 15px;	
	margin-top: 0px;
}
ul.disc li {

	margin-bottom: 5px;
}
ul.disc li a {
	color: #000;	
}
ul.disc li a:hover {
	color: #009ddf;	
}

.nocaps {
	text-transform: lowercase;	
}
.greybox {
	background: #fff;
	border: 1px solid #676767;	
}
table {
	width: 540px;
	font-size: 11px;
	border-collapse: collapse;
	margin: 5px;
}
table thead {
	color: #616161;
}
td, th {
	padding: 5px;	
}
tr.even {
	background: #efefef;
}

.job_detail {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #676767;		
}
.arrows { padding: 5px; background: #009ddf; }
.next, .prev {
	width: 25px;
	height: 35px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}
.next {
	background: url('/images/layout/next.png') no-repeat;
float: right;


}
.prev {	

float: left;
	background: url('/images/layout/prev.png') no-repeat;

}
div.activites img {
	width: 550px;	
}
div.activites {
width: 560px;
	padding-bottom: 30px;
	background: url('/images/layout/shadow.jpg') no-repeat;
	background-position: bottom left;
}

/** ACCORDION *************************************************************************************************************************************************************/


#accordion {
	border: 1px solid #676767;
	background-color: #fff;
}
#accordion h3 {
	border: 0px;
	margin: 0;
	padding: 0;
	height: 25px;
	display: block;
	font-size: 12px;	
}
#accordion h3.even {
	background: url('/images/layout/bg-ref-closed.gif') #e4f5fc no-repeat; 	
}
#accordion h3.odd {
	background: url('/images/layout/bg-ref-closed2.gif') #fff no-repeat; 	
}
#accordion h3 a {
	height: 25px;
	line-height: 25px;	
	display: block;
	color: #000;	
	text-indent: 25px;
	font-weight: bold;
}
#accordion h3 a:hover { text-decoration: none; }

#accordion h3.ui-state-active  {
	height: 34px;	
	background: url('/images/layout/bg-ref-open.gif') #666666 no-repeat; 	
	background-position: top left;
	font-size: 14px;
}
#accordion h3.ui-state-active a {
	color: #fff;	
	height: 34px;
	line-height: 34px;
}

#accordion table {
	font-size: 11px;
	border-collapse: collapse;
	margin: 5px;
	border-bottom: 1px solid #676767;
}
#accordion table thead {
	color: #616161;
}
#accordion td, #accordion th {
	padding: 5px;	
}
#accordion tr.even {
	background: #efefef;
}

/** FOOTER *************************************************************************************************************************************************************/


#footer {
	background: url('/images/layout/barre-footer.png') repeat-x;
	margin-top: 30px;
	height: 181px;
	text-align: center;
}

div#footer_wrapper a {
	color: #ffffff;
	text-decoration: none;
}

div#footer_wrapper a:hover{
	color: #000000;
	text-decoration: none;
}

div#footer_wrapper p{	
	color: #ffffff;
	margin-right: 210px;
	padding-top: 80px;
}

#footer_wrapper {
	background: url('/images/layout/camion.png') center no-repeat;
	width: 960px;
	height: 62px;
	margin: 0 auto;
	text-align: center;
	display: block;
	position: relative;
	bottom: 44px;
	left: 115px;
}


/** FORM *************************************************************************************************************************************************************/


fieldset {
 position: expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
 padding: 30px 10px 15px 10px;
 background-color:#ffffff;
 margin: 20px 0;
 border: 1px solid #616161;
}


label, .label { 
 color: #000;
 font-size: small;
}

/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label {
 display: -moz-inline-box;
 display: inline-block; 
 width: expression('7em'); /* Min-width for IE6 */
 min-width: 150px;;
 padding: 2px;
 margin: 0 20px 0 20px;
 height: 26px;
 line-height: 28px;
 width: 150px;
 text-align: right;

}
.label { display: block; width: auto; }

label.postField {
 margin-left: 4px;
 margin-right: 4px;
}


/* Repeat Behavior */
.repeat {
 border: 1px solid #616161;
 background-color: #FFFFFF;
 margin: 3px 0;
 padding-right: 6px;

}

input {
 height: 20px;
 margin: 1px 0;
}
input[type=text], input[type=password] {
 width: 230px;
 height: 20px;
 border: 1px solid #666;
}
input.submit {
	border: 0px;
	width: auto;
	height: auto;
}
select {
 padding: 0;
 width: 230px;
 margin: 2px 0 1px 0;
}
textarea {
 width: 230px;
 height: 120px;
 border: 1px solid #666;	
}

.reqMark {
 color: #009ddf;
 margin: 0 3px; 
}



/* GALERIES */

#galerie_materiel a img { border: 0px; }
#galerie_materiel h2 { font-weight: bold; }


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}