body, html {
  margin: 0 auto;
  background-image: url('images-css/fond.png');
  background-position: left top;
  background-repeat: repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal
}
#conteneur {

  margin: auto auto;
  padding: 0;
  width: 900px;
  height: auto;
  text-align: left;
  background-color: #C0C0C0;
  
}
#bloc_logo  {
  margin-left: 10px;
  width: 880px;
  height: 230px;
  text-indent: -5000px;
  background-image: url('images-css/banderola.jpg');
  background-position: left top;
 
}
#bloc_menu  {
  float:left;
  width: 900px;
  height: 50px;
   font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: white;
 /* background-color: #4C92F0;*/
  background-position: left top;
  background-repeat: repeat
}
#bloc_contenu {
  width: 880px;
  margin-top:50px;
  /*height: 700px;*/
  padding: 10px;
  background-color: #C0C0C0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  /*font-weight: inherit;*/
  color: black;
  display: block;
  visibility: visible;
}

#bloc_contenu_accueil {
  
  width: 650px;
  /*margin-top:50px;*/
 /*height: 2500px;*/
  padding: 10px;
  background-color: #C0C0C0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  /*font-weight: inherit;*/
  color: black;
  display: block;
  visibility: visible;
}

#bloc_contenu_accueil_droit {
  float: right;
  width: 190px;
  /*margin-top:50px;*/
  /*height: 700px;*/
  padding: 10px;
  background-color: #C0C0C0;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12pt;
  /*font-weight: inherit;*/
  color: black;
  display: block;
  visibility: visible;
}

 #bloc_pied  {
  text-align:center;
  width: 880px;
}
ul {
	list-style-type: disc ;
	list-style-image: url('Images-css/ball_verte.gif' ) ;
	list-style-position:  outside;
	}
h1 {
	text-indent: -5000px
}
h2 {
	color: #f80e49;
	text-align: center;
	font-family: verdana sans-sherif;
	font-size: 18pt;
	background-color: #ffffff;
	}
h3 {
	color: #4304f8;
	text-align: center;
	font-family: verdana;
	font-size: 18pt;
	margin: 0 0 0 0 ;
	}	
#bloc_menu a:link, #bloc_menu a:active, #bloc_menu a:visited {
	/* color: #330099;*/
	color: white;
	text-decoration: none;
}
#bloc_menu a:hover {
  border: 4px solid  RGB(1,1,255);
  background: RGB(1,1,255);
  /*none repeat scroll 0% 50%;*/
  color: #ffffff;
}
.table_contenu {
	width: 100%;
	border: solid 3px;
	border-color: #FFFFFF;
}
.titre_table {
	width: 100%;
	background-image: url('images-css/menu.png');
	
	}
.ligne {
	color: #ffffff;
	width: 100%;
	height : 1px;
	text-align: center;
	}
	
.ligne_courte {
	/*color:#ffcc00;*/
	background-color: #ffcc00;
	border: 1px solid  #ffcc00;
	width: 80%;
	/*height : 1px;*/
	/*text-align: center;*/
		}

.img {
	border: 2px solid #008080;
	
}
.texte{
font-family : verdana;
font-size: 12pt;
}
.info {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

