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

   * Resets default browser CSS.

   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}


body { line-height: 1.5; background: #fff; margin:0;}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; padding-right: 10px; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none;}

/* -------------------------------------------------------------- 

							Misc

-------------------------------------------------------------- */

hr.clear {
    clear: both;
    border: 0;
    background: none;
    height: 0px;
    padding: 0;
    margin: 0;
}
/* -------------------------------------------------------------- 

						Main skeleton

-------------------------------------------------------------- */

body {
    font-size: 75%;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 140%;
    background: #000 url(../imgs/bg.jpg) no-repeat center top;
    color: #4c3d3d;
    text-align:justify;
}
/*    Menu    */
ul.sub-nav {
display:none;
height:30px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;


position:absolute;
width:125px;
border:1px solid #dddddd;
border-top:none;
top:22px;
left:0;
}
ul.sub-nav li {
display:inline;
float:left;
height:20px;
margin:3px 6px;
overflow:hidden;
padding:0;
width:auto;
}
ul.sub-nav li a {
color:#000000;
text-decoration:none;
}
/*  End Menu    */
/*Formulaire de connexion */
div#form_spip_login {
    
}
.formulaire_login li.editer_session{
display : none;
}
#formulaire_login #pass_securise {
    display : none !important;
}
.formulaire_login legend {
    display : none;
}
.formulaire_login ul {
    list-style : none;
}
.formulaire_login label {
    display : none;
}
/* End Formulaire de connexion */
div#misc-nav {
    background-color:#000;
    width: 1000px;
    margin-left:auto;
    margin-right:auto;
    color:#FFF;
}
div#misc-nav p {
margin-left : 3px
}
div#misc-nav span#date_text {
    text-transform : capitalize;
    padding-left : 5px;
}
div#top {
    display: block;
    height: 100px;
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
    background: #eee url(../imgs/top-bg.png) repeat-x;
}
div#top h1#logo{
    float: left;
    height: 99px;
    margin: 0px 0 15px 0px;
    width: 300px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../imgs/logo.gif) no-repeat;
}

form#form-login , form#formulaire_login {
    height: 70px;
    width: 250px;
    float: right;
    background: url(../imgs/login-panel.gif) no-repeat;
}
p#lien_dec {
    text-indent : 5px;
    height: 105px;
    width: 250px;
    float: right;
    background: url(../imgs/login-panel.gif) no-repeat;
}
p#lien_dec a {
text-decoration : none;
color : #000;
}
input#login, input#password ,input#var_login {
    width: 150px;
    height: 18px;
    background: #BC0000;
    color: #fff;
    border: none;
    margin: 2px 8px;
    text-indent : 5px;
    
}
form#form-login a , form#formulaire_login .details a {
    display: block;
    line-height: 1em;
    font-size: 0.8em;
    color: #000;
    text-decoration: none;
    margin: 2px 8px;
}
form#form-login a:hover{
    cursor: pointer;
    color: #fe0;
    text-decoration: underline;
}
input#login-go ,input.submit {
    width: 50px;
    color: #FFF;
    border: 0;
    background: #000;
}
input#login-go:hover{
    color: #Fc0;
}

div#nav-search {
    position: relative;
    display: block;
    height: 50px;
    margin: 0 auto;
    width: 1000px;
    background: #f3f3f3;
}

ul#nav {
    list-style:none;
    display: inline;
    height: 30px;
    width: 740px;
    background: url(../imgs/nav-black.gif) bottom repeat-x;
}
ul#nav li{
    float: left;
    height: 30px;
    background: url(../imgs/nav-black.gif) bottom repeat-x;
    width: 106px;
    cursor:pointer;
    display:block;
    position:relative;
}
ul#nav li a{
    float: left;
    height: 30px;
    width: 106px;
    margin-right: 1px;
    background: #f90 url(../imgs/nav-tab.gif);
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 2em;
}
ul#nav li a:hover{
    background: #f3f3f3;
    color: #bc0000;
}
ul#sub1, ul#sub2, ul#sub6, ul#sub4 {
    display: none;
    position:absolute;
    width:125px;
    border-top:none;
    top:30px;
    left:0;
}

ul#sub1 li, ul#sub2 li, ul#sub6 li, ul#sub4 li {
color:#fff;
font-size:11px;
font-weight:normal;
display:block;
width: auto;
height:20px;
border-top:1px solid #dddddd;
}

ul#sub1 li a, ul#sub2 li a, ul#sub6 li a, ul#sub4 li a {
  background : #BC0000;
  text-align:left;
  text-indent: 5px;
  width: 150px;
  height:20px;
}

