#menu
{
	width:190px;
	margin-left:8px;
	float:left;
}

#menu_accueil
{
	border-left:2px solid #ff7920;
	height:90px;
	margin-top:5px;
}

#menu_accueil a
{
	display:block;
	color:#ff8b19;
	font-weight:bold;
	font-size:10pt;
	margin-left:2px;
}

#menu_accueil a:hover
{
	background-color:#fce9dc;
}

#menu_accueil h1
{
	background-color:#ff7920;
	color:white;
	font-size:12pt;
	padding-left:10px;
	margin-bottom:5px;
}

#menu_heb
{
	border-left:2px solid #776848;
	height:60px;
	margin-top:10px;
}

#menu_heb a
{
	display:block;
	color:#6c5e2c;
	font-weight:bold;
	font-size:10pt;
	margin-left:2px;
}

#menu_heb a:hover
{
	background-color:#f1eac3;
}

#menu_heb h1
{
	background-color:#776848;
	color:white;
	font-size:12pt;
	padding-left:10px;
	margin-bottom:5px;
}

#menu_voyage 
{
	border-left:2px solid #ffc52a;
	height:60px;
	margin-top:10px;
}

#menu_voyage a
{
	display:block;
	color:#ffc52a;
	font-weight:bold;
	font-size:10pt;
	margin-left:2px;
}

#menu_voyage a:hover
{
	background-color:#f5eedd;
}

#menu_voyage h1
{
	background-color:#ffc52a;
	color:white;
	font-size:12pt;
	padding-left:10px;
	margin-bottom:5px;
}


#menu_stage 
{
	border-left:2px solid #776848;
	margin-top:10px;
}

#menu_stage a
{
	display:block;
	color:#776848;
	font-weight:bold;
	font-size:10pt;
	margin-left:2px;
}

#menu_stage a:hover
{
	background-color:#e5ddcb;
}

#menu_stage h1
{
	background-color:#776848;
	color:white;
	font-size:12pt;
	padding-left:10px;
	margin-bottom:5px;
}


#menu_hiver 
{
	border-left:2px solid #546c90;
	margin-top:10px;
}

#menu_hiver a
{
	display:block;
	color:#546c90;
	font-weight:bold;
	font-size:10pt;
	margin-left:2px;
}

#menu_hiver a:hover
{
	background-color:#d5e1e9;
}

#menu_hiver h1
{
	background-color:#546c90;
	color:white;
	font-size:12pt;
	padding-left:10px;
	margin-bottom:5px;
}

#menu_ete
{
	border-left:2px solid #729416;
	margin-top:10px;
}

#menu_ete a
{
	display:block;
	color:#729416;
	font-weight:bold;
	font-size:10pt;
	margin-left:2px;
}

#menu_ete a:hover
{
	background-color:#e1eac8;
}

#menu_ete h1
{
	background-color:#729416;
	color:white;
	font-size:12pt;
	padding-left:10px;
	margin-bottom:5px;
}

a
{
	text-decoration:none;
}
