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

BODY {
background-color:#FFFFFF; 
background-image: url('../images_nav/fond.png'); 
background-attachment: scroll; 
color:#000;
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; } 

/*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}

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

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

BODY {background-color:#fff; background-image: url('../images_nav/Fond_2023.jpg'); background-attachment: scroll; color:#000;margin: 0; text-align: center; font-family: Trebuchet MS, Geneva, Verdana;font-size: 10px;background-repeat: repeat-x; 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;*/} 
}