 /* ============== layout general ============== */
body {
        font-size: 82.01%; /* [1] */
        margin : 0;
        padding : 0;
        font-family : "Trebuchet MS", "Bitstream Vera Sans", "lucida grande",verdana, lucida, arial, helvetica, sans-serif;
        color:#333;
        background: #fcf7e3;
        text-align:center;
}
#page {
        margin: 0;
        text-align:left;
        background:#fcf7e3;
}
#content {
        float : right;
        width :100%;
}
#content[id] { /* [2] */
        margin-left : -1px;
}
#col-a {
        background: #f5d060 url(images/fondgauche.jpg) repeat-x top;
        float:left ;
        margin-left : -180px;
        z-index : 10; /* [3] */
}
#col-a[id] { /* [2] */
        margin-right:1px; /* [2] */
}
#col-b {
        background: #f5d060 url(images/fonddroite.jpg) repeat-x top;
        float : right;
        margin-right : -180px;
        z-index : 11; /* [3] */
}
#col-b[id] { /* [2] */
        margin-left : 1px;
}
.trois #conteneur {
        padding : 0 180px;
}
.main {
        width: 100%;
        background: #fcf7e3 url(images/fondcentre.jpg) repeat-x top;
}
.main[class] {
        padding-bottom: 0.1px; /* [4] */
}
.main-int {
        float: left;
        width: 100%;
        position: relative;
        z-index: 0;
}
.main-int[class] { /* [2] */
        margin-right: -1px;
}
.ext-col {
        position: relative;
        width: 180px;
        overflow: hidden;
}
.int-col, content-int {
        margin: 0 1em;
}
.clear {
         clear: both;
}

/* ==================== elements communs ===================== */
p { margin : 1em 0; }
img { border : none; margin:0; }
form { display : block; margin : 0; padding : 0; }
q { font-style : italic; }
acronym, abbr { border-bottom: 1px dotted #999; cursor:help; }


h1 { font-size : 2em; margin : 0.67em 0; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h2, h3 { font-family : Georgia,"New Century Schoolbook",Times,serif; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }


code, pre {
        font-family : "Courier New",monospace;
        font-size : 1em;
        background : #f7f7f7;
}
pre {
        margin : 0 auto;
        margin-bottom : 1em;
        padding : 0.5em;
        text-align:left;
        white-space:normal;
                /* caché pour IE 5 Mac qui sait pas faire \*/
                white-space:pre;
                width: 90%;
                overflow : auto;
                                /* End hack */
}

/* ---- liens courants ----------------------- */
a, a:link {
        color : #6B8F24;
        text-decoration:none;
        font-weight : bold;
}
a:visited {
        color : #6b8f24;
        text-decoration:none;
}
a:hover {
        text-decoration : none;
        color : #999;
}
a:active {
        font-weight:bold;
        text-decoration : underline;
}
a:focus {
        text-decoration:underline;
}
a[hreflang]:after {
        content: "\0000a0[" attr(hreflang) "]";
        color:#99cc33;
        background : transparent;
}
ul {
        position : relative;
} /* pour éviter la disparition d'image aléatoire au survol des liens */


/* ================================================================
top
------------------------------------------------------------------------------------------------------ */
#top {
        background: transparent url(images/top.jpg) repeat-x;
        margin:0;
        padding:0;
        height: 120px;
        text-align : center;
}
#top h1 {
        padding : 24px 1px 0 1px;
        margin: 0;
        height:50px;
}

#top h1 a {
        color : #660066;
        text-decoration : none;
        display:block;
        width:100%;
        height:44px;
}

/* Prelude
------------------------------------------------------------------------------------------------------------ */
#prelude {
        background: transparent url(images/fondprel.jpg) repeat;
        margin:0;
        padding:0;
        height: 50px;
        text-align : center;
}


/* Centre - partie des billets (main > main-int > content > content-int)
--------------------------------------------------------------------------------------------- */
.content-int {
         padding: 10px;
         margin: 0 1em;
}
.content-int h3 {
        color : #666;
        margin-top : 2em;
        font-size:1.1em;
        font-weight:normal;
}

.content-int h4 {
        color :#666;
}
/* --------------------- les billets ------------------------ */
.post {
        margin-top:1m;
        margin-bottom:4em;
}
.info {
        font-family : "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        text-align:right;
        font-size:0.86em;
        margin-top:-6px;
}

.day-date {
        font-family : Georgia,"New Century Schoolbook",Times,serif;
        font-size : 1em;
        text-align : right;
        color : #999;
        padding:2px 0;
        margin-top:0;
}
.post-title {
        font-family : "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-weight:bold;
        font-size:1.33em;
        margin:1em 0 0 0;
        color:#660066;
}

