/*
    Document   : revendeurs.css
    Created on : 16 févr. 2009, 16:34:10
    Author     : hsg
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

H1
{
    font-size:30px;
    margin:0;
    font-weight:bold;
}
.editbox {
    position:absolute;
    width:600px;
    left:50%;
    margin-left:-300px; /* width/2 */
    z-index:20;
    background:white;
    padding: 10px;
}
