html, body {
	background-color: #dfdbd6;
	font-size: 9px;
	font-family: "Trebuchet MS";
	color: #7d7a78;
	text-align: justify;
	line-height: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

}


div.titre {
	font-family: Arial;
	color: #c2c53c;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-bottom: 3px;
	text-shadow: #ffffff 1px 1px 1px;
}



div.soustitre {
	font-size: 10px;
	color: #908471;
	text-align: center;
}

font.menu {
	color: #908471;
	text-transform: lowercase;
	font-size: 10px;
        font-weight: normal;
}

a.menu:active, a.menu:visited, a.menu:link {
	color: #e64870;	
	padding: 3px; 
	border-left: 5px solid #929404;
	display: block;
	text-transform: uppercase;
	-moz-border-radius:5px;
	font-size: 10px;
        background-color: #f9f8f5;
	margin-bottom: 2px;
}

a.menu:hover {
	color: #929404;	
	padding: 3px; 
	border-left: 5px solid #e64870;
	display: block;
	text-transform: uppercase;
	-moz-border-radius:5px;
	font-size: 10px;
        background-color: #e6e2db;
	margin-bottom: 2px;
}

a, a:visited, a:active {
	color: #6c604e;
	text-decoration: none;
}


a:hover {
	color: #929404;
	text-decoration: none;
	cursor: help;
}

a.comment, a.comment:visited, a.comment:active {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-shadow: #b6ada0 1px 1px 1px;
}


a.comment:hover {
	color: #e64870;
	text-decoration: none;
	cursor: help;
}


td {

	font-size: 11px;
	text-align: justify;
	line-height: 13px;
}




td.section {
	padding-left: 35px;
	padding-right: 35px;
	color: #908471;
	background: url("design/section_center.png");
	font-size: 10px;
}

td.content {
	padding-left: 35px;
	padding-right: 35px;
	color: #908471;
	background: url("design/news_center.png");
}


b,strong {
	color: #e64870;

}

i,em {
	color: #929404;
}

u {
	text-decoration: none;
	border-bottom: 1px dotted #e64870;
}

blockquote {
	background-color: #73746c;
	border-bottom: 1px solid #464740;
	border-right: 1px solid #464740;
	border-top: 0;
	border-left: 0;
	-moz-border-radius: 4px;
	padding: 10px;

}


a img {
	background-color: #ffffff;
	padding: 3px;
	border-bottom: 1px solid #b79892;
	-moz-border-radius: 3px;
	border-right: 1px solid #b79892;
	border-top: 0;
	border-left: 0;
        filter: alpha(opacity=60);
        opacity: 0.6;
        -moz-opacity: 0.6;
}

a:hover img {
	background-color: #ffffff;
	border-bottom: 1px solid #cc7081;
	border-top: 0;
	-moz-border-radius: 3px;
	border-left: 0;
	padding: 3px;
	border-right: 1px solid #cc7081;
        filter: alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity: 1.0;
}

.imgnews {
   height:50px;
   width:50px;
}
