/*Structure du Site*/
body {
	background-color: #0099FF;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.contener {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat;
	border: medium double #CCCCCC;
}
header {
	display: block;
	height: 90px;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
nav {
	display: block;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 42px;
	width: 870px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(31, 85, 255, 0.6);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

aside {
	left: 0px;
	width: 160px;
	overflow: hidden;
	float: left;
	padding-top: 60px;
	padding-right: 5px;
	margin-right: 20px;
	padding-left: 5px;
	display: block;
}
section {
	display: block;
	width: 630px;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 4px;
	margin: 2;
}
footer {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	 background-color: rgba(31, 85, 255, 0.6);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	position: relative;
	width: 870px;
	height: 40px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	clear: both;
}
figure {
	display: block;
	float: left;
	width: 190px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 15px;
	margin-left: 3px;
	padding: 3px;
}
.ex {
	width:100%;
}
/*Liens*/
nav a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	height: 25px;
	border: 3px double #FFFFFF;
	margin-top: 2px;
	padding-top: 3px;
	text-align: center;
}
nav  a:hover  {
	display: block;
	float: left;
	color: #FFFFFF;
	background-color: rgb(31, 85, 255);
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	line-height: 17px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border: 3px groove #FFFFFF;
}

.google {
	float: right;
	height: 25px;
	width: 170px;
}
section  a { 
	color: #0099FF; 
}
footer   a  {
	color: #FFFFFF
}
/*Élément de mise en page global*/
p { 
	clear: both;
	font-size:16px;
}
/*Mise en page des images*/
.floatleft {
	float: left;
	-moz-box-shadow: 1px 1px 13px #999;
	-webkit-box-shadow: 1px 1px 13px #999;
	box-shadow: 1px 1px 13px #999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.floatright {
	float: right;
	-moz-box-shadow: 1px 1px 13px #999;
	-webkit-box-shadow: 1px 1px 13px #999;
	box-shadow: 1px 1px 13px #999;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.eq { width: 150px; }
#afs { width: 163px; margin-right: 2px; margin-left: 2px; }
/*Text*/
h1 {
	text-align: center;
	color: #FFFFFF;
	font-size: 62px;
	-moz-text-shadow: 2px 2px 20px #6699FF;
	-webkit-text-shadow: 2px 2px 20px #6699FF;
	text-shadow: 2px 2px 20px #6699FF;
	vertical-align: middle;
	line-height: 90px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	text-align: center;
	font-size: 22px;
	-moz-text-shadow: 2px 2px 12px #6699FF;
	-webkit-text-shadow: 2px 2px 12px #6699FF;
	text-shadow: 2px 2px 12px #6699FF;
	color: #000000;
}
h6 {
	color: black;
	font-size: 10px;
	line-height: 10px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
p.text {
	color: black;
	background-color: transparent;
	text-align: justify;
	text-indent: 20px;
}
p.center {
	font-style: normal;
	text-align: center;
}
li { font-size: 15px; }
