* { margin:0; padding:0; border:0; }

body { background:#555555 url(../img/body_grad.png) repeat-x left top fixed; padding:0 40px 20px; font-family:Verdana, Arial, sans-serif; font-size:0.75em; line-height:1.6em; }
ul {list-style:none; }
h1, h2, h3, h4, h5 { font-weight:normal; letter-spacing:2px; line-height:1.3; font-family:"Trebuchet MS",Arial,Helvetica,sans-serif; }

a, a.spip_out { color:#537AAB; }
a:hover, a:active { color:#FFFFFF; background-color:#537AAB !important; }

p { padding-bottom:1em;}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}/*ie7*/
.clearfix {display:block;}
* html .clearfix {height:1%;}

hr { border-top:1px solid; }

#main { background-color:#FFFFFF; border:10px solid #444444; border-top:0; width:auto; max-width:1200px; margin:0 auto; }


/* HEADER */
#header { position:relative; height:85px; padding:30px 15px 0; background-color:#6E97C6; border-bottom:1px solid #79A6D9; }
#header h1, #header h2 {  color:#FFFFFF; }
#header h1 { font-size:2.5em; }
#header h2 { font-size:1.2em; }
#header img { position:absolute; right:10px; bottom:10px; }


/* HEADER NAV */
#headerNav { height:30px; background-color:#425A76; border-bottom:3px solid #374B63; }
#headerNav li { float:left; position:relative; }
#headerNav li a { display:block; padding:7px 15px; color:#000000; text-decoration:none; }
#headerNav li a#current, #headerNav li a:hover { color:#FFFFFF; background-color:transparent !important; }

#headerNav li ul { display:none; background-color:#425A76; position:absolute; z-index:2; }
#headerNav li ul li { display:block; width:180px; }
#headerNav li ul li a { padding:2px 15px; }


/* FOOTER */
#footer { clear:both; color:#FFFFFF; background-color:#444444; width:100%; padding:0; }
#footer p { margin:0; padding:15px 15px 5px; }

#breadcrumbcontainer { margin:0 15px; }
#breadcrumbcontainer li { display:inline;}

/* SIDEBAR */
#sidebar { float:right; width:200px; margin-bottom:20px; margin-right:15px; font-size:0.95em; line-height:1.45em; /*border-bottom:1px solid #505357;*/ }
#sidebar img { margin-bottom:5px; }

#sidebar #sidebarTitle { color:#1D2024; border-bottom:1px solid #505357; font-family:Georgia,serif; letter-spacing:2px; margin:5px 0; text-transform:uppercase; line-height:1.3; margin-bottom:1em; font-size:1.5em; text-align:left }
#sidebar .section { margin-top:1em; padding-bottom:1em; }
#sidebar .section h4 { color:#1D2024; border-bottom:1px solid #DBD5C5; font-family:Georgia,serif; letter-spacing:2px; margin:5px 0; text-transform:uppercase; line-height:1.3; margin-bottom:1em; }

#sidebar #nextConcerts li { padding-bottom:1em; border-bottom:1px solid #505357; margin-bottom:0.5em; }
#sidebar #nextConcerts li a{ display:block; text-decoration:none; }

#sidebar #linkList { padding:0 1em; }
#sidebar  ul.blog-tag-cloud { padding:0; text-align:justify; }
#sidebar #blog-rss-feeds { margin:1em 0; }
#sidebar #blog-rss-feeds  .blog-rss-link { background:transparent url(../img/rss_icon.png) no-repeat scroll left center; padding-left:16px; }

/* CONTENT */
#content { padding:30px 235px 10px 15px; text-align:justify; min-height:780px; height:auto !important; height:780px; }

.blog-entry { margin-bottom:40px; }
.blog-entry-title { font-family:Georgia,serif; letter-spacing:2px; font-size:2.1em; line-height:1em; margin-bottom:5px; text-transform:uppercase; }
.blog-entry-title a { color:#000000; text-decoration:none; }
.blog-entry-title a:hover { color:#537AAB; background-color:transparent !important; }
.blog-entry-title .subTitle { font-size:0.5em; }
.blog-entry-date, .blog-archive-link { border-bottom:1px solid #505357; color:#1D2024; font-size:0.9em; margin-bottom:15px; padding-bottom:10px; }
.blog-entry-category { background:transparent url(../img/category.png) no-repeat scroll left center; margin-left:8px; padding-left:16px; }
.blog-entry-tags { border-top:1px solid #505357; margin-top:1em; padding-top:.5em; }
.blog-read-more { display:block; font-style:italic; padding:10px 0; }
.blog-entry-comments { margin-top:10px; }
a.blog-comment-link { background:transparent url(../img/comments.png) no-repeat scroll left center; margin-right:5px; padding-left:18px; }
a.blog-trackback-link { background:transparent url(../img/trackback.png) no-repeat scroll left center; padding-left:16px; }

#content .desc { font-weight:bold; }
#content .chapo {
    padding-bottom:2em;
    color:#676767;
    font-size:11px;
}

#content .spip_documents_center { clear:left; }


#blog-categories { line-height:1.8; margin-bottom:10px; }
a.blog-category-link-enabled { background:transparent url(../img/category.png) no-repeat scroll left center; padding-left:16px; }

#blog-archives { line-height:1.8; margin-bottom:10px; }
a.blog-archive-link-enabled { background:transparent url(../img/category.png) no-repeat scroll left center; padding-left:16px; }

ul.blog-tag-cloud { text-align:justify; }
ul.blog-tag-cloud li { display:inline; padding-right:5px; }


/* BOUTONS ADMIN */
.spip-admin-float { right:inherit !important; left:20px !important; }


/* INFOBULLE */
a.infobulle {
   position: relative;
}

a.infobulle span {
   display: none;
   z-index:200;
}

a.infobulle:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500;
}
a.infobulle:hover span {
   display: inline;
   position: absolute;
   width:230px;
   top: 2em;
   left: 1em;
   background-color:#D1DFEF;
   filter:alpha(opacity=90);
   -moz-opacity:0.9;
   opacity:0.9;
   border:1px solid #8CACBB;
   color:#000000;
   text-align: center;
   padding: 2px;
}


/* FORMULAIRE */
input, textarea {
    background-color:#D3D3D3;
    color:#444444;
    padding:2px;
    margin:2px 0;
}
input:hover {
    cursor:pointer;
}
input#submit {
    border:1px solid #444444;
    color:#FFFFFF;
    background-color:#555555;
    margin:1em;
}


/* FORUM */
.forum{
   margin-top:20px;
   position:relative;
}

.forum #listRoom { margin-bottom:1em; }

.forum #smileys {
   position:absolute;
   width:118px;
   z-index:10;
   visibility:hidden;
}

.forum .neoMessage {
    color:#425A76;
    font-weight:bold;
}

.forum .titre_mess {
   border:1px solid #000000;
   background-color:#425A76;
   color:#FFFFFF;
   padding:5px;
   font-weight: bold;
}

.forum .contenu_mess {
   border:1px solid #000000;
   border-top: none;
   padding:10px 5px;
}


.forum .quotation {
    background-color:#DEDEDE;
    width:100%;
}
.forum .quotation td { padding:5px 10px; }
.forum #quoteLink { float:right; padding-top:5px; margin-bottom:-5px; }
.forum blockquote { display:block; padding:5px 15px; margin-bottom:-10px; background-color:#DFEFFF; font-style:italic; }

.forum ul, .forum ul ul { margin:0 0 20px 50px; padding:0; list-style-type:none; }
.forum ul ul { margin:0; }
.forum ul { margin-top:20px; }
.forum ul ul { margin-left:5px; background:url(/forum/vline.png) repeat-y; }
.forum ul li { margin:0; padding-left:10px; background:url(/forum/node.png) no-repeat; }
.forum ul li.last { padding:0; background-image:none; }
.forum ul ul li.last { padding-left:10px; background:#FFFFFF url(/forum/lastnode.png) no-repeat; }

.forum li {
   margin-left:1em;
}

.table_forum {
    margin:1em 0;
}

table.table_forum, .table_forum td, .table_forum th {
   border-collapse: collapse;
   border:1px solid #000000;
   padding:2px 5px;
}

.forum .table_forum th {
    color:#FFFFFF;
    background-color:#425A76;
}

.forum .oddline {
    background-color:#D1DFEF;
}

.tabOver a {
    color:#FFFFFF;
}
.tabOver, .tabOver a:hover {
   background-color: #6E97C6 !important;
   color:#FFFFFF;
}

.forum .confirm {
   font-size: 20px;
   font-weight: bold;
   text-align: center;
}

.forum .recherche {
   border: 1px solid #444444;
   padding: 5px;
   text-align: center;
   margin:10px 0;
}

.forum .recherche h3 {
   margin:0 0 .5em 0;
   text-transform:uppercase;
}

.forum .recherche form {
   margin:0;
   text-align: center;
}

a.nbr_new {
   color: #000000;
   font-weight: normal;
}

.forum .bt-forum {
    text-align:center;
    padding-top:2em;
}
.forum .bt-forum a {
    font-size:1.4em;
    font-weight:bold;
    line-height:1.5em;
}



/* CONCERTS */
#concerts { }
#concerts #content h1 { font-family:Georgia,serif; font-size:2.1em; letter-spacing:2px; line-height:1em; margin-bottom:5px; text-transform:uppercase; }

#concerts #content li { border-top:1px dotted #000000; margin-top:1em; padding:1em 2em 0; }
#concerts #content h4 { display:inline; font-weight:bold; text-decoration:underline; }


/* ASSO */
#association h1 { text-align:center; font-size:3em; }
#association .blog-entry-title h2 { font-size:1em; }
#association h3.spip { margin:0; text-align:left; }




/* PLUGIN LECTEUR MULTIMEDIA */
.radiobox #scrollbar { clear:left; }
.radiobox #scroller_container { height:20px; }