
/* STRUCTURE */
html {
background-color: #171310;
}

body {
font-family: "Trebuchet MS", arial, verdana, arial, times, "times new roman", serif;
}

#corps {
width: 100%;
}

#kontent {
width: 100%;
height: auto !important;
height: 365px;
min-height: 365px;
background-color: #ecebe6;
}

#entete {
width: 100%;
height: 62px;
background: #fff url(../img/entete_bkg.png) repeat-x 0 0;
}


/* CONTENU DE LA PAGE */

div#contenu_page {
position: relative;
margin: 0 auto;
padding: 20px 0;
width: 800px;
}

#col_1 {
float: left;
width: 540px;
}

#col_2 {
float: right;
width: 200px;
}

div#contenu_page h2 {
padding: 0 0 6px 0;
color: #171310;
font-size: 2.5em;
font-weight: normal;
font-family: arial;
background: none;
border-bottom: 1px solid #171310;
}

div#contenu_page .int_compte {
margin: 65px 10px 0 0;
}

div#contenu_page .int_compte a {
display: block;
width: 200px;
height: 36px;
background: #fff url(../img/home_compte.png) no-repeat 0 0;
}

div#contenu_page .int_compte a:hover {
background-position: left bottom;
}

div#contenu_page .int_titre {
position: absolute;
top: -45px;
right: 0;
width: 247px;
height: 85px;
background: #fff url(../img/int_titre.png) no-repeat 0 0;
}


/* CONTENU DE LA PAGE (HOME) */

div#contenu_page h2.home_titre {
padding: 0;
width: 401px;
height: 128px;
background: #fff url(../img/home_titre.png) no-repeat 0 0;
}

div#contenu_page .home_compte {
padding: 10px 0 0 20px;
}

div#contenu_page .home_compte a {
display: block;
width: 200px;
height: 36px;
background: #fff url(../img/home_compte.png) no-repeat 0 0;
}

div#contenu_page .home_compte a:hover {
background-position: left bottom;
}

div#contenu_page .home_img {
position: absolute;
bottom: 10px;
right: 0;
width: 348px;
height: 274px;
background: #fff url(../img/home_img.jpg) no-repeat 0 0;
}




/* PIED */

#pied {
padding: 0;
width: 100%;
border-top: 1px solid #f9f9f6;
}

#contenu_pied {
margin: 0 auto;
padding: 0 0 20px 0;
width: 800px;
}

#pied div#menu_pied {
margin: 30px 0 0 0;
width: 800px;
}

#pied div#menu_pied div.liens {
padding: 5px 0;
}

#pied div#menu_pied div.liens li {
float: left;
padding: 0 5px;
list-style: none;
border-right: 1px solid #ddd;
}

#pied div#menu_pied div.liens li span {
color: #ddd;
font-weight: bold;
}

#pied div#menu_pied div.liens li a {
color: #ddd;
font-size: .9em;
}

#pied div#menu_pied div#reseau p {
margin: 20px 0;
color: #ddd;
font-size: 1.1em;
font-weight: bold;
text-align: center;
}

#pied div#menu_pied div#reseau span {
font-size: .8em;
font-weight: normal;
}


