@CHARSET "UTF-8";

body, div, h1, h2, h3, h4, h5, h6, p, img, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

a, a:active {
	color: #44bdbf;
	/*text-decoration: none;*/
}

a:visited {
	color: #4ac124;
	text-decoration: none;
}

a:hover {
	color: #4ac124;
	text-decoration: underline;
}

body {
	text-align: center; /* IEC1 (IE-Counter 1) : correct IE lt 6 bug for centering the page */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF url('../img/bg.png') center top;
	color: #333;
}

h1, dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 5px 10px;
}

h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 0 5px 0px;
}

h1 {
	font-size: 1.7em;
	color: #7CCED2;
}
h2 {
	font-size: 1.6em;
	color: #4ac124;
}
h3 {
	font-size: 1.5em;
	color: #5EC2C7;
}
h4 {
	font-size: 1.1em;
	color: #5EC2C7;
}
dt {
	color: #4ac124;
}

.hr_1, .hr_2, .hr_3, .hr_4 {
	border-bottom: 1px solid #CCC;
	height: 1px;
	margin: 0 auto;
}

.hr_1 {width:205px;}
.hr_2 {width:430px;}
.hr_3 {width:675px;}
.hr_4 {width:940px;}

img {
	border: 0;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.green {
	color: #B8D436;
}

.small {
	font-size: 0.85em;
	color: #666;
}

.spacer, .clear, .half_spacer {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	height: 20px;
	width: 0;
}

.half_spacer {
	height: 10px;
}

.clear {
	height: 0px;
}

.hidden {
	display: none;
}

/* Header styles */
#header {
	height: 232px;
	padding: 10px;
	position: absolute;
	top: 10px;
	width: 940px;
	z-index: 1;
}

.header_bg {
	background: url('../img/header.png') no-repeat center top;
	height: 242px;
}

#eoliennes {
	left: -10px;
	position: absolute;
	top: 0px;
}

#logo {
	left: 30px;
	position: absolute;
	top: 30px;
	z-index: 2;
}

#nav {
	font-size: 0.9em;
	height: 90px;
	line-height: 90px;
	padding-left: 4px;
	position: absolute;
	right: 20px;
	top: 10px;
	z-index: 2;
}

.menu, .menu_first {
	position: relative;
	float: left;
	padding: 0 8px 0 10px;
}

#nav p {
	display: inline;
	font-size: 1.10em;
}

#nav a {
	color: #333;
	text-decoration: none;
}

#nav a:hover {
	color: #44bddf;
	text-decoration: none;
}

/* general divs */
.center_bg {
	background: url('../img/center.png') top;
}

.center_bg p {
	padding: 5px 0 5px 0px;
}

.bottom_bg {
	background: url('../img/bottom.png') no-repeat center top;
	height: 20px;
}

.footer {
	color: #999;
	font-size: 11px;
}

.footer a {
	color: #666;
}

input, select , textarea {
	border: 1px solid #CCC;
}

.map {
	margin-left: 20px;
}

.action {
	font-size: 1.2em;
	font-weight: bold;
}

/* news */
#tmpSlideshow {
	left: 0;
	width: 205px;
	height: 370px;
	padding: 0;
	margin: 0;
	float: inherit;
	background: #fff;
	position: relative;
}

.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 205px;
    height: 370px;
    display: none;
}

#tmpSlideshowControls {
    position: absolute;
	margin: 0 !important;
	padding: 0 !important;
    bottom: 0px;
    right: 0px;
    width: 200px;
	height: 30px;
}
.tmpSlideshowControl {
	display: inline;
	float: right;
	margin: 0 !important;
	padding: 0 !important;
    width: 30px;
    height: 30px;
    color: #554d31;
    text-align: center;
    cursor: pointer;
}
.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
.tmpSlideshowControlOn {
    background-color: #81bae1;
	color: #fff;
}
.tmpSlideshowControlActive {
    background-color: #9ec9e8;
	color: #efefef;
}

/*
 * GRID system
 */
#full {
	background: #fff url('../img/bg_top.png') repeat-x center top;
	height: 260px;
}
 
#main_content {
	position: relative;
	margin: 0 auto; /* margins auto on the left and on the right */
	width: 980px;
	text-align: left; /* counter effect of IEC1 */
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6 {
	display: inline;
	float: left;
	position: relative;
	padding: 10px 20px;
}

.grid_1 {width: 280px;
text-align: justify;}
.grid_2 {width: 450px;}
.grid_3 {width: 695px;}
.grid_4 {width: 940px;}
.grid_5 {width: 605px;
padding-left:20px;
padding-right:15px;
text-align:justify;}
.grid_6 {width: 280px;
padding:10px 20px;}

.innergrid_1, .innergrid_2, .innergrid_3 {
	display: inline;
	float: left;
	position: relative;
	margin-top: 10px;
}

.left_space {
	padding-left: 10px;
}
.right_space {
	padding-right: 10px;
}

.innergrid_1 {width: 215px;}
.innergrid_2 {width: 440px;}
.innergrid_3 {width: 685px;}

.prefix_1 {padding-left: 245px;}
.prefix_2 {padding-left: 470px;}
.prefix_3 {padding-left: 715px;}

.suffix_1 {padding-right: 245px;}
.suffix_2 {padding-right: 470px;}
.suffix_3 {padding-right: 715px;}

.push_1 {left: 245px;}
.push_2 {left: 470px;}
.push_3 {left: 715px;}

.pull_1 {left: -245px;}
.pull_2 {left: -470px;}
.pull_3 {left: -715px;}

.grid_1link {text-align: right;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.round1 {
	border-radius: 5px 5px 5px 5px;
	font-size:11px;
	color: #FFFFFF;
	border-color : #0D8A2E;
	background-color : #7CCED2;
	text-align: center;
	padding : 5px 5px 5px 5px;
	}
	
.round2 {
	border-radius: 5px 5px 5px 5px;
	font-size:11px;
	color: #FFFFFF;
	border-color : #0D8A2E;
	background-color : #4ac124;
	padding : 5px 5px 5px 5px;
	}

.event-content	{
	font-size:13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
	
#news1 a, a:active {
	color: #000000;
	text-decoration: none;
}

#news1 a:visited, a:hover   {
	color: #000000;
	text-decoration: underline;
}

#news2 a {
	color: #333;
	text-decoration: none;
}

#news2 a:visited, a:hover {
	color: #44bddf;
	text-decoration: none;
}

.ca-picture{
	clear:both;
	display: inline;
	float: left;
	position: relative;
	padding: 10px 20px;
	margin-bottom:40px;
	width: 100px;
}

.ca-titre{
	display: inline;
	float: left;
	position: relative;
	padding: 10px 20px 10px 10px;
	margin-bottom:40px;
	width:425px;
}

@font-face {
	font-family: yanoneK-R;
	src: url(../fonts/YanoneKaffeesatz-Regular.otf);
}