﻿html {
  margin: 0 auto;
  /**background-image: url('images-css/fond.png');**/
background-image: url('images-css/fondbleu.gif');
  background-position: left top;
  background-repeat: repeat;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: normal
}
body {
  margin: 0 auto;
  /**background-image: url('images-css/fond.png');**/
background-image: url('images-css/fondbleu.gif');
  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: 880px;
  height: auto;
  text-align: left;
  background-image: url('images-css/menu3.png');
  
}
#bloc_logo  {
  width: 880px;
  height: 150px;
  text-indent: -5000px;
  background-image: url('images-css/banderola_index.png');
  background-position: left top;
}
#bloc_menu  {
  float:left;
  width: 150px;
  height: 700px;
   font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  color: red;
  background-image: url('images-css/menu3.png');
  background-position: left top;
  background-repeat: repeat
}
#bloc_contenu {
  width: auto;
  margin-left:150px;
  margin-top:10px;
  /*height: 700px;*/
  padding: 10px;
   background-color: #e9e9e9;
  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/puce2.gif');
	list-style-position: outside
	}
h1 {
	text-indent: -5000px
}
h2 {
	color: rgb(0, 102, 0);
	text-align: center;
	font-family: Comic Sans Ms, Arial, sans-sherif;
	font-size: xx-large;
	}
h3 {
	color: rgb(0, 102, 0);
	text-align: center;
	font-family: Comic Sans Ms, Arial, sans-sherif;
	font-size: x-large;
	}	
#bloc_menu a:visited {
	 /*color: #330099;*/
	color: red;
	text-decoration: none;
}
#bloc_menu a:active {
	 /*color: #330099;*/
	color: red;
	text-decoration: none;
}
#bloc_menu a:link {
	 /*color: #330099;*/
	color: red;
	text-decoration: none;
}
#bloc_menu a:hover {
  border: 2px solid #000000;
  background: #333333 none repeat scroll 0% 50%;
  color: #ffffff;
}
.ligne_bleue {
	color: #0000FF;
	border-color: #0000FF;
	background-color: #0000FF;
	width: 100%;
	size : 2px;
	text-align: center;
	border: 0;
	}
.ligne_courte {
	color: rgb(0, 102, 0);
	border-color:  rgb(0, 102, 0);
	background-color:rgb(0, 102, 0);
	height: 3px;
	width: 50%;
	text-align: center;
	border: 0;
	}

