body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0268de;
	margin-left: 10px;
	text-align: left;
}
a:link{
	color: #990066;
	font-weight: bold;
} /* Couleur du texte de lien */


a:visited{
	color: #996666;
	font-weight: bold;
} /* Couleur du texte de lien visité */
a:hover {
	color: #FF8F2B;
	font-weight: bolder;
}
a:active {
	color: #F00;
	font-weight: bold;
	text-align: center;
}
h1   {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	color: #084677;
	line-height: 13pt;
}
h2   {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	color: #084677;
	line-height: 12pt;
}
h3   {
	text-align: left;
	font-weight: bold;
	font-style: italic;
	font-size: medium;
	color: #084677;
	line-height: 11pt;
}
.debut_chemin {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #D6D6D6;
}
.fin_chemin {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #084677;
}
.comme_h1_centre {
	text-align: center;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	line-height: 11px;
	color: #084677;
}
.gras {
	font-weight: bold;
}

.registered {
	font-size: smaller;
	vertical-align: text-top;
	font-weight: bold;
}
.couleur_blanc_gras {
	color: #FFF;
	font-weight: bold;
}
.couleur_orange  {
	color: #FF6600
}
.numero_telephone_accueil  {
	font-weight: bolder;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-stretch: extra-condensed;
}
.police_16 {
	font-size: 16px; font-style: italic; 
}
.police_36 {
	font-size: 36px;
	font-weight: bold;
}
.champs_formulaire {
	position: relative;
	left: 20px;
	empty-cells: hide;
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
}
.tabulation_formulaire {
	position: relative;
	text-align: right;
	width: 90px;
	height: 10px;
	top: auto;
	vertical-align: top;
}
.champs_formulaire_droite {
	position: relative;
	left: 20px;
	empty-cells: hide;
}
.tabulation_formulaire_droite {
	position: relative;
	text-align: right;
	width: 200px;
	height: 20px;
}
/*
Cadre principal permettant le centrage du site
*/

#corps {
	width: 970px; /* Largeur du cadre */
	height: 1500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: -12px;
}

/*
Haut de page
*/

#header {
	background-image: url(design/header.jpg); /* Image de fond */
	width: 970px; /* Largeur du cadre */
	height: 130px;
}

/*
Cadre pour afficher le contenu des pages
*/

#page {
	background-image: url(design/menu.jpg); /* Image de fond */
	background-repeat:no-repeat; /* Couleur de fond */
	width: 970px; /* Largeur du cadre */
	height: 1370px;
	margin-top: 0px;
}

/*
Pied de page
*/
	
#pied_de_page {
	width: 970px; /* Largeur du cadre */
	height: 30px; /* Couleur de la police */
	background-image: url(design/pied_de_page.jpg);
}
.champs_formulaire_majuscules {
	position: relative;
	left: 20px;
	text-transform: uppercase;
}