form#form-search {
    top: 0px;
    margin-top: -7px;
    right: 0px;
    display: block;
    width: 258px;
    height: 37px;
    float: right;
    background: #000 url(../imgs/form-recherche.gif) no-repeat left center;
    display: inline;
}
form#form-search input {
    width: 210px;
    height: 20px;
    border: 0;
    background: #fff;
    margin: 5px;
    float: left;
    color:#D30000;
    font-size:12px;
    font-weight:bold;
    background-image:url(../imgs/input_search.jpg);
    background-repeat:no-repeat;
    background-color:#000;
    text-indent : 5px;
}
form#form-search .submit {
    width: 36px;
    height: 37px;
    float: right;
    background: url(../imgs/btn-chercher.gif) no-repeat left top;
    text-indent: -9999px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    cursor:pointer;
}

.cartouche {
    background-color:#eee;
    padding:5px;
    font-size:12px;
    font-weight:bold;
}

form#form-search input#search-go:hover{
    cursor: pointer;
    background-position: left bottom;
}

div#middle {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 1000px;
    background: #efece0;
}
div#left {
    background-color:#FFFFFF;
    float:left;
    margin:0;
    padding-left:2px;
    width:736px;
}
div.middle-row {
    clear: both;
    display: block;
    margin: 2px 0;
    height: auto;
    width: 740px;
}
div#ad {
    clear: both;
    display: block;
    margin: 6px;
    height: 90px;
    width: 728px;
    background: #efece0;
}
div.bloc-single {
    float: left;
    margin:	3px;
    height: auto;
    width: 364px;
    background: #fff;
}
div.bloc-single-deux {
    float: left;
    margin:	3px;
    height: 500px;
    width: 364px;
    background: #fff;
}
div.bloc-single-deux h2 {
    font-size: 1.6em;
    height: 25px;
    line-height: 1.3em;
    color: #fff;
    background: #000;
}

div.bloc-single h2 {
    font-size: 1.6em;
    height: 25px;
    line-height: 1.3em;
    color: #fff;
    background: #000;
}
div.bloc-double {
    display: block;
    height: auto;
    width: 734px;
    background: #fff;
    clear : both;
}
div.bloc-double h2 {
    font-size: 1.6em;
    height: 25px;
    line-height: 1.3em;
}


div#footer-wrap {
    background: #ded3d3;
    margin: 0;
    width: 100%;
    height: 100px;
}
div#footer {
    width: 100%;
    display: block;
    margin-top: 5px;
    height: 95px;
    background: #efece0;
}
div#footer span#footer-copyright{
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #bc0000;
    text-align: center;
}
div#footer span#footer-liens{
    display: block;
    width: 960px;
    margin: 0 auto;
    color: #000;
    text-align: center;
}
/* -------------------------------------------------------------- 

						Sidebar

-------------------------------------------------------------- */

div#sidebar {
    width: 260px;
    float: left;
    margin: 0;
}
div.sidebloc {
    width: 254px;
    display: block;
    margin: 3px;
    clear: both;
}
div.sidebloc img{
    width: 254px;
    display: block;
    margin: 3px auto;
}
div.sidebloc h4{
    display: block;
    background: url(../imgs/title-sidebar.gif) no-repeat left;
    height: 25px;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
    text-indent: 1.5em;
    text-transform: uppercase;
    magin: 3px;
	font-weight : bold;
}
div.sidebloc p{
    margin: 3px;
    font-style: bold;
}
div#sondage {
    background: #EFECE0;
}
div#sondage  ul{
    list-style : none;
}
#depeche {
background : #FFF;	
}
ul.list-depeche {
    list-style: none;
    display: block;
}
ul.list-depeche li{
    color: #696969;
    margin: 6px;
}
ol.list-classement {
    display: block;
}
ol.list-classement li{
    margin-left: 10px;
    color: #565656;
    margin: 6px 0px 6px 6px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #565656;
    list-style-position:inside;
    text-transform: uppercase;
    font-weight:bold;
    font-size:10px;
}

ol.list-classement li a {
    text-decoration:none;
    color:#565656;
    text-transform:uppercase;
    font-weight:bold;
    font-size:10px;
}
#finances p{
margin-left: 15px !important; 
font-size : 11px;
font-family : tahoma;

}
#finances h3{
margin-left: 15px !important;

}
#finances a {
    text-decoration:none;
    color:#565656;
    font-size:14px;
    font-weight:bold;
}
/* -------------------------------------------------------------- 

						Homepage

-------------------------------------------------------------- */

#a-la-une {
    height:320px;
/*overflow:hidden;*/
}

