/* basic elements */

/* tout sauf img */
/*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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td*/
* {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

html{
	height:100%;
}

body {
    margin: 0;
    /* setting border: 0 hoses ie5 win window inner well border */
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #3c4509;
	background:#a0b819 url('../images/bg.png') repeat-x;
	text-align: center; /* center on ie */
	height:100%;
}

form { margin: 0; padding: 0; }
a { color: #3c4509; text-decoration: underline; }
a:active { color: #3c4509; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 {
	margin-top:0;
    margin-bottom:5px;
	color:#3c4509;
	font-weight:bold;
}
ol, ul{
	margin-bottom:15px;
	padding-left: 25px;
	/*text-align:right;*/
}
li{
	/*list-style-image:url(../images/puce_rouge.gif);*/
	/*list-style-type:square;*/
}
input, select{
	border:1px solid #dde1c4;
	font-size:14px;
	height:20px;
}
textarea{
	border:1px solid #dde1c4;
	font-size:14px;
}
input[type="radio"], input[type="checkbox"] {
	border:0;
	margin-right:10px;
	vertical-align:middle;
	/*background:none;
	padding:0;
	margin:0;*/
}
input[type=submit], input[type=reset], input[type=button]{
	background-color:#242d0f;
	border:none;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	outline:0 none;
	
	color:white; font-weight:bold; font-size:16px;
	cursor:pointer;
	height:32px;
	padding:0 10px 2px;
}



#page{
	/*border:1px solid black;*/
	background:transparent url(../images/txtbg.png) no-repeat center 255px;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
}
#page-inner{
	width:1024px;
	margin:auto;
	min-height:600px;
}

/* HEADER */
#header{
	/*border:1px solid black;*/
	position:relative;
	height:123px;
	color:#ffffff;
	margin:0 auto;
	padding:0 5px;
}
#header h1{
	background:transparent url('../images/logo.png') no-repeat;
	margin-top:0;
	margin-bottom:0;
	display:block;
	width:347px;
	height:33px;
	text-indent:-10000px;
	position:absolute;
	top:50px;
	left:25px;
}
#header h1 a{
	display:block;
}
#header p{
	margin-top:0;
	margin-bottom:0;
}
#header ul{
	margin:0;
	padding-left:0;
	list-style-type:none;
}

#intro{
	position:absolute;
	bottom:18px;
	left:25px;
}
#intro strong{
	font-weight:normal;
	font-size:16px;
}

#langs{
	position:absolute;
	bottom:0px;
	right:37px;
}
#langs li {
    float: left;
}
#langs a{
	display:block;
	padding:10px;
}
#langs img{
	border: 1px solid #a2b14f;
	 -moz-border-radius: 1px; /* FF1+ */
  -webkit-border-radius: 1px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 1px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
#langs .active{
	background-color:#697911;
	border-top:1px solid #697911;
	border-left:1px solid #697911;
	border-right:1px solid #697911;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
#langs .active a{
	background:url('../images/lang-arrow.png') no-repeat bottom center;
}
/* FIN HEADER */

#banner{
	border-left:5px solid #4a550b;
	border-right:5px solid #4a550b;
	margin:0 auto;
	background-color:#4a550b;
	width:990px; height:194px;
	position:relative;
	z-index:3;
}

.homepage #banner{
	height:444px;
}

/* Easy Slider */
#teaserPhotos{
	/*border:1px solid red;*/
	margin:-5px auto 0;
	width:990px;
	height:200px;
	position:absolute;
}

#sliderPhotos{
	margin:0 auto;
}
#sliderPhotos ul, #sliderPhotos li{
	margin:0;
	padding:0;
	list-style:none;
	color:white;
}

