@charset "ISO-8859-2";
/* CSS Document */

body {
	background-image: url(images/fond.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dde9dd;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	text-align:justify;
	list-style:square;
}

.footer {
	color:#999;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
a.footer {
	color:#666;
	text-decoration:none;
}
a.footer:hover {
	color:#333;
	text-decoration:none;
	border-bottom:1px dashed #333;
}

.footeryoolight {
	color:#999;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
a.footeryoolight {
	color:#666;
	text-decoration:none;
}
a.footeryoolight:hover {
	color:#333;
	text-decoration:none;
	border-bottom:1px dashed #333;
}

.adresse {
	color:#666;
	line-height:18px;
	text-align:center;
}

.titre {
	font-size: 24px;
	font-weight: bold;
	color: #336600;
}

.ital {
	font-style:italic;
	font-size:14px;
	text-transform:uppercase;}

.Style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.Style4 {font-size: 12px}
.Style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
}
.Style6 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }

/* MENU */

#menu {
	background:url(images/bg-menu.png) repeat-x;
	height:46px;
	text-align:center;
}

#menu a {
	line-height:46px;
	color:#cff1ff;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
}

#menu a:hover {
	line-height:46px;
	color:#FFF;
	text-decoration:none;
}
