html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;	vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; border-spacing: 0;}



/* Général */
html, body {
    color: #666666;
    background-color: #CCC;
    font-size: 12px;
    font-family: Arial,sans-serif;
    margin: 0;
    padding: 0;
}
img { border: 0; }

/* Navigation */
#navigation {
    background: #181A12;
}
#navigation a {
    color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
    background: #000000;
}

/* Bloc central */
#centre {
    background-color: #F4F4F4;
    background-repeat: repeat-x;
    border: 1px solid #BBBBBB;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

/* Contenu principal */
#principal {
    color: #181A12;

}
#principal a {
    color: #332510;
}
#principal a:hover, #principal a:focus {
    color: #6E5122;
}
#principal strong {
    font-size:13px;
    color: #181A12;
}

a {
    color: black;
}
a:hover {
    color: #383838
}

#newsPiti label { width: 140px; display:block;}
#newsPiti form {padding-left:25px;}

/* --- POSITIONNEMENT --- */

#header-illu-abs {
    position:absolute;
    left:-130px;
    top: -35px;
}

/* Page */
body {
    padding: 0px 5px;
}
#global {
    width: 990px;
    margin: 0 auto; /* -> 3 */
    background-color:#ebebeb;
    border: 0;
    z-index:20;
}

/* Header */
#header-wrapper-abs {
    width: 100%;
    height: 37px;
    background-color: #EBEBEB;
    position:absolute;
    z-index:10;
    top:0;
    left:0;
}
#header-wrapper {
    position:relative;
    height:37px;
    padding:0;
    margin: 0;
    background:url('../img/header.jpg') no-repeat top left transparent;
}
#header-wrapper a.homepage {
    height: 37px;
    display: block;
    width: 380px;
}
#header-wrapper ul {
    background-color: #F3B1B3;
    border: 1px solid black;
    display: block;
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    right: 0;
    top: 5px;
}
#header-wrapper ul li {
    float: left;
}
#header-wrapper ul li a {
    font-size: 11px;
    color: black;
    margin-left: 3px;
    text-decoration: none;
    padding: 0;
}
#header-wrapper ul li a:hover {
    color: #666666;
}
#header-wrapper ul li.title, #header-wrapper ul li a.gazette {
    color: #BE1010;
    cursor: pointer;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 15px;
    text-align: center;
}
#header-wrapper ul li a.gazette {
    text-decoration: blink;
}
/* Menu */
#menu-wrapper-abs {
    width: 100%;
    height: 34px;
    background-color: #333333;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #383838;
    box-shadow: 0 2px 0 0 #262626, 0 -1px 0 0 #171717;
    position:absolute;
    z-index:10;
    top:38px;
    left:0;
}
#menu-wrapper {
    position:relative;
    background-color: #333333;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #444444;
    margin:0;
    padding:0;
    padding-bottom: 3px;
}
#menu-wrapper ul#main-nav {
    left: -5px;
    position: relative;
}
#menu-wrapper ul#main-nav > li {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    padding: 0 5px;
}
#menu-wrapper ul#main-nav > li div.dropdown {
    background-color: #FFFFFF;
    border-bottom: 1px solid rgba(35, 35, 35, 0.2);
    display: none;
    left: 0;
    padding: 6px 15px;
    position: absolute;
    top: 30px;
    width: 150px;
    z-index: 9999;
}
#menu-wrapper ul#main-nav > li div.dropdown ul {
    list-style-type: none;
    width: 100%;
}
#menu-wrapper ul#main-nav > li div.dropdown ul li {
    display: block;
    float: none;
    font-size: inherit;
    line-height: 24px;
    margin: 0;
    padding: 0;
    z-index: auto;
}
#menu-wrapper ul#main-nav > li div.dropdown ul li a {
    color: black;
}
#menu-wrapper ul#main-nav > li div.dropdown ul li:hover a {
    color: #BC0000;
}
#menu-wrapper ul#main-nav > li a {
    border-bottom: 1px solid transparent;
    color: #C5C5C5;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
    padding: 6px 4px;
    position: relative;
    text-shadow: 0 1px rgba(29, 29, 29, 0.2);
    top: -1px;
}
#menu-wrapper ul#main-nav > li:hover > a {
    background-color: #BC0000;
    border-bottom: 1px solid #1B0B00;
    color: #FFFFFF;
    text-decoration: none;
}
#menu-wrapper ul#main-nav > li:hover div.dropdown {
    display: block;
}
#menu-wrapper ul#second-nav {
    right: -5px;
    float:right;
    list-style-type: none;
}
#menu-wrapper ul#second-nav li {
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    padding: 0 5px;
}
#menu-wrapper ul#second-nav li a {
    border-bottom: 1px solid transparent;
    color: #ff6666;
    display: inline-block;
    font-size: 11px;
    font-variant: small-caps;
    line-height: 18px;
    margin-top: 3px;
    padding: 6px 0;
    position: relative;
    top: -1px;
}
#menu-wrapper ul#second-nav li a:hover {
    text-decoration: overline;
    cursor: help;
    color: #FF0000;
}

