@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;
}
/*--------flag------*/
#langage{position: absolute;
right: 70px;
top: 106px;
	}
	
#langage p{display: none;}

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

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


/*--------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;

}


/*---------sommaire-----------*/
ul#sommaire{
	clear:both;
	margin:0 auto;
	padding:0;
	width:752px;
	margin-top:40px;
	margin-bottom: 180px;
	list-style-type:none;
	font-size: 73%;
	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*font-size: 85%;
	font-family:"Times New Roman", Times, Georgia, serif;*/
	line-height: 150%;}

/* @group My Group */



/* @end */
	
ul#sommaire li.small{
	border-bottom: 1px #666 dashed;
	margin-bottom: 42px;
	height: 181px;

}
	
a.fuck{
	display:block;
	width:180px;
	height:180px;
	background:no-repeat 0 0;
	text-decoration:none;
	color: #585a5f;
	border:#999 1px solid;
	}
a:hover.fuck{
	background: no-repeat 0 -180px;
	color: #000;
	cursor: pointer;}
	
.fuck h2{ position:absolute;
	margin:2px auto auto 200px;
	margin-left: 200px;
	}
.large h2{/*
	position: absolute;*/
	
}
h2{font-size: 160%;
	font-weight: 400;
	white-space: nowrap;
	
}
h2 a{
	text-decoration:none;
	color: #585a5f;
}
h2 a:hover{
	color: #000;
}
rouge{
	color:red;
}
.credits{
	font-size: 95%;
	float: right;
	width: 160px;
	line-height: 113%;
	margin-top: 22px;
}
.credits p{
	margin:8px auto 8px 0;
}
.credits a, .cartel a{
	color: #005b97;
	text-decoration: none;
}
.credits a:hover, .cartel a:hover{
	text-decoration: underline;
	color: #000;
}
.cartel{
	border-top:#AAA dotted 1px;
	float: right;
	width: 319px;
	margin-top: 40px;
	padding-top: 4px;
	margin-right: 70px;
	/*word-spacing: 1px;*/
}

/*-------medium-----------*/

.medium{
	border-bottom: 1px #666 dashed;
	margin-bottom: 36px;
}
.medium h2{
	color: #666;
	position: absolute;
	margin-left: 450px;
	margin-top: 0;
}
.medium .cartel{
	width: 300px;
	float: right;
	margin-top: 30px;
	margin-right: 0;
	border-top:#AAA dotted 1px;
}
.cartel p{
	margin:10px auto 2px auto;
}
.medium img{
	border: #888 solid 1px;
	border-bottom: none;}
	
/*-------large----------*/

.large{
	margin-bottom: 48px;
	margin-top: 50px;
}
.large h2{
	margin-top: 0;
	margin-bottom: 10px;
}
.large .cartel{
	width: 400px;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
}	
.large .credits{
	position: absolute;
	width: 250px;
	margin: 10px auto 0 480px;
}
.large img{
	border: 1px solid #666;
}
