/* css document */

body {
    margin: 0; 
    padding: 10px;
    font-family: "Arial", "helvetica", "Sans", sans;
    font-size: 12px;
    color: #333333;
    text-align: center;  
    line-height: 15px;
}

* { 
    margin: 0;
    padding: 0; 
    font-family: "Arial", "helvetica", "Sans", sans;
    font-size: 12px;
}


/* __________________________________ */


img {
    vertical-align: middle; 
    border: 0; 
}

hr {
    visibility: hidden;
    line-height: 14px;
    height: 14px;
    clear: both;
}

ul, li, ul li {
    list-style: none; 
    list-style-image: none; 
}

ul { margin-left: 35px; }

ul.large {
    margin-top: 150px;
    width: 200px;
    margin-left: 25px;
}

ul.large li {
    margin-bottom: 18px;
}

a, 
a:link, 
a:visited, 
a:active {
    color: #1E72EE;
    text-decoration: underline;
}

a:hover {
    color: #0b4499;
    text-decoration: none;
}

/* __________________________________ */


#site {
    margin-left: auto;
    margin-right: auto; 
    display: block;
    width: 800px;
    text-align: left 
}

.menu {
    display: block;
    height: 28px;
    background: url(images/bar.png) no-repeat 50% 50%;
    margin-top: 5px;
}

.menu a, 
.menu a:link, 
.menu a:visited, 
.menu a:active {
    display: block; 
    height: 30px;
    line-height: 32px;
    width: 110px;
    text-align: center;
    float: left; 
    text-decoration: none;
    font-weight: bold;
    margin-left: 2px;
    color: #0b4499;
    text-align: center; 
}

.menu a:hover, 
.menu a.selected {
    background: url(images/selected-hover.png) no-repeat 0% 100%; 
    color: #1E72EE;
}

.chapo {
    width: 525px; 
    display: block; 
    float: left;
    margin: 10px;
}

.jobs {
    width: 251px;
    display: block; 
    float: right;
    height: 165px;
    background: url(images/recrutement.png) no-repeat 50% 50%;
    margin-top: 10px;
}


.index_panel {
    display: block; 
    width: 250px;
    height: 335px;
    float: left;
}
.panel_middle { 
    margin-left: 25px; 
    margin-right: 25px;
}
.crea { background: url(images/createur.png) no-repeat 0 0;}
.prod { background: url(images/producteur.png) no-repeat 0 0;}
.dist { background: url(images/distributeur.png) no-repeat 0 0;}

/* __________________________________ */


.marged { margin: 5px; }
.padded { padding: 5px; }
.Hmarged { margin: 25px; }
.NoLeft { margin-left: 0; padding: 0; }

.bold { font-weight: bold; }
.italic { font-variant: italic; }

.right { text-align: right; }

.blue { color: #1E72EE; }
.green { color: #00d400; }
.red { color: #d40000; }

.input, .textarea {
    width: 450px;
    padding: 3px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
}
.textarea {
    height: 150px;
    font-size: 12px;
}

button {
    margin: 0; 
    padding: 0; 
    border: 0; 
    color: transparent; 
    background: transparent; 
    cursor: hand; cursor: pointer;  
}
