/*Liens non encore visités*/
a:link       { text-decoration: none ; color: #009900}
/*Liens visités*/
a:visited    { text-decoration: none; color: #009900}
/*Liens actifs*/
a:active     { text-decoration: none; color: #009900}
/*Réaction au passage du curseur de la souris sur le lien*/
a:hover      { text-decoration: underline; color: #ffaa00 }

Body{
	font-family : arial;
 	margin-top:0;
	margin-left:5;
	margin-bottom:0;
	margin-right:0;	
 }

td{
	font-family : arial;
}

td.menu{
	padding : 0;
	font-family : Arial;
	Font-size : 10pt;
	font-weight : Bold;
	color : #006600;
}

table.menu{
	background-image : url(..\images\menu_fond.gif);
}

p.menu{
	margin-top : 0;
	margin-bottom : 0;
	text-align : right ;
	font-family : Arial;
	Font-size : 10pt;
	font-weight : Bold;
}

p.item{
	margin-left : 10;
	margin-top : 0;
	margin-bottom : 0;
	font-family : Arial;
	Font-size : 8pt;
	font-weight : Bold;
	color : #009900;
}

p.titre{
	font-family : arial;
	font-weight : bold;
	font-size : 16pt;
	color : #006600;
}

th{
	font-family : arial;
	font-weight : bold;
	font-size : 10pt;
	text-align : center;
	color : #FFFFFF;
	background-color : #006600;
	}

td.horaire{
	font-family : arial;
	font-size : 8pt;
	color : #006600;
	text-align : center;
	}

td.sante{
	font-family : arial;
	font-size : 10pt;
	text-align : center;
	border:solid 1px #006600;
	}

p.sousTitre{
	margin-left : 0;
	margin-top : 0;
	margin-bottom : 0;
	font-family : arial;
	font-weight : bold;
	font-size : 12pt;
	color : #006600;
	}

UL{
	list-style-image : url(../mazepratique/images/puce.gif);
	font-size : 10pt;
}

div.menu {
	width : 250 ;
	height : 250 ;
	text-align : left;
    overflow : auto ;
	background-color : #f3fee0;
	border-top : solid 1px #009900;
	border-bottom : solid 1px #009900;
	scrollbar-face-color:#f3fee0;
	scrollbar-track-color:#f3fee0;
	scrollbar-arrow-color:#006600;
	scrollbar-shadow-color:#006600;
	scrollbar-highlight-color:#006600;
	scrollbar-3dlight-color:#f3fee0;
	scrollbar-darkshadow-color:#f3fee0;
}

DIV.actu{
	height:300pt;
    overflow : auto ;
	}
		