@charset "utf-8";
/* CSS Document
** Copyright Tesri - http://www.tringles-et-barres-d-escaliers.fr/ - Code : Nguyen Marcel
*/

body {
	width:958px;
	font: x-small sans-serif;
	background: #660000;
	color: #FFFFFF;
	padding: 0;
	margin: 40px auto 40px auto;
}

#content {
	width:958px;
	height: 1177px;
	background-image:url(images/bg.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	/*border-bottom: 5px solid #F0F;*/
}

.box_title {
	width: 500px;
	position: relative;
	top: 50px;
	margin: 0 auto 0 auto;
	padding: 40px 30px 40px 30px;
	text-align: center;
	z-index:1;
	background: #660000;
	border: 3px solid #ffffff;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 28px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

.box_content {
	width: 500px;
	position: relative;
	top: 360px;
	margin: 0 auto 0 320px;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index:1;
	clear: both;
	/*border: 1px solid #ffffff;*/
	
}

.box_link {
	width: 500px;
	top: 620px;
	position: relative;
	margin: 0 auto 0 320px;
	text-align: left;
	z-index:1;
	clear: both;
	/*border: 1px solid #ffffff;*/	
}

a {
	padding-top:0px;
	cursor:pointer;
	color:#FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	padding-top:0px;
	cursor:pointer;
	color:#ffffff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	}

