/* CSS Document */


#global {
	background-image: url(/img/nl/accueil.jpg);
	background-repeat:no-repeat;
	background-position: left bottom;
}


#contenu {
	height: 408px;
}


h2, h3 {
	display: none;
}

#info {
	background-image: url(/img/tambour.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding-left: 19px;
	top: 0px;
	position:absolute;
	width: 124px;
	font-size: 85%;
	color: #FFFFFF;
}

#evenements {
	background-image: url(/img/nl/titre_evenements.gif);
	background-repeat:no-repeat;
	background-position: top;
	background-color: #6292cd;
	margin-top: 158px;
	padding-top: 20px;
	margin-bottom: 14px;
}

#evenements p {
	padding: 2px 10px 5px 10px;
}

div.actualites {
	background-color: #b51215;
	background-image: url(/img/nl/titre_actualites.gif);
	background-repeat:no-repeat;
	background-position: top;
	padding-top: 28px;
}

div.actualites p {
	padding: 2px 10px 5px 10px;
}

#evenements a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#evenements a:hover {
	text-decoration: none;
	color:#335277;
	font-weight: bold;
}

div.actualites a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
div.actualites a:hover {
	text-decoration: none;
	color:#650a0c;
	font-weight: bold;
}

#info p.bouton01 {
	text-align:right;
}


/* Footer */
div#panier {
	background-image:url(/img/nl/panier.gif);
	/*background-repeat: no-repeat;
	background-position:bottom left;
	width: 96px;
	height: 123px;
	margin-left: 30px;
	float: left;*/
}

div#footer {
	clear: both;
	background-image: url(/img/nl/logo_parc.gif);
	height: 123px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#footer {
	font-size: 11px;
}

div#panier p {
	text-align: center;
	color: #000000;
}

div#panier #contenu_panier a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #005731;
	text-decoration: none;
	font-size:18px;
	font-weight:bolder;
	margin-right: 15px;
}

div#panier #contenu_panier a:hover {
	color:#FFFFFF;
}

div#panier #liens {
	text-align:center;
	color: #FFFFFF;
	margin-top:15px;
}

div#panier #liens a {
	font-size: 10px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}

div#panier #liens a:hover {
	text-decoration: underline;
}

#menubas {
	text-align:right;
	font-size: 10px;
	color: #FFFFFF;
	list-style-type: none;
	padding-top: 90px;
	padding-right: 280px;
}

#menubas li {
	display: inline;
}
#menubas a {
	color: white;
	text-decoration: none;
}
#menubas a:hover {
	text-decoration: none;
	color:#98C000;
}
