/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 
/* Les éléments HTML en général
-------------------------------------------------------- */
* {
    margin:0; /* Bug IE */
}
html,body {
    margin:0;
    padding:0;
    text-align:center;
    color:#333;
    font-size:0.8em;
    line-height:1.6em;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
    /*background:url(img/fond.png) repeat-x fixed #FFF;*/
    /*background-color: #dadada;*/
    background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6 {
    font-family:"Trebuchet MS",sans-serif;
}
h1 {
    font-size:1.5em;
}
h2 {
    font-size:1.4em;
}
h3 {
    font-size:1.3em;
}
h4 {
    font-size:1.2em;
}
h5 {
    font-size:1.1em;
    margin-bottom: 3px;
}
h6 {
    font-size:1em;
}
pre,code {
    font-size:1.2em;
}
pre {
    width:100%;
    overflow:auto;
    border:1px solid #CCC;
}
fieldset {
    /*border:none;*/
	color: #000000;
	font-weight: bold;
}
label {
    cursor:pointer;
    cursor:hand;
}
.field label {
    display:block;
}
textarea {
    width:100%;
    font-size:1em;
    font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
input[type=text] {
    border:1px solid #777;
    height:18px;
    padding-left: 2px;
    background: #F6F6F6;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 10px; 
}
input[type=submit] {
    border:1px solid #777;
    height:20px;
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
}
input, textarea {
    border:1px solid #777;
    padding-left: 2px;
    background: #F6F6F6;
}

input:focus, textarea:focus {
    border:1px solid #555;
    background: #FFF;
}
a, a:visited, a:link {
    color:#da0000;
    text-decoration:none;
}
a:hover {
    color:#fa0000;
    text-decoration:none;
}


img {
    border:none;
    background:transparent;
    vertical-align:middle;
}
.left {
    float:left;
    margin-right:1em;
}
.right {
    float:right;
    margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#prelude {
    display:none;
}

#page{
    background:#fff;
    color: inherit;
    width: 983px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
    padding:0;
    /*border-left:1px solid #999;
    border-right:1px solid #999;    
    border-bottom:1px solid #999;*/
}
 
/* L'entête
-------------------------------------------------------- */
/*header*/
#head-intro { font-size:12px; color:#999999; margin-bottom:4px; }
#head-intro a { color:#999999; text-decoration:none; }
#head-intro a:hover { text-decoration:underline; }
#head-logo { float:left; }
#head-banniere { position:relative; float:left; height:48px; width:936px; margin:0 0 0 4px; background:url(img/head-bg.gif) repeat-x left top; }
#head-banniere-g { position:absolute; top:0; left:0; background:url(img/head-g.gif) no-repeat left top; width:2px; height:48px; }
#head-banniere-d { position:absolute; top:0; right:0; background:url(img/head-d.gif) no-repeat right top; width:2px; height:48px; }
#head-banniere h1 { font-size:24px; color:#FFFFFF; margin:10px 0 0 10px; font-weight:bold; }
#head-banniere h2 { font-size:9px; color:#000000; margin:-2px 0px 0 70px; font-weight:normal; }
#head-banniere a { position:absolute; top:15px; right:20px; font-size:12px; color:#FFFFFF; text-decoration:none; }
#head-banniere a:hover { text-decoration:underline; }

#top {
/*    background:#C9C9C9 url(img/header_bg_logo.jpg) repeat-x 0px 0px;*/
    height:94px;    
    padding:0;
    margin:0;
    vertical-align: top;
}

#top h1 {
    padding-top:35px;
    padding-left:150px;
    font-size:24px;    
}
#top h1 a {
    text-decoration:none;
    color:#FFF;
}
#top h1 a:hover {
    color:#C9C9C9;
    border:none;
    background:transparent;
}

#top p {
    color:#FFF;
    font-weight: bold;
    float:right;
    padding-right:3px;
}

#top #calendar {
    background:transparent;
    width:180px;
    text-align:center;
    float:right;
    margin-right:16px;
    margin-top:0px;
}
html>body #top #calendar {
    margin-right:30px;
    margin-top:-19px;
}
#top div#calendar table {
    text-align:center;
    margin:0 auto;
    border-collapse:collapse;
    font-size:10px;
    line-height:17px;
}
#top div#calendar table caption {
    margin:0 auto;
    
}
#top div#calendar table th {
    color:#3C5766;
    background:transparent;
    cursor:help;
}
#top div#calendar table td {    
    font-size:10px;
    padding:0;
    margin:0 0 2px 0;
}
#top div#calendar table td a {
    display:block;
    background:transparent;
    color:#BF1616;
    font-weight:bold;
    text-decoration:none;
    border:none;
}
#top div#calendar table td a:hover {
    background:#BF1616;
    color: #FFF;
}

