/* CSS Document */

body {
	font-family: Verdana;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #AA143C;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	background-color: #FFFAF0;
	border: solid 1px #FFD200;
}

input.bouton {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #AA143C;
	cursor: hand;
}

/* Liens */

a.menu:link {
	font-family: Verdana;
	font-size: 11px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.plus:link {
	font-family: Verdana;
	font-size: 9px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.plus:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.plus:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.copyright:link {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.copyright:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.copyright:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #FFD200;
	font-weight: bold;
	text-decoration: none;
}

a.interne:link {
	font-family: Verdana;
	font-size: 10px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.interne:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.interne:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.interne2:link {
	font-family: Verdana;
	font-size: 11px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.interne2:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.interne2:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.interne3:link {
	font-family: Verdana;
	font-size: 14px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.interne3:visited {
	font-family: Verdana;
	font-size: 14px;
	color: #AA143C;
	font-weight: bold;
	text-decoration: none;
}

a.interne3:hover {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}


/* Tableaux */

td.jaune {
	background-color: #FFD200;
}


/* Textes */

.rouge {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;
}

.texte_jaune {
	font-family: Verdana;
	font-size: 10px;
	color: #FFD200;
	font-weight: bold;
}

.texte_bordeaux {
	font-family: Verdana;
	font-size: 10px;
	color: #AA143C;
	font-weight: bold;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.texte_11 {
	font-family: Verdana;
	font-size: 11px;
	color: #AA143C;
	font-weight: bold;
}

.texte_13 {
	font-family: Verdana;
	font-size: 13px;
	color: #AA143C;
	font-weight: bold;
}

.texte_14 {
	font-family: Verdana;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.texte_15 {
	font-family: Verdana;
	font-size: 13px;
	color: #AA143C;
	font-weight: bold;
}

.titre {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.slogan {
	font-family: Verdana;
	font-size: 9px;
	color: #AA143C;
	font-weight: bold;
}

/* Encadrement tableaux */

.cadre_erreur {
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color: #F0C8C8;
}