﻿body
{
	display: block;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: black;
}

#bloc_page
{
    width: 100%;
    margin: auto;
}

section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}

#logo
{ 
	margin-left: 2%;
} 

header
{
	min-width:1200px;
	background: url('Images/gradient-bg.PNG');
	height: 130px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

header h2
{
	border-bottom: 1px #707070;
	opacity:0.7;
	position: absolute;
	left: 0px;
	top: 0px;
	color: white;
	background-color: #707070;
    font-family: Dayrom, serif;
    font-size: 100%;
    margin-top: 0px;
    font-weight: normal;
	width: 100%;
	text-align: right;
}

header a
{
    font-size: 100%;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
}
nav
{
	background-color: #707070;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    display: inline-block;
    width: 96%;
	height: 35%;
    text-align: left;
	margin-left: 2%;
}

nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-left: 8%;
}

nav a
{
    font-size: 100%;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
}

nav a:hover
{
    color: black;
}

article, aside, law
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
	color: black;
    margin-top: 1%;
    width: 49%;
	height: 600px; 
    margin-left: 3%;
}

article p
{
	color: black;
    font-size: 80%;
}

article a 
{
	color: black;
}

aside
{
    margin-top: 3%;
	margin-left:1.5%;
	float: left;
    width: 235px;
	background: url("Images/Aside.png") no-repeat top center, url("Images/bordure.png") no-repeat 50% 44%,url("Images/bordure.png") no-repeat 50% 78%, url("Images/bordure.png") no-repeat 50% 84%, url("Images/bordure.png") no-repeat 50% 88%; /*url("Images/ariane-logo.png") no-repeat bottom right;*/
	border: 2px #d8d8d8 solid;
	border-top : none;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 0.9em;

}

aside a
{
    font-size: 1em;
    color: black;
    padding-bottom: 3px;
    text-decoration: none;
}

law
{
    margin-top: 3%;
	float: right;
	margin-right:1.5%;
    width: 235px;
	background: url("Images/Aside.png") no-repeat top center, url("Images/bordure.png") no-repeat 50% 51%;
	border: 2px #d8d8d8 solid;
	border-top : none;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: black;
    font-size: 0.9em;
}

law a
{
    font-size: 1em;
    color: black;
    padding-bottom: 3px;
    text-decoration: none;
}

footer
{
	background-color: #707070;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    display: inline-block;
    width: 96%;
    text-align: left;
	margin-bottom: 0px;
	margin-left:2%;
}

footer p, footer ul
{
	list-style-type: none;
    font-size: 0.8em;
}

footer li 
{
    display: inline-block;
    margin-left: 14%;
}

footer a
{
    font-size: 1em;
    color: white;
    padding-bottom: 3px;
    text-decoration: none;
}

footer a:hover
{
    color: black;
}

subfooter
{
	display: inline-block;
    text-align: left;
	margin-bottom: 0px;
	margin-left: 15%;
}
subfooter a
{
    font-size: 0.8em;
    color: teal;
    padding-bottom: 3px;
    text-decoration: none;
}


/* Correctifs pour les vieilles versions d'Internet Explorer */

/* Pour activer un positionnement type inline-block sur les vieilles versions d'IE */

.old_ie #titre_principal, .old_ie #logo, .old_ie header h1, .old_ie nav, .old_ie nav li, .old_ie article, .old_ie aside,
{
    display: inline;
    zoom: 1;
}

/* Quelques ajustements pour les vieilles versions d'IE */

.old_ie section h1, .ie8 section h1
{
    font-size: 1.1em;
}



