/* @group MenuPrincipal */

#middle #navigation {
	float: left;
	height: 424px;
	width: 135px;
	margin-left: 55px;
}

#middle #navigation #menu {
	height: 285px;
	width: 135px;
}
#navigation li{
	font-family: 'PragmatikLight', Arial, sans-serif;
	font-size: 11px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul .contenu a:link, #navigation ul .contenu a:visited {
	font-family: 'PragmatikLight', Arial, sans-serif;
	height: 24px;
	width: 135px;
	line-height: 11px;
	text-decoration: none;
	color: #000;
	background-position: top;
	display: block;
}

#navigation ul .contenu a:hover {
	font-family: 'PragmatikLight', Arial, sans-serif;
	color:#999;
	background-position: bottom;
}

#navigation ul .footer a:link, #navigation ul .footer a:visited {
	font-family: 'PragmatikLightItalic', Arial, sans-serif;
	height: 24px;
	width: 135px;
/*	text-align: center;*/
	line-height: 11px;
	text-decoration: none;
	color: #000;
	/*font-weight: bolder;*/
	background-position: top;
	display: block;
}

#navigation ul .footer a:hover {
	font-family: 'PragmatikLightItalic', Arial, sans-serif;
	color:#999;
	background-position: bottom;
}

#navigation ul .separation {
	font-family: 'PragmatikLightItalic', Arial, sans-serif;
	height: 24px;
	width: 135px;
	line-height: 11px;
	display: block;
}

#navigation #form1 {
	width: 135px;
}

#navigation #form1 #texte {
	font-family: 'PragmatikRegular', Arial, sans-serif;
	color: #ff341a;
	font-size: 10px;
	width: 95px;
}
#navigation #form1 #button {
	background-image: url(../images/little_arrow.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 12px;
	width: 12px;
	background-attachment: scroll;
	background-position: bottom;
}

#navigation #form1 #button:hover {
	background-image: url(../images/little_arrow.png);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 12px;
	width: 12px;
	background-attachment: scroll;
	background-position: top;
}

#middle #navigation #adresse {
	margin-top: 80px;
	height: 63px;
	width: 135px;
	font-size: 10px;
	position: relative;
}

#middle #navigation #adresse a{
	text-decoration: none;
	color: #000;
	background-position: top;
	display: block;
	}
	
	
#middle #navigation #adresse a:hover {
	color:#999;
	background-position: bottom;
}


#middle #navigation #adresse a:visited {
	text-decoration: none;
	color: #000;
	display: block;
}
#middle #navigation #adresse p {
	font-family: 'PragmatikRegular', Arial, sans-serif;
	position:absolute;
	bottom:0;
	width: 135px;
}

/* @end */