/* DEBUT BALISE HTML */
body, html{
background : #999;
top : 0;
left : 0;
margin: 0;
padding: 0;
font-family: helvetica, arial, sans-serif;
color: black;
font-size: 11px;
width: 100%;
height: 100%;
}
body{
text-align: left;
}
div {
margin: 0;
border: 0 none;
padding: 0;
text-align: left;
}
p{
margin: 0 0 15px 0;
text-align: left;
line-height: 15px;
}
a{
color: black;
text-decoration: none;
}   
a:hover{
text-decoration: none;
}
img{
border: 0 none;
}
table{
border: 0 none;
border-collapse: collapse;
empty-cells: show;
}
td{
border: 0 none;
vertical-align: top;
}
h1{
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
color: black;
margin: 0 0 10px 0;
}
h2{
font-size: 13px;
font-weight: bold;
color: black;
margin: 0 0 10px 0;
}
h3{
font-size: 12px;
font-weight: bold;
color: black;
margin: 0 0 10px 0;
}
/* FIN BALISE HTML */

/* DEBUT ZONES */
.oeillet{
background-image: url('img/oeillet.jpg');
background-repeat: no-repeat;
}
/* FIN ZONES */
div#menu{
height: 360px;
text-align: right;
}
div#contenu{
padding-left: 10px;
}
div#contenu p{
color: black;
text-align: justify;
padding-right: 10px;
}
div#contenu a{
color: black;
text-decoration: underline;
}
/* DEBUT MENU-LIENS */
div#menu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
}
div#menu ul li.menu a{
color: #999;
margin: 0;
padding: 0 0 5px 0;
line-height: 14px;
}
div#menu ul li.sel_sm a{
color: #666;
font-weight: bold;
}
div#menu ul ul {
margin: 5px 0 10px 0;
}
div#menu ul ul li.sel_sm a{
font-size: 11px;
color: #666;
font-weight: bold;
}
div#menu ul ul li.menu a{
font-size: 10px;
color: #666;
font-weight: normal;
}
div#lng{
text-align: right;
color: #333;
font-size: 10px;
}
div#lng a{
color: #666;
font-size: 10px;
}
/*FIN MENU-LIENS*/
/* DEBUT MISE EN FORME */
table#peintures{
width:100%; 
margin-top: 0px;
}
table#peintures td{
text-align: center;
}
td.p-titre{
padding: 2px 0px 5px 0;
}
td.p-image{
height: 340px;
padding: 0;
}
td.p-lib{
padding: 0px 0px 0px 0;
font-weight: bold;
color: #666;
}
td.p-year{
color: #666;
padding: 0px 0px 5px 0;
}
td.p-year a{
color: black;
text-decoration: underline;
}
td.p-vign img{
margin: 0 5px 0 0;
}
/* FIN MISE EN FORME */
