﻿/*--------------Généralités-------------*/

BODY {
background-color:#ffffff; 
background-image: url('../images_nav/fond.png'); 
background-attachment: scroll; 
color:#fff;
margin: 0; 
text-align: center; 
font-family: Trebuchet MS, Geneva, Verdana;font-size: 10px;
background-repeat: no-repeat; 
background-position:top}
/*Pour que le site soit centré sur la page*/

#global {border-left:0px; border-right:0px; border-top:0px; border-bottom:0px; margin-left: auto;margin-right: auto;width: 1000px; text-align: center;align-content:center;align-items:center; /*background-color:#ffffff;*/} 

/*lien*/
a {  color: #000; text-decoration: none; font-weight: bold;}
a:hover {  color: gray; text-decoration: underline; font-weight: bold;}

/*titre*/
h1 { color: #000;font-size: 20px; font-variant:small-caps; margin: 0;
padding: 0;text-decoration:none;}
h2 { color: #000;font-size: 15px; font-variant:small-caps;margin: 0;
padding: 0;text-decoration:none;}
h3 { color: #000;font-size: 12px; font-variant:small-caps;margin: 0;
padding: 0;}

/*images*/
img {margin-right: 0px;border-width:0px}



.homefest {
float:left;

width: fit-content;
min-width:150px;
padding:8px;
font-size: 20px;
color: #000;
text-align:center;
height: 20px;
text-transform : uppercase;

border-color: #000;
}

.homefest a{
color: #000;
}

.homefest:hover{

color: #c5091d;
}



/*--------------------RESPONSIVE-----------------*/

@media screen and (max-width: 500px){

BODY {background-color:#fff; background:none; background-attachment: fixed; color:#000;margin: 0; text-align: center; font-family: Trebuchet MS, Geneva, Verdana;font-size: 10px;background-repeat: no-repeat; background-position:top}
#global {border-left:0px; border-right:0px; border-top:0px; border-bottom:0px; margin-left: auto;margin-right: auto;width: 100%;height:100%; text-align: center; /*background-color:#fff;*/} 


.homefest { float:left;
font-family : arial narrow;
width:100%;
margin-bottom:0px;
font-size: 20px;
color: #000;
text-align:center;
height: 30px;
line-height:30px;
border: solid 1px #000;
background-color:#fff;
text-transform : uppercase;
margin-right:0px;
margin-left:0px;
}
}
