* {
	margin: 0;
	padding: 0;
	border:0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #485862;
}
a:visited {
	color: #485862;
}
a:hover {
	color: #92534d;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}

ul {
	margin:3px 0 0px 15px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	list-style-image:url(images/puce.gif);
	margin:0px 0 3px 3px;
	list-style-position: inside;
}


.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
}
.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

.titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
}
.grandtitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30pt;
	font-weight:normal;
}
.petittitre {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: normal;
}

.citation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: italic;
}
.indication {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color:#30749b;
}


/* DEBUT les couleurs - les couleurs du fond sont clairs, la couleur  des C sont foncés */

.C1font {
	color: #718b9a;
}
.C1fond {
	background-color: #718b9a;
}
.C1border {
	border-color: #718b9a;
}

.C2font {
	color:#514862;
}
.C2fond {
	background-color:#514862;
}
.C2border {
	border-color:#514862;
}

.C3font {
	color: #bb7563;
}
.C3fond {
	background-color:#855249;
}
.C3border {
	border-color:#bb7563;
}

.C4font {
	color:#384759;
}
.C4fond {
	background-color:#709bd8;
}
.C4fondF {
	background-color:#384759;
}
.C4border {
	border-color:#384759;
}

.C5font {
	color:#774943;
}
.C5fond {
	background-color:#774943;
}
.C5border {
	border-color:#774943;
}


/* DEBUT - les fond de page*/

.fond1 {
	background:url(images/fondbleu1.gif);
	background-repeat:repeat-x;
	background-color:#b9c5b9;
}
.fond2 {
	background:url(images/fondbleu2.gif);
	background-repeat:repeat-x;
	background-color:#eb9479;
}
.fond3 {
	background:url(images/fondbleu3.gif);
	background-repeat:repeat-x;
	background-color:#709bd8;
}
.fond4 {
	background:url(images/fondbleu4.gif);
	background-repeat:repeat-x;
	background-color:#d6db76;
}
.fond5{
	background:url(images/fondbleu5.gif);
	background-repeat:repeat-x;
	background-color:#97a6a8;
}
.fond6 {
	background:url(images/fondbleu6.gif);
	background-repeat:repeat-x;
	background-color:#c0b39d;
}
.fond7 {
	background:url(images/fondbleu7.gif);
	background-repeat:repeat-x;
	background-color:#c7b7c7;
}
/* FIN les fond de page*/

/* DEBUT - la page Home et master page */

.TableConteneur {
	border-style:solid;
	border-width:5px;
	border-top-width:0;
	border-bottom-width:0;
}

.Contenu {
	background-repeat:repeat-x;
	background-color:#c7b7c7;
	width:1000px;
	background-color:#FFFFFF;
}

.LettrineOiseau {
	margin: 0px 10px 0 0;
}
.FriseCentre {
	width:1000px;
	text-align:center;
}

.HomeTexte {
	margin:12px;
	text-align:justify;
}
.HomeTexte p{
	font-size: 9pt;
}

.PiedDePage {
	text-align:center;
	color: #FFFFFF;
	padding: 4px 0 2px 0;
}

.PiedDePage a{
	color:#FFFFFF;
	font-weight:bold;
}
.PiedDePage a:hover{
	color:#718b9a;
}

.Bouton a{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.bouton a:hover {
	color: #718b9a;
}

.glossaire ul {
	margin:3px 0 0px 5px;
}

.glossaire li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	list-style-image:url(images/puce.gif);
	margin:0px 0 2px 2px;
	list-style-position: inside;
}

.Canton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 8px 0 8px 8px;
}
.Canton p{
	text-align: justify;
}

