
* { padding: 0; margin: 0; }

body {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    background: #FFFFFF;
    color: #444;
    }

#container { 
    margin: 10px auto;
    width: 922px;
    }

#header {
    width: 900px;
    padding: 0px;
    height: 120px;
    margin: 0px;
    }

#content { 
    width: 900px;
    margin: 0px 0px 5px 0px;
    padding: 10px;
    height: 420px;
    }

/* --- accueil --- */
#intro {
    margin-top: 100px;
    margin-left: 70px;
    }
#logo {
    width: 170px;
    height: 220px;
    float: left;
    }
#sarl {
    }
#intro-titre {
    padding-top: 10px;
    }
#intro-stitre {
    margin-top: 20px;
    }

.titre {
    font-size: 48px;
    font-weight: bold;
    }
.stitre {
    padding-top: 10px;
    font-size: 18px;
    font-weight: bold;
    }
    
/* --- pages --- */
#maincontent {
    margin-top: 20px;
    }

.pjust {
    font-size: 16px;
    line-height: 140%;
    text-align: justify;
    }

ul {
    font-size: 16px;
    margin-left: 40px;
    }

.internal {
    font-size: 16px;
    line-height: 140%;
    }

/* --- couleurs --- */
.noir {
    color: black;
    }
.bleu {
    color: #53A4E3;
    }

.archeo {
    color: black;
    font-weight: bold;
    }
.dev {
    color: #53A4E3; /* bleu */
    font-weight: bold;
    }

/* --- menu --- */
#menu {
    clear: both;
    margin: 20px auto;
    text-align: center;
    }

/* --- links --- */
#menu a:link {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
    }
#menu a:visited {
    color: #53A4E3; /* bleu */
    text-decoration: none;
    border-bottom: 1px dotted #53A4E3;
    }
#menu a:hover {
    color: #53A4E3; /* bleu */
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
    }
#menu a:active {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
    }

/* --- footer --- */   
#footer { 
    width: 900px;
    padding: 0px;
    height: 120px;
    margin: 0px;
    }

/* --- images --- */
img {
    border: none;
    }
.fleft {
    width: 300px;
    float: left;
    margin-right: 20px;
    }
.fright {
    width: 300px;
    float: right;
    margin-left: 20px;
    }
.fright2 {
    width: 200px;
    float: right;
    margin-left: 20px;
    }