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



/* Mise en forme de la page */
body {
margin: 0px;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-attachment:fixed;
}



/* Styles de mise-en-page */
div#conteneur {
width:874px;
height:100%;
margin-right: auto;
margin-left: auto;
}

div#liner_menu {
width:799px;
height:74px;
margin-right: auto;
margin-left: auto;
position:relative;
}

div#image_banniere {
width:799px;
height:265px;
margin-right: auto;
margin-left: auto;
position:relative;
}

div#sous_menus {
width:874px;
height:193px;
margin-right: auto;
margin-left: auto;
position:relative;
background-image:url(../images/sous_menus_background.jpg);
background-repeat:no-repeat;
left: 2px;
}

div#contenu_sous_menus {
width:760px;
height:150px;
margin-right: auto;
margin-left: auto;
position:relative;
top: 20px;
}

div#contenu {
width:799px;
height:100%;
margin-right: auto;
margin-left: auto;
position:relative;
background-image: url(../images/background_contenu.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#FFFFFF;
}

div#cadre_contenu {
width:760px;
height:100%;
margin-right: auto;
margin-left: auto;
position:relative;
}

div#footer {
width:799px;
height:68px;
margin-right: auto;
margin-left: auto;
position:relative;
background-color:#e5e5e5;
}

div#contenu_footer {
width:95%;
margin-right: auto;
margin-left: auto;
position: relative;
top: 25px;
}



/* Styles de textes */
/* SOUS-MENU */
.titre_sous_menu {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
color: #FFFFFF;
font-weight:bold;
}
.texte_sous_menu {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color: #FFFFFF;
}

/* FOOTER */
.texte_footer_1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
color:#005172;
}
.texte_footer_2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#005172;
}
.texte_footer_3 {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
color:#738a94;
}
.champs_obligatoires {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:normal;
color:red;
font-weight:bold;
}

/* CONTENU */
.titre_box {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color: #018ed9;
font-weight:bold;
}
.newsdate {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#3c3c3c;
font-weight:bold;
}
.newstitle {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#dc011b;
font-weight:bold;
}
.newstexte {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#404040;
font-weight:normal;
}
.borderphotobouton {
border-bottom:1px solid #000000;
border-top:none;
border-left:1px solid #000000;
border-right:1px solid #000000;
}
.cadrephoto {
border-bottom:1px solid #ACACAC;
border-top:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}


/* Styles des liens */
/* SOUS-MENUS */
A.liens_sous_menu {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#00b4ff;
text-decoration:none;
}
A.liens_sous_menu:hover {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #8EBC1C;
text-decoration:none;
}

/* FOOTER */
A.liens_footer_1 {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#005172;
text-decoration:none;
}
A.liens_footer_1:hover {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #FF3300;
text-decoration:none;
}

A.liens_footer_2 {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
color:#738a94;
text-decoration:none;
}
A.liens_footer_2:hover {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight:bold;
color:#FF3300;
text-decoration:none;
}

A.savoirpluslink {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #005273;
font-weight:bold;
text-decoration:underline;
}
A.savoirpluslink:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #FF3300;
font-weight:bold;
text-decoration:underline;
}

A.liens_galerie {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}
A.liens_galerie:hover {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color:#FF3300;
text-decoration:none;
}

/* Formulaires */
.input {
width:125px;
height:15px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
border:1px solid #005172;
}
.input_deroulant {
width:130px;
height:20px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
border:1px solid #005172;
}
.input_message {
width:225px;
height:100px;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
border:1px solid #005172;
}
