@charset "utf-8";
/* CSS Document */
/* ------------------------------------ */
/* TOUT-------------------------------- */
/* ------------------------------------ */
body {
    background-image: url(../images/bg_fun.jpg);
    background-attachment: fixed;
}
p {
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
#conteneur {
    margin: auto;
    width: 980px;
}
/* ------------------------------------ */
/* BANNIERE---------------------------- */
/* ------------------------------------ */
#banniere {
    margin: auto;
    background-image: url(../images/banniere.png);
    width: 980px;
    height: 200px;
}
#banniere a {
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	width: 980px;
    height: 210px;
}
/* ------------------------------------ */
/* 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;
}
.page {
    display: inline-block;
    color: #000;
    text-decoration: none;
    height: 16px;
    width: 16px;
}
.page:hover { background-color: #ff8800 }
.pcurrent { background-color: #971b26 }
/* News */
#contenu #contenu_fond .news_titre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
}
#contenu #contenu_fond .news_date {
    font-size: 16px;
    color: #FF0000;
}
#contenu #contenu_fond .news_images {
    text-align: center;
    border: none;
    max-width: 200px;
}
#contenu #contenu_fond .news_liens {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #333333;
}
/* Galerie */
#contenu #contenu_fond .td_photo {
    text-align: center;
    background-color: #FFFFFF;
    height: 150px;
    width: 177px;
}
#contenu #contenu_fond .p_photo {
    text-align: center;
    vertical-align: bottom;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}
#contenu #contenu_fond .a_photo {
    text-decoration: none;
    color: #000000;
    text-align: center;
    vertical-align: bottom;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
}
#contenu #contenu_fond .img_photo {
    text-align: center;
    vertical-align: top;
    margin-top: 3px;
    max-width: 150px;
    max-height: 112px;
    border: none;
}
/* Partenaire */
#contenu #contenu_fond #liens {
    margin: auto;
    border: #FF0000 dashed;
    width: 90%;
}
#contenu #contenu_fond #liens #current {
    list-style: disc;
    color: #FF0000;
}
#contenu #contenu_fond #liens li {
    list-style: circle;
    color: #000000;
}
#contenu #contenu_fond #liens li:hover {
    list-style: circle;
    color: #FF0000;
}
#contenu #contenu_fond #liens a {
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#contenu #contenu_fond #liens a:hover {
    text-decoration: none;
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
#contenu #contenu_fond .partenaires_nom {
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
}
#contenu #contenu_fond p {
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
#contenu #contenu_fond .partenaires_liens {
    text-decoration: none;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#contenu #contenu_fond .partenaires_liens:hover {
    text-decoration: none;
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
#contenu #contenu_fond li {
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
#contenu #contenu_fond .partenaires_logo {
    border: none;
    max-height: 100px;
    max-width: 130px;
}
#contenu #contenu_fond .partenaires_instutition td {
    text-align: center;
    width: 140px;
}
/* Contacts */
#contenu #contenu_fond .contacts_titre {
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}
#contenu #contenu_fond .contacts_liens {
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}
#contenu #contenu_fond .contacts_liens:hover {
    text-decoration: none;
    color: #FF0000;
    font-family: Arial, Helvetica, sans-serif;
}
/* ------------------------------------ */
/* 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 .bouton_menu { margin-top: 5px }
#menu img { border: none }
/* ------------------------------------ */
/* PIED DE PAGE------------------------ */
/* ------------------------------------ */
#footer {
    float: left;
    position: relative;
    background-image: url(../images/footer_fond.png);
    background-repeat: no-repeat;
    width: 980px;
    height: 46px;
}
