/* CSS Document */


body {
background-color:#000000;
padding:0 auto;
margin:0 auto;
width:100%;
}

/* centrage des éléments dans le conteneur */
#conteneur {
position:relative;
margin: 0 auto;
width:1150px;
}

div#menu {
position: relative;
padding:O;
margin:0;
left: 161px;
height: 48px;
}

div#bandeau_haut {
position:absolute;
width:1150px;
height:240px;
background-image:url(img/index_page/bandeau_haut.jpg);
}

div#bandeau_gauche {
position:absolute;
top:240px;
width:140px;
height:451px;
background-image:url(img/index_page/bandeau_gauche.jpg);
}

div#bandeau_droite {
position:absolute;
top:240px;
right:0px;
width:140px;
height:451px;
background-image:url(img/index_page/bandeau_droite.jpg);
}

div#millieu {
position:absolute;
padding:O;
margin:0;
top:240px;
left:140px;
width:870px;
height:451px;
}

div#bandeau_bas {
position:absolute;
top: 691px;
height:108px;
width:1150px;
background-image:url(img/index_page/bandeau_bas.jpg);
}

/*bas de page*/

div#bas_de_page {
position: absolute;
margin:O;
padding:0;
top: 799px;
left: 100px;
height: 100px;
width: 950px;
background-color:#000000;
}

div#bas_de_page_liens {
position: absolute;
padding:30px;
height: 100px;
width: 280px;
background-color:#000000;
color:#FFFFFF;
}

div#bas_de_page_partenaires {
position: absolute;
margin:O;
padding: 30px;
left:311px;
height: 100px;
width: 280px;
background-color:#000000;
}

div#bas_de_page_contacts {
position: absolute;
margin:O;
padding: 30px;
left:622px;
height: 100px;
width: 280px;
background-color:#000000;
}

div#lecteur_mp3 {
position:absolute;
right:165px;
bottom:0px;
}

.titres {
padding:O;
margin:O;
line-height:30px;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#CCCCCC;
}


.texte{
vertical-align: middle;
line-height:30px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#999999;
border-top-width:1px;
border-top-style:groove;
border-top-color:#CCCCCC;
background-image:url(img/fleche.jpg);
background-position:right;
background-repeat:no-repeat;
}

a{
text-decoration:none;
color:#999999;
}

