/* CSS Document */
body {
	background-color:#333333;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(img/carbone.jpg);
	}
#global {
	position: relative;
    margin: 0px auto;
	width:980px;
	height:750px;
}

#haut_ {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:16px;
	text-align:center;
}

#cadre_ {
	position:absolute;
	left:0px;
	top:16px;
	width:980px;
	height:734px;
	border: solid 3px;
	border-color:#000000;
}

#banniere_ {
	position:absolute;
	left:0px;
	top:0px;
	width:980px;
	height:184px;
	background-color: #ffffff;
}

#boutons_ {
	position:absolute;
	left:0px;
	top:184px;
	width:980px;
	height:20px;
	background-color:#0033ff;
}

#bouton1_ {
	position:absolute;
	left:1px;
	top:0px;
	width:196px;
	height:20px;
	background-color: #0033ff;
}

#bouton2_ {
	position:absolute;
	left:196px;
	top:0px;
	width:196px;
	height:20px;
	background-color: #0033ff;
}

#bouton3_ {
	position:absolute;
	left:392px;
	top:0px;
	width:196px;
	height:20px;
	background-color: #0033ff;
}

#bouton5_ {
	position:absolute;
	left:588px;
	top:0px;
	width:196px;
	height:20px;
	background-color: #0033ff;
}

#bouton6_ {
	position:absolute;
	left:784px;
	top:0px;
	width:196px;
	height:20px;
	background-color: #0033ff;
}

#contenu_ {
	position:absolute;
	left:0px;
	top:204px;
	width:980px;
	height:514px;
	background-color: #e5e5e5;
	text-align: justify;
}

#bas_ {
	position:absolute;
	left:0px;
	top:718px;
	width:980px;
	height:16px;
	background-color: #0033ff;
}

.Style1 {
	font-size: 10px;
	color: #cccccc;
	text-align:center;
	letter-spacing:1px;
	line-height:16px;
}

.Style2 {
	font-size: 10px;
	color: #999999;
	text-align:center;
	letter-spacing:1px;
	line-height:16px;
}

.Style3 {
	color: #0033ff;
	font-weight:bold;
}

A.menu { 
	letter-spacing:2px; 
	color: #ffffff;
	display: block; 
	text-decoration:none; 
	height:100%;
	text-align:center;
	background-image:url(img/bouton.jpg);
	line-height:20px;
	font-weight:bold;
}
A.menu:hover { 
	color: #F0D50F; 
	background-image:url(img/bouton_s.jpg);

}

A.haut {
	text-decoration:none; 
	color: #999999;
	}
A.haut:hover { 
	color:#ffffff;
	}
	
A.bas {
	text-decoration:none; 
	color: #cccccc;
	}
A.bas:hover { 
	color:#ffffff;
	}

A.centre {
	text-decoration: underline; 
	color: #000;
	}
A.centre:hover { 
	text-decoration: none; 
	color:#0033ff;
	}