body {
	background-color: #fff;
	font-family:Didot;
	margin:30px;
}
.titre{
	font-size:75px;
	line-height:64px;
	padding-bottom:3px;
	padding-left:6px;
	padding-top:5px;
	border-top:solid 1px #000;
}
.bold{
	font-weight:bold;
}
.italique{
	font-style:italic;
	padding-left:5px;
}
.soulignement{
	clear:both;
	border-top:solid 1px #000;
	border-bottom:solid 2px #000;
	height:2px;
}
.listing{
	margin-top:10px;
	margin-bottom:10px;
}
.liste{
	font-size:35px;
	color:#fff;
	background-color:#000000;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	margin-right:10px;
	margin-top:3px;
	display:block;
	cursor:pointer;
}
.global{
	
	}
.text{
	
	font-size:14px;
	
	  -webkit-column-count : 3;
	  -webkit-column-gap : 30px;
	 /* -webkit-column-rule: 1px solid #000000;
	  -moz-column-rule: 1px solid #000000;
	*/
	  -moz-column-count : 3;
	  -moz-column-gap : 30px;
	 
	}
.text_big{
	font-size:14px;
	width:500px;
	}

.concern{
	font-size:40px;
	margin-top:20px;
	margin-right:20px;
	}
.text_big a:link,
.text a:link {
	padding-left:2px;
	padding-right:2px;
	font-style:italic;
	background-color:#000;
	color: #fff;
	text-decoration: none;
}
.text_big a:visited,
.text a:visited {
	background-color:#000;
	color: #fff;
	text-decoration: none;
	
}
.text_big a:hover,
.text a:hover {
	background-color:#000;
	color:#E9C377;
	text-decoration: none;
	
}
.text_big a:active,
.text a:active {
	background-color:#000;
	color: #fff;
	text-decoration: none;
}
a:link {
	font-style:italic;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

.menu a:link{
	font-style:normal;
	text-decoration: none;
}
.menu a:hover{
	background-color:#000;
	color:#ffffff;
	text-decoration: none;
}
.detail{
	margin-bottom:30px;
	}
.navigation{
	margin-top:20px;
	margin-bottom:10px;
	}

#box{
	position:absolute;
}
#box span{
	width:1000px;
	display:block;
	float:left;
}
#box div{
	display:block;
	float:left;
	width:1000px;
}
.mask{
	position:relative;
	margin-top:10px;
	width:1000px;
	height:600px;
	overflow:hidden;
}
/*
#next{
	cursor:pointer;
	float:left;
	}
#prev{
	cursor:pointer;
	float:left;
	}*/
.back{
	height:25px;
	font-size:16px;
	color:#000;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	padding-top:21px;
	float:left;
	margin-right:10px;
	margin-top:3px;
	display:block;
}
a:link .back{
	text-decoration:underline;
	cursor:pointer;
}
.maj{
	text-transform:uppercase;	
}
.legend{
	position:absolute;
	bottom:50px;
	color:#ffffff;
	background-color:#000;
	min-height:30px;
	padding:3px;
	padding-left:40px;
	font-size:14px;
	}
.slideshow{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
ul {list-style : none;margin:0px;padding:0px;}

ul#menul{ width:auto;padding-top:9px;padding-bottom:13px;}
ul#menul li { background:url(../gfx/points.gif) repeat-x bottom;}
ul#menul li span { background:#fff;padding-right:5px;}