body {
	font-family: Verdana, Arial, Sans-serif;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background: url(../images/body_bg.jpg) repeat-x 0 0 #5B0505;
	width:100%;
	
}
ul{
	list-style-type:none;
	}
form{
	border:0 !important;
	padding:10px;
	margin:0;
	}
fieldset{
	border:none;
	margin:0;
	}
form p{
	padding-bottom:10px;
	clear:both;
	}
#principal {
	width: 962px;
	margin: 0 auto 0 auto;
	background: white;
	/*overflow: hidden;*/
	background:url(../images/home_principal.jpg) 0 0 no-repeat;
	width:844px;
	min-height:600px;
	_height:600px;
	padding-bottom:40px;
	border-top:1px solid #000;
}

#banniereAccueil h1 {
	margin: 0;
	width:277px;
	height:100px;
	margin:120px 0 0 20px;
}
#banniereRubrique h1 {
	margin: 0;
	width:277px;
	height:100px;
	margin:25px 0 0 0;
}
#banniereAccueil h1 a, #banniereRubrique h1 a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	font-size:1px;
	text-indent:10000px;
	color:#020001;
	}

form p {
	margin: 6px 0 0 0;
	overflow: hidden;
}

form p label {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin: 0 6px 0 0;
}

textarea, input {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 90%;
}

#menuGauche {
	width: 156px;
	margin:10px 0 0 10px;
	#margin-left:45px;
	_margin-left:25px;
}
#menuGauche li{
	margin-bottom:10px;
	}
#menuGauche a{
	color:#fff;
	text-decoration:none;
	font-size: 105%;
	font-weight: bold;
	}

#menuGauche a:hover{
	text-decoration: underline;
}

/*
MENU DE LA BARRE EN HAUT DE PAGE
*/
#menuHaut {
	left:47%;
	list-style-type:none;
	margin:0 0 0 -90px;
	padding:0;
	position:absolute;
	top:90px;
}
#menuHaut li {
	float: left;
	margin: 0;
	padding: 0 8px 0 8px;
}
#menuHaut li a {
	text-decoration: none;
	color:#cc0000;
	font-size:105%;
	font-weight: bold;
}
#menuHaut li a:hover {
	text-decoration: underline;
}
#menuHaut .lienEspace {
	width: 169px;
	text-transform: uppercase;
}
#menuHaut li ul {
	position: absolute;
	z-index: 2;
	width: 200px;
	background: white;
	border: 1px solid #AAAAAA;
}
#menuHaut .bordure {
	border-right: 1px solid #5b0505;	
}

/*
PARTIE ACCUEIL PRINCIPAL
*/
#blocAccueilPrincipal {
	overflow: hidden;
	clear: both;
}
#blocAccueilPrincipal ul, #blocAccueilPrincipal div {
	float: left;	
}
#presentationAccueil {
	color:#FFFFFF;
	font-family:Garamond,Georgia,"Times New Roman",Times,serif;
	font-size:130%;
	margin-left:35px;
	padding-top:140px;
	#padding-top:160px;
	width:460px;
	
}

/*
PIED DE PAGE
*/
#footer span {
	width: 100%;
	float: none;
	clear: both;
	text-align: center;
	position:absolute;
	top:-100000px;
	left:0;
}

/*
PAGE ARTICLE
*/
#article {
	overflow: hidden;
	clear: both;
}
#article ul, #article div {
	float: left;
}
#article .texte {
	width: 590px;
}
.texte a{
	color:#cc0000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	overflow: hidden;
	}
