/*
Common
*/

/*LA NARTELLE*/

.boutonretour {margin:20px 0 ; padding:0 ; text-align:center;}
.boutonretour a {padding: 3px 10px; } 
.boutonretour a {color: white!important; background-color: #3399ff!important; font-weight: 600; }
.boutonretour a {text-decoration: none!important ;border: 2px outset #c0c0c0;}
.boutonretour a:hover {background-image: url(../../../../03_permanents/fd55.jpg); border: 2px inset #c0c0c0; }


body, h1, table, td, a {
 font-family: verdana, helvetica, arial, sans-serif;
}
body {
 font-size: 80%;
 color: #000;
 background: #009900;/*fond général page, couleur  à changer*/
 margin-left: 2%;
 margin-right: 2%;
 margin-top: 1.5em;
 margin-bottom: 1.5em;
}
h1 {
 color: #000;
 font-weight: 600;
 margin: 0;
 font-size: 160%;
}
a:link, a:visited {
 color: #0000cc; font-weight: 600;/*liens sélection images, couleur et épaisseur à changer*/
 background: transparent;
 text-decoration: underline;
}
a:active, a:hover {
 color: #333;
 background: transparent;
 text-decoration: underline;
}
img {
 border: none;
}
.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.footer {
 font-style: italic;
}

/*
Thumbs
*/
table {
 background: #cccc99;/*fond images, couleur à changer*/
 border: 1px solid #999;
 margin: 1em 0 1.25em 0;
 padding: 2px;
}
td {
 background: #cccc99;/*fond images, couleur à changer*/
 border: 1px solid #660000;
 width: auto;
 line-height: 110%;
 vertical-align: baseline;
}
div.caption {
 font-size: 90%;
}

/*
Page
*/
div#navt, div#navb {
 margin-top: 1em;
 margin-bottom: 1em;
}
div#navt a, div#navb a {
 text-decoration: none;
}
div.content {
 background: #fff;
 border: 1px solid #999;
 margin: 1em auto 1em auto;
}
div.content#pic {
 padding: 10px;
}
div.content#caption {
 min-width: 160px;
 padding: 5px 10px 5px 10px ;
}