/*
    OGC Nice Association Cte d'Azur
    http://ogcnice-association.fr

    Auteurs : Cline Auzias & Sbastien Mosser
*/

body{
    background-color:#ffffff;
    font-family : "Trebuchet MS", Tahoma, Verdana, Arial;
    font-size:12px;
    color:#111111;
    margin:0;
    /*margin-left:30px;
    margin-right:30px;*/
    position:relative;
}

a{
    color:#ff0000;
}

a:visited{
    color:#ff0000;
}

a:hover{
    color:#777777;
}


#main{
    position:relative;
    width:100%;
    margin:auto;
    background-color:transparent;
    padding:0;
    text-align:justify;
    overflow:hidden;
}


#banner{
    display:none;
}

#top_banner{
    display:none;
}

#corner_banner_top{
    width:20px;
    height:20px;
    padding:0;
    margin:0;
    background-image:url('img/corner_banner_tl.gif');
    background-repeat: no-repeat;
    background-position: left top;
}
#corner_banner_top_w{
    width:100%;
    height:20px;
    padding:0;
    margin:0;
    background-image:url('img/corner_banner_tl_w.gif');
    background-repeat: no-repeat;
    background-position: left top;
    text-align:right;
    color:#ff0000;
    font-weight:bold;
}
#corner_banner_bottom{
    width:20px;
    height:20px;
    padding:0;
    margin:0;
    background-image:url('img/corner_banner_bl.gif');
    background-repeat: no-repeat;
    background-position: left top;
}


#bottom_banner{
    width:100%;
    height:20px;
    background-image:url('img/corner_banner_br.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align:left;
    padding:0;
    position:absolute;
    left:0;
    bottom:30px;
    clear:both;
}

#top_matches{
    background-color:transparent;
    width:100%;
    height:20px;
    background-image:url('img/corner_banner_tr.gif');
    background-repeat: no-repeat;
    background-position: right top;
    text-align:left;
    padding:0;
    margin:0;
}


#partners{
    display:none;
}


#cont_menu{
    display:none;
}



#menu{
    display:none;
}

#matches{
    display:none;
}

#planning{
    display:none;
}

#content_news{
    display:none;
}

#content_planning{
    display:none;
}


#birthday{
    display:none;
}


#content{
    padding-top:56px;
    padding-bottom:10px;
    padding-left:0;
    padding-right:18%;
    width:82%;
    background-image:url('img/back_content.gif');
    background-repeat: repeat-y;
    background-position:100% 0;
    background-color:#ffffff;
    margin:0;
    border-left:0px solid #C0C0C0;
    border-right:0px solid #C0C0C0;
}

#footer{
    display:none;
}




#title_section{
    display:block;

}

#menu_section{
    display:none;
    margin-left:2%;
}

#content_section{
    display:block;
    font-family:Verdana, Arial;
    padding-bottom:20px;
    margin-left:4%;
    width:93%;
}

.current{
    height:52px;
    background-image:url('img/back_current.gif');
    background-repeat: repeat-x;
    background-position:right top;
    color:#DF1B1B;
    font-size:15px;
    font-weight:bold;
    /*text-transform:small-caps;*/
    display:block;
}
h1{
    font-family: "Lucida Sans", Arial, Verdana, "Trebuchet MS", Tahoma;
    color:#DF1B1B;
    font-size:15px;
    font-weight:bold;
   /* background-image:url('img/circle.png');*/
    background-image:url('img/pucecarree_up.gif');
    background-repeat:no-repeat;
    background-position:10px 42%;
    line-height:30px;
    text-indent:20px;
    /*margin-bottom:-10px;*/
    padding:0;
    margin:0;
    padding-left:10px;
    text-decoration:none;
}

h2{
    color:#DF1B1B;
    font-weight:bold;
    font-family:Arial, Verdana, "Trebuchet MS", Tahoma;
    font-size:13px;
    background-image:url('img/pucechapo.gif');
    background-repeat:no-repeat;
    background-position:0 45%;
    text-indent:15px;
}

.td_gauche{
    width:50%;
    background-image:url('img/big_separation_v.gif');
    background-repeat:repeat-y;
    background-position:100% 0;
}

.une{
    width:90%;
    color:#ffffff;
    background-color:#404040;
    background-image:url('img/back_une.gif');
    background-repeat:repeat-x;
    background-position:0 0;
    margin:auto;
    font-family:Arial;
}

.title_une{
    line-height:25px;
    color:#DF1B1B;
    font-size:15px;
    font-weight:bold;
    margin-left:10px;
    font-family:Arial;
}

.title_une_arch{
    line-height:25px;
    color:#DF1B1B;
    font-size:15px;
    font-weight:bold;
    font-family:Arial;
}

.img_click{
    padding:7px;
    background-color:#efefef;
    border-left:1px solid #C0C0C0;
    border-bottom:1px solid #C0C0C0;
}