.post-title a {
        font-family : "Trebuchet MS","Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        color:#660066;
        text-decoration:none;
}
.post-cat, .post-cat a {
        color:#6b8f24;
        font-size : 0.82em;
}

.post-chapo {
        margin-top:0.25em;
}

.post-content {
        clear:both;
        text-align:justify;
        margin-top:0.5em;
}

.post-content p {
        margin-top:0.25em;
        line-height:120%;
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-size:1em;
}
.post ul, .post ul li {
        list-style:none;
        padding-left: 1em;
        margin: 0 0 0 0;
}
.post ul li {
        display:block;
        background : transparent url(images/ul.png) no-repeat 0 4px;
        padding-left:13px;
}
.post ul ul li {
        display:block;
        background : transparent url(images/ulul.png) no-repeat 0 4px;
        padding-left:13px;
}
.post-info, .post-info-co, .post blockquote {
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-size:0.86em;
}
.post-info {
        margin-bottom: 0;
        color:#999;
}
.post-info-co {
        margin-top:0;
        margin-bottom:2em;
        padding-left : 13px;
}
.post-info-co span {
        padding : 0 15px 0 0;
}
.post blockquote {
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-style: italic;
        font-size:1em;
}
.post blockquote p {
        margin-top:1em;
}
p.suite {
        margin-top:-6px;
        padding:0;
}

/* --------- notes --------- */
.footnotes {
        font-size:0.9em; color:#666;
        border-top:1px dashed #999;
        border-bottom:1px dashed #999;
}
.footnotes h4 {
        margin: 0.5em 0;
}
/* ---------- trackacks et commentaires ---------------- */
#trackbacks, #comments, #comment-preview {
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-size:0.86em;
        margin : 0;
}
#trackbacks {
        margin-top:2em;
        border-top:4px dotted #660066;
        border-bottom:1px dashed #999;
}
#trackbacks h3, #comments h3, #comment-preview h3 {
        font-family : "Trebuchet MS", "Bitstream Vera Sans", "lucida grande",verdana, lucida, arial, helvetica, sans-serif;
        text-transform : uppercase;
        font-size : 1em;
        margin : 1em 0;
}
#trackbacks blockquote, #comments blockquote, #comment-preview blockquote {
        display : block;
        margin : 0 0 1em 1em;
        padding : 1px 0.5em;
        font-style : normal;
        color : #666;
}
#comments blockquote {
}
.error ul {
        padding-left : 20px;
}
.error li {
        list-style : square;
}
.comment-number {
        font-family : Georgia,"New Century Schoolbook",Times,serif;
        font-size : 1.5em;
}
.comment-number a {
        text-decoration : none;
}
.comment-info {
        margin: 0;
}

/* Parametres communs menus gauche et droit
----------------------------------------------------------------------- */
.int-col h3 {
        border-bottom:1px solid #999;
        padding : 1em 0 2px 0;
        margin:0;
        font-weight : bold;
        color : #666;
        font-size:1em;
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
}

.int-col ul {
        list-style:none;
        padding:0;
        margin:0;
}

.int-col li {
        background:transparent;
        margin:0;
}

.int-col li:hover {
        background-color:#ffff33;
}

.int-col li a {
        display: block;
        width: 100%;
}

html>body #int-col li a {
        width: auto;
}

.int-col li a:hover {
        background-color:#ffff33;
}

.int-col a:link {
        font-weight : bold;
}

.int-col a:visited {
        color:#99cc33;
        text-decoration:none;
}

.int-col a:active {
        font-weight : bold;
        text-decoration : underline;
}

