/* Menu vertical */
html, body {
    height: 100%;
}
#menu_ver
{
	position:fixed;
	height: 100%;
	width: 195px;
	background-color: #006633;
	margin-left: 80px;
	z-index: 0;
}
.accueil
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_accueil.jpg);
	margin-top: 44px;
}
.accueil:hover
{
	background-image: url(images/button_accueil_hover.jpg);
}
.gaia
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_gaiap.jpg);
	margin-top: 88px;
}
.gaia:hover
{
	background-image: url(images/button_gaiap_hover.jpg);
}
.collections
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_collections.jpg);
	margin-top: 132px;
}
.collections:hover
{
	background-image: url(images/button_collections_hover.jpg);
}
.projets
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_projets.jpg);
	margin-top: 176px;
}
.projets:hover
{
	background-image: url(images/button_projets_hover.jpg);
}
.evenements
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_event.jpg);
	margin-top: 220px;
}
.evenements:hover
{
	background-image: url(images/button_event_hover.jpg);
}
.aides
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_aides.jpg);
	margin-top: 264px;
}
.aides:hover
{
	background-image: url(images/button_aides_hover.jpg);
}
.contact
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_contact.jpg);
	margin-top: 308px;
}
.contact:hover
{
	background-image: url(images/button_contact_hover.jpg);
}
.liens
{
	position: absolute;
	height: 44px;
	width: 195px;
	background-image: url(images/button_liens.jpg);
	margin-top: 352px;
}
.liens:hover
{
	background-image: url(images/button_liens_hover.jpg);
}
.down
{
	position: absolute;
	height: 22px;
	width: 195px;
	background-image: url(images/button_vide_down.jpg);
	margin-top: 396px;
}
