body {
	background: #e5e5e5 url("design/back.png");
	background-repeat: repeat-x;
	font-size: 9px;
	font-family: "Trebuchet MS";
	color: #000000;
	text-align: justify;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

}


div.titre {
	font-family: Arial;
	color: #347eb2;
	font-size: 15px;
	background-color: #c8d5dd;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
}

div.section {
	font-family: Arial;
	color: #d6835a;
	font-size: 15px;
	background-color: #c7c7c7;
	font-weight: bold;
	font-style: italic;
	padding: 3px;
}

div.soustitre {
	font-size: 10px;
	color: #ffffff;
	margin-bottom: 6px;
}


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

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

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


a {
	color: #c54625;
	text-decoration: none;
}

a:visited {
	color: #c54625;
	text-decoration: none;
}

a:active {
	color: #c54625;
	text-decoration: none;
}

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


td {

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



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

td.content {
	padding-left: 15px;
	padding-right: 15px;
	color: #4e5c64;
	background: url("design/news_center.png");
	padding-bottom: 5px;
	padfing-top: 5px;
}


b {
	color: #ce6846;

}
strong {
	color: #ce6846;

}
i {
	color: #347eb2;
}
em {
	color: #347eb2;
}
u {
	text-decoration: none;
	border-bottom: 1px dotted #ce6846;
}

a img {
	-moz-border-radius: 3px;
	border: 1px solid #ffffff;
	padding: 2px;
}

a:hover img {
	-moz-border-radius: 3px;
	border: 1px solid #347eb2;
	padding: 2px;
}