@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font: 0.8em "Trebuchet MS", Georgia, Arial;
	color: #707C92;
	margin: 10px;
	background: #000 url(medias/bg.gif) repeat-x center top;
	}
#top_content{
	width: 980px;
	margin: 0 auto;
	}
#content{
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF;
	}
#top{
	width: 100%;
	background: url(medias/top.jpg) repeat-x left top;
	}
#top_ban{
	width: 980px;
	height: 143px;
	margin: auto auto;
	}
#top_page{
	width: 100%;
	height: 30px;
	background: url(medias/top_bg.gif) no-repeat left top;
	}
#contenu{
	position: relative;
	width: 980px;
	margin: 0 auto;
	border-top: 2px solid #FFF;
	}
#menu {
	float: left;
	margin-top: 20px;
	padding-left: 6px;
}
#topmenu {
	width: 976px;
	font-size: 1.1em;
	font-weight: bold;
	background: #000000 url(medias/m_top.gif) repeat-x left bottom;
	border: 2px solid #FFF;
}
#topmenu ul {
	padding: 6px;
	list-style: none;
	line-height: normal;
}
#topmenu li, li a{
	padding: 10px;
	display: inline;
	color: #F7F7F7;
	text-decoration: none;
}
#topmenu li a:hover, li a:visited{
	padding: 10px;
	display: inline;
	color: #F7F7F7;
	text-decoration: underline;
}
#page{
	float: right;
	width: 750px;
	padding: 20px 0px 0px 20px;
	min-height: 250px;
	/* background: #ffffff url(medias/bg.gif); */
	}
#btm_page{
	width: 100%;
	height: 30px;
	background: url(medias/btm_bg.gif) repeat-x left top;
	clear: both;
	}
#btm{
	width: 100%;
	height: 88px;
	line-height: 88px;
	text-align: center;
	background: #8E0305 url(medias/btm.gif) no-repeat left top;
	clear: both;
	}
#btm a{
	font-size: 0.8em;
	color: #FFFFFF;
	}
#footer{
	width: 100%;
	height: 58px;
	text-align: center;
	background: #000 url(medias/footer.gif) no-repeat left top;
	clear: both;
	}
#footer a{
	font-size: 0.8em;
	color: #FFFFFF;
	}
a{
	text-decoration: none;
	color: #232323;
	}
a:hover, a:visited{
	text-decoration: underline;
	color: #990000;
	}
img.img {
	border: 1px dashed #E1E2E8;
	padding: 6px;
	}
#top_content h1{	
	text-align: right;
	color: #F7F7F7;
	font-size: 0.9em;
	font-variant: small-caps;
	margin: 0 20px 0 0;
	}
#top_ban h5{
	color: #F7F7F7;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	}
h1{
	color: #333;
	font: 1.4em;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	margin: 10px 10px 20px 0px;
	}
h2{
	color: #383838;
	font: 1.2em;
	font-weight: bold;
	padding-bottom: 13px;
	}
h5{
	color: #383838;
	font: 1.2em;
	font-weight: bold;
	padding-left: 20px;
	}
	

ul {
	list-style-type: square;
}
ol{
	list-style-type: none;
}
li{
	list-style-type: none;
	margin-top: 12px;
	}
p{
	width: 100%;
	margin: 12px 0px 30px 0px;
	}
img.logo{
	border: 0px;
	float: right;
	margin-top: 20px;
	}