#sliderPhotos, #sliderPhotos li{
	/*
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/
	width:990px;
	height:200px;
	overflow:hidden;
}

#sliderPhotos a{
	color:white;
}

#prevBtn1, #nextBtn1, #sliderPhotosPrev, #sliderPhotosNext {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-indent: -8000px;
}
#prevBtn1, #nextBtn1, #sliderPhotosPrev, #sliderPhotosNext {
  display: block;
  width: 50px;
  height: 50px;
  top: 75px;
  left: 0px;
  position: absolute;
  z-index: 1000;
}
#prevBtn1, #sliderPhotosPrev {
  left: 15px;
}
#nextBtn1, #sliderPhotosNext {
  top: 75px;
  left: 925px;
}
#prevBtn1 a, #nextBtn1 a, #sliderPhotosNext a, #sliderPhotosPrev a {
  background: url("../images/arrow_left.png") no-repeat scroll 0 0 transparent;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
}
#nextBtn1 a, #sliderPhotosNext a {
  background: url("../images/arrow_right.png") no-repeat scroll 0 0 transparent;
}
/* // Easy Slider */

.content{
	/*border:1px solid red;
	text-align:justify;
	overflow:auto;*/
	background:transparent url(../images/bg_shadow_page.png) repeat-y;
	position:relative;
	margin:0 auto;
	width:1024px;
	min-height:246px;
	display:block;
}

#content-inner{
	background-color:#d0dc8c;
	margin:auto;
	width:1000px;
	min-height:300px;
}
.homepage #content-inner{
	min-height:175px;
}

#content-text{
	background-color:white;
	margin:0 auto;
	padding-top:40px;
	width:1000px;
	
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-bottom-radius:10px;
}
#content-text a{
	font-weight:bold;
}
.homepage #content-text{
	background-color:white;
	margin:0 auto;
	padding-top:30px;
	width:1000px;
	min-height:130px;
}

#photosGallery, #references{
	background-color:#f6f7f0;
	padding:10px 10px;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.td-photos{
	width:252px; height:200px;
}
.teaserPhotos{
	overflow:hidden;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.teaserText{
	padding-left:8px;
}

.hr{
	background-color:#dde1c4;
	height:1px;
	font-size:1px;
	line-height:1px;
	clear:both;
}

.contact ul{
	float:left;
	margin-top:17px;
	margin-right:45px;
	margin-left:-25px;
	width:40%;
}
.contact li{
	list-style-type:none;
}

#bottom-link{
	background-color:#e8eec6;
	margin:0 auto;
	padding-top:16px;
	width:1000px;
	color:#242d0f;
	font-size:12px;
}
#bottom-leftTD{
	vertical-align:top;
	width:195px;
	color:#919967;
	font-size:18px; font-weight:bold;
}
#bottom-contentTD{
	vertical-align:top;
}
#bottom-contentTD a{
	color:#242d0f;
	text-decoration:underline;
}
#bottom-rightTD{
	vertical-align:top;
	width:180px;
}
#bottom-rightTD a{
	color:#868d6a;
	text-decoration:underline;
	font-weight:bold;
}
#bottom-link ul{
	float:left;
	margin:0;
	padding-left: 40px;
	/*text-align:right;*/
}

#sitemap{
	background-color:#d0dc8c;
	padding-top:20px !important;
	height:80px;
}

#sitemap ul{
	margin:0 0 0 15px;
	padding-left:0px;
	list-style:none inside url('../images/pucesitemap.jpg');
	font-size:11px;
	float:left;
}

#sitemap a{
	color:#7a844d;
	text-decoration:none;
}

#leftTD{
	vertical-align:top;
	width:215px;
	height:260px;
	border-right:1px solid #dde1c4;
}
#leftTD ul{
	margin:0;
	padding-left:12px;
}
#leftTD li, #leftTD a{
	color:#a4ad81;
	text-decoration:none;
	font-weight:normal;
}

#contentTD{
	vertical-align:top;
	min-height:120px;
	/*height:600px;*/
}
#contentTD img{
	/*border:1px solid black;*/
}
.teaser{
	background-color:#dde1c4;
	padding:5px;
	color:#646c38;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.teaserImg{
	overflow:hidden;
	background-color:#dde1c4;
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.teaserImgLeft{
	overflow:hidden;
	float:left;
	margin:10px 25px 0px 0px;
	/*border:5px solid #dde1c4;*/
	
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#rightTD{
	vertical-align:top;
	width:200px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size:12px; color:#6d7447;
}
#rightTD .more{
	display:block;
	margin-bottom:7px;
	color:#dde1c4;
	font-size:18px; font-weight:bold;
}
#rightTD .teaser{
	padding:5px 5px 10px;
	margin-bottom:20px;
}
#rightTD .teaserImg{
	margin-bottom:10px;
}
#rightTD ul{
	margin-top:5px;
	padding-left:13px;
}
#rightTD li, #rightTD a{
	color:#242d0f;
	font-weight:normal;
}
#rightTD .reseaux{
	padding:0 20px 0 10px;
}
#rightTD .reseaux img{
	float:left;
	margin-right:10px;
}
#rightTD .reseaux a{
	text-decoration:none;
	font-weight:normal;
}

