@charset "iso-8859-1";
/* ::: CSS - IMAGES - attention, utilise les mêmes noms d'id que index/main ::: */

/* ::: IMAGES ::: */
body{
margin:auto;
padding:0;
width:100%;
background-image:url(../interface/principale/background.gif);
background-repeat:repeat-x;
background-color:#d3e2d7; /* couleur du fond, la répétition de l'image ne se fait qu'en x */
overflow:auto;
font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#background{
background-image:url(../interface/-background/background1.jpg);
background-repeat:no-repeat;
background-position:top center;
}

#tout_images{
display:inline-block;
width:auto;
max-width:960px;
margin:auto;
}

#centre_fond_blanc{
background-image:url(../interface/onglets/centre.png);
background-repeat:repeat;
width:100%;
/*min-width:840px;*/
min-height:670px;
margin:auto;
padding-bottom:20px;
}

#centre_contenu{
width:100&;
/*min-width:800px;
max-width:920px;*/
height:auto;
margin:0 20px 0 20px;
}


#titrealbum{
background-image:url(../interface/onglets/centre.png);
font-family:Georgia, serif;
font-size:11px;
width:100%;
padding:15px 0 15px 0;
text-align:center;
}
#tableauimage{
width:auto;
height:665px;
margin:auto;
}
#tableauimage #photo img{
margin:auto;
border:0px;
}
#photo{
height:600px;
width:auto;
margin:auto;
margin-bottom:10px;
}

/* ::: NAVIGATION ::: */

#navigation{
margin:auto;
margin-top:20px;
padding:0px;
height:24px;
width:120px;
}

#precedent{
padding:0px;
height:24px;
width:24px;
float:left;
}
#suivant{
padding:0px;
height:24px;
width:24px;
float:right;
}
#home{
background-repeat:no-repeat;
padding:0px;
width:24px;
height:24px;
margin:auto;
}

#numero{
color:#865e4e;
font-family:Georgia, serif;
font-size:11px;
text-align:center;
padding:0px;
height:auto;
width:60px;
margin:auto;
margin-top:5px;
}

#btnsuivant, #btnprecedent, #btnhome{
display:block;
width:24px;
height:24px;
background-repeat:no-repeat;
background-position:0 0;
}
#btnsuivant{
background-image:url(../interface/coinphotos/btnsuivant2.png);
}
#btnsuivant:hover{
background-position:0 -24px;
}

#btnprecedent{
background-image:url(../interface/coinphotos/btnprecedent2.png);
}
#btnprecedent:hover{
background-position:0 -24px;
}

#btnhome{
background-image:url(../interface/coinphotos/btnhome2.png);
}
#btnhome:hover{
background-position:0 -24px;
}

/* ::: PIED ::: */

#pied{
position:relative; top:0; left:0;
height:15px;
width:auto;/*840px*/
margin:auto;
margin-bottom:30px;
text-align:center;
font-family:Georgia, serif;
font-size:8px;
color:#b58571;
}
#pied #angle_g{
position:absolute; top:0; left:0;
width:15px;
height:15px;
margin:0;
background:url(../interface/coinphotos/angle_g.png) no-repeat;
}
#pied #angle_d{
position:absolute; top:0; right:0;
width:15px;
height:15px;
margin:0;
background:url(../interface/coinphotos/angle_d.png) no-repeat;
}
#pied #pied_centre{
margin:0 15px 0 15px;
width:auto;
height:15px;
background:url(../interface/coinphotos/pied_15.png) repeat-x;
}
