@charset "utf-8";
/* CSS Document */

html{
	background-color:#000;
	margin:0;
	padding:0;
}

body{
	background-color:#000;
	margin:0;
	padding:0;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.95em;
}

#wrapper{
	width:1000px;
	margin:5px auto;
}

#header{
	position:relative;
	background-color:#000;
	width:900px;
	height:30px;
	margin:0 auto;
	padding:40px 0 0 0;
}

#header ul{
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	text-align:right;
	border-bottom: 1px solid #777;
}

#header ul li{
	display:inline;
	list-style:none;
}

#header ul li a{
	padding:0.5em 0 0.5em 1.5em;
	text-decoration:none;
	color:#fff;
}

#header ul li a:hover{
	color:#069c5e;
}

#header ul li a.selected{
	color:#069c5e;
}

#header ul li a.noSelected{
/*	color:inherit;*/
}

#content{
	position:relative;
	width:900px;
	height:564px;
	margin:0 auto;
	padding:23px 0 0 0;
	border:0;
}

#col1, #col2{
	position:relative;
	padding:0;
	margin:10px 0;
	height:499px;
}

#col1{
	float:left;
	width:420px;
}

#col2{
	width:471px;
	float:right;
}

a#logo{
	background:url(../images/logoEdard.png) top left no-repeat;
	margin:0 0 0 -50px;
	display:block;
	width:294px;
	height:91px;
	text-decoration:none;
}

img.bigImg{
	position:absolute;
	bottom:0;
	right:0;
}

h1{
	font-size:1.8em;
	letter-spacing:-1px;
	font-weight:normal;
	margin-bottom:1em;
}

h2{
	font-size:1.25em;
	letter-spacing:-1px;
	font-weight:normal;
	margin:0;
}

p{
	font-size:0.85em;
	margin-bottom:1em;
	line-height:1.5em;
}

a{
	color:#fff;
}

a:hover{
	color:#069c5e;
}

#bottom{
	border-top: 1px solid #777;
	width:900px;
	margin:0 auto;
	padding:0;
	clear:both;
}

#bottom ul{
	margin:0;
	text-align:right;
}

#bottom ul li{
	display:inline;
	list-style:none;
}

#bottom ul li a{
	padding:0.5em 0 0.5em 1.5em;
	text-decoration:none;
	color:#aaa;
	font-size:0.7em;
}

#bottom ul li a:hover{
	color:#069c5e;
}

#texte{
	overflow:auto;
	height:230px;
}

#texte dl dt{
	font-size:1.1em;
	font-weight:bold;
	margin:0 5px;
	letter-spacing:-1px;
}

#texte dl dd{
	font-size:0.9em;
/*	font-style:italic; */
	margin:0 5px 0 10px;
	padding:5px;
	border-left:1px dotted #777;
}

#slogan{
	position:absolute;
	right:0;
	top:0;
	width:150px;
	height:25px;
	background-color:#000;
}

#son{
	position:absolute;
}

.hide{
	visibility:hidden;
}