/* CSS page accueil */

body {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.titre_tableau {
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.lien_mail {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.lien_mail:hover{text-decoration:underline}

.lien_centre {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.lien_centre:hover{text-decoration:underline}

.lien_photos {
	font-family: "Helvetica", "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.lien_photos:hover{text-decoration:underline}

.Copyright {
	color:#CCCCCC;
	font-size:12px;
	font-weight: bold;
}

.titre_principal {
	font-family: "Comic Sans MS", "Times New Roman", Times, serif;
	color:#990000;
	font-size: 32px;
	vertical-align:middle;
	font-weight: bold;
	letter-spacing: 10px;

	
}


.menu_gauche {
	font-family: "Georgia", "Times New Roman", Times, serif;
	color:#990000;
	font-size: 18px;
	font-weight: bold;	
	text-decoration: none;
}

.menu_gauche:hover{text-decoration:underline}

.titre_page {
	font-family:  "Arial Black", "Times New Roman", Times, serif;
	color:#000000;
	font-size:18px;
	font-weight: bold;	
}

.titre_accueil {
	font-family: "Helvetica", Times, serif;
	color:#990000;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.mail {
	font-size:14px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.legende {
	font-size:12px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}


.tableau {
	border: 1px #000000 solid;
}