#container {
    width: 100%;
    height: auto;
    margin:0;
    padding:0;
    position: absolute;
    top: 0;
    left:0;
    z-index: 20;
}

/* Footer */
#footer {
    background-color: #232323;
    border-bottom: 1px solid #151515;
    height: 125px;
    margin-top: 2px;
    min-width: 990px;
}
#footer-wrapper, #partenaire-wrapper {
    width: 990px;
    margin: 0 auto;
}
#footer-wrapper .powered-by-rsathle {
    float: right;
    height: 125px;
    line-height: 125px;
    margin-right: 70px;
    text-align: right;
}
#footer-wrapper .powered-by-rsathle a {
    background-image: url(../img/firehist.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #837E76;
    font-size: 9px;
    line-height: 125px;
    padding-bottom: 6px;
    padding-left: 22px;
    padding-top: 6px;
}
#footer-wrapper .copyright {
    padding-top: 35px;
}
#footer-wrapper .copyright p {
    color: #837E76;
    font-size: 9px;
    font-variant: small-caps;
    padding: 10px 0;
}
#footer-wrapper .copyright p.trademarks {
    font-style: italic;
    padding: 3px 0 30px 8px;
}
#footer-wrapper .copyright span {
    padding: 0 7px;
}
#footer-wrapper .copyright span a {
    color: #FF6666;
    text-decoration: none;
}
#footer-wrapper .copyright span a:hover {
    color: #BC0000;
}

#partenaire {
    background-color: #333333;
    border-bottom: 1px solid #444444;
    border-top: 1px solid #383838;
    box-shadow: 0 2px 0 0 #262626, 0 -1px 0 0 #171717;
    color: #8F887C;
    font-family: tahoma,Geneva,sans-serif;
    font-size: 12px;
    line-height: 22px;
    min-width: 984px;
    margin-top: 1px;
}
#partenaire-wrapper {
    padding: 20px 0;
}
#partenaire-wrapper div.item {
    float: left;
    width: 292px;
    height: 130px;
    padding: 5px;
    border-left: 4px solid #999;
    border-right: 2px solid #000;
    text-align:center;
    padding: 10px;
    font-variant: small-caps;
    color: #FF6666;
}
#partenaire-wrapper div.item img {
    margin-top: 10px;
}
#partenaire-wrapper div.item a:hover img, img.onHover:hover {
    opacity : 1; 
    -moz-opacity : 1; 
    -ms-filter: "alpha(opacity=100)"; /* IE 8 */ 
    filter : alpha(opacity=100); /* IE < 8 */
}
#partenaire-wrapper div.item img, img.onHover {
    opacity : 0.6; 
    -moz-opacity : 0.6; 
    -ms-filter: "alpha(opacity=60)"; /* IE 8 */ 
    filter : alpha(opacity=60); /* IE < 8 */
}
#partenaire-wrapper div.item:nth-child(n+4), #partenaire-wrapper div.item:first-child {
    border-left: 0;
}
#partenaire-wrapper div.item:nth-child(n+3) {
    border-right: 0;
}

.rsa_doc_importante a {
    display:block;
    margin: 10px 23px;
    height: 22px;
    line-height: 22px;
    border:1px solid red;
    background-color: #FF6666;
    text-align: center;
    width: 170px;
}
.rsa_doc_importante a:hover {
    background-color: #FF2222;
}
/* Banniere et log */
#banelog {
    height:93px;
    z-index:10;
    background-image:url('../img/ss_header_fond.jpg');
}

#banelog img.banniere {
    margin-top:1px;
    margin-left:12px;
    float:left;
}

#banelog .login_box {
    margin-top:2px;
    margin-bottom:-1px;
    padding-left:1px;
    width:173px;
    height:93px;
    float:left;
    background-image:url("../img/fond_login.jpg");
    background-position:1px 1px;
    background-repeat:repeat-x;
}


#form_login {
    float:left;
    margin-top:8px;
}
#form_login .input {
    float:left;
}

#form_login .input label {
    display:none;
}

#form_login .input input {
    border:1px solid #CCC;
    margin:2px;
    width:60px;
}

