﻿
/* 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
{
    background: black;
    font-family: 'Trebuchet MS', Arial, sans-serif;
}


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


/* Header */


p {

    font-size: 1.4em;
     text-align: justify;
     color : white;
}



#titre_principal

{

    height:  35px;
    right: 5px;
    bottom: 5px;
    background: saddlebrown;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 2em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

h1
{
    font-family: 'BallparkWeiner', serif;
    font-size: 2em;
    font-weight: normal;
    color: #cabfb9;
}



h2
{
    font-family: Dayrom, serif;
    font-size: 1.5em;
    margin-top: 0px;
    font-weight: normal;
    color: white;
}

/* Navigation */

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

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

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

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

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


/* galerie */
#imggalerie
{
display: inline;
width: 430px;
margin-right : 10px;
}
#imgevenement
{
display: inline;
width: 400px;
margin-right : 20px;
}
#imgdetail
{
display: inline;
width: 850px;
}

/* Bannière */

#banniere_image
{
    margin-top: 15px;
    height: 370px;
    border-radius: 5px;
    background: url('images/bandeau-pennes-le-sec-900.png') no-repeat;
    position: relative;
    box-shadow: 0px 4px 4px #1c1a19;
    margin-bottom: 1px;
}

#banniere_description
{
    position: absolute;
    bottom: 0;
    border-radius: 0px 0px 5px 5px;
    width: 99.5%;
    height: 33px;
    padding-top: 15px;
    padding-left: 4px;
    background-color: rgb(24,24,24); /* Pour les anciens navigateurs */
    background-color: rgba(24,24,24,0.8);
    color: white;
    font-size: 0.8em;
    
}

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

.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:  35px;
    right: 5px;
    bottom: 5px;
    background: saddlebrown;
    border: 1px solid #760001;
    border-radius: 5px;
    font-size: 1.5em;
    text-align: center;
    padding: 3px 8px 0px 8px;
    color: white;
    text-decoration: none;
}

.bouton_rouge img
{
    border: 0;
}

/* Corps */


.ico_categorie
{
    vertical-align: middle;
    margin-right: 8px;
}
.image-accueil(
    vertical-align: middle;
    margin-right: 8px;
)



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



#accueil
{
    display: inline;
    vertical-align: top;
    margin-left : 450px;

}



/* 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: 20px;
    flex-wrap: wrap;
}

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

footer h1

{
    font-size: 1.4em;
    color : white;
}
.menuBottom
{ 
    display: inline-block;
    height: 50px;
    right: 5px;
    bottom: 5px;
    font-size: 1.3em;
    text-align: center;
    color: black;
    text-decoration: none;
}
.contacts
{
width: 50px;
display: inline-block;
}



