/* CSS Document */

a:link /* cibles non encore visitées */
{
	text-decoration:				none;
	color:							#666666;
}    
a:visited /* cibles visitées */
{
	color:							#666666;
	text-decoration:				none;
} 
a:hover /* Liens pour "MouseOver" */
{
	text-decoration:				none;
	color:							#CCCCCC;
}   
a:active /* Liens cliqués */
{
	color:							#666666;
	text-decoration:				none;
}  



.top
{
	margin: 0;
	background-image: url(../img/top2.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}

.menu
{
	margin: 0;
	background-color:#5047FF;
}

.Calque_menu
{
	position: absolute;
	top: 100px;
	left: 20px;
	height:auto;
	bottom:0px !important;
	z-index: 2;
}

.img_menu
{
	position:absolute;
	background-image: url(../img/top_menu.gif);
	background-repeat:no-repeat;
	top: 0px;
	left:0px;
	width: 240px;
	height: 90px;
	z-index: 1;
}

body
{
	margin: 0px 10px 0px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	scrollbar-face-color: #8ac2fe;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #90c5fe;
	scrollbar-3dlight-color: #c3e0ff;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #5047ff;
	scrollbar-arrow-color: #ff0810;
}

#fond
{
	position:absolute;
	top: 24px;
	width:777px;
	height:455px;
	left:498px;
	margin-left:-388px;
	z-index: -1;
	background-image:url(../img/fond.gif);
	background-repeat:no-repeat;
}

h1
{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
}

h2
{
	padding-top: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:center;
}

h3
{
	padding-top: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
}

.top_msg
{
	height: 100px;
	width: 350px;
	border:#0000FF thin dotted;
}

.horaires
{
	border: #000000 groove thin;
}

.horaires td
{
	border: #000000 solid 1px;
	height: 35px;
}

.horaires th
{
	border: #CCCCCC dotted 1px;
	height: 35px;
}


.occupation
{
	border: #000000 groove thin;
}

.occupation td
{
	border: #000000 solid 1px;
	height: 35px;
	font-size:10px;
	text-align:center;
}

.occupation th
{
	border: #CCCCCC dotted 1px;
	height: 35px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

.vert {
	color:#00FF00;
	font-weight:bold;
}

.rouge {
	color:#FF0000;
	font-weight:bold;
}

