BODY {
    font-size: 12px;
    color: #FFFFFF;
    background-color: #E6E6E6;
	margin-top : 0px;
	margin-right : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	
}

Table.Bordures {
	border-top: 5px solid #6C6C6C;
	border-left: 1px solid #6C6C6C;
	border-right: 1px solid #6C6C6C;
	border-bottom: 5px solid #6C6C6C;
}

TD {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
}

TD.promotion {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	background-color: #467BA8;
}

TD.news {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	text-align: justify;
}

TD.copyright {
	font-family: Arial;
	color: #585858;
	font-size: 9px;
}

A  {
	text-decoration : underline;
	color : #6FDBFF;
	font-weight: bold;
}

A:Hover  {
	text-decoration : none;
	color : #FFFFFF;
	font-weight: bold;
}

A.contenu  {
	text-decoration : underline;
	color : #DEDEDE;
	font-size: 12px;
	font-weight: normal;
}

A.contenu:Hover  {
	text-decoration : none;
	color : #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

A.copyright  {
	text-decoration : none;
	color : #585858;
	font-size: 9px;
}

A.copyright:Hover  {
	text-decoration : underline;
	color : #585858;
	font-size: 9px;
}

input.text_area {
	font-family : Arial;
	font-size : 11px;
	color : #585858;
	font-weight: bold;
	background-color: #E7E7E7;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

select.text_area {
	font-family : Arial;
	font-size : 11px;
	color : #585858;
	font-weight: bold;
	background-color: #E7E7E7;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
input.button {
	font-family : Arial;
	font-size : 12px;
	color : #585858;
	font-weight: bold;
	background-color: #E7E7E7;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

input.text_area_search {
	font-family : Arial;
	font-size : 11px;
	color : #848484;
	border-top: 1px solid #6E6E6E;
	border-left: 1px solid #A9A9A9;
	border-right: 1px solid #F0EFF0;
	border-bottom: 1px solid #FFFFFF;
}

.posthidden {display:none}
.postshown {display:inline}