
html
{
	width:100%;
	height:100%;
}


body
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

#bloc_page
{
	width:100%;
	margin:auto;
}


/* En tête --------------------------------------------------------------- */

#titre_principal
{
	display:inline-block;
}


header
{
	background-color:#FF8000;
	width:100%;
	margin-top:0px;
	height:4.5em;
	
}

header h1
{
	font-family:"Arial";
	font-size:2em;
	color:white;
	font-weight:bold;
	margin-left:10px;
}

/* Barre de connection ----------------------------------------------------------------- */

#barre_cnx
{
	display:inline-block;	
	width:100%;
	margin:auto;
	background-color:#83745B;
}

#connection
{
	display:inline-block;	
	background-color:#83745B;
	margin-top:3px;
	width:89%;
	height:2em;
	font-family:"Arial";
	font-size:1em;
	color:white;
	text-align:right;
	vertical-align:top;
	padding-right:5px;
	
	
}

#connection a
{
	
}

#btn
{
	display:inline-block;
	background-color:#83745B;
	margin-left:0;
	margin-top:2px;
	margin-right:0;
	height:2em;
	width:10%;
	vertical-align:top;
	
	
}

#btn a
{
	display:inline-block;
	position: relative;
	margin-top: 2px;
	
	
	
}


.bouton_rouge
{
	
	height:25px;
	position:relative;
	right:0px;
	bottom:0px;
	background-color:red;
	border:1px solid #760001;
	border-radius: 5px;
	font-size:1.2em;
	text-align:center;
	padding:0px 8px 7px 8px;
	color:white;
	text-decoration:none;
	
}

.bouton_vert
{
	
	height:25px;
	position:relative;
	left:5px;
	
	bottom:0px;
	background-color:green;
	border:1px solid #760001;
	border-radius: 5px;
	font-size:1.2em;
	text-align:center;
	padding:0px 8px 7px 8px;
	color:white;
	text-decoration:none;
	
}

/* Section Principale ---------------------------------------------------------------------- */

article, aside
{
	display:inline-block;
	vertical-align:top;
	text-align:justify;
}

/* Article principal ---------------------------------------------------------------------- */

article
{
	position:relative;
	width:75%;
	margin-right:15px;
	margin-left: 30px;
	margin-bottom:120px;
}

article p
{
	font-size:1.2em;
}

article h1
{
	font-size:1.8em;
}

article th
{
	font-weight:bold;
	text-align:center;
	
}

article th, td
{
	padding:2px;
	border-spacing:0;
	
}

article a
{
	font-size:1em;
	color:blue;
}

article h1 img
{
	width:373px;
	height: 280px;
}

/* Barre de droite ------------------------------------------------------------------------- */

aside
{
	position:absolute;
	width:20%;
	background-color:#D0AE7E;
	box-shadow: 0px 2px 5px #A9680E;
	border-radius:5px;
	padding: 10px;
	color:white;
	font-size:0.9em;
	margin-top: 30px;
}

aside p
{
	font-size:0.9em;
}

aside img
{
	position:center;
	width:100%;
	
}


/* Pied de page ----------------------------------------------------------------------------- */

footer
{
	position:fixed;
	background-color:#3F3D39;
	display:inline-block;
	width:100%;
	bottom:0;
	margin-bottom:0px;
	height:110px;
}


footer h1
{
	font-size:1em;
	color:white;
}

footer p, a
{
	font-size:0.8em;
	color:white;
}

#zones
{
	width:100%;
	margin:auto;
}

#zone_1, #zone_2, #zone_3
{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:10px;
	border: 2px solid #FFFFFF;
	padding: 5px 5px 5px 5px;
}

#zone_1
{
	width:31%;
	
}

#zone_2
{
	width:31%;
	
}

#zone_3
{
	width:31%;
	
}


/* Menu ----------------------------------------------------------------------------------- */

