/* Eléments principaux de la page */
 
body
{
	width: max-width;   
	background: url('images/fp12.jpg');
	background-attachment:fixed;
	background-position: top center;
    background-repeat:repeat-y; /* Le fond  sera répété e hauteur */
	font-family: Arial, "Arial black", sans-serif;
	color: maroon;
}
 
#bloc_page
{
 width: max-width;   
 margin: auto;
}
 
section h1, footer h1, nav a
{
 font-family: "Arial black", Arial, Times, serif;
 font-weight: normal;
 text-transform: uppercase;
 text-align: center;
}

section h2, article h2, footer h2
 {
 font-family: "Arial black", Arial, Times, serif;
 font-weight: normal;
 font-style: italic;
 font-size: 0.9em;
 text-transform: uppercase;
}

section h3, article h3, footer h3
 {
 font-family: Arial, "Arial black", Times, serif;
 font-weight: bold;
 font-style: italic;
 font-size: 0.9em;
 text-transform: none;
 text-align : center;
}

section p
 {
 font-family: Arial, "Arial black", Times, serif;
 font-weight: normal;
 font-style: italic;
 font-size: 0.9em;
 text-transform: none;
 text-align :center;
}

/* Header */
 

/* Bannière */

#titre_principal
{
width:100%;
 height: 380px;
background: url('images/ljeun 1.png') no-repeat;
	background-attachment:floated;
	background-position: top center;
}

 
/* Corps */

#section 
{
    position: relative;
    bottom: 0;
    width: 99%;
}
 
article, aside
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}
 
article
{
    width: 70%;
    margin-right: 15px;
	margin-top :100px;
 }
 
 .luc
 {
 color: white;
 font-weight: bold;
 font-style: italic;
 text-transform: uppercase;
 }
 
 .souligne
{
    text-decoration: underline;
}

 
.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}

.gene
{
  margin-left: 30px;
}

aside 
{
    position: relative;
    width: 20%;
    background-color: #FBEF4D;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
	padding: 10px;
    margin-top: 40px;
	margin-right: 20px;
}

aside h2, aside h3
{
    color: black;
}
 
aside p
{
    font-size: 0.8em;
	font-style: italic;
    color: black;
	text-align: justify;
	padding-left: 10px;
}


 
#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}
.imageflottante
{
    float: left;
	padding-right: 5px;
}

.cita
{
	font-style:italic;
	font-weight: bold;
    font-size: 0.7em;
	float: right;
	margin-right: 25px;
}

#section_description
{
    position: relative;
	margin-top: 60px;
    bottom: 15px;
    width: 99%;
    height: 40px;
    padding: auto;
	}
 
.bouton_jaune
{
    display: inline-block;
    height: 25px;
    position:absolute;
    right: 15px;
    bottom: 5px;
    background: url('images/bojau.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: black;
    text-decoration: none;
}
 
.bouton_jaune img
{
    border: 0;
}

.red
{
	font-family: Calibri, Arial, "Arial-Black" serif;
	font-style: italic;
	font-weight: bold;
    font-size: 0.9em;
	color : black;
	
}

/* Footer */
 
footer
{
    background: url('imagesz/separateur6.png') repeat-x top,  url('imagesz/ombre.png') repeat-x top;
	box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding-top: 25px;
}
 
footer p, footer ul
{
    font-size: 0.8em;
	text-align: left;
	padding-left: 15px;
}
 
footer h1
{
    font-size: 1em;
}

footer h2
{
 font-family: Arial, Calibri, "Arial-Black" serif;
 font-size: 0.8em;
 font-style:italic;
 margin-top: 0px;
 font-weight: bold;
 text-align:center;
}

footer h3
{
 font-family: Arial, Calibri, "Arial-Black" serif;
 font-size: 0.7em;
 font-style:italic;
 margin-top: 0px;
 font-weight: bold;
 text-align:left;
 padding-left: 150px;
}

#ref, #infos, #droits
{
    display: inline-block;
    vertical-align: top;
}

#ref
 {
 width: 99%;
 }
 
 
ref ul
{
    list-style-image: url('images/ico_liensexterne.png');
}

#ref li
 { 
 font-family: Calibri,Arial, "Arial-Black" serif;
 font-size: 1em;
 font-style:italic;
 margin-top: 0px;
 font-weight: normal;
 color: black;
 text-align:left;
 margin-left: 25px;
 }


 #infos
 {
 width: 99%;
 }
 
footer h2
{
 font-family: Arial, Calibri, "Arial-Black" serif;
 font-size: 0.9em;
 font-style:italic;
 margin-top: 0px;
 font-weight: bold;
 text-align:left;
 padding-left: 100px;
}
 
 #infos p
 { 
 font-family: Calibri,Arial, "Arial-Black" serif;
 font-size: 0.8em;
 font-style:italic;
 margin-top: 0px;
 font-weight: normal;
 text-align:center;
 }
 
#description
{
    position: relative;
    bottom: 0;
    width: 99%;
    height: 33px;
    padding-left: 4px;
}


.bouton_vert
{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 15px;
    bottom: 5px;
    background: url('images/bovert.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: black;
    text-decoration: none;
}
 
.bouton_vert img
{
    border: 0;
}
 
 
 #droits
	{    
	width: 99%;
	margin-top:15px;
	}
	
#droits p
 { 
 font-family: Calibri,Arial, "Arial-Black" serif;
 font-size: 0.8em;
 font-style:italic;
 margin-top: 0px;
 font-weight: normal;
 text-align:right;
 margin-right: 100px;
 }
	
	
	.copy
{
font-size: 0.7em;
}