.left-inner, .right-inner{
	padding:0 20px 20px;
}
.middle-inner{
	padding:0 10px 30px 20px;
}

.inner{
	padding:0 20px;
}

.okButton{
	cursor:pointer;
	/*margin-bottom:4px;
	filter:alpha(opacity=50); -moz-opacity:0.5; opacity: 0.5;*/
}

#impression{
	/*border:1px solid black;*/
	padding:0;
	width:640px;
	z-index:0;
	text-align:left;
}

#language {
	padding:7px 10px 0 10px;
	height:21px;
	border-bottom:1px solid #a5a198;
	color:#a5a198;
	text-align:left;
}
#language a{
	color:#a5a198;
	text-decoration:none;
}

/* MENUS */
#nav{
	/*border:1px solid red;*/
	background:transparent url(../images/bg_menu.gif) no-repeat;
	width: 1000px;
	height:60px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

/* Navigation rubriques */
/*#nav table {	
	background-color:transparent;
	text-align:center;	
}
.menu{
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:60px;
	color:#c9cdb6;
	cursor:pointer;
}
.menu:hover{
	background-position:0px -60px;
	color:white;
}
.menuSelected{
	background-repeat:no-repeat;
	background-position:0px -120px;
	height:60px;
	color:white;
	cursor:pointer;
}

.sMenu{
	padding:0px 15px;
	background-color:#a0b819;
	height:30px;
	color:#ffffff;
	cursor:pointer;
}
.sMenu:hover{
	background-color:#697910;
	color:#ffffff;
}
.sMenuSelected{
	padding:0px 15px;
	background-color:#697910;
	height:30px;
	color:#ffffff;
	cursor:pointer;
}
.sMenu a, .sMenuSelected a{
	color:#ffffff;
	white-space:nowrap;
	text-decoration:none;
}

#tagmenu{
    position: absolute;
	top:0px;
	height:10px;
	background-color:#a0b819;
	margin-top:1px;
}
*/
#nav ul.menu{	
	height:60px;
	margin:0;
	padding:0 24px;
	list-style-type: none;
}

#nav li.limenu{
	float:left;
	position:relative;	
	height:60px;
}

#nav a.amenu{
	color:#cacdb6;
	text-decoration:none;
	display:block;
	padding: 20px 15px;
	font-size:16px;
	text-shadow: 1px 1px 1px #000; 
}

#nav a.over, #nav a:hover{
	background:#64730f;	
	color: #fff;
}

#nav .active a.amenu{
	background:url(../images/bg_menu_on.jpg) repeat-x;	
}

#nav .active a.amenu{
	color:#fff;
}

ul.smenu{
    left: 0;
    list-style-type: none;
    padding: 0;
	margin:0;
    position: absolute;
    top: 60px;
    z-index: 500;
	width:auto;
}
ul.smenu li{
	border-top: 1px solid #fff;
}
ul.smenu li a{
	background: #A0B819;
	display: block;
	color: #fff;
	padding: 5px 15px;
	text-decoration:none;
	white-space: nowrap;
	font-size:14px;
}
ul.smenu li a:hover{
	background-color:#697910;
}

#tagmenu{
	height:10px;
	background-color:#a0b819;
	margin-top:1px;
	position:absolute;
	bottom:-11px;
	left:0;
	width:100%;
}


.wrapperTag{
    z-index: 9000; position: absolute;
}
.wrapper1{
	/*border:1px solid black;*/
    z-index: 10000; position: absolute;
	/*margin: 0;
	padding: 0;
	text-align: left;*/
}
.wrapper2 {
	/*border:1px solid black;*/
    z-index: 10001; position: relative;
}