.une p{ margin:10px; }

.une a{ margin-left:10px; }

.une_up{
    height:20px;
    width:100%;
    background-color:transparent;
    background-image:url('img/corner_une_tr.gif');
    background-repeat:no-repeat;
    background-position:100% 0;
    text-align:left;
}

.une_down{
    height:20px;
    width:90%;
    color:#ffffff;
    background-color:#404040;
        margin:auto;
    margin-bottom:30px;
    background-image:url('img/corner_une_br.gif');
    background-repeat:no-repeat;
    background-position:100% 100%;
    text-align:left;
    padding:0;
}

.corner_bottom{
    width:20px;
    height:20px;
    background-color:#404040;
    background-image:url('img/corner_une_bl.gif');
    background-repeat:no-repeat;
    background-position:0 100%;
    padding:0;
    margin:0;
}

.corner_top{
    width:20px;
    height:20px;
    background-color:transparent;
    background-image:url('img/corner_une_tl.gif');
    background-repeat:no-repeat;
    background-position:0 100%;
    padding:0;
    margin:0;
}


#a_news{
    /*background-image:url('img/dot.png');
    background-repeat:repeat-x;
    background-position:0 100%;*/
    background-image:url('img/back_news.gif');
    background-repeat:repeat-x;
    background-position:0 0;
    padding:0px;
    padding-bottom:10px;
    background-color:#D9D9D9;
    margin:0;
    border-left:0px solid #BFBFBF;
    border-right:0px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
    font-family:Arial;
    width:100%;
    height:auto;
}

#a_news p{
    padding-left:20px;
    padding-right:20px;
}

.img_news{
    background-color:#ffffff;
    text-align:left;
    padding:5px;
    border-left:1px solid #AAAAAA;
    border-bottom:1px solid #AAAAAA;
    margin-right:5px;

    position:relative;
}

#a_news li{
    list-style:none;
    text-indent:10px;
    background-image:url('img/picto_foot_li.gif');
    background-repeat:no-repeat;
}

.mini{
    font-size:11px;
    font-weight:normal;
    color:#555555;
}

.mini img{
    border:0px solid #ffffff;
    padding:0;
    margin:0;
}

.post_info{
    margin-left:33px;
}

.top_news{
    display:none;
}

.corner_news{
    display:none;
}

.bottom_news{
    display:none;
}

.corner_bottom_news{
    height:10px;
    width:10px;
    float:right;
    background-image:url('img/corner_right_news.gif');
    background-repeat:no-repeat;
    background-position:0px 100%;

}
span.date{
    color:#777777;
    font-size:12px;
    font-weight:normal;
}

span.date_inline{
    display:inline;
    color:#777777;
    font-size:12px;
    font-weight:normal;
}

.date_rouge{
    color:#DF1B1B;
    font-size:15px;
    font-weight:bold;
    font-family:Arial;
}

#historique{
    clear:both;
    float:left;
    width:200px;
    margin-right:20px;
    margin-bottom:10px;
    color:#ffffff;
     font-family:Arial;
}

#historique dl{
    background-color:#404040;
    background-image:url('img/bottom_parcours.gif');
    background-repeat:no-repeat;
    background-position:0 100%;
}

#historique dt{
    background-image:url('img/top_parcours.gif');
    background-repeat:no-repeat;
    background-position:0 0;
    line-height:25px;
    color:#DF1B1B;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    margin-bottom:5px;
    background-color:#404040;
    font-family:Arial;
    padding-top:3px;
}

#historique dd {
    margin:0;
    text-indent:20px;
    padding-left:10px;
}

#historique ul{
    margin:0;
    text-indent:13px;
    padding:20px;
}

#historique li{
    margin:0px;
    text-indent:0px;
    padding:0;
    line-height:20px;
    list-style:url('img/pucechapo_red.gif');
}

#historique_paragraphes{
    margin-left:230px;
    border:0px solid #000000;
    font-family:Arial;
}


#row{
    display:block;
    text-align:center;
    height:200px;

    margin:auto;
}

#organigramme{
    display:inline-table;
    width:154px;
    height:146px;
    background-image:url('img/fond_orga.gif');
    background-repeat: no-repeat;
    background-position: left top;
    margin:auto;
    padding-top:10px;

}

#fonction{
    color:#DF1B1B;
    font-weight:bold;
    display:block;
}

table{
    border:0px solid #DF1B1B;
}

th{
    background-image:url('img/back_menu.gif');
    background-repeat:repeat-x;
    background-position:0 0;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    line-height:25px;
}

td{
    background-color:inherit;
}

.one{
    background-color:#efefef;
}

.two{
    background-color:#e0e0e0;
}

.img_partners{
    width:200px;
    overflow:hidden;
    clear:both;
    float:left;
    text-align:center;
}

img{
    border:0px;
    margin:2px;
}


ul{
   /* margin:20px;
    padding:20px;*/
}

