/* -------- Construction générale de la page --------------------------------------------------- */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #151515;
	color: #FFFFFF;
}
#container{
	width: 660px;
	margin: auto;
	background: url(img/template/line.gif) repeat-y;
}
#entete{
	height: 237px;
	padding: 23px 0px 0px 33px;
}
#menu{
	padding: 0px 20px 0px 20px;

}
#corps{
	padding: 0px 30px 0px 30px;
	margin: 0px;
	color: #CCCCCC;

}
#bottom{
	background: url(img/template/bottom.jpg) no-repeat;
	height: 53px;
	margin: 0px;
}
/* -------- BALISES HTML --------------------------------------------------- */
a{
	color: #FF9900;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 20px 0px 10px 0px;
}
span.h1-light{
	color: #FF9900;
	font-weight: normal;
}
h3{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}
h3:first-letter{
	color: #FF9900;
	text-transform:lowercase;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: -1px;
}
h4{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 20px 0 0 0;
}
h4:first-letter{
	color: #FF9900;
	text-transform:lowercase;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
}
b{
	color: #FFFFFF;
}
img.cadre{
	border: 7px solid #FFFFFF;
}
/* TRUCS BIZARRES ________________________________________ */
div.separator{
	border-top: 1px dotted #333333;
	margin-top: 10px;
}