body{
	margin: 0px;
	background-color: #80588a;
	font-family: verdana;
}

/*
*
*Style pour la lightbox
*
*/	
#lightbox{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: black;
	z-index: 1;
}
#imagelightbox{
	border: 8px solid white;
}


.page{
	text-align: justify;
	vertical-align: top;
	background-color: #eacce6;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 95%;
}

h4{
	font-size: 120%;
}

.page a{
	text-decoration: none;
	color: #734b7d;
	font-weight: bold;
}
.page a:hover{
	text-decoration: underline;
}

.menu{
	padding-left: 13px;
}

.menu a{
	text-decoration: none;
	color: black;
}
.menu a:hover{
	text-decoration: none;
	color: white;
}

.menu-bouton{
	background-image: url(images/menu-bouton.jpg);
	background-repeat: no-repeat;
	width: 157px;
	height: 30px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 6px;
}

.menu-liens{
	font-size: 90%;
}
.menu ul{
	padding-left: 22px;
	margin: 0px;
	list-style: circle;
}
.menu li{
	margin-bottom: 3px;
}

img{
	border: 0px solid black;
}

a.mini img{
	opacity: 0.75;
	filter:alpha(opacity=75);
}
a.mini:hover img{
	opacity: 1.0;
	filter:alpha(opacity=100);
}