li{
    /*text-indent:10px;*/
    list-style:url('img/pucechapo.gif');
    /*padding-top:20px;*/
}

#titre1{
    background:#efefef;
    background-image:url('img/corner.png');
    background-repeat:no-repeat;
    background-position:0 0;
    height:22px;
    text-indent:25px;
    font-weight:bold;
    text-align:center
}

#titre2{
    color:#ffffff;
    font-weight:normal;
    font-family:Arial;
    display:inline;
    line-height:37px;
    margin-top:4px;
}

#titre3{
    margin:3px;
    padding:3px;
    background-image:url('img/back_une.gif');
    background-repeat:repeat-x;
    background-position:0 0;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    display:block;
}

.ligne{
    width:90%;
    clear:both;
    text-align:center;
    margin-bottom:30px;
    background-image:url('img/fond_titre2.gif');
    background-repeat:repeat-x;
    background-position:0 0;
    height:37px;
}

.bout_droit{

    height:100%;
    width:100%;
    background-image:url('img/bout_droit.gif');
    background-repeat:no-repeat;
    background-position:100% 0;
}

.bout_gauche{
    clear:both;
    float:left;

    height:37px;
    width:70px;
    background-image:url('img/bout_gauche.gif');
    background-repeat:no-repeat;
    background-position:0 0;
}

input{
    background-color:#990000;
    border:1px solid #e0e0e0;
    color:#ffffff;
}

select{
    background-color:#990000;
    border:1px solid #e0e0e0;
    color:#ffffff;
}

.diapo{
  /*  padding:0px;
    margin-left:3px;
    margin-right:3px;
    border-top : 10px dashed #000000;
    border-bottom : 10px dashed #000000;*/
    background-color:#ffffff;
    padding:10px;
    border:1px solid #bbbbbb;
    margin-right:3px;
    margin-left:3px;
        background-image:url('img/corner_page.gif');
    background-repeat:no-repeat;
    background-position:100% 100%;
}

hr{
    height:2px;
    border-bottom:1px solid #ffffff;
    /*color:transparent;*/
    background-color:transparent;
    background-image:url('img/dot.gif');
    background-repeat:repeat-x;
    background-position:0 0;
}

.red_button{
    background-image:url('img/button.gif');
    line-height:25px;
}

.credit{
    width:350px;
    margin-top:30px;
    margin-bottom:50px;
    margin:30px;
    color:#ffffff;
}

.credit img{
    clear:both;
    margin-right:10px;
    background-color:#efefef;
    border:5px solid #efefef;
    border-bottom:15px solid #efefef;
    margin-bottom:20px;
}
.credit_descr{
    background-color:#D9D9D9;
    color:#000000;
    font-size:12px;
    display:block;
    margin:5px;
    padding:5px;
    margin-left:100px;
    width:230px;
    background-image:url('img/fond_news.gif');
    background-repeat:repeat-x;
    background-position:0 0;

}

.historique{
    margin-left:10px;
}

a.pagination{
    text-decoration:none;
}

.current_page{
    font-weight:bold;
    color:#777777;
}

.nav_page{
    margin-left:230px;
}

.big_image{
    padding:10px;
    border:1px solid #AAAAAA;
}

.top_credits{
    width:100%;
    background-color:#efefef;
    border-bottom:2px solid #777777;
    color:#DF1B1B;
    font-weight:bold;
    text-align:center;
}

.identite{
    padding:5px;
    padding-bottom:15px;
    background-color:#efefef;
    border:2px solid #999999;
}

.degrade_gris{
    background-image:url('img/back_une_p.gif');
    background-repeat:repeat-x;
    background-position:left top;
}

a.lien_bouton{
    text-decoration:none;
    font-weight:bold;
    color:#ffffff;
    background-image:url('img/back_menu_red.gif');
    background-repeat:repeat-x;
    background-position:left top;
    padding:5px;
}

a.lien_bouton:visited{
    color:#ffffff;
}

a.lien_bouton:hover{
    color:#cccccc;
}


.img_coord{
    padding:3px;
    background-color:#efefef;
    border-left:1px solid #909090;
    border-bottom : 1px solid #909090;
    margin-right:50px;
    clear:both;
    margin-bottom:50px;
}

.liens{
    margin-left:15%;
    margin-right:10%;
}

a.little_link{
    font-weight:bold;
    text-decoration:none;
}

.separateur{
    height:11px;
    background-image:url('img/big_separation.gif');
    background-repeat:repeat-x;
    background-position:left top;
    margin-top:5px;
    margin-bottom:5px;
}


.rouge{
    color:#DF1B1B;
    font-weight:bold;
}


.warning{
    color:#ff0000;
    font-weight :bold;
    font-size : 15px;
}

.sans_bord{
    background-color:inherit;
    border:0px;
    padding:0;
    margin:0;
}

#taxeApp{
    display:none;
}
