* {
	padding: 0px;
	margin: 0px;
}
body{
	background-image:url(../images/fond.gif);
	background-repeat: repeat-y;
}
img{
	border: 0px;
}

#topLogo h2{
	color: #c90e0e;
	font-family: garamond;
	font-size: 20px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 35px;
	padding-left: 220px;
	display: none;
}
.leftMenu{
	/* margin-top: 75px;
	float: left; */
	position: absolute;
	top: 125px;
	left: 5px;
}
/* TITRE DES MENUS GAUCHE */
.leftMenu .TleftMenu{
	color: #ffffff;
	font-family : arial;
	font-size : 1.1em;
	font-weight: bold;
	margin: 0px;
	padding-left: 10px;

}
/* CONTENEUR ELEMENTS MENU GAUCHE */
.leftMenu div{
	margin: 0px 0px 40px 0px;
}
.leftMenu ul{
	position: relative;
	margin: 5px 5px 5px 25px;
	line-height: 20px;
}
.leftMenu li{
	color:#fff;
}
.leftMenu a{
	color: #fff;
	font-family : arial;
	font-size : 0.9em;
	font-weight: bold;
	text-decoration: none;
}
.leftMenu a:hover{
	color: #ffffaa;
	font-family : arial;
	font-size : 0.9em;
	font-weight: bold;
	padding-left: 15px;
}

#divCal a:hover
{	padding-left:0px;
	color: navy;
	}

#dateTime{
	position: absolute;
	right: 10px;
	top: 5px;
	font-weight: bold;
	font-family: verdana;
	font-size: 0.7em;
}
.footer{
	background-image:url(../images/footer.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #c90e0e;
	font-family: verdana;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left:233px;
}
.footer h3{
	color: #444444;
	font-family: arial;
	font-size: 14px;
}
#panier{
	background-color: #fffd7e;
	position: absolute;
	right: 10px;
	top: 35px;
	font-size: 12px;
}
.retour{
	text-align: right;
}
.retour a{
	text-align: right;
	color: #c90e0e;
	text-decoration:none;
}