/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	display: block;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
article {
	border-bottom: medium solid grey;
	margin-bottom: 10px;
	padding: 10px 0;
}
body {
	line-height: 1.2;
	background-color: #FFFFFF;
	width: 1200px;
	margin: 15px auto;
	height: 100%;
	overflow-y: scroll;
	/*border: 2px solid black;*/
}
ol, ul {
	list-style: none;
}
nav {
	float: left;
	display: block;
	margin-top: 50px;
}
nav a {
	display: block;
}
h1, h2, h3, h4, h5, h6 {
	/*text-align: center;*/
	padding: 0;
	margin: 5px 10px;
	color:  #3c2a1f;
	font-weight: bold;
}
/*
	Affichage principal
*/
#wrapper {
	display: block;
	/*float: right;*/
	/*position: relative; 
	right:0;*/
}
header {
	/*width: 880px;*/
	height: 200px;
	margin-left: 110px;
	/*background: url("../images/degradbloc.jpg") repeat-x center bottom;*/
	background-image: linear-gradient(white 50%, #ad3125);
}
li {
	float: left;
}
li a{
	display: block;
	width: 50px;
}
#logo{
	margin-left: 400px;
}
#history {
	margin-top: 87px;
	margin-left: 0px;
}
/*#history:hover {
	margin-top: 87px;
	margin-left: -20px;
}*/
#contact {
	margin-top: 204px;
	margin-left: -50px;
}
/*#contact:hover {
	margin-top: -204px;
	margin-left: -70px;
}*/
#corps {
	height: 540px;
	/*width: 880px;*/
	margin-left: 110px;
	padding-top: 5px;
	background-color: #AD3125;
	border-radius: 0 0 15px 15px;
}
#corps p{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#corps p img {
	margin: 5px auto; 
}
#box_g{
	display: block;
	float: left;
	margin-left: 25px;
	width: 46%;
	height: 90%;
	background-color: #FFFFFF;
	/*border: 2px solid black;*/
	border-radius: 15px;
}
#box_g img {
	margin: 5px auto;
}

.box_d #titre {
	height: 10%;
	margin-left: 20px;
	padding-top: 10px;
}
.box_d #contenu {
	height: 68%;
	padding: 10px;
	text-align: justify;
	overflow-y:scroll;
}
.box_d #contenu article {
	/*margin: 8px;
	text-align: justify;*/
}

.box_d #bottom {
	/*height: 16%;*/
}
.box_d {
	display: block;
	float: right;
	margin-right: 25px;
	padding: 5px;
	width: 46%;
	height: 88%;
	border-radius: 15px;
	background-color: #FFFFFF;
	/*border: 2px solid black;*/
}

#dLink {
	font-size: 25px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 10px;
}
#DL {
	position: relative;
	right: 15px;
}
#btn_telecharger{
	float: right;
	bottom: 10px;
}
::-webkit-scrollbar {
    color: red;
}
/*#DL {
	position: fixed;
	margin-left: 304px;
	margin-top: -31px;
}*/
/*#box_d img {
	position: relative;
	right: 0px;
	bottom: 0px;
	margin-right: 1px;
	margin-bottom: 10px;
}*/

#mail {
	display: block;
	margin: 0 auto;
	padding: 15px 5px;
	width: 90%;
	height: 88%;
	border-radius: 15px;
	background-color: #FFFFFF;
}

footer h6{
	text-align: center;
	padding: 10px;
}
footer a {
    margin: 0 auto;
    width: 88px;
}

/* ---------------------------------------------------------------
	B
--------------------------------------------------------------- */