/* Le prélude
-------------------------------------------------------- */ 

#haut {
    margin:0;
    height:27px;
    overflow:hidden;
    /*padding:0px 0px 0 10px;*/
    padding:0 0 0 1px;
    font-size:10px;   
    /*background:#dadada url(img/nav_top_menu_bg.gif);*/
}
#menu dl, #menu dt, #menu dd, #menu ul, #menu li, #categories ul, #syndicate ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#menu {
    /*position: absolute;
    top: 108px;
    width:700px;*/
    width:100%;
    margin:auto;
    z-index:100;
}

#searchmenu {
    position: relative;
    top: -8px;
    left: 345px;
}
#menu a, #menu a:visited, #menu a:link {
/*    color:#4f4f4f;*/
    color:#ffffff;
    display: block;
    height: 100%
}
#menu dl dt a:hover {
    /*color:#000000;
    background:transparent;
    color:#FFFFFF;
    background-color: #000000;
    font-weight: normal;
    display: block;*/
/*    background: #BD5D60 url('img/nav_top_layer_bg_2.gif') repeat-x left top;color:#FFFFFF;text-decoration:none;*/
    background-color: #fa0000;
	text-decoration:none;

}
#menu dl {
    float: left;
    width: 140px;
    
}
#menu dt {
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    background: transparent;
	background-color: #da0000;
    margin: 1px;
    color:#4f4f4f;
    font-size: 12px;
    display: block;
}
#menu dd {
    display: none;
    border: 1px solid #dadada;
    padding-bottom:0px;
    margin-top:0px;
    background:#FFFFFF;
    z-index: 103;
}


#syndicate li {
    text-align: center;
    font-size:11px;
    font-weight:normal;
    text-align:left;
    color: #333333;
    padding:2px 1px 3px 1px;
}

#menu li, #categories li {
    /*background:url('img/nav_top_layer_bottom_separator.gif') repeat-x left bottom;*/
    font-size:11px;
    font-weight:normal;
    text-align:left;
    color: #333333;
    padding:2px 1px 3px 3px;
}

.formulaire {
    font-size:12px;
    font-weight:normal;
    color: #333333;
    padding:2px 1px 3px 3px;
    margin-left: 100px;
}

.logs {
    font-size:11px;
    margin-left: 30px;
    margin-bottom: 20px;   
}

.lightgrey {
    background-color: #f3f3f3;
}

.white {
    background-color: #FFF;
}

li a {height:100%;background:none;color: #333333;text-decoration:none;padding-left:0px;}

#categories a,#categories a:link, #categories a:visited {height:100%;background:none;font-size: 12px;color: #4f4f4f;text-decoration:none;}
#categories a:hover {
    /*color:#c64045;*/
    color:#da0000;
    text-decoration:none;
}

#menu li a, #menu dd a, #menu li a:visited, #menu dd a:visited {height:100%;display: block;background:none;color: #333333;text-decoration:none;padding-left:6px;}

#menu li a:hover{
/*    background: #BD5D60 url('img/nav_top_layer_bg_2.gif') repeat-x left top;color:#FFFFFF;text-decoration:none;*/
    background-color: #da0000;color:#ffffff;text-decoration:none;
}
#menu h3 {
    padding-left:4px;
}
#menu img {
    margin-top:5px;
}
#search {
    text-align:center;
    padding:10px 0 10px 0;
    margin:0;
}

#search fieldset,#search input,#search p {
    margin:0;
    padding:0;
}
#q {    
    background:#fff url(img/q.png) no-repeat right center;
}
/* Le contenu
-------------------------------------------------------- */

#horizontal_sep {
/*    background-color: #dadada;
    width: 100%;
    height:10px;    */
    padding: 0;
	margin: 0;
	border: none;
    border-top:1px solid #cccccc;
    color: #cccccc;
    width: 100%;
    height:1px;    
}

#main {    
    width:700px;
    margin:20px 10px 10px 15px;
	padding: 0;
    float: left;
    font-size:12px;
    vertical-align: middle;
    text-align:justify; 
}

#maintop {
    /*background:#fff url(img/home_block_simple_top.gif) no-repeat;*/
    background-color:#ffffff;
	height: 6px;
    width: 100%;
}

#mainbottom {
    /*background:#fff url(img/home_block_simple_bottom.gif) bottom no-repeat;*/
    height: 15px;
    width: 100%;
}

