@charset "utf-8";
/* CSS Document */

body {
	font: 12px "Trebuchet MS", helvetica, sans-serif;
	background-color:#81446E;
	margin: 50px 0 0 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bg_body.gif);
}
#conteneur {
	width: 975px;
	margin: 0 auto;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
#contenu {
	width: 488px;
	background-color:#FFFFFF;
	margin: 0;
	padding: 10px 20px 20px 20px;
}
#contenu h1{
	font-size: 13px;
	border-bottom: 1px solid #81446E;
}
#contenuImage {
	width: 487px;
	margin: 0;
	padding: 0;
}
.English {
	font-style: italic;
	color: #993399;	
}
#pied {
	font-size: 11px;
	color: #AEAEAE;
	text-align: right;
	margin: 0;
	padding: 0 20px 0 0;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
#pied a{
	color: #FFF;
}
#pied a:hover{
	color: #33FFFF;
}
a {
	text-decoration: none;
}
#menu {
	height: 25px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: repeat-x;
}
#menu a{
	/*width: 130px;*/
	padding: 0 30px;
	display: block;
	float: left;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	border-right: 1px dotted #000;
}
#menu a:hover{
	background-image: url(../images/menu_over.gif);
	background-repeat: repeat-x;	
}