body {
	background-color: #000000;
	background-image:   url("images/fond.jpg");
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#pageContainer {
	background-color: #40C0FE;
	width: 866px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image:   url("images/fond_container.gif");
	background-repeat: repeat-x;
  }

#bandeau {
	width: 866px;
	height: 216px;
	border-color:transparent;
	background-repeat: repeat-x;
  }

#menu {
	width: 866px;
	height: 62px;
	text-align:right;
 }
 
#contenu{
	width: 866px;
 }

#gauche{
	background-color: #FF8400;
	float: left;
	width: 260px;
	height: 554px;
	background-image:     url("images/fond_gauche.jpg");
	background-position: bottom;
	background-repeat: repeat-x;

	
 }
#centre{
	Float:left;
	margin: 20px 20px 20px;
	width: 350px;
	display:block;
	display:inline;
 }
 
 #centre2{
	Float:left;
	margin: 20px 20px 20px;
	width: 565px;
	display:block;
	display:inline;
 }
 
#droite{
	background-color: #40C0FE;
	float: right;
	width: 216px;
	height: 554px;
	background-position: bottom;
	display:block;
	display:inline;
 }
 
#actualite{
	width: 260px;
	background-image:     url("images/fond_actu.jpg")
 }
 
#recherche{
	width: 260px;
	height: 120px;
	background-image:     url(images/fond_recherche.gif);
	background-repeat: no-repeat;
 }
 
.textannonce {
	color: #FFFFFF;
}

a:link {
	color: #FF8500;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF8500;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF8500;
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF8500;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.cadre {
border-color: #ffffff;
}

.bordure {
border-left: 20px;
}

html, body {
height: 100%;
width: 100%;
}
.text_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FE8502;
}

a.info {
position: relative;
text-decoration: none;
color: black;
}

a.info span {
display: none;
}
a.info:hover {
background: none; /* correction d'un bug IE */
z-index: 5000000;
}
a.info:hover span {
display: inline;
position: absolute;
margin-top:-120px;

text-align: center;
color: white;
padding: 2px;
}

.pagination{
color:#FFFFFF;	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.Style2 {color: #FFFFFF}
.Style3 {font-weight: bold; font-size: 12px;}