/* Specifique menu gauche (col-a)
-------------------------------------------------------- */
#col-a {
        font-size:0.86em;
        text-align:right;
        padding-top:5px;
}
#col-a h2 {
        font-size:1.25em;
        color:#6b8f24;
        text-transform : uppercase;
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        margin-bottom:0.5em;
}
#col-a h3 {
        color : #660066;
        border : none;
        text-transform: uppercase;
}
#col-a a {
        font-weight : bold;
        color : #666;
        line-height:120%;
}
#decoa1 {
        width:180px;
        height:209px;
        background: transparent url(images/decoa1.jpg) no-repeat left top;
}
#decoa2 {
        width:180px;
        height:142px;
        background: transparent url(images/decoa2.jpg) no-repeat left top;
}
#decoa3 {
        width:180px;
        height:124px;
        background: transparent url(images/decoa3.jpg) no-repeat left top;
}
#decoa4 {
        width:180px;
        height:235px;
        background: transparent url(images/decoa4.jpg) no-repeat left top;
}
#decoa5 {
        width:180px;
        height:132px;
        background: transparent url(images/decoa5.jpg) no-repeat left top;
}
#decoa6 {
        width:180px;
        height:124px;
        background: transparent url(images/decoa6.jpg) no-repeat left top;
}
#decoa7 {
        width:180px;
        height:122px;
        background: transparent url(images/decoa7.jpg) no-repeat left top;
}
/* Specifique menu droit (col-b)
-------------------------------------------------------- */
#col-b {
        font-size:0.86em;
        padding-top:5px;
}
#col-b a {
        color : #666;
}
#col-b h2 {
        border-bottom:1px solid #999;
        margin:12px 0 4px 0 ;
        color : #6B8F24;
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-weight:bold;
        text-transform : uppercase;
        font-size:1em;
        padding-left:2px;
}
#decob1 {
        width:180px;
        height:131px;
        background: transparent url(images/decob1.jpg) no-repeat left top;
}
#decob2 {
        width:180px;
        height:122px;
        background: transparent url(images/decob2.jpg) no-repeat left top;
}
#decob3 {
        width:180px;
        height:104px;
        background: transparent url(images/decob3.jpg) no-repeat left top;
}
#decob4 {
        width:180px;
        height:117px;
        background: transparent url(images/decob4.jpg) no-repeat left top;
}
#decob5 {
        width:180px;
        height:124px;
        background: transparent url(images/decob5.jpg) no-repeat left top;
}
#decob6{
        width:180px;
        height:127px;
        background: transparent url(images/decob6.jpg) no-repeat left top;
}/* ::::::::::::::::::: Calendrier */
#calendar {
        font-size:1.1em;
        line-height:100%;
        width:150px;
        padding-bottom:0.5em;
        border-bottom:1px solid #999;
        margin-bottom:2em;
}
#calendar h2 {
        line-height:140%;
}
#calendar table {
        border-collapse : collapse;
        font-size : 0.85em;
        margin : 0 auto;
}
#calendar caption {
        color : #666;
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-weight:bold;
        font-size:1.1em;
        padding : 0.3em 0;
        margin : 0 auto;
}
#calendar abbr {
        border : none;
        font-style : normal;
}

#calendar th, #calendar td {
        border : none;
        padding : 1px;
}
#calendar td {
        text-align : center;
}
#calendar td.active {
        border : 1px solid #660066;
}
#calendar td.active a {
        font-weight : bold;
}

#calendar a {
        font-weight : bold;
        background:#d7d7d7;
}

/* :::::::::::::::::: recherche */
#search {
 background: #fcf7e3 url(images/blocdroit.jpg) repeat-y right;
 padding : 0 0 0 2px;
}
/* ::::::::::::::::: langues */
#languages {
}
#q {
}

/* ::::::::::::::::::::  categories */
#categories {
 background: #fcf7e3 url(images/blocgauche.jpg) repeat-y left;
 padding : 0 1em 1em 0;
}

/* ::::::::::::::::::::: archives */
#archives {
 background: #fcf7e3 url(images/blocdroit.jpg) repeat-y right;
 padding : 0 0 1em 2px;
}

/* :::::::::::::::::::::  liens */
#links {
 background: #fcf7e3 url(images/blocgauche.jpg) repeat-y left;
 padding : 0 1em 1em 0;
}

/* ::::::::::::::::::::  syndication */
#syndicate {
 background: #fcf7e3 url(images/blocdroit.jpg) repeat-y right;
 padding : 0 0 1em 2px;
}


/* Footer
------------------------------------------------------------------------------------------------------ */
#footer {
        clear:both;
        position : relative;
        border-top : 1px solid #6b8f24;
        margin : 0 0 1em 0;
        padding: 0 2em 0.15em 2em;
        color: #999;
        font-size: 0.8em;
        text-align: center;
        line-height: 100%;
}

/* ========================== Interactions et formulaires divers ======================= */
fieldset {
        display : block;
        border : none;
        margin : 0;
        padding : 0;
}
input, textarea {
        font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
        font-size : 1em;
        border-width : 1px;
        border-color : #ccc;
}
input[type], textarea[name] {
        background: #f1f0ed;
}
input[type=submit], input[type=reset] {
        background : #ccc;
        color : #000;
}
input[type=submit]:hover {
        background : #598F9A;
        color : #fff;
}
textarea {
        width : 95%;
}
p.field {
        margin : 0.5em 0 0 0;
}
p.field label {
        display : block;
        font-weight : bold;
        font-size : 0.85em;
}
.form-help {
}
#comment-form {
}
input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}
