/* Blocs principaux */
body {
	padding: 0px;
	margin: 20px 5px 5px 5px;
	background: #8D100E url(../img/bkg-body.gif) repeat-x 0px 0px;
}

img.png {
	behavior: url(/css/png.htc);
}

#header, #footer, #RSS {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

#main-container {
	margin-left: auto;
	margin-right: auto;
	width: 790px;
}

/* En-tete */
table#banniere {
	padding: 0px;
	margin: 0px;
}

/* Zone actu + contenu accueil */
#actu {
	float: left;
	background: #F9F9F9;
	padding: 2px;
	margin: 0px 0px 0px 1px;
	width: 224px;
}

#actu ul {
	padding: 5px 15px 15px 20px;
	margin: 0px;
}

#left-column {
	float: left;
	width: 250px;
}

#left-column-contact {
	float: left;
	margin-left: 25px; 
	margin-right: 45px;
	width: 205px;
}

#left-column-contact p {
	text-indent: 0px;
	padding-left: 15px;
}

#content {
	float: left;
	background: transparent;
	padding: 8px;
	margin: 0px 0px 0px 20px;
	width: 520px;
}

/* Galeries */
a.thumbnail {
	display: block;
	float: left;
	border: 1px solid #8F362C;
	background-color: #8F362C;
	padding: 14px 8px 5px 8px;
	margin: 5px;
	width: 90px;
	height: 105px;
	text-align: center;
	text-decoration: none;
}

a.thumbnail:hover {
	text-decoration: none;
	background-color: #721006;
}

a.thumbnail img {
	text-decoration: none;
	border: 1px solid #999;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a.thumbnail:hover img {
	text-decoration: none;
	border: 1px solid #AAA;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

a.thumbnail img.png, 
a.thumbnail:hover img.png {
	border: none;
	position: relative;
	top: 2px;
	margin-top: -1px;
}

/* Pied de page */
#footer {
	background-color: transparent;
	border-top: 1px solid #CCC;
	clear: both;
}

#footer ul {
	list-style: none;
	padding: 5px;
	margin: 5px 0px 0px 110px;
	text-align: center;	
}

#footer ul li {
	display: inline;
	padding: 10px;
}

/* Eléments de déoration */
.invisible {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

div#waiting {
	display: none;
}

div#map {
	width: 480px;
	height: 300px;
	float: left;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
