body {
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

/* Structure */
#header_container{width:100%;background:#6e8398;}
#header {
	margin:0 auto;
	width:980px;
	height:140px;
	background:url(../images/header2.jpg) no-repeat;
	}
#header .header_right {
	float:right;
	background:#fff;
	width:100px;
	margin:0;
	}
#menu {
	height:35px;
	line-height:35px;
	border-bottom:1px solid #222;
	border-top:2px solid #F9A737;
	background:#fff url(../images/bg-menu.jpg) repeat-x;
	padding:0 10px;
	}
#menu .menu_area{
	margin:0 auto;
	width:980px;
	}
#contact_container {
	float:left;
	width:100%;
	background:#222;
	border-bottom:1px solid #222;
	color:#fff;
	}
#contact_container .micro_contact {
margin:0 auto;
text-align:center;
margin-top:5px;
margin-left:200px;
font-size:12px;
}
#contact_area {
	color:#fff;
	margin:0 auto;
	width:980px;
	padding:10px 0 0 0;
	} * html #contact_area {padding:0 0 10px 0;}
#contact_area .contact_area_left {
	float:left;
	width:180px;
	margin:0;
	} * html #contact_area .contact_area_left {padding-left:200px;margin:0;}

#contact_area .contact_area_right {
	float:left;
	padding-left:30px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	width:760px;
	}
.form_left {
    float:left;
	}
.form_right {
	float:left;
	padding-left:10px;
	}
.form_right textarea {
	height:91px;
	} * html .form_right textarea {height:95px;}

.form_text {
float:left;
width:210px;
padding:10px 0 20px 20px;
	}
#wrapper {
	clear:both;
	margin:0 auto;
	width:980px;
	font-size:1.20em;
	}

#sidebar {
	float:left;
	width:180px;
	background:#efefef;
	margin-right:10px;
	}
#sidebar .left_area {
	padding:20px 0 0 5px;
	background:#fff;
	}
#sidebar .submit {
	padding-top:10px;
	}
#content {
	float:left;
	width:780px;
	min-height:500px;
	}* html #content {height:500px;}

#footer_container {
	clear:both;
	width:100%;
	background:#222222;
	border-top:1px solid #ccc;
	}
#footer {
	margin:0 auto;
	width:980px;
	height:50px;
	}

/* Entries */
.style2 {font-size: 16px}
.fpa{font-size:11px;text-decoration:italic;margin-bottom:20px;}
.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.entry img {
float:right;
margin:20px 0 20px 20px;
border:1px solid #555;
}
.construction_entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
.construction_entry img {
margin:20px 0 20px 20px;

}
.date {
	font-size:1.0em;
	color:#lalala;
	cursor:default;
	letter-spacing:1px;
	margin:10px 5px 5px 5px;
	font-style:italic;
	border-top:1px solid #ccc;
	padding-top:3px;
	}
.date a {
	color:#3F5A8F;
	}
.date a:hover {
	color:#B4C835;
	}
.link {
	margin-top:-1em;
	}

.link a {
	color:#3F5A8F;
	background:url(../images/arrow.gif) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
	}
.link a:hover {
	color:#B4C835;
	}

/* Menu */

#menu ul {
	list-style-type:none;

	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0 15px;
	display:block;
	color:#000;
	margin-right:2px;
	font-weight:bold;
	}
#menu li a:hover {
	color:#fff;
	background:url(../images/menu_hover.jpg) repeat-x;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-top:10px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#222222;
	padding-left:5px;
	border-bottom:1px solid #dddddd;
	}
#sidebar li a:hover {
	background:#edebed;
	color:#6CC4D8;
	}
#sidebar-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
	}

/* Footer */

#footer-valid {
	margin:0 auto;
	padding-top:10px;
	padding-left:20px;
	cursor:default;
	color:#777;
	text-align:center;
	font-size:10px;
	}
#footer-valid a {
	color:#777;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#000;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	}
h2 {
	font-size:14px;
	font-weight:bold;
	color:#555;
	border-bottom:1px solid #ccc;
	margin:0 10px 0 0;
	}
/* Feed */

