/*----------------------------------------
*   La feuille de style de ma Homepage
*-----------------------------------------
*/

body {
	background-color: #002B6D;
	margin: 0px;
}

table {
	border-spacing: 0px;
}

.tableauVert {
	border-top-color: #009835;
	border-bottom-color: #009835;
	border-right-color: #009835;
	border-left-color: #009835;
	border-color: #009835;
}

A { text-decoration : none; font-size : 13px; font-family: Verdana; color : #0033CC; background :transparent; }
A:hover { text-decoration : underline; font-size : 13px; font-family: Verdana; color : #06833E; background :transparent;}

A.hautPage { text-decoration: none; font-size : 14px; font-family: Verdana; color : #000000; background :transparent; }
A.hautPage:hover { text-decoration : none; font-size : 14px; font-family: Verdana; color : #FFFFFF; background :transparent;}

A.lienPlan { text-decoration : none; font-size : 13px; font-family: Verdana; color : #FFFFFF; background :transparent; }
A.lienPlan:hover { text-decoration : overline underline; font-size : 13px; font-family: Verdana; color : #999999; background :transparent;}

A.lienSousMenu { text-decoration: underline; font-size : 14px; font-family: Verdana; color : #993300; background :transparent; }
A.lienSousMenu:hover { text-decoration : none; font-size : 14px; font-family: Verdana; color : #0033CC; background :transparent;}

A.lienPlanSite { text-decoration : none; font-size : 13px; font-family: Verdana; color : #0033CC; background :transparent; }
A.lienPlanSite:hover { text-decoration : underline;; font-size : 13px; font-family: Verdana; color : #0033CC; background :transparent;}

A.lienSituation { text-decoration : none; font-size : 15px; font-family: Verdana; color : #FFFFFF; background :transparent; }
A.lienSituation:hover { text-decoration : underline;; font-size : 15px; font-family: Verdana; color : #000000; background :transparent;}

.texteSituation {
	font-family: Verdana;
	font-size : 15px;
	color : #FFFFFF;
}

.texteSmall {
	font-family: Verdana;
	font-size : 11px;
	color : #FFFFFF;
}

.texteSmallNoir {
	font-family: Verdana;
	font-size : 11px;
}

.texteSmallRouge {
	font-family: Verdana;
	font-size : 11px;
	color : #E60003;
}

.texte {
	font-family: Verdana;
	font-size : 13px;
}

.texte2 {
	font-family: Verdana;
	font-size : 15px;
}

.texte3 {
	font-family: Verdana;
	font-size : 17px;
}

.texteVert {
	font-family: Verdana;
	font-size : 13px;
	color : #009835;
	font-weight: bold;
}

.texteGras {
	font-family: Verdana;
	font-size : 13px;
	font-weight: bold;
}

.texteRouge {
	font-family: Verdana;
	font-size : 15px;
	color : #993300;
	font-weight: bold;
}

.texteBlanc {
	font-family: Verdana;
	font-size : 13px;
	color : #FFFFFF;
}

.texteCompteur {
	font-family: Verdana;
	font-size : 12px;
	color : #999999;
}

.titreBlanc {
	font-family: Verdana;
	font-size : 15px;
	color : #FFFFFF;
	font-weight: bold;
}

.texteGrasGris {
	font-family: Verdana;
	font-size : 13px;
	font-weight: bold;
	color : #999999;
}

.texteGrasBleu {
	font-family: Tahoma;
	font-size : 15px;
	font-weight: bold;
	color : #002B6D;
	text-decoration: underline;
}

.texteGrasRouge {
	font-family: Verdana;
	font-size : 13px;
	font-weight: bold;
	color : #993300;
}

.texteSouligne {
	font-family: Verdana;
	font-size : 13px;
	text-decoration: underline;
}

