/* Eléments principaux de la page */
 
body
{
	width:max-width;   
	background: url('images/fondsaga1.jpg');
	background-attachment:fixed;
	background-position: top center;
    background-repeat:repeat-x, repeat-y bottom; /* Le fond  sera répété e hauteur */
	 box-shadow: 0px 3px 7px #1c1a19;
	 border_radius:5px;
}
 
#bloc_page
{
 width:max-width;  
 margin:auto;
}
 
section h1, footer h1 
{
 font-family: "Arial black", Arial, Times, serif;
 font-weight: normal;
 font-size: 1em;
 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 h5, article h5, footer h5
 {
 font-family: Arial, "Arial black",  Times, serif;
 font-weight: bold;
 font-style: italic;
 font-size: 0.9em;
 text-transform: none;
 text-align : right;
 margin-right: 350px;
}

section p
 {
 font-family: Arial, "Arial black", Times, serif;
 font-weight: normal;
 font-style: italic;
 font-size: 1.em;
 text-transform: none;
 text-align : left;
 padding-left: 10px;
}

/* Header */

#header_image

{
	margin-top: 5px;
	mar
	width:100%;   
    height: 900px;
    border-radius: 5px;
    background: url('images/luncle 0.png') no-repeat;
	background-attachment:floated;
	background-position: top center;
	
}

#header_image1
{
 position: absolute;
width:100%;   
 height: 180px;
 top:100px;
background: url('images/genese.png') no-repeat;
	background-attachment:floated;
	background-position: top left;
}

/* Bannière */

#titre_principal
{
 width:100%;   
 height: 100px;
 margin-top:100px;
background: url('images/preface.png') no-repeat;
	background-attachment:floated;
	background-position: top center;
}

/* navigation */


 
/* Corps */

section 
{
display: inline-block;
    position: relative;
    bottom: 0px;
	padding: 15px;
   width:max-width;
}

#text
{
display: inline-block;
    position: relative;
    bottom: 0;
     width:100%;
	
}

 
 
.imageflottante
{
    float: left;
	padding-right: 5px;
}

.imageflottante1
{
    float: right;
	margin-right: 250px;
}

.mini
{
	font-family: Arial;
	font-style:italic;
	font-weight: normal;
    font-size: 0.8em;
}

.maxi
{
	font-family: Arial, "Arial black", Times, serif;
	font-style:italic;
	font-weight: bold;
    font-size: 1.2em;
}

#navi
 {
 display: inline-block;
 width:100%;   
 position:relative;
 top:30px;

 }

 nav
 {
 display: inline-block;
 position: relative; 
 width: 50%;
 margin-left:25%;
 margin-right:25%;
 bottom: 25px;
 box-shadow: 0px 3px 7px #1c1a19;
 border_radius:5px;
 text-align: center;
 
 }

nav ul
{
    list-style-type: none;
}
 

nav li
{
 position: relativee;
	width:100%;
	height:20px;
	vertical-align:middle;
	padding: auto;
}
 
nav a
{
	font-family: "Arial black", Arial, Times, serif;
    font-size: 0.9em;
	font-style: italique;
    color: black;
    margin-top: 10px;
	text-align:center;
    text-decoration: none;
}
 
nav a:hover
{
    color: red;
    border: none;
}

#section_description
{
    position: relative;
	height:40px;
	margin-top:50px;
	bottom:10px;
    width:100%;   
}


.bouton_jaune
{
    height: 25px;
    position: absolute;
	width:15%;
	padding: 15px;
	margin-left: 500px;
    background: url('images/bojau.png') repeat-x;
     border: 2px solid #ECF245;
    border-radius: 5px;
    font-size: 1em;
	font-family: "Arial black", Arial, Times, serif;
	font-style: italique;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: black;
    text-decoration: none;
}

 
.bouton_jaune img
{
    border: 0;
}

/* Footer */

 footer
 {
 display: inline-block;
 position: relative;
 width:100%;   
 margin-bottom: 10px;
 box-shadow: 0px 3px 7px #1c1a19;
 border_radius:5px;
 text-align: center;
 }
 
 footer ul
{
    font-size: 0.8em;
	text-align: left;
	padding-left: 15px;
}
 
footer h1
{
    font-size: 1em;
	text-align : center;
}

footer h2
{
 font-family: Arial, Calibri, "Arial-Black" serif;
 font-size: 0.8em;
 font-style:italic;
 margin-top: 0px;
 font-weight: normal;
 text-align:center;
}

footer h3
{
 font-family: "Arial-Black", Arial, Calibri, "Arial-Black" serif;
 font-size: 0.8em;
 font-style:italic;
 margin-top: 0px;
 text-align:left;
 padding-left: 15px;
}

footer p
 { 
 font-family: Calibri,Arial, "Arial-Black" serif;
 font-size: 0.9em;
 font-style:italic;
 margin-top: 0px;
 font-weight: normal;
 text-align:left;
 padding-left: 50px;
 }
 
  footer a
{
font-family: Calibri,Arial, "Arial-Black" serif;
 font-size: 0.9em;
 font-style:italic;
 margin-top: 0px;
 font-weight: normal;
 text-align:left;
 padding-left: 50px;
 color: blue;
  text-decoration: none;
}
 
footer a:hover
{
    color: red;
    border: none;
}

 #infos
 {
display: inline-block;
vertical-align: top;
 width:max-width;   
 }
 

#description
{
    position: relative;
	top:10px;
    bottom:5px;
   width:max-width;   
    height: 50px;
    padding-left: 4px;
}

.bouton_mauve
{
    display: inline-block;
    height: 25px;
    position:absolute;
    right: 15px;
    bottom: 5px;
    background: url('images/bomauv.png') repeat-x;
    border: 2px solid #C6BCD9;
    border-radius: 5px;
    text-align: center;
    font-family: "Arial black", Arial, Times, serif;
	font-style: italique;
    font-size: 1em;
	padding: 3px 8px 0px 8px;
	color : black;
    text-decoration: none;
}
 
.bouton_mauve img
{
    border: 0;
}


.bouton_vert
{
    display: inline-block;
    height: 25px;
    position: center;
    bottom: 5px;
    background: url('images/bovert.png') repeat-x;
    border: 2px solid #64B930;
    border-radius: 5px;
    font-size: 1em;
	font-family: "Arial black", Arial, Times, serif;
	font-style: italique;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: black;
    text-decoration: none;
}
 
.bouton_vert img
{
    border: 0;
}
 
 
 #droits
 {
 display: inline-block;
vertical-align: top;
 width:max-width;   
	}
	
#droits p
 { 
 font-family: Calibri,Arial, "Arial-Black" serif;
 font-size: 0.8em;
 font-style:italic;
 margin-top: 0px;
 font-weight: normal;
 text-align:center;
 }
	
	
	.copy
{
font-size: 0.7em;
}




