body {
	margin: 0;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

h1 {
	background: url(../media/puce/triangle.gif) no-repeat 0px 5px;
	color: #f2f2f2;
	font-size: 12pt;
	padding-left:8px;
}

hr.ligneTitre {
	height:1px;
	width:90%;
	margin-left:10px;
	border: 1px solid #acce2c;
	border-top:0;
}
a {
	color: #fefefe;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
}

#conteneur {
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(../media/deco/centre_repete.jpg) repeat-y;
	border:1px solid #aaa;
}

#entete {
	width: 950px;
	height: 152px;
	background-color: #000;
	background: url(../media/deco/entete.jpg) no-repeat;
}

#menuBase {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size:8pt;
	margin:0;
}
#menuHaut {
	position: absolute;
	height:25px;
	top: 110px;
	right: 10px;
	font-size:11pt;
	font-weight:bold;
	font-family: Verdana;
	background: url("../media/deco/barre_sous_menu.jpg") repeat-x bottom left;
	margin:0;
	padding:0;
}

#menuHaut a:hover {
	text-decoration:none;
}


#menuHaut li {
	margin: 0px 10px;
	display:inline;
}

#logo {
	position: absolute;
	top:35px;
	left:35px;
}

#centre {
	width: 950px;
	background: url(../media/deco/centre.jpg) no-repeat;
	min-height:500px;
}

#gauche {
	float: left;
	width: 660px;
	margin-bottom: 10px;
	padding: 10px;
}

#droite {
	float: right;
	width: 255px;
	margin-bottom: 10px;
	margin-right:5px;
	padding-left: 10px;
	padding-top: 10px;
}

#pied {
	clear: both;
	text-align: center;
	width: 950px;
	height: 161px;
	background: url("../media/deco/pied.jpg") no-repeat;
}

#adresse {
	font-family:verdana;
	padding-top:55px;
	font-size:8pt;
	color: #eee;
}
	
.newsResume {
	color: #d4f947;
	margin-bottom: 15px;
}

.newsResume p {
	color: #fefefe;
}

.newsResume .lienSuite{
	color:#f3fc55;
	display:block;
	text-align:right;
}

.news {
	padding: 3px 3px 3px 5px;
	color: #222222;
	margin-bottom: 10px;
	text-align:justify;
}

.news h3 {
	font-family:verdana;
	color: #d4f947;
	margin-bottom: 0;
}

.newsDate {
	text-align: right;
	color: #eee;
}

.newsImage {
	
}