body{
	background-color:#fff4e3;
	color:#ba0000;
}

a{
	color:#ba0000;
	font-size:18px;
	text-decoration:none;
}

a:hover{
	color:red;
}

hr{
	background-color: #ba0000;
	height: 3px;
	border: 0;
	margin: 10px;
	margin-left: 25%;
	width:50%;
}

img{
	border:none;
}

#bande_gauche{
	position:absolute;
	top:0px;
	left:0px;
	background-color:#ba0000;
	min-height:100%;
	width:210px;
	text-align:center;
}

#frise{
	background-image:url(../images/frise.png);
	background-repeat:repeat-y;
	background-position:center center;
	position:absolute;
	width:28px;
	height:100%;
	top:0px;
	left:210px;
}

#centre{
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	width:75%;
}

.img_centre{
	width:100%;
	text-align:center;
}

#promo{
	font-size:24px;
	width:75%;
	margin-left:12.5%;
}

#promo_texte{
	font-weight:bold;
	width:75%;
	margin-left:12.5%;
}