.char {
	/*margin:0 0 0 4px;*/
    position: absolute;
	top:0px;
	overflow:hidden;
}
.char *{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.char td{
	border-top:1px solid #ffffff;
	height:30px;
	white-space:nowrap;
}
.char td:hover{
	background-color:#697910;
}
/* FIN MENUS */

/* HOMEPAGE */
.encart{
	border-right:1px solid #dde1c4;
	padding: 0 20px 20px 20px;
	float:left;
	width:209px;
	height:110px;
}

.encartfirst{
	padding-left: 0px !important;
}

.encartlast{
	padding-right: 0px !important;
	border:none;
}

.encart p{
	margin-bottom:5px;
}

.encart a{
	color:#242d0f;
	background:url('../images/pucesuite.jpg') no-repeat left center;
	padding-left:10px;
	font-weight:bold;
}
/* FIN HOMEPAGE */

.titre{
	display:block;
	padding-left:10px;
	margin-top:0;
	margin-bottom:3px;
	background:url('../images/puceh2.jpg') no-repeat left center;
	color:#a0b819;
	font-size:18px;
	font-weight:bold;
}
.sstitre{
	display:block;
	margin-top:0;
	margin-bottom:15px;
	font-size:20px;
	font-weight:bold;
}

.exergue{
	margin-left:20px;
}
.exergue.references{
	margin-left:40px;
}
.exergue .firstline{
	font-size:16px;
	font-weight:bold;
}
.source{
	color:#646c38;
}
.darkgreen{
	color:#788912;
}
.lightgreen{
	color:#a0b819;
}
.formParty{
	color:#999e7c;
	font-weight:bold;
	font-size:16px;
}

.team td{
	padding-right:20px;
	padding-bottom:15px;
	vertical-align:top;
}
.team ul{
	margin:0;
	padding-left:15px;
}

.teamDetails{
	padding-right:20px;
	padding-bottom:15px;
	vertical-align:top;
	color:#778912;
}
.teamDetails ul{
	margin:0;
	padding-left:15px;
}

.presse{
	padding:0 10px 10px 20px;
}
.presse ul{
	padding-left:35px;
}

.hrPress{
	margin:15px auto 17px;
	background-color:#dde1c4;
	height:1px;
	font-size:1px; line-height:1px;
}

.next{
	color:#3b4409;
	font-size:18px;
	font-weight:bold;
}
.next a{
	color:#242d0f;
	font-size:12px;
}

.top{
	color:#242d0f;
	font-size:12px;
	font-weight:bold;
}
.top a{
	color:#242d0f;
	font-size:12px;
	font-weight:bold;
}

#footer{
	padding:7px 17px;
	color:#55620d;
	font-size:12px;
}

#footer a{
	color:#55620d;
	text-decoration:none;
}

#footer .address{
	float:left;
}

#footer .copyright{
	float:right;
}

.formContact td{
	vertical-align:top;
}

.formContact .tdLL{
	padding:10px 0 0 0;
}
.formContact .tdLR{
	padding:10px 0 0 20px;
}
.formContact .tdRL{
	padding:10px 0 0 20px;
	text-align:right;
}
.formContact .tdRR{
	padding:10px 0 0 10px;
}

/* REFERENCES */
#mapsRef{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#mapsRef ul{
	margin:0 0 10px 0;
}
#mapsRef h3{
	font-size:16px;
}

.mapList{
	background-color:#e1e2d9;
	overflow:hidden;
}
ul.mapList{
	padding-top:0; padding-right:0; padding-bottom:0; padding-left:0;
	margin-top:0; margin-right:0; margin-bottom:0; margin-left:0;
	width:100%;
}
ul.mapList li{
	float:left;
	padding-top:10px;
	border-bottom:1px solid #bfc0b9;
	border-left:1px solid #bfc0b9;
	height:72px;
	list-style-type:none;
}
ul.mapList li.current{
	border-bottom:none;
}
#mapContainer{
	border-bottom:1px solid #f6f7f0;
}
#map{
	margin:0 auto;
	position:relative;
}
.placeNumbers{
	position:absolute;
	background:transparent url(../images/bg_number.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; color:#ffffff; line-height:24px;
	text-align:center;
	width:24px; height:24px;
}

.placeNumbers a{
	display:block;
	color:#ffffff;
	text-decoration:none;
}