/* CSS Document */

body{margin:0;/*met toutes les marges a 0*/
	 padding:0;/*met toutes les marges a 0*/
     font: 76% "Verdana",sans-serif; /* typo de toute la page*/
	 background:#B8D8E7 url(../images/fond8.jpg) top left};/* trame de fond du site*/
	 
/*conteneur principal*/
div#general{
			width:780px;/*largeur*/
			height:680px;/*hauteur (peut être  en px; en % ou auto)*/
			margin:0 auto;/*marges pour centrer le div en haut et au milieu*/
			
			background:#F3F2F7;/* fond de la page*/

			}
/*banniere du haut*/
#general h1{
			text-indent:-12000px;
			margin:0;
			width:100%;
			height:164px;/*hauteur de l'image banniere*/
	 		background:#FFF url(../images/banniere2.jpg) no-repeat top left;/* banniere positionnée en fond du conteneur*/
			}
			
/*menu*/
ul#menu{
margin:0;
height:30px;
width:auto;
list-style-type:none;
background:#E9DCCC;/* image fond de la barre de menu*/
padding-left:10px;/*marge de gauche avant le premier bouton*/
}
#menu li {
width:150px;/*largeur du bouton*/
height:30px;
display:block;
float:left;
text-align:center;

}/*etat normal de chacun des 4 boutons*/
#bt_1 a {
display:block;
height:30px;
line-height:30px;
color: #000;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center;
background:none 
}
#bt_2 a {
display:block;
height:30px;
line-height:30px;
color: #000;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center; 
background:none
}
#bt_3 a {
display:block;
height:30px;
line-height:30px;
color: #000;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center; 
}
#bt_4 a {
display:block;
height:30px;
line-height:30px;
color: #000;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center; 
}
#bt_5 a {
display:block;
height:30px;
line-height:30px;
color: #000;/*couleur du texte du lien*/
font-weight: bold;
text-decoration: none;
text-align:center; 
}
/*etat rollover de chacun des 4 boutons*/
#bt_1 a:hover {
background:#fff;
color:#000;
border-bottom:solid 10px green
}
#bt_2 a:hover {
background:#fff;
color:#000;
border-bottom:solid 10px #FF6600;
}
#bt_3 a:hover {
background:#fff;
color:#000;
border-bottom:solid 10px #FF0000;
}
#bt_4 a:hover {
background:#fff;
color:#000;
border-bottom:solid 10px #FF6600;
}
#bt_5 a:hover {
background:#fff;
color:#000;
border-bottom:solid 10px #6633CC;
}
/*contenu*/
#content{
width:780px;
height:800px;
text-align:center;
}
#contenu a img{border:none;}/*supprime la bordure bleue autour des images avec liens sur ie6*/
h2{
font-size:14px;
color:green;
background:red url;
width:auto;
height:50px;
line-height:50px;
margin:0;
padding-left:100px;
text-indent:0px;
}
#plan{ 
width:682px;
margin:10px auto;


}
