
/* standard elements */
html, body {margin: 0;padding: 0;}

a {color: #8e0111;}
a:hover { text-decoration:none}

body {
	background: #dbdbd6 url('images/nb-backdrop.jpg') repeat-x top left;
	color: #444;
	font: normal 62.5% "trebuchet ms",Tahoma,sans-serif;
}

p, code {margin-bottom: 14px; line-height: 17px; text-align:left; color:#161616}

ul { margin: 8px 0;	padding:0;}
li {list-style: url(images/li.gif);	margin-left: 20px;}

h1 {font: normal 1.6em "trebuchet ms",tahoma,verdana,arial,sans-serif; margin-bottom: 4px; font-weight:100}
h1 span {color: #000000; text-transform: lowercase;font: bold 1.3em "trebuchet ms",tahoma}

blockquote {
	background: #ffffff url(images/quote.gif) no-repeat 7px 5px;
	display: block;
	width:90%;
	padding:5px 15px 0px 30px;
	line-height: 1.6em;
	font-weight: bold;
	margin:0 auto 10px;
	border-left:5px #554 solid;
	color:#554;
}
#noborder {border-left:none;}

h1,h2,h3 {padding-top: 0; color:#8e0111}

#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;
}
hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #eee;	
	margin-bottom: 20px;
	padding: 0;
}

/* misc */
.clear {clear: both;}

.left {float: left; margin-right:10px}
.left-exemples {float: left; margin-right:10px; width:128px; border:none}

.right {float: right;}

/* structure */
.conteneur {
	background: url(images/bg_milieu.gif) repeat-y;
	font-size: 1.2em;
	margin: 0 auto;
	width: 890px;
}

/*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:#ffffff; text-align:left}
div#content{float:left; width:650px; padding:8px; background:#F0F0F0;}
div#nav{float:right;width:180px;padding:0;background:transparent; margin:0}
#content p, #container 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(images/bg_haut-sable.jpg) no-repeat left top;
	font-size: 1.2em;
	height: 240px;
	margin: 0 auto;
	width: 890px;
}
.header .left {
	background: transparent url(images/logo_green.gif) no-repeat;
	font: normal 1.5em "Trebuchet MS",sans-serif;
	text-align: center;
	margin:90px 0 0 95px;
	width: 350px;
}
.header .left h1{
	text-indent: -100em;
	overflow: hidden;
	width: 300px;
	height: 90px;
	padding: 0;
}
.header .left h1 a{
	display: block;
}
.header .right {
	margin: 90px 75px 0px 45px;
	width:300px;
	overflow:hidden;
	text-align:justify;
	color: #333;
	letter-spacing:1px;
	font-size:75%;
}
.header .right p, {padding: 0 16px;}

/* navigation */
.navigation {	
	background: #D9E1E5 url(images/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #000000;
	height: 30px;
	margin:0 8px 10px 7px;
}
.navigation a {
	background: #D9E1E5 url(images/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px;
	padding: 0 22px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #8e0111;}
.navigation a.last {border-right: none;}

/* 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: #8e0111;
	color: #654;	
}

/* content */
.contenu { 
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 770px;
}
.grid_10, .grid_11, .grid_12 {
display: inline;
float: left;
margin: 0 10px;
}

#container .grid_10, #container .grid_11, #container .grid_12 {width: 260px;}

.contact {width: 500px; height:400px; margin:0 auto; background: url(images/contact-01.gif) no-repeat 0 0}


/*#content {
	float: left;
	width: 400px;
	padding: 0 0 0 95px;
}*/

.contenu .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.contenu p {font-family: "Lucida Sans Unicode",sans-serif;}


/*** Bouton ***/
.button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	background:transparent url(images/button-cap-danse.jpg) no-repeat top left;
	outline:none;
}
.button a:hover {
	background-position:0 -50px;
}


/* Anim index */
div#feature_list {
	width: 870px;
	margin:0 0 30px 0;
	padding:0;
	height: 240px;
	overflow: hidden;
	position: relative;
	top:10px
	
}
div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs {
	left: 0;
	z-index: 2;
	width: 340px;
	list-style:none;
}
ul#tabs	h3 {
	margin: 0;	
	padding: 7px 0 0 0;
	font-size: 14px;
	text-transform: uppercase;
}
.current h3 {color: #eee;}

ul#tabs li {font-size: 12px;font-family: Arial;list-style:none;}
ul#tabs li img {
	padding: 4px;
	border: none;
	float: left;
	margin: 0 6px 0 0;
	list-style:none;
}
ul#tabs li a {
	color: #222;
	text-decoration: none;	
	display: block;
	padding: 10px;
	height: 60px;
	outline: none;
}
ul#tabs li a:hover {
	text-decoration: underline;
}
ul#tabs li a.current {
	background:  url('images/feature-tab-current.png');
	color: #FFF;
}
ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}
ul#output {
	right: 0;
	width: 583px;
	height: 240px;
	position: relative;
}
ul#output li {
	position: absolute;
	width: 533px;
	height: 240px;
	list-style:none;
}
ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #a00822;
	-moz-border-radius: 5px;
}

