/*
feuille de style principale du site buro103.com
copyright 2006 - yves tannier - http://www.grafactory.net
*/

/* element de configuration generale
-------------------------------------------------------- */
* { margin: 0; padding: 0; border: 0; }
html { font-size: 100%; }
body {
    font: 12px arial, sans-serif;
    background-color: #93c7bd;
    color: #000;
}
img {
    border: 0;
}   
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
ul, li {
    list-style-type: square;
}
.spacer {
  clear: both;
  font-size: 2px;
}
abbr, acronym, .help {
    border-bottom: 1px dotted black;
    cursor: help;
}
.hide {
    display: none;
}
h1 a, h2 a, h3 a {
    font-weight: normal;
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: underline;
    color: #000;
}
.fl {
    float: left;
}

/* contenu de la page
-------------------------------------------------------- */
#global {
    position:absolute;
    left: 50%;
    width: 833px;
    margin-left: -416px;
    margin-top: 20px;

}
#conteneur_fond {
    background: top center #fff url(../img/interface/fond_completb.jpg) no-repeat;
    width: 833px;
    height: 535px;
}
/* logo */
#logo {
    position: absolute:
    top: 20px;
    height: 59px;
}
#colonne_menu {
    float: left;
    width: 210px;
}
#contenu_central {
    float: left;
    width: 500px;
    padding-left: 100px;
}
#texte_haut {
    font-size: 14px;
    padding: 10px;
    padding-left: 0;
}
#contenu_central h1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.bloc {
    margin-bottom: 10px;
}
.bloc p {
    text-align: justify;
}
#menu {
    margin-top: 30px;
}
#menu ul {
    padding-left: 15px;
}
#menu ul li {
    list-style-type: none;
    padding: 5px;
    padding-left: 35px;
    background: center left url(../img/interface/petit_bureau.gif) no-repeat;
}
#menu ul li a {
    color: #000;
    padding: 5px;
    font-size: 16px;
}
#form_contact h2 {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px dotted #eee;
    font-size: 14px;
}
input, select, textarea {
    border: 2px solid #ccc;
    background: #eee;
}
input:focus, textarea:focus {
    background: #ccc;
}
.require {
    color: red;
}
.globalform label {
    font-weight: bold;
    float: left;
    width: 150px;
}
.globalform p {
    float: left;
    width: 350px;
    padding: 5px;
}
.globalform h2 {
    color: #999;
}
.globalform h3 {
    font-size: 10px;
    color: red;
    margin-top: 5px;
    margin-bottom: 10px;
}
#error_msg {
    border-left: 5px solid red;
    padding-left: 20px;
    margin-top: 10px;
}
#error_msg h2 {
    font-size: 14px;
}
#error_msg ul {
    margin-top: 5px;
    margin-left: 20px;
}
#error_msg li {
    color: red;
}
.require_erreur input, .require_erreur textarea {
    border: 2px solid red;
}
