/*Definition des polices*/
@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.ttf') format('truetype'),
    url('../polices/dayrom.woff') format('woff'),
    url('../polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*Elements principaux de la page*/
body
{
    background: url('../images/fond_jaune.png');
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #181818;
}

#page
{
    width: 90%;
    margin: auto;
    position: relative;

}

#logo
{
    float: left;
}

#titre
{
    font-family: 'Dayrom', Arial, sans-serif;
}

#credo
{
    font-family: "Times New Roman", Arial, sans-serif;
}

.boutonLang
{
    background: url("../images/fond_degraderouge.png" ) repeat-x ;
    position: absolute;
    right: 4px;
    padding: 3px;
    margin: 4px;
    border: aqua;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
}

section h1, 
{
    font-family: Dayrom, serif;
    text-transform: uppercase;
    font-weight: normal;
    
}

nav a
{

}

footer h1, footer h2, footer h3
{
    font-size: 25px;
}

/*nav
{
    display: inline-block;
    text-align: left;
    
}
*/
/*nav ul
{
    list-style-type: none;
}

nav li
{
    display: inline-block;
    margin-right: 15px;
    border-left: solid 3px #760001;
    padding-left: 3px;
    margin-bottom: 2px;
    width: auto;
    vertical-align: top;
}*/

/*nav a
{
    font-size: 1.3em;
    text-decoration: none;
    padding-bottom: 0px;
    color: #181818;
}

nav a:hover
{
    color: #760001;
    border-bottom: solid 3px #760001;
}*/

#baniere
{
    background: url('../images/sanfrancisco.jpg') repeat-x;
    position: relative;
    margin-top: 15px;
    height: 200px;
    box-shadow: 0px 3px 6px #1A1C19;
    margin-bottom: 25px;
    border-radius: 5px;
}

section
{
   /* display: flex;
    flex-direction: row;*/
}

/*aside
{
    display: inline-block;
    background: rgb(118,118,107);
    background: rgba(57,134,219,0.7);

    width: 15%;
    height: 500px;
    padding: 20px;
    margin-left: 25px;
    position: absolute;
    left: 7px;
    border-radius: 5px;
}*/

.titreNew
{
    font-weight: bold;
    text-decoration: underline green;
}

.texteNew
{
    font-family: "Times New Roman" ,Arial, Serif;
}

#partenaire
{
    position: absolute;
    right: 10px;
    margin: 7px;
}

#presentation
{
    width: 55%;
    margin: 10px;

}


.blocAffich
{
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}


/*footer
{
    width: 100%;
    background: rgba(64,34,94,1);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 15px;

    margin-top: 30px;
}
*/
.divFooter
{
    border-left: 2px black solid;
    box-shadow: -2px 0px 2px black;
    margin-right: 10px;
    padding-left: 10px ;
    padding-right: 10px;
    color: rgb(206,46,14);
}
