body {
	background: #202020;
	font-size: 10px;
	font-family: "Trebuchet MS";
	color: #c0c0c0;
	text-align: justify;
	line-height: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;

}


div.titre {
	font-family: Tahoma;
	text-align: center;
	color: #b44029;
	font-size: 17px;
	background-color: #505050;
	padding: 3px;
	font-weight: bold;
	font-style: none;
}

div.soustitre {
	text-align: center;
	color: #737373;
}

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

.content2_menu {
	color: #ffffff;
	font-family: century gothic;
	text-align: center;
	font-size:12px;
	height:15px;
	background-color:#1E575E;
	font-weight:normal;
	letter-spacing:1px;
	font-variant:small-caps;
	-moz-border-radius:10px;
	margin-bottom:15px;
	margin-top:0px;
}


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

a.menu:hover {
	color:  #38b1c2;
	border-left: 5px solid #b74028;
	padding: 3px;  
	display: block;
	background-color: #2d2d2d;
	text-transform: uppercase;
	-moz-border-radius:5px;
	font-size: 10px;
}


a {
	color: #ededed;
	text-decoration: none;
	cursor:pointer;
}

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

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

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	cursor: help;
}


td {

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



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

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


strong {
	color: #38b1c2;

}

em {
	color: #b74028;
}

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

a img {
	-moz-border-radius: 3px;
	border: 1px solid #4d8c94;
	padding: 2px;
	cursor:pointer;
}

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

.quote
{
background:#505050;
width:450px;
padding:10px;
margin-left:30px;
border-right:2px solid #1E575E;
margin-top:10px;
text-align:justify;
font-size : 10px; 
font-family : Trebuchet MS; 
margin-bottom:15px;
color : #c0c0c0; 
-moz-border-radius:5px;
}

blockquote
{
background:#505050;
width:450px;
padding:10px;
margin-left:30px;
border-right:2px solid #1E575E;
margin-top:10px;
text-align:justify;
font-size : 10px; 
font-family : Trebuchet MS; 
margin-bottom:15px;
color : #c0c0c0; 
-moz-border-radius:5px;
}