
/* STRUCTURE */

div#corps {
position: relative;
margin: 10px auto;
width: 926px;
}


/* ENTETE */

div#entete {
}


/* KONTENT */

div#kontent {
}

div#logo {
position: absolute;
top: 0;
left: 0;
width: 243px;
height: 98px;
}

div#logo a {
display: block;
width: 243px;
height: 98px;
}

div#versions {
padding: 0 10px 10px 0;
}

div#versions a {
display: block;
padding-right: 30px;
width: 204px;
height: 13px;
color: #666;
text-align: right;
}

div.version_fr a {
background: transparent url(../img/str-versions-fr.png) no-repeat right top;
}

div.version_en a {
background: transparent url(../img/str-versions-en.png) no-repeat right top;
}

div.version_fr a:hover,
div.version_en a:hover
{
background-position: right bottom;
}

div#versions a:hover {
color: #bd007b;
text-decoration: none;
}

h2.titre_page {
position: absolute;
top: 28px;
right: 18px;
font-size: 30px;
color: #f4f4f4;
font-weight: normal;
font-family: "Trebuchet MS";
}



/* COLONNES */

div#col1 {
float: left;
padding-top: 110px;
width: 243px;
background: #f4f4f4 url(../img/str-entete.png) no-repeat 0 0;
}

div#col1 div#addthis {
padding: 10px 0 0 130px;
}

div#col1 a#facebook {
display: block;
margin: 10px 0 0 185px;
width: 48px;
height: 48px;
background: transparent url(../img/str-facebook.png) no-repeat 0 0;
}

div#col2 {
float: right;
margin-top: 25px;
padding: 40px 18px 30px 10px;
width: 655px;
height: auto !important;
min-height: 400px;
height: 400px;
background: transparent url(../img/str-col2.png) no-repeat right bottom;
}


/* PIED */

div#pied {
position: relative; 
margin: 0 auto;
width: 682px;
padding: 0 0 40px 244px;
}

