/*GENERAL*/


body {
    margin: 0px;
    padding: 0px;
    font-family: arial;
    background-image: url(http://www.telethon-communautefinanciere.fr/images/fond.jpg);
    background-repeat: no-repeat;
    background-color: #d4eff8;
    background-position: center 320px;
}

.clear {
    clear: both;
}

#site {
    width: 925px;
    margin: 30px auto;
}

#partie-gauche {
    width: 605px;
    position: relative;
    float: left;
}

#partie-droite {
    width: 302px;
    position: relative;
    float: left;
    margin: 0 0 0 18px;
}


/*HEADER*/


#faux-header {
    background-color: #93c119;
    height: 104px;
    width: auto;
}

#header2 {
    width: auto;
    height: 185px;
    background-image: url(http://www.telethon-communautefinanciere.fr/images/header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f5fbfd;
}

#ombre-header {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/ombre.png);
    height: 5px;
    width: auto;
}

#contenu-header {
    width: 925px;
    height: 170px;
    margin: 0 auto;
}

#logo {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/logo.png);
    height: 120px;
    width: 273px;
    display: block;
    position: relative;
    float: left;
    margin: 30px 0 0;
}

#vignettes {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/vignettes.png);
    height: 122px;
    width: 509px;
    position: relative;
    float: right;
    margin: 28px 0;
}

#menubleu {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/fond-menu.jpg);
    height: 44px;
    width: auto;
}

#contenu-menu {
    width: 925px;
    height: 44px;
    margin: 0 auto;
}

.lien-menu {
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    position: relative;
    float: left;
    padding: 12px 0 0;
}

.separation {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/separation.png);
    position: relative;
    float: left;
    margin: 12px 17px 0;
    width: 1px;
    height: 16px;
}


/*CONTENU*/

.header-article {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/header-article.png);
    width: 605px;
    padding: 1px 0;
    
}

.header-article h1 {
    color: #22adde;
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 20px 30px;
    position: relative;
    float: left;
    width: 460px;
}

.header-article h1 a {
    color: #22adde;
    text-decoration: none;
}

.date {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/fond-date.png);
    height: 27px;
    width: 98px;
    position: relative;
    float: right;
    margin: 18px 5px 0;
    font-size: 14px;
    padding: 8px 0 0;
    text-align: center;
}

.contenu-article {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/fond-article.png);
    width: 545px;
    padding: 5px 30px 10px;
    font-size: 12px;
    color: #6a6a6a;
    text-align: justify;
}

.contenu-article p {
    margin: 0px;
    padding: 0 0 15px;
}

.contenu-article h2 {
    color: #22adde;
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
    padding: 0 0 15px; 
}

.footer-page {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/footer-page.png);
    height: 10px;
    width: 605px;
}

.footer-article {
   background-image: url(http://www.telethon-communautefinanciere.fr/images/footer-article.png); 
   width: 605px;
   height: 68px;
   font-size: 11px;
   color: #0382ae;
   text-align: center;
   padding: 25px 0 0;
   margin: 0 0 20px;
}

.footer-article a {
   color: #0382ae; 
   text-decoration: none;
}

.pager {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/fond-page.png);
    height: 26px;
    width: 605px;
    font-size: 12px;
    color: #6a6a6a;
    text-align: center;
    padding: 10px 0 0;
}

.pager a {
   color: #0382ae;
   text-decoration: none;
}

.posted {
    text-align: left;
}

#trackbacks {
    border-top: solid 1px #5bcbf1; 
    padding: 15px 0 15px;
    margin-top: 10px;
}

#comments {
    border-top: solid 1px #5bcbf1; 
    padding: 15px 0 15px;
    margin-top: 10px;
}

#postcomment {
    border-top: solid 1px #5bcbf1; 
    padding: 15px 0 15px;
    margin-top: 10px;
}

.commentparent {
    background-color: #e6f6fb;
    padding: 15px 15px 0;
    margin: 0 0 15px;
    text-align: left;
}

#commentform input[type="text"]  {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/input.png);
    height: 24px;
    width: 173px;
    border: none;
    padding: 0 5px;
    color: #6A6A6A;
    font-size: 12px;
    /border: white;
}

#commentform textarea {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/text-area.png);
    height: 148px;
    width: 535px;
    border: none;
    padding: 5px;
    color: #6A6A6A;
    font-size: 12px;
    font-family: arial;
    resize: none;
    margin: 10px 0 0;
    position: relative;
    top: -15px;
    /border: white;
}

#commentform .name {
    display: block;
    width: 200px;
    margin: 0 0 5px;
}

#commentform input[type="submit"] {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/bt-formulaire.png);
    width: 102px;
    height: 26px;
    color: white;
    margin: 0 10px 10px 0;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    /color: #6A6A6A;
}

#commentform input[type="checkbox"] {
    position: relative;
    top: -23px;
    left: 180px;
}

.encart-verif input[type="text"]  {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/input.png);
    height: 24px;
    width: 173px;
    border: none;
    padding: 0 5px;
    color: #6A6A6A;
    font-size: 12px;
    /border: white;
}

.encart-verif textarea {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/text-area.png);
    height: 148px;
    width: 535px;
    border: none;
    padding: 5px;
    color: #6A6A6A;
    font-size: 12px;
    font-family: arial;
    resize: none;
    margin: 10px 0 0;
    position: relative;
    top: -15px;
    /border: white;
}

.encart-verif .name {
    display: block;
    width: 200px;
    margin: 0 0 5px;
}

.encart-verif input[type="submit"] {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/bt-formulaire.png);
    width: 102px;
    height: 26px;
    color: white;
    margin: 0 10px 10px 0;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    /color: #6A6A6A;
}

.encart-verif input[type="checkbox"] {
    position: relative;
    top: -23px;
    left: 180px;
}


/*COLONNE*/

.header-widget {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/header-widget.png);
    width: 257px;
    height: 37px;
    color: #12a7dc;
    font-size: 19px;
    font-weight: bold;
    margin: 0px;
    padding: 17px 0 0 45px;
}

.contenu-widget {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/fond-widget.png);
    width: 292px;
    text-align: center;
    padding: 0 0 10px 10px;
}

.footer-widget {
   background-image: url(http://www.telethon-communautefinanciere.fr/images/footer-widget.png);
   width: 302px;
   height: 17px;
   margin: 0 0 20px;
}

#logos-partenaires {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/logos-partenaires.jpg);
    width: 239px;
    height: 207px;
    margin: 0 0 0 31px;
}

#logos-prestas {
    background-image: url(http://www.telethon-communautefinanciere.fr/images/logos-prestas.jpg);
    width: 239px;
    height: 290px;
    margin: 0 0 0 31px;
}








