/*css perso du template generale */

body{
    margin: 0;
    text-align: center;
    background-color:#ffffff;
    font-style:normal;
    font-family:arial;
    font-size:14px;
}

#page {
    width:710px;
    margin:0 auto;
    padding:0;
    background-color:#fff;
    text-align: left;
}
#header{
    margin:0;
    padding:0;
    width:710px;
    height:250px;
    background-image:url("../images/header1.jpg");
}
#header a{
    display:block;
    margin:0;
    padding:0;
    width:710px;
    height:218px;
    text-decoration:none;
    text-indent:-5000px;
}
#menu-haut, #menu-bas{
    width:710px;
    height:23px; 
    padding:0px;
    background-repeat:repeat-x;
    background-position:top left;
    text-align:center;
}
#menu-haut{
    background-image:url("../images/menu.jpg");

}
#menu-bas{
    background-image:url("../images/menu_b.jpg");

}
#menu-haut a, #menu-bas a{
    padding:0; 
    margin:0;
    text-decoration:none;
    font-size:11px;
    color:#fff;
    font-weight:bold;
}
#menu-haut a:hover{
    border-top:2px solid #fff;
}
#menu-bas a:hover{
    border-bottom:2px solid #fff;
}
#contenu{
    margin:0;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:100px;
    padding-right:100px;
    background-color:#fff;
    background-image:url("../images/fond-contenu.png");
    background-repeat:repeat-y;
}

#footer{
    padding:0;
    margin:0;
    text-align:center;
    height:69px;
    width:710px;
    color:#000000;
    background-image:url("../images/foot.jpg");
    background-repeat:repeat-y;
}
#footer span{
    position:relative;
    top:35px;
}
#s-footer{
    padding:0;
    margin:0;
    height:50px;
    width:800px;
    background-image:url("");
    background-repeat:repeat-y;
}
.centre{
    text-align:center;
}
.rouge{
    color:#C83200;
}
.dquote{
    display:inline-block;
    padding:0;
    margin:0;
    width:42px;
    height:38px;
    vertical-align:bottom;
}
a img{
    border:none;
}
.s-accroche{
    color:#2683BE;
}
#garantie{
    margin:0 auto;
    width:350px;
    height:270px;
    border:5px double #33cc00;
}
#garantie img{
    vertical-align:text-top;
}
.under{
    text-decoration:underline;
}
#ps{
    font-style:italic;
    font-weight:bold;
}
#cover-home{
    float:left;
    height:401px;
    width:300px;
    margin-left:-65px;
}
#signup{
    width:320px;
    padding:15px;
    margin-left:265px;
    margin-top:40px;
    margin-bottom:30px;
    background-color:#FDDBB5;
    border:4px dashed #C83200;
}
#signup h3{
    color:#2683BE;
}
#signup a{
    color:#2683BE;
}
#signup h3 span{
    text-decoration:underline;
}
.liste{
    list-style:none;
    list-style-image:url("../images/checkmark-13.jpg");
    font-weight:bold;
}
#graphiste{
    font-size:11px;
    position:relative; 
    left: 600px;
    top: 10px;
}




