html,body {
	margin:0;
	padding:0;
	height:100%;
	background-color: #45553A;
	background-image: url(../img/bg_deg.jpg);
	background-repeat:repeat-x;
	
}
#carou {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 510px; /* important */
	height: 110px; /* important */
	border:none;
}


#contentcarou {
	position: absolute;
	left: 0;
	border:none;
}

div#container {
	position:relative;
	margin:0 auto;
	width:1004px;
	background-image:url(../img/bg_right.gif);
background-repeat:repeat-y;
	height:auto !important;
	height:100%;

	min-height:100%;
}

div#header {
	background-image:url(../img/bg_top.jpg);
	background-repeat:no-repeat;
	height:232px;
}

div#content {
	padding-bottom:20px;
}

div#footer {
	
	width:100%;
	bottom:0;
	position:absolute;
	height:18px;
	background-image:url(../img/bg_bas.jpg);
	background-repeat:no-repeat;
}
h1 {
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fad217;
	font-weight:bold;
}
.divh1 {
	border-bottom: 1px solid #fad217;
	width:100%;
	margin-right:10px;
}
.texte_verd_14 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:normal;
}

.texte_verd_12 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:normal;
}
.texte_verd_14_j {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fad217;
	font-weight:normal;
}
.textarea_lightgreen {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #262f20;
	font-weight:normal;
}
.pointer {
	cursor:pointer;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #fad217;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#back_big{
position:absolute;
width: 100%;
height:auto !important;
height:100%;
min-height:100%;
background-color:#45553A;
border: none;
filter:alpha(opacity=80);
-moz-opacity:.80;
opacity:.80;
z-index:20;
}
#big{
width: 100%;
text-align:center;
position:absolute;
z-index:50;
padding-top:40px;
}
#nav{
width: 100%;
position:absolute;
z-index:60;
padding-top:0px;
background-color:#000;
}