@charset "UTF-8";
/* 090215 */
html, body{
	padding:0;
	margin: 0;
}
	
/*--------header-------*/

#search{
	position:absolute;
	right:10%;
	top:30px;}

#header{
	border-bottom:#807a7c 1px solid;
	width: 100%;
	padding: 0;
	top: 0;
	height: 102px;
	margin-bottom: 50px;
	}

#logo{
	margin:4px auto 10px 10px;
	}
	
a#logo{
	height:71px;
	width:350px;
	background: no-repeat 0 0;
	display:block;
	}
	
a#logo:hover, a#logo focus{
	background: no-repeat 0 -71px;
	}
	
#picto{
	position:fixed;
	bottom:25px;
	right: 20px;
	}

#header a{
	text-decoration:none;
	color: white;
	}

/*-------menu------------*/


ul#menu {
	margin: 0 30px 0 30px;
	padding:0;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
	font-size:small;

}
	
ul#menu li{
	float:left;
	list-style:none;
	line-height:20px;
	width: 9%;
	min-width: 60px;
	margin: 0;
}
	
ul#menu li a{
	border-top: 1px solid white;
	color: #555;
	text-decoration:none;
	text-align: center;
	display:block;
	margin: 0;
}

#menu a:hover, #menu a:focus {
	color: #000;
	border: #807a7c dashed 1px;
	background-color: #fff;
}
#menu a.active {
	border: solid 1px #807a7c;
	color: black;
	border-bottom:white 1px solid;
}
/*--------back-----*/
#back{
	float: left;
	margin:0 auto auto -80px;
}
#back a{
	color: #444;
	text-decoration: none;
	padding:0 6px;
	border: 1px solid #999;
}
#back a:hover, a:focus{
	color: white;
	background-color: #999;
}

/*--------flag------*/
#langage{position: absolute;
right: 70px;
top: 106px;
	}
	
#langage p{display: none;}

a.flag{
	display: block;
	width: 25px;
	height: 15px;
	background:no-repeat 0 O;
	float:left;
	margin-left:15px;
	border: 1px solid black;}

a:hover.flag{
	background: no-repeat 0 -15px;}



/*----------content--------*/
#content{
	width: 750px;
	height: 1000px;
	margin:0 auto;
	margin-top:40px;
	font-size: 73%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#content2{
		font-size: 73%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:40px auto 40px auto ;}
	
#content2 h2{
	margin:0 auto;
	width:750px}	


h2, h3{color: #393939;
	font-weight: 400;
	margin-top: 0px;}
	
h3{
	font-size: 140%;
	white-space: nowrap;}

h2{
	font-size:;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;}

/*----------info----------*/
.info{
	margin:0 auto auto 0;
	border-top:#666 dashed 1px;
	width:280px;
	line-height: 150%;
	margin-top: 0px;}

.info p{
	margin-top: 10px;}

.info a, .resourceinfo a, ul.resources li p a{color:#069; text-decoration:none}

.info a:hover, ul.resources li p a:hover {color:#000; text-decoration:underline;}


#content H2 a{
	color: black;
	text-decoration: none;}

/*----------links-------------*/
ul.links{
	width: 500px;
	list-style-type: none;
	padding: 0;}
	
ul.links ul{
	list-style-type: none;
	margin: 3px auto 30px 0;
	padding: 15px 0;
	line-height: 139%;
	border-top: 1px dotted #666;}
	
.links a{
	color: #069;
	text-decoration: underline;}
	
.links a:hover{
	color: black;
	text-decoration: underline;}

ul.links li h2{
	margin-bottom: 5px;}

/*---------resources----------*/
ul.resources{
	width: 380px;
	list-style-type: none;
	padding-left: 0;
	float: right;
	margin-top: 0;
	}
	
ul.resources li{
	border: 1px dashed white;
	height: 100px;
	margin-bottom:80px;}
	
.resources li p{
	width: 250px;
	border-top: 1px dotted #666;
	margin-top: 25px;
	float: right;}
	
.right a h3{
	border: none;
	margin-left: 127px;
	margin-top:0;
	color: #666;}
	
.right a:hover h3{
	color: #000;
	text-decoration: none;}
	
.resourceinfo{
	width: 280px;
	border-top: 1px dashed #666;
	line-height: 140%;}
	
.resourceinfo ul{
	list-style-type: none;
	padding-left: 10px;
}	
	
.right a.pixel p{
	text-decoration: none;}
	
.right{position: absolute;}
/*------------contact----------*/

/*.contact{
	position: absolute;
	width: 250px;
	margin-left: 350px;
}*/

/*---------sommaire-----------*/

ul#sommaire{
	/*float: right;*/
	margin:0 auto;
	padding:0;
	
	max-width:1100px;
	height: 700px;
	list-style-type:none;}
	
ul#sommaire li{
	float: left;}

#sommaire a.pixel p{
	display: none;}	

a.pixel{
	display:block;
	width:100px;
	height:100px;
	background:no-repeat 0 0;
	text-decoration:none;
	color: #004a7f;}
	
a:hover.pixel{
	background: no-repeat 0 -100px;
	color: #000;
	cursor: pointer;
	text-decoration: none;}
