/* CONFIGURATION SITE DE BASE */
a:link{color:#FFFF00;text-decoration:none;}
a:hover{text-decoration:none;color:#FF9900;}
a:visited,a:active {color:#FFFF00;text-decoration:none;}
body{
	font-size:12px;
	background-color:#7D1A1D;
	margin:0;
	padding:0;
}
.ensemble{
	width:800px;
	height:auto;
	position:absolute;
	margin:0 auto 0 -400px;
	background-color: #7D1A1D;
	border:3px solid #242424;
	top: 20px;
	background: url(../images/fond.jpg);
	text-align: justify;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	left: 50%;
}
.frise{
	position:relative;
	background-repeat: repeat-x;
	width: auto;
	height: 46px;
	background: url(../images/frise.png);
}
.logo{
	position:relative;
	width: auto;
	text-align: center;
	}
.presentation{
	position:relative;
	width: auto;
	text-align: center;
	}
.bourse{
	position:absolute;
	width: auto;
	text-align: center;
	left: 308px;
	top: 620px;
	}