ul#output li a:hover {background: #eeeeee; color:#333333}


/* JOB */
.job { width:620px; padding:8px; border-bottom-width: 1px;border-bottom-style: dotted; border-bottom-color: #ffffff; }
.job img { float: left; border: 0; margin: 0 20px 10px 0; }
/*.job:hover { background-color:#ffffff; color:#000000 }*/

#job-rotator { min-height: 155px; *height: 155px; padding:0; position:relative; float:left; display:block; margin-right:15px }
#job-rotator img { float: left; border: 0; margin: 0 15px 0 0; }


.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	list-style: none;
	margin: 10px;
	padding: 0;
	float: left;
	position: relative;
	width: 260px;
	height: 155px;
}
.gallery img {
	background: ;
	border: none;
	padding: 0;
}
.gallery span {
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	top: -12px;
	left: 100px;
	background: url(images/tape.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}

.twocols { margin:0; padding:10px;}
.twocols h1{padding-top: 0; color:#8e0111; 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: transparent url(images/smallboxtop.gif) no-repeat; color: #000; }
.smallbox { background: transparent url(images/smallbox.gif) no-repeat bottom left; color: #444; padding: 1px 10px 10px 10px;  }
.smallbox p { padding: 0; margin: 0; }


/* footer */
.clearfix{display:inline-block}
* html.clearfix{height:1%}
.clearfix{display:block}

#footer {
display:block;
background-color:#b9b9b5;
padding: 25px;
height:140px;
margin: 0px 9px 0px 8px;
margin-bottom:0pt;
font: 14px/17px Georgia,Palatino," Palatino Linotype",Times,"Times New Roman",serif;
border-top:1pt #898989 solid;
border-bottom:1pt #898989 solid}

#footer p {color: #3d3d3d;font-size: 100%;}
.grid_1 p { text-align:center}

.grid_1, .grid_2 {
display: inline;
float: left;
margin: 0 5px;
}
.grid_3 {
display: inline;
float: right;
margin: 0 70px 0 0;
}

.container_16 .grid_1 {width: 430px;border-right:1px solid #898989;}
.container_16 .grid_2 {width: 180px;border-right:1px solid #898989;}
.container_16 .grid_3 {width: 30px;}

#ft-nav {margin:0pt}
#ft-nav ul, #ft-nav li {margin:0;padding:0;list-style:none;color: #898989;}
#ft-nav a {color: #898989;display:block;padding:1px 8px;text-decoration:none}
#footer a:hover, #ft-nav a:hover {color:#ffffff}

/* 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 {
	padding: 20px 0;
	background: url(images/loading.gif) no-repeat center;
}


fieldset { border:0;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; }