#a-la-une img, #a-la-une p {
    float:left;
    padding:0px;
    margin:0px;
    
    width : 358px;
}

div#a-la-une a {
    text-decoration:none;
    color:#565656;
    font-size:14px;
    font-weight:bold;
}

div#a-la-une .spip_logos {
    padding-right:5px;
    padding-top:5px;
    padding-bottom:5px;
}

div#a-la-une h2{
    background:url(../imgs/title-a-la-une.gif) no-repeat left center;
    text-indent: 30px;
}
div#flash-info h2{
    background:url(../imgs/title-flash-info.gif) no-repeat left center;
    text-indent: 30px;
}
div#les-off h2{
    height: 40px;
    line-height: 2.5em;
    background:url(../imgs/title-les-off.gif) no-repeat left bottom;
    text-indent: 0.5em;
}
div#les-off a {
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    color:#565656;
}

div#les-off a {
    padding-bottom:5px;
}

div#les-off a .spip_logos {
    float:left;
    padding-right:4px;
    padding-top:10px;
}
div#pub h2{
    height: 40px;
    line-height: 2.5em;
    background:url(../imgs/title-pub.gif) no-repeat left bottom;
    text-indent: 0.5em;
}
div#actu h2{
    height: 33px;
    line-height: 2em;
    color: #fff;
    text-indent: 1.7em;
    background:url(../imgs/title-actu.gif) no-repeat left bottom;
}
ul.list-actu{
    list-style: none;
}
ul.list-actu li{
    list-style: none;
    display: block;
    margin: 6px 0;
    border-bottom: #b0b0b0 1px dotted;
    padding-bottom: 5px;
}
ul.list-actu li h3{
    font-size: 1.2em;
    font-weight: bold;
    color: #f00;
}
ul.list-actu li img {
    float: left;
    margin: 3px;
    width: 100px;
    height: 80px;
}

#sidebar #sondage img {
    width:auto;
   /* height:auto;*/
   float : left;
}

ul.list-actu li div.actu-item-content{
    float: left;
    margin-left: 10px;
    width: 615px;
}
.actu-item-content a.title_art {
text-decoration : none;
}
.actu-item-content a.lire_suite {
    float : right;
    color : #AB0179;
    text-decoration: none;
    font-size: 1.2em;
}
ul.list-actu li a.actu-comments-link , #actu .actu-comments-link {
    background: url(../imgs/icone-comment.gif) no-repeat left center;
    display: block;
    text-indent: 1.5em;
    color: #5f5f5f;
    text-decoration: none;
    font-weight: bold;
}
#actu .actu-comments-link {
margin-top: 10px;
margin-bottom : 10px;
float : left;
margin-left : 5px;
}
ul.list-actu li span.actu-item-date{
    color: #5f5f5f;
}
ul.list-actu li a.actu-item-category{
    color: #5f5f5f;
    color:#fff;
    text-transform: uppercase;
    float: right;
    padding: 2px;
    background:#b50000;
    text-decoration: none;
}
ul.list-actu li a.actu-item-category:hover{
    text-decoration: underline;
}

div#flash-info div#flash-info-content{
    height: 220px;
    width: 364px;
    margin: 3px;
}

div#flash-info div#flash-info-content .spip_logos{
    height: 100%;
    width: 100%;
    display: block;
}

div#flash-info img {
    width:364px;
    height:180px;
}

div#flash-info a.flash-info-link{
    display: block;
    overflow: hidden;
    text-decoration: none;
    background:url(../imgs/flash-info-link.jpg) no-repeat left bottom;
    height: 49px;
    color: #4C3C3C;
    width: 364px;
}
div#flash-info a:hover{
    background-position: left top;
    cursor: pointer;
    color:
}
div#flash-info p{
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 3px;
    display: block;
    text-decoration: none;
    margin-left: 40px;
    height: 35px;
    width: 320px;
}
div#flash-info h5{
    font-size: 1em;
    line-height: 1.2em;
    margin: 3px;
    font-weight: bold;
    margin-left: 40px;
    display: block;
    height: 15px;
}
.meteo {
    background-image:url(../imgs/meteo.jpg);
    background-repeat:repeat-x;
    background-color:#c9e3fe;
  /*   height:130px; */
    width:255px;
    margin-left:3px;
}
.meteo .form {
    background-color:#efece0;
    color:#ff0000;
    font-size:9px;
    padding-top:4px;
    padding-bottom:4px;
    padding-left:20px;
}
.meteo .ville {
    font-size:14px;
    color:#FFF;
    text-transform:uppercase;
    font-weight:bold;
    padding-left:6px;
}

