#logo {
	height: 100px;
	background-image: url(../../img/bandeLogo.gif);
	background-repeat: repeat-x;
}
#logo div {
	background-image: url(../../img/logo.gif);
	background-repeat: no-repeat;
	height: 100px;
}
#logo div span {
	visibility: hidden;
}

.clearHr {
	clear: both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#contenu {
	margin-left: 200px;
}
#titreContenu {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #600;
	font-weight: bold;
	color: #600;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 215px;
}
#logo div img {
	float: right;
}

#contenu div {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

body {
	border: 2px solid #600;
}

#corps {
	background-image: url(../../img/bandeOnglet.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}



#contenu {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.img {
	margin: 5px;
	border: thin solid #600;
}



#menu {
	margin-top: 29px;
	width: 200px;
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu div {
	width: 200px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #600;
	border-bottom-color: #600;
}

#menu a span {
	visibility: hidden;
	color: #600;
}

#menu div a{
	width: 200px;
	height: 25px;
	display: block;
	text-decoration: none;
	background-position: left top;
	padding: 0px;
}

#menu div a:hover{
	background-position: right;
}

.tableau tr th {
	background-color: #FF9;
}

.tableau .jourDeLaSemaine td {
	background-color: #600;
	color: #FF9;
}

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

.tableau .numeroDeLaSemaine td {
/*	background-color: #CCC; */
	text-align: center;
}

#corps #contenu a {
	color: #600;
}

#corps #contenu a:hover {
	color: #600;
	text-decoration: none;
}
.legendeDisponible {
	background-color: #FFF;
	border: 1px solid #600;
	text-align: center;
}
.legendeDisponible tr td {
	border: 1px solid #600;
}

.legendeDisponible tr th {
	background-color: #FF9;
	border: 1px solid #600;
}
