@import url(/menu.css);

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    margin: 0;
    padding: 0;
    background: #F2F2F2;
    text-align:left;
}

h1 {
    letter-spacing: -0.02em;
    color: #cc6600;
    border-bottom: 1px solid #cc6600;
}

a {
    text-decoration: none;
    color: #000000;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Affichage des membres online */
#who
{
    padding: 2px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
    text-align: center;
    font-size: 10px;
    color: #CCCCCC;
    font-family: "Arial", "Arial Black", "Times New Roman", "Times, serif";
}

#header {
    height: 110px;
    background-color: #f0d080;
    background-image: url("img/logos/logo_animal-services.gif");
    background-repeat: no-repeat;
}

#pub {
    position: absolute;
    z-index:+1;
    width:728px;
    height:90px;
    padding-left: 235px;
    padding-top: 10px;
    border: 0px solid #B8BABC;
}

#info {
    position: absolute;
    left: 600px;
    top: 113px;
}
#haut {
    height: 20px;
    background-color:#f0b840;
    /* text-align: center; */

}
#conteneur {
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 980px;
    margin: 0 auto;

    background-color:#ffffff;
}

#main_content {
    padding: 0 10px;
    overflow: hidden;
}

#centre {
    /*position: relative;*/
    background-color:#ffffff;
    margin-left: 250px;
    margin-right: 250px;
    padding-left: 10px;
    padding-right: 10px;
    /*border: 1px solid #B8BABC;*/

}

#titre_page {
    /*position: absolute;*/
    padding-left: 5px;
    padding-top: 5px;
}

#page {
    /*text-align: justify;*/
    background-color:#ffffff;
    margin: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#centre h2 {
    Font-size: 15px;
    /* background-color:#663200; */
    /* background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
    /* background-repeat: no-repeat; /* L'image ne se repetera pas, elle sera a gauche du titre */
    color: #7B1418;
    text-align: left;
    border-bottom: 1px solid #B8BABC;
}

#gauche {
    overflow:hidden;
    float:left;
    width: 250px;
    /* border: 1px solid #B8BABC; */
    /*text-align: justify;*/

}

#gauche h2, h3 {
    font-size: 15px;
    /* background-color:#663200; */
    /* background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
    /* background-repeat: no-repeat; /* L'image ne se repetera pas, elle sera a gauche du titre */
    color: #7B1418;
    text-align: left;
    /* border: 0px solid #000000; */
    border-bottom: 1px solid #B8BABC;
}

#droite {
    float: right;
    width: 250px;

}

#droite h2 {
    Font-size: 15px;
    /* background-color:#663200; */
    /* background-image: url("images/titre.png"); /* Une petite image de fond sur les titres h2 */
    /* background-repeat: no-repeat; /* L'image ne se repetera pas, elle sera a gauche du titre */
    color: #7B1418;
    text-align: left;
    border-bottom: 1px solid #B8BABC;
}

#pied {
    height: 30px;
    background-color: #f0b840;
    text-align: center;
    padding:10px;
}

#pied h3 {
    float: left;
    margin: 0;
}

#pied h3 a {
    display: block;
    background-image: url(/images/logo_pratikeo.png);
    width: 127px;
    height: 35px;
    overflow: hidden;
    text-indent: -5000px;
}

.menuhaut {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.menuhaut li {
    display: inline;

}
.menuhaut a {
    margin: 0;
    text-decoration: none;
    color: #000000;
    text-decoration: underline;
}
.menuhaut a:hover {
    text-decoration: none;
}

.menupied {
    list-style-type: none;
    margin: 0;
    padding: 0;

}
.menupied li {
    display: inline;

}
.menupied a {
    margin: 0;
    text-decoration: none;
    color: #000000;
    font-weight:bold;
    text-decoration: underline;
}
.menupied a:hover {
    text-decoration: none;

}

.home_content {
    overflow:hidden;
}

.PhorumReadBodySubject h1 {
    margin:0;
    padding:0;
    font-size:16px;
}

.WamizTeasing {
    font-size: 85%;
    color: #363636;
    padding:0 10px 5px;
    text-align:center;
    background:none;
}

#centre .WamizTeasing a[target] {
    background:none;
    padding:0;
}

.wamiz-teaser {
  float:left;
  margin-left: 200px;
}

.wamiz-teaser a {
    display:block;
    width:105px;
    height:41px;
    float:left;
    text-indent: 5000px;
    overflow: hidden;
    background: url('/img/wamiz.png');
}
