/* Définition de rčgle */
@charset "windows-1252";
 
/* ****** DEBUT STYLE A AJOUTER A TOUS LES SITES ****** */ 
html { 
  font-size: 100%; 
} 

body { 
  margin: 0; 
  padding: 1em;
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1em; 
} 
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p {
	margin: .75em 0;
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: underline; 
} 

/* Pas de bordure pointillée ou halo lors du clic sur un lien */ 
a:active { 
  outline: none; 
} 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
} 
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* ****** FIN STYLE A AJOUTER A TOUS LES SITES ****** */ 

div#Menu {width: 1024px; height: 210px; background-color: white}

div#Contenu {width: 1024px; height: 650px;  background-color: #4242ff;}

div#ContenuSite {width: 1024px; height: 610px;  background-color: #4242ff;}

div#ContenuMention {width: 1024px; height: 700px;  background-color: #4242ff;}

div#ContenuTarif {width: 1024px; height: 680px;  background-color: #4242ff;}

.SloganMenu1 {color: #ff9900; font-family: verdana; font-size: 24px}
.SloganMenu2 {color: #4242ff; font-family: verdana; font-size: 26px}

.TexteNormal {color: #FFFFFF; font-family: verdana; font-size: 16px}

.TexteExclu {
	color: #F63;
	font-family: verdana;
	font-size: 16px
}

.TexteSecondaire {color: #FFFFFF; font-family: verdana; font-size: 10px}

.TexteFormulaire {color: #FFFFFF; font-family: verdana; font-size: 12px}

.TexteMention {color: #FFFFFF; font-family: verdana; font-size: 10px}

