#conteneur {
    width: 955px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    bottom: 0px;
}

#header {
    height: 206px;
    width: 955px;
    background-image: url(../images/website/header.jpg);
    background-repeat: no-repeat;
}

#menu {
    width: 955px;
    height: 39px;
}

#presentation a {
    float: left;
    height: 39px;
    width: 197px;
    background-image: url(../images/website/menu_presentation.jpg);
    background-repeat: no-repeat;
}

#prestations a {
    float: left;
    height: 39px;
    width: 142px;
    background-image: url(../images/website/menu_prestations.jpg);
    background-repeat: no-repeat;
}

#graphologie a {
    float: left;
    height: 39px;
    width: 155px;
    background-image: url(../images/website/menu_graphologie.jpg);
    background-repeat: no-repeat;
}

#echantillons a {
    float: left;
    height: 39px;
    width: 153px;
    background-image: url(../images/website/menu_echantillons.jpg);
    background-repeat: no-repeat;
}

#contact a {
    float: left;
    height: 39px;
    width: 118px;
    background-image: url(../images/website/menu_contact.jpg);
    background-repeat: no-repeat;
}

#fin_menu {
    float: left;
    height: 39px;
    width: 190px;
    background-image: url(../images/website/menu_fin.jpg);
    background-repeat: no-repeat;
}

#contenu {
    float: left;
    width: 955px;
    background-image: url(../images/website/ombre_fond_loop.jpg);
    background-repeat: repeat-y;
}

#contenu_fond {
    float: left;
    width: 900px;
    margin-top: 1px;
    margin-left: 28px;
    margin-right: 28px;
    background-image: url(../images/website/fond_contenu.jpg);
    background-repeat: no-repeat;
}

#contenu_accueil {
    float: left;
    width: 500px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 200px;
    margin-right: 200px;
    text-align: center;
}

#contenu_gauche {
    float: left;
    width: 271px;
    margin-top: 35px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 0px;
}

.titre_rouge {
    font-size: 12pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #C00;
}

.titre_marron {
    font-weight: bold;
    text-transform: uppercase;
    color: #6D2E0D;
}

#contenu_droit {
    float: left;
    width: 599px;
    margin-top: 35px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.rouge {
    color: #900;
}



#footer {
    float: left;
    height: 68px;
    width: 955px;
    background-image: url(../images/website/footer.jpg);
    background-repeat: no-repeat;
}

#footer_txt {
    float: left;
    height: 20px;
    width: 900px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}
#menu span {
    display: none;
}


body {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 10pt;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

h2 {
    padding: 7px;
    font-size: 18pt;
    text-align: center;
    border-width: 1px;
    border-style: dashed;
}

h5 {
    font-size: 10pt;
    text-transform: uppercase;
}

p {
    margin-top: 1.5em;
    text-align: justify;
}

p button {
    text-indent: 0em;
}

ol, ul {
    margin-top: 1.5em;
}

li p {
    text-indent: 0em;
    margin-top: 0em;
}

hr {
    height: 1px;
    border: 0px inset;
    color: #000000;
    background-color: #000000;
    width: 100%;
    text-align: center;
}



blockquote p {
    font-style: italic;
    text-indent: 0em;
}

.blockquoteLettrine:first-letter {
    font-size: 22pt;
    float: left;
}

.indent {
    text-indent: 1.5em;
}



address {
    text-align: center;
}



td.booksLeft {
    width : 95px;
}

td.booksRight {
    width: 685px;
    height: 125px;
    vertical-align: top;
}



img.left {
    float: left;
    margin-right: 5px;
}

img.right {
    float: right;
    margin-left: 5px;
}

img.left10px {
    float: left;
    margin-right: 10px;
}

img.right10px {
    float: right;
    margin-left: 10px;
}

img.no-border {
    border: 0px;
}

img.double {
    border-color: black;
    border: 3px;
    border-style: double;
    padding: 5px;
}

img.simple {
    border-color: black;
    border: 1px;
    border-style: solid;
}



td.formLeft {
    width: 200px;
    text-align: right;
}

td.formRight {
    width: 580px;
}



td.arrayLeft {
    border-color: black;
    width: 730px;
    text-align: left;
    border-width: 1px;
}

td.arrayRight {
    border-color: black;
    width: 50px;
    text-align: center;
    border-width: 1px;
}

.brun {
    background-color: #CFB47C;
}

.beige {
    background-color: #E4D4AC;
}

#milieu {
    position: absolute;
    width: 100%;
}


.principalLettrine:first-letter {
    font-size: 30pt;
    float: left;
}


a:link {
    color: #000000;
    text-decoration: none
}

a:visited {
    color: #000000;
    text-decoration: none
}

a:active {
    color: #000000;
    text-decoration: none
}

a:hover {
    color: #0000FF;
    text-decoration: none
}

.lien_mail:link {
    color: #FFFFFF;
    text-decoration: underline;
}

.lien_mail:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

.lien_mail:active {
    color: #FFFFFF;
    text-decoration: underline;
}

.lien_mail:hover {
    color: #0000FF;
    text-decoration: underline;
}


.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.lower-roman {
    list-style-type: lower-roman;
}

.upper-roman {
    list-style-type: upper-roman;
}

.square {
    list-style-type: square;
}

.circle {
    list-style-type: circle;
}

.lower-alpha {
    list-style-type: lower-alpha;
}

.decimal {
    list-style-type: decimal;
}

.no-margin {
    margin: 0px;
}

.no-text-indent {
    text-indent: 0px;
}

td.eopLeft {
    text-align: left;
    border: 0px;
}

td.eopCenter {
    float: left;
    width: 750px;
    text-align: center;
}

td.eopRight {
    text-align: right;
    border: 0px;
}

.small {
    font-size: 6pt;
}

.large {
    font-size: 12pt;
}
