@charset "utf-8";

body {
	background-color: #FFFFFF;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
}

img {
	border: none;
}

a {
	color: #8e6946;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
	
a:active {
	color:#a78361;
}

.titre {
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8e6946;
	text-decoration: underline;
}

.expo {
	font-size: larger;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.date {
	font-style: italic;
}

.liens a {
	color:#000000;
}

.liens a:hover {
	color:#8e6946;
}

.marge {
	padding-left:10px;
}

.over {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: #8e6946 solid thin;
}

.over:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.color {
	color: #8e6946;
}