.day-date {
    padding-left:0px;
    
    color:#888;
    font-weight:bold;
    font-size:12px;
}
#comments h3,#trackbacks {
    margin-top:20px;
}
.post {
    padding-bottom:0px;
    margin-bottom:30px;
    padding-left:0px;
    /*border-bottom: 1px solid #dadada;*/
    background-color: #f3f3f3;
}
.post-title {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
    color: #FFFFFF;
    background: #a45255 url('img/header_filed_block_top.gif') repeat-x left top;
    margin-bottom:0;
}

.post h2 {
    padding-left: 5px;
}
.post-title a, .post-title a:visited {
    color:#FFFFFF;
    background:transparent;
}
.post-title a:hover {
    color:#FFFFFF;
    background:transparent;
    text-decoration:underline;
}
.post-info {
    padding-left:5px;
    padding-right:5px;
    margin-top:0;
    color:#888;
    padding-bottom:1px;
    margin-bottom:5px;
}
.post-info-co {
    padding-left:5px;
    padding-right:5px;
    text-align:right;
}
.post-content {
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    font-size: 12px;
    text-align:justify;
}
.post-content a, .post-content a:visited {
    color:#DB0000;
    text-decoration:none;
}
.post-content a:hover {
    color:white;
    background:#DB0000;
}

.post-content blockquote {
    font-family:Georgia,serif;
    font-style:italic;
    margin:18px auto 18px auto;
    padding:6px;
    border-left:4px solid #999;
    background:url(img/blockquote.png) repeat-y right #FBFBFB;
    color:#545454;
}
.post-content img {
    /*border:1px solid #D9D9D9;*/
    background:transparent;
    padding:2px;
    vertical-align: text-bottom;
}
.post-content .smiley {
    border:none;
}
.post li {
    background:url(img/puce.gif) no-repeat 0px 2px;
    padding-left:15px;
    margin-bottom:3px;
}
.post ul {
    list-style-type:none;
    margin-left:30px;
    margin-top:10px;
    margin-bottom:10px;
}

#urls li {
    background:url(img/puce.gif) no-repeat 0px 2px;
    padding-left:15px;
    margin-bottom:3px;
    list-style-type:none;
}

#urls ul {
    margin-left:20px;
    margin-top: 5px;
    margin-bottom: 20px;
}

#trackbacks blockquote, #comments blockquote {
    border-bottom:3px solid #666;
    border-right:3px solid #666;
    border-top:1px solid #999;
    border-left:1px solid #999;
    background:#EEE;
    margin:1em 0;
    padding: 1ex 1em;
}
#c_remember {
    border:none;
}

/* Le pied de page
-------------------------------------------------------- */
#footer {
    margin:20px 0 0px 0;
    padding-top:10px;
    padding-bottom:10px;
    vertical-align:middle;
    border-top:1px solid #cccccc;
    color:#666;
    clear:both;
}
#footer img {
    float:right;
}
#footer a {
    color: #999;
}

#errors, #messages {
    margin-left: 50px;
    margin-bottom: 15px;
    width: 550px;
}
#errors{
	color: red;
	font-weight: bold;
}
#statut{
	color: red;
	font-weight: bold;
}

.small1 {
    font-size: 10px;
    margin-top: 5px;
}

.bkg_t_l{background: url(img/block_simple_top_left.gif) no-repeat top left;  width:10px; height:10px;}
.bkg_t_r{background: url(img/block_simple_top_right.gif) no-repeat top right;  width:10px; height:10px;}
.bkg_b_l{background: url(img/block_simple_bottom_left.gif) no-repeat bottom left;  width:10px; height:10px;}
.bkg_b_r{background: url(img/block_simple_bottom_right.gif) no-repeat bottom right;  width:10px; height:10px;}
.bkg_t{background:url('img/block_simple_top.gif') repeat-x left top; height:4px;}
.bkg_r{background:url('img/block_simple_right.gif') repeat-y right top; width:4px;}
.bkg_b{background:url('img/block_simple_bottom.gif') repeat-x left bottom; height:4px;}
.bkg_l{background:url('img/block_simple_left.gif') repeat-y left top; width:4px;}
.billettop{background:url('img/billettopgrey.gif') no-repeat left top; width:700px; height:6px;}
.billetbottom{background:url('img/billetbottom.gif') no-repeat left top; width:700px; height:6px;}

#sidebar {
    background:transparent;
    /*width:210px;*/
    width:200px;
    text-align:left;
    vertical-align: top;
    float: left;
    margin:10px 10px 10px 10px;
    padding: 0px 25px 0px 0px;
    /*border-style: solid;
    border-width: 1px;*/
}


#connected {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 10px;
	color: #da0000;
	font-weight: bold;
}