#form_login .submit input {
    width:30px;
    border:1px solid black;
    background-color:#CCC;
    padding-left:2px;
}
#form_login .submit {
    float:left;
}

#menu_login {
    float:left;
}

#menu_login ul {
    margin-top:5px;
    list-style: none;
    color:black;
}

#menu_login a {
    margin-left:3px;
    text-decoration:none;
    color:black;
}


#menu_login li:before {
    content:url("../img/puce_noir.gif");
}




/* Menu de navigation */
#navigation {
    padding: 0px;
    margin-top:0px;
}

/* BOUTON ACCUEIL */
#menu a.btn_accueil {
    background-image:url("../img/btn_accueil.jpg");
    width:140px;
    height:24px;
}
#menu a.btn_accueil:hover {
    background-image:url("../img/btn_accueil_over.jpg");
}
/* BOUTON OUTILS */
#menu a.btn_outil {
    background-image:url("../img/btn_outils.jpg");
    width:111px;
    height:24px;
}
#menu a.btn_outil:hover {
    background-image:url("../img/btn_outils_over.jpg");
}
/* BOUTON DOSSIERS */
#menu a.btn_dossier {
    background-image:url("../img/btn_dossiers.jpg");
    width:224px;
    height:24px;
}
#menu a.btn_dossier:hover {
    background-image:url("../img/btn_dossiers_over.jpg");
}
/* BOUTON OUTILS */
#menu a.btn_contact {
    background-image:url("../img/btn_contacts.jpg");
    width:137px;
    height:24px;
}
#menu a.btn_contact:hover {
    background-image:url("../img/btn_contacts_over.jpg");
}
/* BOUTON CALENDRIER */
#menu a.btn_calendrier {
    background-image:url("../img/btn_calendrier.jpg");
    width:159px;
    height:24px;
}
#menu a.btn_calendrier:hover {
    background-image:url("../img/btn_calendrier_over.jpg");
}
/* BOUTON GALLERIE */
#menu a.btn_gallerie {
    background-image:url("../img/btn_gallerie.jpg");
    width:129px;
    height:24px;
}
#menu a.btn_gallerie:hover {
    background-image:url("../img/btn_gallerie_over.jpg");
}
/* BOUTON OUTILS */
#menu a.btn_outils {
    background-image:url("../img/btn_outils.jpg");
    width:137px;
    height:24px;
}
#menu a.btn_outils:hover {
    background-image:url("../img/btn_outils_over.jpg");
}

#menu a, #menu img {
    float:left;
    text-decoration:none;
    border:0px;
    margin-top:-1px;
}


/* Bloc central */
#centre {
    float:right;
    width: 100%; /* -> 4 */
    overflow: hidden; /* -> 4 */
    background-color:#ebebeb;
}




/* Contenu principal */
#principal {
    margin:0;
    float: left; /* -> 5 */
    width: 732px;
    padding:0px 7px;
}

/* Contenu secondaire */
#secondaire {
    margin:0px;
    width: 236px;
    padding:0px 4px;
    float:left;
}
#secondaire h1 {
    width:215px;
    height:25px;
    font-size:13px;
    text-align:center;
    color:#BC0000;
    font-weight:bold;
    padding: 5px;
}

#secondaire .cadre {
    margin-top:-8px;
    width:220px;
    text-align:justify;
    padding:4px;
}
#secondaire .cadre_bleu {
    border:1px solid #204a84;
    border-top:0px;
    background-color:#c4d9f3;
}
#secondaire .cadre_rouge {
    border:1px solid #991010;
    background-color: #F3B1B3;
}

/* Mention de copyright */
#copyright {
    margin: 20px 0;
    font-size: .85em;
    text-align: left;
}


.red_rsa {
    color:#be1010;
}


#flashInfos {
    margin-bottom:-10px;
    margin-left:1px;
    font-weight:bold;
    height:15px;
    background-color:#f8f8f8;
}

#newsPiti {
    position:relative;
    margin-left:1px;
    color:black;
    font-size:11px;
    background-color:#f8f8f8;
    border: 1px solid #999999;
    padding: 10px 0;
}

#newsPitiPhoto {
    position:relative;
    margin-left:1px;
    color:black;
    font-size:11px;
    width:410px;
    display:inline-block;
    background-color:#f8f8f8;
    border: 1px solid #999999;
    padding: 10px 0;
}

.corps_news {
    margin:15px;
    margin-bottom:15px;
    font-size:13px;
}

#principal h1 {
    color: #BC0000;
    height:20px;
    line-height: 20px;
    font-size:15px;
    padding:10px 15px ;
    font-weight:bold;
}

