/*
 Source  :	http://cogites.com
 Script  :	E RESERV
 Version :	3

l'affichage du calendrier est géré avec avec le fichier style.css dans le dossier "cal"
*/

links {
	text-decoration: none ;
}
.texte{
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.texte_erreur{
	padding : 100px;
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.titre{
	font-family: verdana;
	font-size: 16pt;
	font-weight: normal;
	text-align: center;
}
.ptitre{
	font-family: verdana;
	font-size: 12pt;
	text-align: center;
}
.calend{
	font-size: 9pt;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.texte2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt; 
	text-align: center;
}
.texte3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	text-align: center;
}
a { 
	text-decoration: none; 
}
a:hover, a:focus {
	text-decoration: underline; 
}