/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #cc6633;; text-decoration:none}
a:hover {color: #FFCC00;}

body {
	background: #FFFFFF;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p, code, ul {padding-bottom: 1.2em; text-align:left}

li {list-style: none;}

h1 {font: normal 1.6em "trebuchet ms",tahoma,verdana,arial,sans-serif; margin-bottom: 4px}
h1 span {color: #000000; text-transform: lowercase;font: bold 1.3em "trebuchet ms",tahoma}

blockquote {
	background: #ffffff url('image/quote.gif') no-repeat 7px 15px;
	display: block;
	width:90%;
	line-height: 1.6em;
	font-weight: bold;
	margin:0 auto;
	border-left:5px solid #554;
	color:#554; padding-left:30px; padding-right:15px; padding-top:13px; padding-bottom:15px
}

h1, h2, h3 {padding-top: 0; color:#cc6600}
#content h3 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-size: 1.40em;
	color:#cc6633;
	margin:20px 0 5px 0;
	padding : 0;
}

/* misc */
.clear {clear: both;}

.left {float: left;}
.left-exemples {float: left; margin-right:10px; width:128px; border:none}

.right {float: right;}

/* structure */
.conteneur {
	background: url('image/milieu2.gif') repeat-y;
	font-size: 1.2em;
	margin-top:10px;
	width: 890px; margin-left:auto; margin-right:auto; margin-bottom:0
}

/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */
div#container{width:850px; margin-left:20px;padding:0;text-align:left; background:#F0F0F0; text-align:left}
div#content{float:left; width:820px; padding:10px; background:#F0F0F0;}
div#nav{float:right;width:210px;padding:10px 0;background:#F7F7F2}
#content p {text-align:left}

b.niftycorners, b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px; overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* titre */
.header {
	background: url('image/bg_Bhaut.jpg') no-repeat left top;
	font-size: 1.2em;
	height: 100px;
	margin: 0 auto;
	padding-top: 10px;
	width: 890px
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 100px;	
}
.header .left {
    background: url('/logo2.gif') no-repeat; 
	text-align: center;
	margin-left:20px;	
	width: 400px; font-style:normal; font-variant:normal; font-weight:normal; font-size:2.8em; font-family:Trebuchet MS, sans-serif
}
.header .left h1{
	text-indent: -100em;
	overflow: hidden;
	width: 400px;
	height: 90px;
	padding: 0;
	margin: 0 0 0 10px;
}
.header .left h1 a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.header .right {
	overflow: auto;
	width: 400px;
	margin-right:20px;	
}
.header .right p, .header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
	border-left:1px solid #000000; border-right:1px solid #000000; border-top:1px solid #DFEEF7; border-bottom:1px solid #DFEEF7; background:#D9E1E5 url('images/nav.gif'); height: 30px;
	margin-left:7px; margin-right:8px; margin-top:10px; margin-bottom:10px
}
.navigation a {
	background: #D9E1E5 url('images/nav.gif');
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	line-height: 30px;
	text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.1em; font-family:sans-serif; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0
}
.navigation a:hover {background-position: left bottom; color: #cc6600;}

/* hide the sub level links */
.navigation ul {
list-style-type:none;
visibility:hidden;
position:absolute;
width:149px;
height:0;
top:36px;
}
/* make the sub level visible on hover list or link */
.navigation ul :hover {
visibility:visible;
height:auto;
}
/* place the bottom scroll image beneath the drop down list */
.navigation ul :hover a {background:#000 url('scroll_middle.gif'); height:24px; line-height:23px}
.navigation ul :hover a:hover {color:#000;}



/* main */
.main {
	background:transparent;
	margin:0;
	padding:0;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
	padding-right:10px;
}
#nav h2 {
	color: #5A5A43;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
#nav ul {
	padding: 0 0 0 8px;
	border-top: 1px solid #EAEADA;
}
#nav li {border-bottom: 1px solid #EAEADA;}
#nav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
#nav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.contenu { 
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 800px;
}
/*#content {
	float: left;
	width: 400px;
	padding: 0 0 0 95px;
}*/

.contenu .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contenu li {
	margin-left: 18px; list-style-image:url('images/li.gif')
}
.contenu p {font-family: "Lucida Sans Unicode",sans-serif;}


/* JOB */
.job { width:580px; min-height: 155px; *height: 155px; padding:15px; border-bottom-width: 1px;border-bottom-style: dotted; border-bottom-color: #ffffff; }
.job img { float: left; border: 0px none; margin-left:0; margin-right:15px; margin-top:0; margin-bottom:0 }
.job:hover { background-color:#ffffff; color:#000000 }
.job ul { }
.job li { font-size:1em;margin-left:3em; padding:5px; list-style-image:url('images/li.gif')}

#job-rotator { width:580px; min-height: 155px; *height: 155px; padding:15px; }
#job-rotator img { float: left; border: 0px none; margin-left:0; margin-right:15px; margin-top:0; margin-bottom:0 }


.twocols { margin:0; padding:10px;}
.twocols h1{padding-top: 0; color:#cc6600; border:none}
.twocols .col1, .twocols .col2 {width: 280px}
.twocols .col1 {float: left}
.twocols .col2 {float: right}


/* Cadres arrondis , couleurs */
.2colors { float: left; width: 203px; background: transparent; margin: 0 12px 0 0; color: #5d5d5d; }
.smallboxtop { height: 14px; background: url('images/smallboxtop.gif') no-repeat; color: #000 }
.smallbox { background: url('images/smallbox.gif') no-repeat bottom left; color: #444; padding-left:10px; padding-right:10px; padding-top:1px; padding-bottom:10px  }
.smallbox p { padding: 0; margin: 0; }


/* footer */
.footer {
	background: url('image/bg_Abas.jpg') no-repeat left bottom;
	color: #FFF;
	margin: 0 auto;
	line-height: 134px;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; font-size:1em; font-family:sans-serif
}
.footer a, .footer a:hover {color: #FFF;}
.footer a:hover { text-decoration:none;}

/* Page de contact */
#form_box {
	width: 93%;
	background: #ffffff;
	border: 1px solid #d6d6d6;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 1em;
	margin: 1em auto;
}
#form_box div {
	padding: 0.5em 0.5em;
}
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
#form_box p {
	float: left;
	margin: 6px 0pt;
	width: 120px;
}
#log {
	width: 90%;
	margin-top: 10px;
}
#log_res {
	overflow: auto;
}
#log_res.ajax-loading {
	background: url('image/loading.gif') no-repeat center;; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
}



fieldset { border:0px none;margin:0;padding:0 }
label { display:block; padding:2px 0 }
input.text { width:300px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
#input.textarea { width:500px;font:12px/12px 'courier new',courier,monospace;color:#333;padding:3px;margin:1px 0;border:1px solid #ccc; }
input.submit { margin:10px 5px;font:bold 12px/12px verdana,arial,sans-serif; }

/** Mise en forme de tableau pour thumbs pour x thumbs
---------------------------------------------------------**/

.thumb1, .thumb2, .thumb3, .thumb4, .thumb5, .thumb6 {
	float: left;
	position : relative;
	width:94%;
	margin: 1.1em;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color:#666666;
}
.thumb2 {width:46%;}
.thumb3 {width:30%;}
.thumb4 {width:22%;}
.thumb5 {width:17%;}
.thumb6 {width:10%;}