/* CSS Document */

body {
	font-family: Verdana;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #646464;
	background-color: #737D87;
}

td {
	font-family: Verdana;
	font-size: 10px;
}

input, select, textarea {
	font-family: Verdana;
	font-size: 10px;
	color: #737D87;
	background-color: #EBF0F5;
	border: solid 1px #737D87;
}

input.bouton {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #737D87;
	cursor: hand;
}

input.erreur, textarea.erreur {
	font-family: Verdana;
	font-size: 10px;
	color: #737D87;
	background-color: #EBF0F5;
	border: solid 1px #E60A4B;
}

/* Liens */

a.menu:link {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menu:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #F0DC91;
	font-weight: bold;
	text-decoration: none;
}

a.menuon:link {
	font-family: Verdana;
	font-size: 10px;
	color: #F0DC91;
	font-weight: bold;
	text-decoration: none;
}

a.menuon:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #F0DC91;
	font-weight: bold;
	text-decoration: none;
}

a.menuon:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #F0DC91;
	font-weight: bold;
	text-decoration: none;
}

a.zoom:link {
	font-family: Verdana;
	font-size: 10px;
	color: #5A5A64;
	text-decoration: none;
	font-weight: bold;
}

a.zoom:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #5A5A64;
	text-decoration: none;
	font-weight: bold;
}

a.zoom:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #E60A4B;
	text-decoration: none;
	font-weight: bold;
}

a.interne:link {
	font-family: Verdana;
	font-size: 9px;
	color: #F0DC91;
	text-decoration: none;
}

a.interne:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #F0DC91;
	text-decoration: none;
}

a.interne:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #E60A4B;
	text-decoration: none;
}

a.interne2:link {
	font-family: Verdana;
	font-size: 9px;
	color: #E60A4B;
	text-decoration: none;
}

a.interne2:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #E60A4B;
	text-decoration: none;
}

a.interne2:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #F0DC91;
	text-decoration: none;
}

a.copyright:link {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a.copyright:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

a.copyright:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #F0DC91;
	text-decoration: none;
}


/* Textes */

.slogan {
	font-family: Verdana;
	font-size: 10px;
	color: #F0DC91;
	font-weight: bold;
}

.titre_blanc {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}

.texte_blanc {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.titre_rouge {
	font-family: Arial;
	font-size: 16px;
	color: #E60A4B;
	font-weight: bold;
	letter-spacing: 1px;
}

.titre_gris {
	font-family: Arial;
	font-size: 16px;
	color: #737D87;
	font-weight: bold;
	letter-spacing: 1px;
}

.copyright {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFFF;
}

.jaune {
	font-family: Verdana;
	font-size: 10px;
	color: #F0DC91;
	font-weight: bold;
}

.rouge {
	font-family: Verdana;
	font-size: 10px;
	color: #E60A4B;
	font-weight: bold;
}

.petit {
	font-family: Verdana;
	font-size: 9px;
	color: #646464;
}

/* Encadrement tableaux */

td.gris {
	background-color: #9BA5AF;
}

td.clair {
	background-color: #AFB4C8;
}

td.sombre {
	background-color: #828C96;
}

.cadre_erreur {
	color: #FF0000;
	border: 1px solid #FF0000;
	background-color: #F0C8C8;
}