@charset "utf-8";
/* CSS Document */


body {
	
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	color: white;
	background-image:url(images/jaune_fond.jpg);

	background-repeat:repeat-x;
	margin: 0px;
	background-color:#000000;
	font-size: 15px;
	letter-spacing:0px;
	word-spacing:1px;
} 

.bloque {position: relative; width: 982px; padding: 0px; 
margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; z-index: 2; overflow: visible;}

.haut {
	width:980px;
	left:0px;
	position: absolute;
	top: 0px;
}

.bas {
	width:980px;
	left:0px;
	position: absolute;
	top: 183px;
}

.colonne_1 {
	width:600px;
	left:25px;
	position: absolute;
	top: 200px;
}

.colonne_2 {
	width:300px;
	left:655px;
	position: absolute;
	top: 200px;
}

.colonne_3 {
	width:970px;
	height:600px;
	left:5px;
	position: absolute;
	top: 185px;
}


.centrer {text-align: center;}
.gras {font-weight: bold;}
.majuscule {text-transform: uppercase;}
.justifier {text-align: justify;}

a:link {color: #FF6600; text-decoration: none; border-style: none;}
a:visited {text-decoration: none;}
a:hover { color: white; text-decoration: none; border-style: none;}
a:active {color: #FF6600; text-decoration: none;}
a img {border-style: none;}
