/*
 ZOOLOOLAND.NET / VERSION MOZILLA
 LAST UPDATE : 3 JANVIER 2005
*/

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-image: url(../images/main_bg.gif);
	color: #757575;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	color: #629CCC;
}

.SpanH1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #F17D0A;
	font-weight: bold;
}

.SpanH2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7FA011;
	font-weight: bold;
}

.SpanH3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #7FA011;
}


.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #757575;
}

.secondary_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #528BAD;
}

#Titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #7FA011;
	font-weight: bold;
	width: 100%;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AACD32;
}

#VerticalLine{
	width: 100%;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AACD32;
	margin-top:-4;
}

#VerticalLineMenu{
	width: 100%;
	height: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #AACD32;
	margin-top:-5;
	margin-bottom: 4px;
}


/* MENUS.CSS */

#MenuBox {
	margin-top: -28px;
}

#sidebar { 
 	margin: 0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	

}

#sidebar ul, #sidebar li {	
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

#sidebar a {
	text-decoration: none;
}
	
#sidebar .nav {
	padding: 0 0 0 0
}

#sidebar .title {
	display: block;
	padding: 2px 2px 2px 0.5em;
	color: #7FA011;
	vertical-align: top;
	font-weight: bold;
}

#sidebar .subtitle {
	display: block;
	padding: -6px 2px 2px 0.5em;
	color: #F17D0A;
	vertical-align: top;
	font-weight: bold;
	font-size: 12px;
}

#sidebar ul.menu {
	margin: 0 0 0px 0;
	padding: 0 0 6px 0;
	border: none;
}
				
#sidebar .nav ul.menu li a {
	Height: 8px;
	display: block;
	margin: 2 0 0 0;
	padding: 4px 4px 4px 0.5em;
	color: #757575;
	vertical-align: top;
	background-color: #F2F2F2;
}

#sidebar .nav ul.menu li a:hover {
	color: #E88441;
	cursor: pointer;
	cursor:hand;
	background-color: #F9F9F9;
}


a:link {  color: #629CCC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline;}
a:visited {  color: #629CCC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline;}
a:hover {  color: #629CCC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline;}

