/*
+-----------------------------------------------------------------------+
| Copyright (c) 2005-2008 Infini'click						              	|
|                                                           				            |
| http://www.infiniclick.fr														|
|                                                                       				|
| Date de réalisation : 08/2008          										|
+-----------------------------------------------------------------------+
*/

.entete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e9e9eb;
	text-align: center;
	padding-bottom: 4px;
}

.entete-jour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e9e9eb;
	text-align: center;
	border-right: 1px solid #030339;
}

.titre-entete {
	color: #030339;
	text-align: center;
}

.titre-fleche-gauche {
	text-align: left;
	color: #030339;
}

.titre-fleche-droite {
	text-align: right;
	color: #030339;
}

.titre-fleche-gauche a, .titre-fleche-gauche a:visited, .titre-fleche-droite a, .titre-fleche-droite a:visited {
	color: #030339;
	text-decoration: none;
}

.titre-fleche-gauche a:hover, .titre-fleche-droite a:hover {
	color: #030339;
	text-decoration: none;
}

th {
   	border: 1px solid #030339;
	background-color: #030339;
	color: #FFFFFF;
   	font-size: 12px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.jour {
   	border: 1px solid #030339;
	border-right: none;
	border-top: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
   	text-align: center;
	width: 28px;
	height: 28px;
}

.jour-actif {
	border: 1px solid #030339;
	border-right: none;
	border-top: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #030339;
	font-weight: bold;
   	text-align: center;
	width: 28px;
	height: 28px;
}

.jour-lien {
   	border: 1px solid #030339;
	border-right: none;
	border-top: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
   	text-align: center;
	width: 28px;
	height: 28px;
}

.we {
	background-color: #5F608B;
   	border: 1px solid #030339;
	border-right: none;
	border-top: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: normal;
   	text-align: center;
	width: 28px;
	height: 28px;
}

.we-actif {
	background-color: #5F608B;
	border: 1px solid #030339;
	border-right: none;
	border-top: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
   	text-align: center;
	width: 28px;
	height: 28px;
}

.we-lien {
	background-color: #5F608B;
   	border: 1px solid #030339;
	border-right: none;
	border-top: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
   	text-align: center;
	width: 28px;
	height: 28px;
}

.jour-actif a, .jour-actif a:visited, .jour-lien a, .jour-lien a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.we-lien a, .we-lien a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

.jour-actif a:hover, .jour-lien a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #030339;
	font-weight: bold;
	text-decoration: none;
}

.we-lien a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}