#menu-deroulant, #menu-deroulant ul{
padding:0;
margin:0;
list-style:none;
text-align:left; /* center*/
background-color: #AB0913;
background-image:-webkit-linear-gradient(top, #AB0913 0%, #72070E 100%);
background-image:linear-gradient(to bottom, #AB0913 0%, #72070E 100%);
}
#menu-deroulant li{
display:inline-block;
position:relative;
border-radius:0 0 0 0; /*0 0 0 0*/
}
#menu-deroulant ul li{
display:inherit;
border-radius:0;
}
#menu-deroulant ul li:hover{
border-radius:0;
}
#menu-deroulant ul li:last-child{
border-radius:0 0 8px 8px;
}
#menu-deroulant ul{
position:absolute;
z-index: 1000;
max-height:0;
left: 0;
right: 0;
overflow:hidden;
-moz-transition: .8s all .3s;
-webkit-transition: .8s all .3s;
transition: .8s all .3s;
}
#menu-deroulant li:hover ul{
max-height:15em;
}
/* background des liens menus */
#menu-deroulant li:first-child{
background-color: #AB0913;
background-image:-webkit-linear-gradient(top, #AB0913 0%, #72070E 100%);
background-image:linear-gradient(to bottom, #AB0913 0%, #72070E 100%);
}
#menu-deroulant li:nth-child(2){
background-color: #AB0913;
background-image:-webkit-linear-gradient(top, #AB0913 0%, #72070E 100%);
background-image:linear-gradient(to bottom, #AB0913 0%, #72070E 100%);
/*
background-color: #729EBF;
background-image: -webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);
*/
}
#menu-deroulant li:nth-child(3){
background-color: #AB0913;
background-image:-webkit-linear-gradient(top, #AB0913 0%, #72070E 100%);
background-image:linear-gradient(to bottom, #AB0913 0%, #72070E 100%);
/*
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
*/
}
#menu-deroulant li:nth-child(4){
background-color: #AB0913;
background-image:-webkit-linear-gradient(top, #AB0913 0%, #72070E 100%);
background-image:linear-gradient(to bottom, #AB0913 0%, #72070E 100%);
/*
background-color: #F6AD1A;
background-image:-webkit-linear-gradient(top, #F6AD1A 0%, #9F391A 100%);
background-image:linear-gradient(to bottom, #F6AD1A 0%, #9F391A 100%);
*/
}
#menu-deroulant li:last-child{
background-color: #AB0913;
background-image:-webkit-linear-gradient(top, #AB0913 0%, #72070E 100%);
background-image:linear-gradient(to bottom, #AB0913 0%, #72070E 100%);
/*
background-color: #CFFF6A;
background-image:-webkit-linear-gradient(top, #CFFF6A 0%, #677F35 100%);
background-image:linear-gradient(to bottom, #CFFF6A 0%, #677F35 100%);
*/
}
/* background des liens sous menus */
#menu-deroulant li:first-child li{
background:#333A40;
/*background:#72070E;*/
}
#menu-deroulant li:nth-child(2) li{
background:#333A40;
}
#menu-deroulant li:nth-child(3) li{
background:#333A40;
/*background:#9F391A;*/
}
#menu-deroulant li:nth-child(4) li{
background:#333A40;
/*background:#9F391A;*/
}
#menu-deroulant li:last-child li{
background:#333A40;
/*background:#677F35;*/
}
/* background des liens menus et sous menus au survol */
#menu-deroulant li:first-child:hover, #menu-deroulant li:first-child li:hover{
background:#729EBF;
/*background:#AB0913;*/
}
#menu-deroulant li:nth-child(2):hover, #menu-deroulant li:nth-child(2) li:hover{
background:#729EBF;
}
#menu-deroulant li:nth-child(3):hover, #menu-deroulant li:nth-child(3) li:hover{
background:#729EBF;
/*background:#F6AD1A;*/
}
#menu-deroulant li:nth-child(4):hover, #menu-deroulant li:nth-child(3) li:hover{
background:#729EBF;
/*background:#F6AD1A;*/
}
#menu-deroulant li:last-child:hover, #menu-deroulant li:last-child li:hover{
background:#729EBF;
/*background:#CFFF6A;*/
}
/* les a href */
#menu-deroulant a{
text-decoration:none;
display:block;
padding:8px 32px;
color:#fff;
font-family:arial;
}
#menu-deroulant ul a{ /* espace entre chaque lien dans le menu déroulant */
padding:10px 0;
}
#menu-deroulant li:hover li a{
color:#fff;
text-transform:inherit;
}
#menu-deroulant li:hover a, #menu-deroulant li li:hover a{
color:#000;
}

/* ------------------------------------------------------------------------------------------------------ */
