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

.entete-centre {
	background-image: url(../images/entete.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 30px;
	line-height: 30px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #00ABEC;
	text-align: center;
}

.entete-centre a, .entete-centre a:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #00ABEC;
	text-decoration: none;
}

.entete-centre a:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	color: #FF7800;
	text-decoration: none;
}

.entete-jour ul {
	margin: 10px 0 0 -6px;
	list-style-type: none;
	width: 233px;
	text-align: center;
}

.entete-jour ul li {
	list-style-type: none;
	float: left;
	display: block;
	border: 1px solid #ACACAC;
	margin-right: -1px;
	position: relative;
	background-color: #ACACAC;
	color: #FFFFFF;
   	font-size: 13px;
   	font-family: "Trebuchet MS";
	padding: 2px;
	width: 28px;
	height: 20px;
	line-height: 18px;
	text-align: center;
}

#liste-jour ul {
	margin: 0 0 0 -6px;
	list-style-type: none;
	width: 231px;
	height: auto;
	text-align: center;
}

#liste-jour ul li {
	list-style-type: none;
	float: left;
	display: block;
	padding: 2px;
	width: 28px;
	border: 1px solid #ACACAC;
	margin-right: -1px;
	position: relative;
	border-top: none;
}

#liste-jour ul li.jour {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #7A7A7C;
	text-align: center;
	width: 28px;
	height: 24px;
	line-height: 24px;
}

#liste-jour ul li.jour-actif {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #00ABEC;
	text-align: center;
	width: 28px;
	height: 24px;
	line-height: 24px;
}

#liste-jour ul li.jour-lien {
   	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #00ABEC;
	text-align: center;
	width: 28px;
	height: 24px;
	line-height: 24px;
}

#liste-jour ul li.we {
	background-color: #F0F0F0;
   	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #7A7A7C;
	text-align: center;
	width: 28px;
	height: 24px;
	line-height: 24px;
}

#liste-jour ul li.we-actif {
	background-color: #F0F0F0;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #00ABEC;
	text-align: center;
	width: 28px;
	height: 24px;
	line-height: 24px;
}

#liste-jour ul li.we-lien {
	background-color: #F0F0F0;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF7800;
	font-weight: normal;
   	text-align: center;
	width: 28px;
	height: 24px;
	line-height: 24px;
}

#liste-jour ul li.jour-actif a, #liste-jour ul li.jour-actif a:visited, #liste-jour ul li.jour-lien a, #liste-jour ul li.jour-lien a:visited, #liste-jour ul li.we-lien a, #liste-jour ul li.we-lien a:visited, #liste-jour ul li.we-actif a, #liste-jour ul li.we-actif a:visited {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #FF7800;
	text-decoration: none;
}

#liste-jour ul li.jour-actif a:hover, #liste-jour ul li.jour-lien a:hover, #liste-jour ul li.we-lien a:hover, #liste-jour ul li.we-actif a:hover {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #00ABEC;
	text-decoration: none;
}