/* CSS Document */
#navVertic {
	float: left;
	background: #ffdd00 url(../img/bg_navVertic.gif) no-repeat top left;
	width: 233px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

/* NAVIGATION VERTICALE */
#navVertic ul {
	margin: 5px 0px 20px 0px;
	padding: 0px;
}


/* lien retour à la page d'accueil */
#accueil a:visited {
	color: #000;
	text-decoration: none;
}
#accueil a:link {
	color: #000;
	text-decoration: none;
}
#accueil a:hover {
	color: #ccc;
	text-decoration: none;
}
#accueil {
	background-image: url(../img/bg_accueil.gif);
	background-repeat: no-repeat;
	margin: 0px 0px 20px 0px;
	padding: 0 3px 3px 20px;
}

#navVertic h1 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	color: #91D6FA;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
}

#navVertic ul {
	margin: 5px 30px 5px 0;
	padding: 0px;
}
#navVertic fieldset {
	margin: 20px 20px 0 0;
	width: auto;
	
	/* coins arrondis */
	-moz-border-radius: 0 12px 12px 0; 
    -webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 0;
    -khtml-border-radius: 0 12px 12px 0; 
    border-radius: 0 12px 12px 0; 
}
#navVertic #services {
	border: solid 1px #998500;
	border-left: none;
}
#navVertic #vousnous {
	border: solid 1px #fff8cc;
	border-left: none;
}

#navVertic #services legend {
	padding: 0 5px 0 12px;
	background: url(../img/bg_legend_services.gif) no-repeat center left;
}
#navVertic #vousnous legend {
	padding: 0 5px 0 12px;
	color: #757575;
	background: url(../img/bg_legend_vousnous.gif) no-repeat center left;
}
#navVertic #services ul {
	margin: 10px 10px 10px 0;
}
#navVertic #vousnous ul {
	margin: 10px 10px 10px 0;
}
#navVertic ul li {
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 3px 3px 3px 12px;
}
#navVertic ul li a {
	font-weight: bold;
}

#navVertic li.rapide {
	background: url(../img/bg_rapide.png) no-repeat right top;
}
#navVertic li.services {
	background: url(../img/bg_services.png) no-repeat right top;
}
#navVertic li.vousnous {
	background: url(../img/bg_nousvous.gif) no-repeat right top;
}
a.nsvs:visited {
	color: #2e2f32;
	text-decoration: none;
}
a.nsvs:link {
	color: #2e2f32;
	text-decoration: none;
}
a.nsvs:hover {
	color: #fff;
	text-decoration: none;
}

/* sous-navigation verticale droite */
a.noir:visited {
	color: #000000;
	text-decoration: none;
}
a.noir:link {
	color: #000000;
	text-decoration: none;
}
a.noir:hover {
	color: #999;
	text-decoration: none;
}

