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

body{
	padding:0; margin:0;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%
}

#main{
	
	width:974px;
	border:#fdbc60 solid 1px;
	background-color:#000000;
	background-image:url(../images/bgDivBottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-align:center;
}

#header{
	background-image:url(../images/header.gif);
	width:974px; height:118px;
	background-repeat:no-repeat;
	text-align:center;
	background-position:center;
}

#paddingBG{
	height:300px;
}

.imgBorder{
	border:#fdbc60 solid 1px;
}

.texte{
	padding:10px 48px 0 48px;
	width:877px;
	text-align:center;
	}
.titre{
	color:#fdbc60;
	font-size:125%;
	font-weight:bold;
}
