body
{
    
	background-image: url("images/degrade5.png");
	background-repeat: repeat-x;
	background-color: rgb(232,231,202);
    font-family: "Comic Sans MS";	
}

p
{
    font-size: 1.0em;
	color: black;
	text-align: justify;
}

#bloc_page
{
    width: 900px;
	margin: auto;
    margin-top : 20px;
	margin-bottom : 20px;
	padding: 0px;
	border: 3px silver solid;
	border-radius: 30px;
	background-image: url("images/fond_top.png");
	background-repeat: repeat-x;
	background-color: white;
}

header
{
    background-color: rgb(232,231,202);
	margin: 0px:
	padding: 0px;
}

.vide
{
	font-size: 1.5em;
}

.titre_page
{
	font-size: 2.0em;
	color: black;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}


.date
{
	font-size: 1.2em;
	color: black;
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.adresse
{
	font-size: 0.9em;
	color: black;
	margin-left: 50px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

nav
{
    background-color: rgb(232,231,202);
	padding-left: 10px;
}

#logo_fqck
{
	position: relative;
	left: 150px; 
	top: 0px; 	
}

#logo_50e
{
	position: relative;
	left: 125px; 
	top: 0px; 	
}

#image_avenir
{
	position: relative;
	left: 190px; 
	top: -250px; 	
}

#menu, #menu_actif
{
    display: inline-block;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 3px;
	border-radius: 7px 7px 0px 0px;
	font-size: 1.0em;	
	border-top : 3px #706b64 solid;
	border-left : 3px #706b64 solid;
	border-right : 3px #706b64 solid;
}

#menu
{
	background-color: #706b64;
	color: white;
}

#menu_actif
{
	background-color: white;
	color: black;
	text-decoration: underline;

}


#menu:hover
{
	background-color: #a29d96;
	color: white;
}

 

#menu:active
{
	background-color: silver;
	color: black;
}

section
{

}

#banniere
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	margin-bottom: 0px;
}

article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}

article
{
    width: 610px;
	margin-left: 15px;
    margin-right: 10px;
}

aside
{
    width: 220px;
    background-color: #706b64;
    box-shadow: 0px 2px 15px #1c1a19;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.titre_aside
{
	font-size: 1.5em;
	color: white;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 20px;
	text-decoration: underline;
}

.texte_aside
{
	font-size: 1.0em;
	color: white;
}

.logo_com
{
	margin: 5px;
	border: none; 
}

footer
{
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 30px;
	border-top : 3px #706b64 solid;
}

.pied_page
{
	font-size: 0.7em;
	color: #706b64;
}







h1
{
    color: black;
}

h2
{
    color: black;
}

a[title*="agrandir"]
{
	color: yellow;
	border: none;
}