.meteoday {
    float:left;
    width:85px;
    color:#ff0000;
    font-size:9pt;
    text-align:center;
    /* padding-bottom:10px; */
}

div#hierarchie, div#hierarchie a {
    background-color : #BC0000;
    color : white;
    font-size : 12px;
    text-decoration : none;
    padding:2px;
    line-height : 22px;
    padding-left:5px;
	/* text-transform : uppercase; */
}
#article_g {
    margin-top : 20px;
	margin-bottom : 20px;
}
div#article_g .logo_art  {
    float : left;
}
div#article_g .logo_art img  {
    margin-right : 10px;
}
div#article_g .text_art  p{
    margin-right : 10px;
}
#contenu p.publish{
    display:block;
    float:right;
    margin-bottom:10px;
    padding-right:10px;
}
#total_comment {
    font-weight : bold;
}
#extra {
    margin-top : 50px;
}
#extra .menu h2{
background : #E4E4E4;
border:1px solid #336699;
}
#extra .menu h2 a{
color : #000;
text-decoration : none;
font-weight : bold;
line-height : 28px;
}
#extra .menu ul{
list-style : none;
line-height: 24px;
}
#extra .menu ul a{
text-decoration : none;
font-weight : bold;
}
.commentCounter h2 {
    font-size:14px;
}
.description_art , #formulaire_forum{
margin-right: 10px;
}
.description_art h2 {
background-color : #FAAC51;
color : white;
font-size : 14px;
width : 116px;
margin-top : 12px;
margin-bottom :3px;
font-weight : bold;
}
.description_art h3 {
color : #BC0000;
font-size : 14px;
}
.description_art a {
text-decoration : none;
font-weight : bold;
}
.description_art img {
margin-bottom : 10px;
}
#formulaire_forum ul{
list-style : none;
}
#formulaire_forum label {
color:#000000;
font-size:12px;
font-weight:bold;
margin-bottom:3px;
margin-top:12px;
width:116px;
}
#formulaire_forum p.boutons {
    margin-top :10px;
    margin-bottom : 10px;
}
#formulaire_forum p.boutons input{
    width : 228px;
    background : #336699;
    border : 1px solid;
}

#contenu p.repondre {
background:#FAAC51 none repeat scroll 0 0;
border:1px solid;
float:right;
height:23px;
line-height:21px;
margin-right:10px;
text-indent:5px;
width:146px;
}
.repondre a {
text-decoration : none;
color : white;
font-weight : bold;
}
#actu p.repondre {
background:#336699 none repeat scroll 0 0;
float:none;
font-size:10px;
height:14px;
line-height:13px;
text-indent:10px;
width:135px;
margin-top : 10px;
margin-bottom : 10px;
}
#actu .actu-item-content p{
    padding-right : 5px;
    clear : both ;
}
.forum a#forum5 {
text-decoration : none;
color : #BC0000;
}
.forum-fil ul {
list-style : none;
}
#actu ul.forum {
text-decoration : none;
clear : both;
list-style : none;
}
#actu div.forum-chapo a {
    color : #333333;
    text-decoration : none;
    font-size : 12px;
}
.forum-chapo small{
float : left ;
}
.forum-texte {
clear : both;
margin-right : 10px;
}
#btn_sondage input {
    background : #B50000;
    width : 56px;
    text-transform: capitalize;
}
#formulaire_sondage table{
    margin-bottom : 10px;
}
#breve_header {
    padding-top : 2px;
}
a.lien_facebook {
color:#3B5998;
text-decoration:none;
margin-bottom:10px;
margin-top:10px;
float : left;
margin-left : 10px;
background : url(../imgs/facebook_icon.gif) no-repeat left top ;
text-indent : 20px;
font-size:12px;
font-weight:bold;
}
#slim_img {
    margin-top : 10px;
    margin-bottom : 10px;
}
#slim_img img {
    width : 145px;
    height : 99px;
    border : 0px;
    padding-right : 5px;
}
#a-la-une a.lire_suite ,#les-off a.lire_suite ,#finances a.lire_suite {
   float: right;
    color : #AB0179;
    text-decoration: none;
    font-size: 1.2em;
}
#formulaire_forum .previsu lengend{
    color : blue;
    font-size : 14px;
}
#form_contact label {

    margin-top:10px;
     margin-bottom:10px;
      margin-left:10px;
       margin-right:20px;
}
#form_contact input {
    margin-bottom : 10px;
    margin-left : 19px;

}
#form_contact h2 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#B91804;
width: 733px;
color:#FFFFFF;
display:block;
font-size:1.1em;
font-weight:bold;
height:25px;
line-height:1.8em;
text-indent:1.5em;
text-transform:uppercase;

    
}