﻿
/* Paragraphes en bleu par défaut */

/* Nouvelles règles si la fenêtre fait au plus 1024px de large */

/* Définition des polices personnalisées */

/* @font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
#bloc_page
{
    width: 900px;
    margin: auto;
}


/* Eléments principaux de la page */

/* start of the main window */
body
{
	color: white;;
    font-family: 'Trebuchet MS', Arial, sans-serif;

    color: #181818;
}


section h1, footer h1
{
    font-family: Dayrom, serif;
    font-weight: normal;

}

/* Header */


p {

    font-size: 1.2em;
}

header
{
    background: url('images/separateur.png') repeat-x bottom;
    font-size: 2em;
    font-weight: bold;
}



header h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 1.7em;
    font-weight: normal;
}

#logo, header h1
{
    display: inline-block;
    margin-bottom: 0px;
}

header h2
{
    font-family: Dayrom, serif;
    font-size: 1.1em;
    margin-top: 0px;
    font-weight: normal;
}


/* Navigation */
.marge {
margin-left: 5em;
}

nav
{
    display: inline-block;
    width: 900px;
    text-align: center;

}

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

nav li
{
    display: inline-block;
    margin-right: 5px;
}

nav a
{
    font-size: 0.8em;
    color: #181818;
    padding-bottom: 3px;
    text-decoration: none;
    text-transform: uppercase;
}

nav a:hover
{
    color: #760001;
    border-bottom: 3px solid #760001;
}
nav a:active
{
    color: green;
    border-bottom: 3px solid #760001;
}

/* Bannière */


#titre_principal
{
    position: relative;
 	font-size: 4em;
 	text-align: center;


    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 130px;

    background-color: rgb(211,206,207); 

    color: black;
    box-shadow: 0px 4px 4px #1c1a19;

}

#banniere_image
{
    margin-top: 15px;
    height: 300px;
    border-radius: 5px;
    background: url('images/lerouret-900-300.jpg') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 1px;
}

#banniere_description
{
    position: absolute;
    top: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 20px;
    padding-top: 30px;
    padding-left: 4px;
    background-color: black; 
    background-color: black;
    color: white;
    font-size: 2em;
    
}
#iframe {
	border: solid;
}

#signeSup{
	display: inline;
}
#signInf{
	display: none;
}

#deroulant {
 display: none;
}
#compteur{
display: none;
}

.left_image {
  float: left;
  display: inline-block;
}
.left_texte {
margin_left: 120px;
}
.element_suite 
{
font-size: 1.4em;
color:rgb(109,158,235);
}

.imgheader
{
display: inline;
width: 400px;
height: 100px;
}

.email{
display: inline-block;
Height: 50px;
}

.achat{
    display: inline-block ;
    position: relative;
    left : 300px;
    width: 50px;
}
.bouton_rouge
{
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: url('images/fond_degraderouge.png') repeat-x;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}
.menu
{ 
    display: inline-block;
    height: 30px;
    right: 5px;
    bottom: 5px;
    background-color: rgb(211,206,207); 
    border: 2px solid #760001;
    border-radius: 5px;
    font-size: 1.3em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: black;
    text-decoration: none;
}
.menu a:visited {
    color: red;
}
.menuBottom
{ 
    display: inline-block;
    height: 50px;
    right: 5px;
    bottom: 5px;
    font-size: 1.3em;
    text-align: center;

    color: black;
    text-decoration: none;
}
.bg-color {
  background-color:red;
  color: white;
}

.bouton_rouge img
{
    border: 0;
}

/* Corps */


.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}


aside
{
    position: relative;
    width: 235px;
    background-color: #706b64;
    box-shadow: 0px 2px 5px #1c1a19;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-size: 0.9em;
}

#fleche_bulle
{
    position: absolute;
    top: 100px;
    left: -12px;
}



aside img
{
    margin-right: 5px;
}




/* Format de page -  2 colonnes */
#page-side{

}
#liste-impact{
font-size: 1.6em;
color:rgb(204,65,37);
}

#page-h3{
font-size: 1.6em;
color:rgb(204,65,37);
}

#page-h4{
font-size: 1.4em;
color:rgb(109,158,235);
}
#page-h5{
 font-size: 1.4em;
font-weight : bold;
margin-left : 30px;
}
#page-h6{
font-size: 1.2em;
font-weight : bold;
margin-left : 40px;
}
#page-h7{
font-size: 1.2em;
font-weight : bold;
margin-left : 50px;
}

#page{
color:black;
}

/* Footer */

footer
{
    width: 900px;
    background:  url('images/ico_top.png') no-repeat top center, url('images/separateur.png') repeat-x top, url('images/ombre.png') repeat-x top;
    margin: auto;
    padding-top: 40px;
    flex-wrap: wrap;
}

footer p, footer ul
{
	flex-wrap: wrap;
    font-size: 1.4em;
}

footer h1

{
    font-size: 2em;
}

#lelivre
{

    margin-top: 0;
    margin-left: 450px;

}



.couverture-livre {
float: left;
width: 400px;

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.couverture-livre:hover {  
    -webkit-transform:scale(2); /* Safari and Chrome */
    -moz-transform:scale(2); /* Firefox */
    -ms-transform:scale(2); /* IE 9 */
    -o-transform:scale(2); /* Opera */
    width: 450px;
}
#lelivre-small
{

    margin-top: 0;
    margin-left: 210px;

}
#lelivre-small h1
{

    font-size: 1.1em;

}
#lelivre-small p, footer ul
{
	flex-wrap: wrap;
    font-size: 1em;
}

.couverture-livre-small {
float: left;
width: 200px;

    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.couverture-livre-small:hover {  
    -webkit-transform:scale(2); /* Safari and Chrome */
    -moz-transform:scale(2); /* Firefox */
    -ms-transform:scale(2); /* IE 9 */
    -o-transform:scale(2); /* Opera */
    width: 250px;
}

