body{
	background-image:url('./img/fond.jpg');
	background-repeat : repeat-x;
	background-attachment : fixed;
}

.menu{
	width:960px;
	height:39px;
}

#haut_page{
	margin-top:2px;
	margin-left:0px;
	background-image:url(./img/cotenu_haut_grand.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:660px;
}

#bas_page{
	float:left;
	margin-left:0px;
	background-image:url(./img/contenu_bas_grand.png);
	background-repeat:no-repeat;
	height:7px;
	width:660px;
}

.haut_page{
	background-color:red;
	width:960px;
	height:12px;
}

.contenu{
	/*height:557px;*/
}

.Contenu_milieu{
	float:left;
	top: 20px;
	margin-top:0px !important;
	margin-top:-11px;
	width:658px;
	border-left:1px solid black;
	border-right:1px solid black;
	background-color:#E6EBF1;
}

.contenu_scroll{
	/*overflow:auto;*/
}

.contenu_entre2{
	float:left;
	height:100px;
	width:23px;
}

.contenu_droite{
	border-left:1px solid black;
	border-right:1px solid black;
	float:left;
	width:196px;
	background-color:#E6EBF1;
}

.bas_page{
	float:left;
	border-left:1px solid black;
}

.haut_page2{
	padding-top:20px;
	margin-top:20px;
	background-image:url(./img/contenu_haut_grand.jpg);
}

.bas_page2{
	float:left;
	height:1px;
	width:196px;
	background-color:#E6EBF1;
	margin-left:23px;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
}

.div_news{
	width:180px;
	height:250px;
	border-top:3px solid #91A1BA;
	border-left:3px solid #91A1BA;
	border-right:3px solid #91A1BA;
	background-color:#D9DEEA;
}

.bouton_news{
	width:180px;
	height:25px;
	border-left:3px solid #91A1BA;
	border-right:3px solid #91A1BA;
	border-bottom:3px solid #91A1BA;
	background-color:#D9DEEA;
}

.news_text{
	width:180px;
	height:220px;
}

td.lignes_tableau{
	border:1px solid #91A6C5;
}

td.lignes_tableau2{
	border:1px solid #D2B8BB;
	background-color:#F8F9FC;
}

a.info {
	position: relative;
	color: black;
}

a.info span {
	display: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
}
a.info:hover span {
	display: inline;
	position: absolute;
	top: 2em;
	left: 1em;
	background: #91A6C5;
	text-align: center;
	color: white;
	padding: 2px;
	border:1px solid black;
}

a img{
	border:none;
}

a {
	text-decoration: none;
}
.texte_contact{
	font-family:verdana;
	font-size:10px;
	color:black;
}