
/* GENERAL */

body {
background: #fff url(../img/str-body.jpg) no-repeat 0 0;
}



/* CORPS */

div#corps {
position: relative;
margin: 0 auto;
width: 941px;
}


/* ENTETE */

div#entete {
width: 941px;
background-color: #fff;
background-repeat: no-repeat;
background-position: top right;
}

div#entete h1 {
position: absolute;
}

div#entete h1 span {
padding: 0 0 0 15px;
font-size: 15px;
letter-spacing: -1px;
color: #010167;
font-weight: bold;
}

div#entete h1 a {
font-size: 35px;
letter-spacing: 1px;
color: #0076B6;
font-weight: normal;
}

div#entete h1 a:hover {
text-decoration: none;
}




/* PIED */

div#pied {
height: 95px;
background: transparent url(../img/str-pied.gif) no-repeat 0 0;
}

div#pied a {
display: block;
float: right;
width: 119px;
height: 70px;
}

div.corps_fr div#pied a {
background: transparent url(../img/logo-fr.png) no-repeat 0 0;
}

div.corps_en div#pied a {
background: transparent url(../img/logo-en.png) no-repeat 0 0;
}

div#pied p {
clear: both;
padding: 5px 0 0 0;
font-size: 10px;
color: #006;
font-weight: normal;
text-align: right;
}

div#pied p span {
font-size: 11px;
color: #006;
font-weight: bold;
}


/* ELEMENTS ABSOLUTE */

div#kpz-bandeau {
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