#principal h1.grand {
    font-size:15px;
}

#principal h2.pp {
    height:auto;
    font-size:11px;
    color:#666;
    padding-right:35px;
    text-align:right;
    border-bottom:1px dashed #999;
    padding-bottom:10px;
}

h1#menuPage {
    color:black;
    padding-left:25px;
    width:640px;
    height:auto;
    padding:5px 0;
}
h1#menuPage:before {
    content: "+ "
}

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }


/* RESEAU */
.widget_reseau {
    clear:both;
}
table.table_grey {
    border:1px solid #CCCCCC;
    margin-bottom:6px;
    margin-top:10px;
    width:623px;
    margin-left:2px;
}

table.table_grey1 {
    border:1px solid #CCCCCC;
    text-align:center;
}

table.table_grey1 tr {
    text-align:justify;
}

table .table_header {
    background-color:#999999;
}

table .table_header th {
    font-size:20px;
}
table .haut_commentaire {
    height:30px;
    margin-top:-15px;
    background-image:url("../img/fond_titre_news.jpg");
    background-repeat:repeat x;
}
table .table_header h2 {
    line-height:5px;
}
.widget_reseau a {
    display:block;
    height:16px;
    padding-left:20px;
}
.widget_reseau a.icon_delicious {
    background-image:url(../img/reseau/delicious_16x16.png);
    background-repeat:no-repeat;
}
.widget_reseau a.icon_facebook {
    background-image:url(../img/reseau/facebook_16x16.png);
    background-repeat:no-repeat;
}
.widget_reseau a.icon_digg {
    background-image:url(../img/reseau/digg_16x16.png);
    background-repeat:no-repeat;
}
.widget_reseau a.icon_reddit {
    background-image:url(../img/reseau/reddit_16x16.png);
    background-repeat:no-repeat;
}
.widget_reseau a.icon_twitter {
    background-image:url(../img/reseau/twitter_16x16.png);
    background-repeat:no-repeat;
}
.widget_reseau a.icon_google {
    background-image:url(../img/reseau/google_16x16.png);
    background-repeat:no-repeat;
}


a.lien_1 {
    color:black;
    font-size:13px;
}
a.lien_2 {
    color:black;
    font-size:12px;
}
a.lien_3 {
    color:black;
    font-size:11px;
}


#menu {
    width: auto;
    margin:0 auto;
    border: 1px solid #DDDDDD;
    border-top: 0;
    border-bottom: 0;
}

#menu_second {
    background-color : #ccc;
    height: 20px;
    width: 100%;
}

#menu_horizontal {
    height: 20px;
    float:left;
}

#menu_horizontal ul {
    width : 600px;
    height : 20px;
    margin : 0 ;
    padding : 0;
    border: 1px solid #DDDDDD;
    border-top: 0;
    border-bottom: 0;
    list-style-type : none;
}

#menu_horizontal ul li {
    padding : 0 0.7em;
    line-height : 20px;
    float : left;
}
#menu_horizontal ul li:hover {
    background-color:#c1c1c1;
}

#menu_horizontal ul a {
    color : black;
    text-decoration : none;
    padding : 0 0.5em;
}

#menu_horizontal ul a:hover {
    text-decoration : underline;
    background-color:transparent;
}

#menu_horizontal ul a:visited {
    background-color:transparent;
}

#menu_horizontal_external {
    width : 314px;
    float:right;
    height: 20px;
    background-color:#F3B1B3;
}

#menu_horizontal_external ul {
    width : 300px;
    height : 20px;
    margin : 0 ;
    padding : 0;
    padding-right: 13px;
    border:0;
    border-right: 1px solid #DDDDDD;
    list-style-type : none;
}

#menu_horizontal_external ul li {
    padding : 0 0.7em;
    line-height : 20px;
    float : right;
}

#menu_horizontal_external ul li.external a {
    font-variant: small-caps;
    color:#be1010;
    font-weight:bold;
}

#menu_horizontal_external ul li.external a:hover {
    font-variant: small-caps;
    color:#be1010;
    font-weight:bold;
    text-decoration: overline;
}

ul#liste_albums {
    line-height:30px;
    color:red;
    font-weight:bold;
    font-size:14px;
}
ul#liste_albums a {
    clear:both;
    color:black;
    line-height:20px;
    font-size:12px;
    text-decoration:none;
    font-weight:normal;
}

#evenement_graphique {
    display:none;
}

s#flashMessage { border:3px solid #ff9b00; background:#ffcc80; padding:10px; font-weight:bold; margin:15px 0;}
