@font-face{
	font-family:'DacianDonarium';
	src:url('polices/DacianDonarium.otf') format('otf'),
		url('polices/DacianDonarium.ttf') format('truetype');
}
@font-face{
	font-family:'AncientHellenic';
	src:url('polices/ancienthellenic-webfont.ttf');
}
@font-face{
	font-family:'Romanicum';
	src:url('polices/Romanicum Regular.ttf');
}
body{
	margin:0px;
	padding:0px;
}
#bloc_page{
	min-width:1100px;
	margin:0px;
	padding:0px;
}
#up{
	color:silver;
	position:fixed;
	text-align:center;
	opacity:0.5;
	right:0px;
	top:-300px;
	text-decoration:none;
	font-size:50px;
	font-family:'DacianDonarium';
	
}
#up img{
	display:block
}
#player{
	position:fixed;
	opacity:0.9;
	right:100px;
	bottom:100px;
}
header{
	height:602px;
	margin:0px;
	background-color:#6EC2E4;
	background-image:url(./panthéon/head.png);
	background-position:50% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}
#entete{
	height:365px;
}
header h1{
	margin-top:0;
	padding-top:260px;
	font-size:70px;
	text-align:center;
	font-family:'Romanicum';
	color:#8B4513;
}
header .separateur{
	padding:2px;
	margin-bottom:0px;
	background-color:#D2B48C;
}
header nav{
	width:970px;
	height:72px;
	margin-left:auto;
	margin-right:auto;
}
header nav ul{
	margin:0px;
	list-style-type:none;
}
header nav li{
	margin:0px;
	display:inline-block;
}
header nav a{
	margin:0px;
	font-size: 1.3em;
	font-family:'AncientHellenic';
	color:#FF6347;
	padding-right:30px;
	padding-left:30px;
    	text-decoration: none;
}
header nav a:hover
{
	text-decoration:underline;
}
section{
	display:inline-block;
}
#corps{
	min-height:400px;
	margin:0px;
	width:100%;
	background-image:url(./panthéon/body.png),linear-gradient(#6EC2E4,white);
	background-position:50% 0%;
	background-repeat:repeat-y;
}
.twitter-timeline{
	position:fixed;
	left:10px;
	bottom:50px;
}
em{
	font-style:normal;
	font-weight:bold;
	text-decoration:underline;
}
#contenu{
	display:block;
	min-height:400px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	border: 3px white ridge;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.9);
	font-family:arial;
}
#contenu h1{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	text-align:center;
	font-size:40px;
	font-family:'DacianDonarium';
	height:50px;
	background-color:rgb(255,255,255);
}
article{
	margin:5%;
}
article h2{
	font-family:'DacianDonarium';
	text-decoration:underline;
	color:#191970;
}
article .mini{
	float:left;
	margin-right: 1%;
}
article p{
	vertical-align:top;
	text-align:justify;
	min-height:40px;
}
article ul{
	list-style-type:none;
}
article a{
	text-decoration:none;
}
table{
	margin-top:10px;
	border-collapse:collapse;
}
td, th{
	border: 1px solid black;
}
thead{
	background-color:grey;
}
tbody tr:nth-child(even){ 
background-color:#FEFB91;
}
tbody  tr:nth-child(odd){
background-color:#F6CD97; 
}
#pied{
	height:70px;
	margin:0px;
	background-image:url(./panthéon/foot.png);
	background-position:50% 0%;
	background-repeat:no-repeat;
	vertical-align:top;
}
#contenu .separateur{
	height:2px;
	background-color:grey;
	margin:5%;
}
footer{
	background-color:maroon;
	border-top: 4px green groove;
}
.reseaux_sociaux{
	display:inline-block;
	margin-left:100px;
}
.reseaux_sociaux ul{
	list-style-type:none;
}
.reseaux_sociaux li{
	display:inline-block;
	margin-right:1%;
}
.contacts{
	display:block;
	margin-left:10%;
	text-align:center;
}
.contacts a{
	color:orange;
	text-decoration:none;
}
