@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 960px;
	min-height: 600px;
	background-color: #000;
	margin: auto;
	padding: 20px;
	font-style: italic;
}
a {
	text-decoration:none; color:#CCC;}
a:hover {
	text-decoration: underline;}
h1 /* Utilisation de la police qu'on vient de définir sur les titres */
{
    /*font-family: 'Days', Arial, serif;*/
	text-align:center;
	font-size:4em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
}

.gras {
	font-weight:bold;
	} 
img {
	border-radius:0px;}
.news {
	position: relative;
    left: 15px;
    top: 0px;}
.suite {
	position: relative;
    left: 5px;
    top: 8px;}
.retour {
	position: relative;
    left: -5px;
    top: 8px;}	
section {border: 2px solid #FFF;
	margin-top:60px; min-height:1520px;
	padding:20px;}

#intro {
	width:880px; height:auto;
	padding:20px;}
#vignette {
	width: 860px;
	height: auto;
	margin-right: 0px;
	margin-bottom: 30px;
	text-align: center;
	}
#g {
	width: 400px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	text-align: justify;
	
}
#d {
	width:420px; height:200px;
	display:inline-block; vertical-align: top;text-align: justify;}
#legende {
	width:550px;
	height:auto;
	float:left;
	line-height: 26px;}

aside {
	width:290px; height:auto; float:right;
	margin-right:10px; padding-top:50px; padding-left:50px
	}
footer {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	text-align: center;
	
	clear: both;
}