body {
	background: #a7a8ab url("design/back.png");
	background-repeat: repeat-x;
	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: #5d5e64;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	padding-bottom: 3px;
}



div.soustitre {
	font-size: 10px;
	color: #818181;
	text-align: right;
	padding-right: 25px;
}


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

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

a.menu:hover {
	color: #7c5b84;
	border-left: 5px solid #7c5b84;
	padding: 3px;  
	display: block;
	background-color: #dadada;
	text-transform: uppercase;
	-moz-border-radius:5px;
	font-size: 10px;
}


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


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


td {

	font-size: 9px;
	text-align: justify;
	line-height: 12px;
}




td.section {
	padding-left: 25px;
	padding-right: 25px;
	color: #ffffff;
	background: url("design/section_center.png");
}

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


b {
	color: #845159;

}

i {
	color: #7c5b84;
}

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

a img {
	-moz-border-radius: 5px;
	border: 1px solid #7c5b84;
	padding: 2px;
}

a:hover img {
	-moz-border-radius: 5px;
	border: 1px solid #845159;
	padding: 2px;
}