/* CSS Document */
body {
margin: 0;
font-family: verdana, arial, sans-serif;
font-size: 75%;
text-align:center;
}
.global {
width: 1024px;
/*margin-right:auto;
margin-left:auto;
margin-top:10px;*/
padding:0px;
text-align:left;
} 
.leblocheader {
width:1024px;
/*background-image: url('images/header.jpg');*/
background-image: url('images/banniere.jpg');
margin-top:2px;
height:140px;
float:left;
/*border: 1px solid #000000;*/
}
.leblocmenuheader {
background-image: url('images/menuh.jpg');
width: 760px;
height: 17px;
/*border-top: 1px solid #000000;*/
}
.leblocmenu {
background-image: url('images/menu.jpg');
/*border: 1px solid #000000;*/
margin-top:5px;
width: 200px;
/*width: 120px;*/
height: 780px; /* cette ligne indique la hauteur du bloc menu */
float:left;
}
.lebloctitre {
border-bottom: 1px solid #000000;
background-image: url('images/menugt.jpg');
height: 15px;
}
.contenutitre {
border-bottom: 1px solid #000000;
background-image:url('images/contenut.jpg');
height: 15px;
}
.lebloccontenu {
background-image: url('images/conteneur.jpg');
/*border: 1px solid #000000;*/
margin-top:5px;
width: 800px;
/*width: 600px;*/
height: 780px; /* cette ligne indique la hauteur du bloc contenu */
float:right;
}
.texte {
margin-top:35px;
margin-left:35px;
margin-right:100px;
font-weight: bold;}
.textemenu {
margin-top:30px;
margin-left:50px;
font-weight:bold;
}
a {
color:#000000;
text-decoration:none;
}
a:hover {
color:#0000FF;
text-decoration:underline;
}
