/* CSS Document */
body {
	background-color:#7b0249;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#global {
	position: absolute;
    left: 50%; 
    top: 50%;
    width: 980px;
    height: 706px;
    margin-top: -353px; /* moitié de la hauteur */
    margin-left: -490px; /* moitié de la largeur */
	border: #bb0f61 solid 3px;
}
#haut_ {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:12px;
	background-color: #BB0F61;
	line-height: 10px;
}
#flash_ {
	position:absolute;
	left:0px;
	top:12px;
	width:980px;
	height:200px;
	background-color: #FFFFFF;
}

#bouton1_ {
	position:absolute;
	left:0px;
	top:212px;
	width:140px;
	height:20px;
}

#bouton2_ {
	position:absolute;
	left:140px;
	top:212px;
	width:140px;
	height:20px;
}

#bouton3_ {
	position:absolute;
	left:280px;
	top:212px;
	width:140px;
	height:20px;
}

#bouton4_ {
	position:absolute;
	left:420px;
	top:212px;
	width:140px;
	height:20px;
}

#bouton5_ {
	position:absolute;
	left:560px;
	top:212px;
	width:140px;
	height:20px;
}

#bouton6_ {
	position:absolute;
	left:700px;
	top:212px;
	width:140px;
	height:20px;
}

#bouton7_ {
	position:absolute;
	left:840px;
	top:212px;
	width:140px;
	height:20px;
}

#contenu_ {
	position:absolute;
	left:0px;
	top:232px;
	width:980px;
	height:464px;
	background-color: #FFFFFF;
}

#bas_ {
	position:absolute;
	left:0px;
	top:696px;
	width:980px;
	height:12px;
	background-color: #BB0F61;
	line-height: 13px;
}
.Style1 {
	font-size: 10px;
	color: #ffffff;
	text-align:center;
	letter-spacing:1px;
}

.Style2 {
	color: #600139;
	font-weight:bold;
	letter-spacing:1px;
}

.Style3 {
	color: #600139;
	font-size: 10px;
	letter-spacing:1px;
}
.Style4 {
	color: #ffffff;
}

.Style5 {
	font-weight:bold;
	letter-spacing:1px;
}

A.bouton {
	text-decoration:none; 
	display:block;
	font-weight: bold;
	font-size: 12px;
	color:#ffffff;
	line-height:20px;
	background-image:url(img/bouton_dc.jpg);
	text-align:center;
	}
A.bouton:hover {
	color:#bb0f61;
	background-image:url(img/boutons.jpg);
	}
	
A.bas {
	text-decoration:none; 
	color:#ffffff;
	}
A.bas:hover {
	text-decoration:underline; 
	color:#600139;
	}

A.centre {
	text-decoration:underline; 
	color:#000000;
	}
A.centre:hover {
	text-decoration:none; 
	color:#600139;
	}

A.mention {
	text-decoration:underline; 
	color:#ffffff;
	}
A.mention:hover {
	text-decoration:none; 
	color:#ffffff;
	}
