body {

	background: #222222 url("layout/back.png");
	background-repeat: repeat-x;
	font-size: 10px;
	font-family: "Trebuchet MS";
	color: #dfc7c7;
	text-align: justify;

}

div.colonne {
	width: 244px;
	font-size: 12px;
	font-family: "Georgia";
	color: #9DAF72;
	letter-spacing: 3px;
	padding: 3px;
	border-bottom: 1px #3b2929 solid;
	margin-bottom: 6px;
	font-style: italic;
	font-weight: bold;

}

div.contenu {
	width: 435px;
	font-size: 12px;
	font-family: "Georgia";
	color: #9DAF72;
	letter-spacing: 3px;
	padding: 3px;
	border-bottom: 1px #3b2929 solid;
	margin-bottom: 6px;
	font-style: italic;
	font-weight: bold;

}

td {

	font-family: "Trebuchet MS";
	font-size: 11px;
	text-align: justify;
	line-height: 13px;
}



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


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

a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #db8585 dotted;
}
a img{padding:3px; border:1px solid #e3e5e7; margin:2px; background-color:#ffffff; -moz-border-radius:3px; -moz-opacity:0.9;}
a img:hover{ padding:2px; border:2px solid #a9bcce; -moz-opacity:1; background-color:#ffffff}
a.nohov img.nohov{padding:0px; border:0px solid #c9c9c9; margin:0px; background-color:#ffffff; -moz-border-radius:0px; -moz-opacity:1;}
a.navig {
	color: #e7d3d3;
	text-decoration: none;
}


a.navig:visited {
	color: #e7d3d3;
	text-decoration: none;
}

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

b, strong {
	color: #e2dec9;
}

i {
	color: #D9DB56;
}
em {
	color: #D9DB56;
}
u {
	text-decoration: none;
	border-bottom: 1px #a56060 dotted;
}