body{
	background: #cde4f4 url(img/fond1920.jpg) center top no-repeat;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	text-align: center;
}





#page{
	width: 823px;
	margin: 0 auto;
	text-align: left;
}
#sidebar1{
	width:146px;
	float:left;
	padding-top: 98px;
}


#categories, #archives, #lastcomments, #links{
	margin-bottom: 15px;
}
#liens-daxon{
	margin: 10px 0 5px 0;
}
#categories h2, #archives h2, #lastcomments h2, #links h3{
	background:url(img/fond-titre.png) top left no-repeat;
	color:#FFFFFF;
	font-size:1.1em;
	height:34px;
	padding: 10px 0 0 20px;
	text-transform: uppercase;
}
#categories ul, #archives ul, #lastcomments ul, #links ul{
	color:#03728f;
	margin: -10px 0 0 0;
	padding: 0;
	list-style: none;
}
#categories li, #archives li, #links li{
	margin: 0 0 3px 10px;
}
#lastcomments li{
	margin: 0 0 5px 10px;
}
#categories li a, #archives li a, #lastcomments li a, #links li a{
	color:#03728f;
	cursor:pointer;
	text-decoration:none;
}
#categories li a:hover, #archives li a:hover, #lastcomments li a:hover, #links li a:hover{
	color:#03728f;
	cursor:pointer;
	text-decoration: underline;
}

#tagcloud{
	margin:20px 0 0 0;
}
#tagcloud ul { margin: 0; padding: 0; display: block; }

#tagcloud li { display: inline; margin: 0 0.1em; padding: 0; background-image: none; }

/* niveaux des tags */
#tagcloud li.level-1 { font-size: 0.6em; }
#tagcloud li.level-2 { font-size: .9em; }
#tagcloud li.level-3 { font-size: 1.3em; }
#tagcloud li.level-4 { font-size: 1.6em; }
#tagcloud li.level-5 { font-size: 1.9em; }

/* couleur des liens des tags */
#tagcloud li a { color: #36c6ef; text-decoration:none; }
#tagcloud li a:hover { color: #03728f; }


/* En-tête
---------------------------------------------------------------------------*/
#haut{
	background:url(img/haut.png) top left no-repeat;
	display:block;
	height:100px;
	width:677px;
}
#haut .blog{
	cursor: pointer;
	display:block;
	height:50px;
	margin: 20px 0 0 160px;
	position:absolute;
	width:330px;
	}
#haut .site{
	cursor: pointer;
	width:165px;
	height:18px;
	display:block;
	position:absolute;
	margin: 74px 0 0 28px;
}
#haut .ZoneLibre-header{
	width:170px;
	height:60px;
	display:block;
	margin: 15px 0 0 500px;
	position:absolute;
}
#haut .ZoneLibre-header p{
	margin: 0; 
	padding: 0;
}
/* Recherche
---------------------------------------------------------------------------*/
#recherche{
	background:#FFFFFF;
	display:block;
	float:right;
	height:30px;
	margin:0 0 0 580px;
	padding: 0 0 0 2px;
	position:absolute;
	text-align:left;
	width:230px;
}
#recherche fieldset, #recherche p{
	margin: 0;
	padding: 0;
}
#recherche .submit{
	background-color:#222;
	border: #DDD 1px solid;
	color:#DDD;
	text-align:center;
}
#recherche input{
	margin-top: 5px;
}

#container{
	background-color:#FFFFFF; 
	float:right;
    width: 677px;
	clear:inherit;
	margin-top:24px;
	margin-bottom: 24px;
}
.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
#milieu{
	width: 677px;
	background:#FFFFFF;
	height:auto;
}
#contenu{
	width:467px;
	margin:0;
	padding: 0 5px;
	float:left;
	background-color:#FFF;
}
#sidebar2{
	width:200px;
	margin: 0;
	padding: 0;
	float:right;
	/* background-color:#66CCCC; */
	text-align:center;
}
#sidebar2 a{ color:#0c6b85; text-decoration:none; }
#sidebar2 a:hover{ text-decoration: underline; }

#sidebar2 div{
	margin: 0 0 25px 0;
}
#agenda{
	padding-top: 15px;
	background:url(img/evenement.jpg) top no-repeat; 
	height:267px;
}
#agenda span{ text-align: center; margin: 30px 15px 0 15px; height: 210px; display:block; }

#agenda table{ display: inline-block;}/* Les éléments HTML en général
-------------------------------------------------------- */

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;}
h6{font-size: 1em;}

input,textarea{
	border: 1px solid #999;
}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}



textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}


/* Articles
-------------------------------------------------------- */
.post{
margin: 15px 0;
}

.post-title{ color: #0c6b85; margin-bottom: 0; text-transform:uppercase; font-size:1.1em; }
.post-title a{ color: #0c6b85; text-decoration:none; }
.post-title a:hover{text-decoration:underline; }

.post-info{
	font-size:1.1em;
	margin-top: .2em;
	margin-bottom: 0;
	color: #8fcedc;
	background: transparent;
}
.post-info a{ color:#8fcedc; text-decoration:none; }
.post-info a:hover{ text-decoration: underline; }

.day-date{
	margin: 0;
	padding: 0;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-style: italic;
}
.post-content{
	color:#0c6b85;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0;
	padding-bottom: 0;
}
.pagenav{
	font-size: .9em;
	padding-top: 10em;	
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
.post-content a, .pagenav a{ color:#0c6b85; text-decoration:underline; }
.pagenav a:hover{ text-decoration:none;}

.post-info-co{ text-align:right; margin: 0;}
.post-info-co a{ color:#0c6b85; text-decoration:underline; }


#pied{
	background:url(img/pied.png) top left no-repeat;
	height:123px;
	width:677px;
}
#ZoneLibre-pied{
	color:#FFF;
	display:block;
	font-size:.9em;
	height:110px;
	margin: 10px 0 0 290px;
	position:absolute;
	width:380px;
}
#ZoneLibre-pied p{ margin: 0; padding: 0; }

#footer-liens{
	color:#08728f;
	font-size: .9em;
	margin: 0 auto;
	padding: 0 0 20px 146px;
	text-align:center;
    width: 680px;
}
#footer-liens p{ text-align:center;}
#footer-liens a{ color:#08728f; text-decoration:underline;}
#footer-liens a:hover{ text-decoration:none;}

#comments{
	margin-top: 20px;
}
#comments h3{ color: #0c6b85; margin-bottom: 0; text-transform:uppercase; font-size:1.1em; }
#comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}
#comments a{ color: #0c6b85; text-decoration: underline; }
#comments a:hover{text-decoration: none; }

#spam  {display: none;}
#comments blockquote.comback_content {
	background: #CCC;
	margin: 0 0 0 50px;
}

