@charset "utf-8";
/* CSS Document */

/* ------------------------------------ */
/* TOUT-------------------------------- */
/* ------------------------------------ */

body {
background-image:url(images/bg_fun.jpg);
background-attachment:fixed;
}

#conteneur {
margin:auto;
width:980px;
}

/* ------------------------------------ */
/* BANNIERE---------------------------- */
/* ------------------------------------ */

#banniere {
background-image:url(images/banniere.png);
width:980px;
height:201px;
}

/* ------------------------------------ */
/* CONTENU----------------------------- */
/* ------------------------------------ */

#contenu {
margin-top:20px;
float:right;
width:720px;
}

#contenu #contenu_header {
background-image:url(images/contenu_header2.png);
width:720px;
height:37px;
}

#contenu #contenu_fond {
background-image:url(images/contenu_fond2.png);
background-repeat:repeat-y;
width:720px;
min-height:400px;
}

#contenu #contenu_footer {
background-image:url(images/contenu_footer2.png);
width:720px;
height:37px;
}


/* ------------------------------------ */
/* CONTENT----------------------------- */
/* ------------------------------------ */

#content {
float:left;
position:relative;
background-image:url(images/menu_fond.png);
background-repeat:repeat-y;
width:980px;
min-height:400px;
}


/* ------------------------------------ */
/* MENU-------------------------------- */
/* ------------------------------------ */

#menu {
float:left;
position:relative;
width:260px;
}

#menu img{
margin-top:5px;
}

/* ------------------------------------ */
/* PIED DE PAGE------------------------ */
/* ------------------------------------ */

#footer {
float:left;
position:relative;
background-image:url(images/footer_fond.png);
background-repeat:no-repeat;
width:980px;
height:46px;
}