#feed {
	height:25px;
	width:126px;
	background:url(../images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a.feed-button {
	display:block;
    width:100px;
    height:25px;
    background:url(../images/button-feed.png) 0 0 no-repeat;
    text-decoration: none;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

/* Extra's */

#greybox {
	margin:15px 5px 5px 5px;
	padding:5px;
	background:#eee;
	border:1px solid #ccc;
	}
.docbox {margin:30px 5px;padding:5px;background:#eee;border:1px solid #ccc;}
.docbox2 {margin:30px 5px;padding:15px 10px 15px 15px;background:#F9A737;border:1px solid #000;}

.docbox ul {margin:0 20px;padding:0;}
.docbox ul li {list-style:disc;}
/*transparent-menu*/
/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 180px; /*For KHTML*/
	list-style: none;
	}

ul#navmenu:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
	}

ul#navmenu li {
	float: left; /*For IE 7 lack of compliance*/
	display: block !important; /*For GOOD browsers*/
	display: inline; /*For IE*/
	position: relative;
	}

/* Root Menu */
ul#navmenu a {
	padding: 0 6px;
	display: block;
	background: #EEE;
	color: #666;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #CCC;
	color: #FFF;
	}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	background: #EEE;
	color: #666;
	}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	background: #CCC;
	color: #FFF;
	}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
	display: none;
	position: absolute;
	top: 0;
	border:1px solid #ccc;
	left: 180px;
	}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
	display: none;
	}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
	display: block;
	}

.index_image {
width:800px;
height:535px;
background:url(../images/index.jpg) no-repeat;
margin:2% auto 0 auto;
border:1px solid #555555;
}
.index_boutons{width:798px;margin-top:450px;} * html .index_boutons{width:798px;margin-top:440px;}

.flag_area {width:798px;margin:10px auto 0 auto;font-size:12px;text-align:center;}
.flags {float:left;padding:10px 0 ;width:798px;}
/*flags*/
.gr {float:left;margin-left:10px;} * html .gr {float:left;margin-left:10px;}
.gr a , .gr a:visited {width:60px;height:40px;display:block;background:url(../images/gr.jpg) no-repeat;}
.gr a:hover , .gr a:active {background:url(../images/gr_hover.jpg) no-repeat;}

.ger{float:left;margin-left:300px;} * html .ger{float:left;margin-left:180px;}
.ger a , .ger a:visited {width:60px;height:40px;display:block;background:url(../images/ger.jpg) no-repeat;}
.ger a:hover , .ger a:active {background:url(../images/ger_hover.jpg) no-repeat;}

.eng{float:right;margin-right:10px;} * html .eng{float:right;margin-right:10px;}
.eng a , .eng a:visited {width:60px;height:40px;display:block;background:url(../images/eng.jpg) no-repeat;}
.eng a:hover , .eng a:active {background:url(../images/eng_hover.jpg) no-repeat;}

.right_image {clear:both;float:right;padding:5px;}
/*links*/
.link_container{width:760px;height:420px;padding:130px 0 0 0;background:url(../images/links.jpg) no-repeat;border:2px solid #ccc;}
.links{
border:1px solid #333;
width:300px;
background:#555;
padding:5px;
margin:0px 0 0 30px;
filter:alpha(opacity=80);
opacity: 0.8;
-moz-opacity:0.8;
} * html .links{margin:0 0 0 20px;}

a.l , a.l:visited{display:block;color:#fff;text-decoration:none;font-size:14px;font-family:Arial, Helvetica, sans-serif;
padding:10px 0 0 0px;font-weight:bold;
background:transparent;
border-bottom:1px solid #fff;
}
a.l:hover , a.l:active{
text-decoration:none;
color:#fce01f;
background:transparent;
}
.link_desc{display:block;color:#fff;font-size:12px;padding:0 0 0 0px;
background:transparent;
}

.x{background:url(../images/x.jpg) no-repeat;display:block;width:770px;height:300px;margin:5px auto 0 auto;border:1px solid #555;cursor:pointer;}

.alps{float:left;display:block;width:180px;height:280px;background:#fff url(../images/alps.JPG) 0 20px no-repeat;cursor:pointer;}
