/* Configuration générale */
html{
height : 100 %;
}
img {
border : 0;
}
body {
background-color : black;
margin : 0;
color : #c8c8c8;
}
table,tr,td { 
font-family : verdana;
font-size : 9px;
border : 0px ;
}

/* Configuration des liens */
a, a:visited, a:active {
color : #c8c8c8;
text-decoration : none;
}
a:hover {
color:#eeeeee;
}
a.ajouter, a.ajouter:visited, a.ajouter:active {
color : #5ec924;
}
a.ajouter:hover {
color : white;
}
a.modifier, a.modifier:visited, a.modifier:active {
color : #EFC638;
}
a.modifier:hover {
color : white;
}
a.supprimer, a.supprimer:visited, a.supprimer:active {
color : #C10000;
}
a.supprimer:hover {
color : white;
}


/* Configuration de la mise en page */
#layer {
width : 900px;
height : 650px;
background-image : url(images/fond.jpg);
position:absolute;
left:50%;
top:50%;
margin-left:-450px;
margin-top:-325px;
font-family : verdana;
font-size : 11px;
color : #A0A0A0;
border : 1px solid #A0A0A0;
}
#menu {
width : 130px;
float : left;
margin-left : 30px;
margin-right : 15px;
margin-top : 80px;
height : 300px;
font-weight : bold;
}
#min {
width : 100%;
}
#content {
width : 268px;
margin-top : 110px;
overflow : hidden;
height : 350px;
}
#contact {
height : 431px;
width : 550px;
margin-top : 110px;
overflow : hidden;
color : #c8c8c8;
}
#login {
width: 100%;
}
#titre {
font-weight : bold;
font-size : 11px;
}
#titre2 {
font-size : 10px;
}
.titre {
font-weight : bold;
font-size : 11px;
}
.titre2 {
font-size : 10px;
}
#tableau {
width : 407px;
position:absolute;
top:75;
right : 0;
margin-right : 35px;
margin-left : 15px;
}
#portrait {
width : 407px;
position:absolute;
top:50px;
right : 0;
margin-right : 35px;
margin-left : 15px;
}
#bouton {
margin-bottom : 3px;
width : 130px;
height : 27px;
background-image : url(images/bouton.gif);
text-align : center;
line-height : 27px;
color : #898989;
font-size : 10px;
}
#footer {
width : 100%;
font-weight : bold;
}
#admin {
font-weight : bold;
position:absolute;
bottom:0;
left : 0;
margin-bottom : 15px;
margin-left : 30px;
float :left;
font-size : 9px;
}
#legal {
font-weight : bold;
font-size : 9px;
position:absolute;
bottom:0;
right : 0;
margin-bottom : 15px;
margin-right : 35px;
}
#galerie {
height : 18px;
width : 130px;
margin-bottom : 5px;
}
#galerieadd {
line-height : 18px;
text-align : center;
font-size : 9px;
height : 18px;
width : 130px;
margin-bottom : 5px;
background-color : #313131;
}
.tableau {
background-color : #424242;
}
.area {
width : 376px;
border:none;
}
.area2 {
width : 376px;
height : 250px;
border:none;
}
