/* Feuille style CSS pour Maison Page Ph. Dessus - 12-09*/06-20

body 
{
/*margin-left: 3em;
margin-right: 3em;
padding: 0;
font-family: Georgia, Palatino, serif;
font-size: 1em ;
color: black ;
background: #ffffff ;*/
text-align: justify;
--universal-margin: 10px /* ajout MiniCss*/
} 

/* Format de l'en-tete*/

#header ul {
  font-size: 0.8em;
  margin:0 0 0.7em 0;
  list-style-type: none;
  padding: 0;
}

/* couleur pour les NEWS et la date*/
.hot {
color: red ;
/*background: white;*/
font-weight: bold;
} 


/* Gestion des titres*/

h1, h2, h3 {margin: 1em 0em 1em 0em; text-align: left; padding: 0px}
h1 {font-size: 35pt;}  
h2 {font-size: 16pt; background: #ccccff; display: block;}
h3 {font-size: 14pt;}

/* Gestion des liens hors menus*/
 
a:link { font-weight : bold; text-decoration : none; color: #0000FF; background: transparent; }
a:visited { font-weight : bold; text-decoration : none; color: #c30; background: transparent; }
a:hover { font-weight : bold; text-decoration : underline; color: #c60; background: transparent; }
a:active { font-weight : bold; text-decoration : none; color: #c90; background: transparent; }

/* Ajouts CSS Mini*/


