/* CSS Document FFFF99*/

body {
	background-color:#FFFF99;
	font-family: "Lucida Calligraphy", Georgia, serif;
	font-size:18px;
	line-height:30px;
	color:#000000;
}

p {
	margin:0;
	padding:0;
}

.top {
	background:url(img/top.png) no-repeat;
	height:75px;
}

.bottom {
	background:url(img/bottom.png) no-repeat;
	height:75px;
}

.over {
	background:url(img/over.png) repeat-y;
/*		 filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5; */
   color:#000000;
	padding-left:40px;
	padding-right:40px;
	text-align:justify;

}

#contenu {
/*	filter:alpha(opacity=100);
	-moz-opacity :1;
	opacity:1;*/
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h3.spip {
	padding-top:20px;
	padding-bottom:20px;
	margin:0px;
	font-size:26px;	
	text-align:center;
	line-height:30px;
}

.pied {
	font-family: "Lucida Calligraphy", Georgia, serif;
	font-size:18px;
	line-height:30px;
	text-align:center;
	color:#FFFFFF;
}

.site {
	font-family: "Lucida Calligraphy", Georgia, serif;
	font-size:18px;
	line-height:30px;
	color:#000000;
}

a.site:link, a.site:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a.site:hover {
	text-decoration:underline;
}