/* CSS Document */

*{
	border:0px; padding:0px; margin:0px;
}
body{
	background-image:url(../images/bg_haut.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#d9d6ba;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#716d6a;
}
#pattern{
	width:100%;
	height:100%;
	background-image:url(../images/bg_centre.jpg);
	
	min-height:700px;
}
#tous{
	width:800px;
	background-color:#ededd6;
	border-left:1px solid #c3c0a5;
	border-right:1px solid #c3c0a5;
	border-bottom:1px solid #c3c0a5;
	margin:auto;
}
#haut{
	width:800px;
	height:167px;
	background-image:url(../images/bg_haut-centre.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:auto;
}
#banniere{
	width:776px;
	margin:-8px auto 0px auto; !margin:-8px auto 0px auto; _margin:0px auto 0px auto;
}
#contenu{
	width:800px;
	background-image:url(../images/cCentre.gif);
	background-repeat:repeat-y;
	background-position:top;
}
	#intro{
		width:735px;
		padding:15px 15px 35px 25px;
		background-image:url(../images/bgGauche.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		margin:0px 12px 0px 12px;
	}
	#pub{
		width:750px;
		margin:auto;
		text-align:center;
		border:12px solid #474747;
		border-left:13px solid #474747;
	}
	#communiques{
		width:419px;
		height:160px;
		padding:30px 14px 35px 25px;
		background-image:url(../images/bgGauche.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		margin:0px 0px 0px 12px;
	}
	
	#publications{
		width:419px;
		height:250px;
		padding:30px 14px 35px 25px;
		
		background-repeat:repeat-x;
		background-position:bottom;
		margin:0px 0px 0px 12px;
	}
	#nouvelles{
		width:266px;
		min-height:435px;
		padding:20px 15px 35px 25px;
		background-image:url(../images/bgDroite.jpg);
		background-repeat:repeat-y;
		background-position:left;
		margin:0px 0px 0px -1px;		
	}
	#texte{
		width:725px;
		padding:15px 25px 35px 25px;
		background-image:url(../images/bgTexte.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		margin:0px 12px 0px 12px;
	}
#pieddepage{
	width:800px;
	margin:auto;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:lighter;
	color:#bb8000;
	margin-bottom:10px;
}
a{
	color:#575650;
	text-decoration:none;
}	
	a:hover{
		color:#bb8000;
		text-decoration:none;
	}
h3 a:hover{
	text-decoration:none;
}
li{
	list-style-type:square;
	padding:5px 3px;
	margin-left:15px;
}
input, textarea{
	border:1px solid #cccccc;
	padding:1px 4px;
	color:#716d6a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
select{
	border:1px solid #cccccc;
	color:#716d6a;
	font-family:Arial, Helvetica, sans-serif;
}
.membre{
	position:relative;
	float:left;
	width:660px;
	display:block;
	clear:both;
	margin:10px 0px 20px 0px;
}
.submit{
	border:1px solid #cccccc;
	padding:2px 15px;
	color:#716d6a;
}
.date{
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.titre{
	color:#bb8000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.page{
	float:left;
	display:block;
	height:18px;
	width:20px;
	background-color:#CCCCCC;
	border:1px solid #999999;
	text-align:center;
	padding-top:5px;
	cursor:pointer;
	color:#505050;
	margin:0px 3px 0px 3px;
}
	a:hover .page{
		background-color:#D4D5D1;
		border:1px solid #CCCCCC;
	}