
body {
	margin : 0;
	padding : 0;
	font-family : Arial, Verdana,Geneva,Helvetica,sans-serif;
	text-align:justify;
	font-size : 0.8em;
}

p { margin : 1em 0; }
img { border : none; }
form { display : block; margin : 0; padding : 0; }

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; }
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 : arial,monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #023f08;
	text-decoration:none;
	
}

a:hover {
	text-decoration : underline;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
	text-decoration : none;
}

h2, h3 {
	font-family : arial, Georgia,"Times New Roman",serif;
}



/* Prelude
-------------------------------------------------------- */
#prelude {
	width: auto;
	position: static;
	top: 50px;
	padding: 0 0 0 17px;
	color: #000;
	text-align: left;
}
	#prelude a:link, #prelude a:visited {
		font-size: 1em;
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	#prelude a:hover { text-decoration: underline; 
	
	}	


/* Titre
-------------------------------------------------------- */
#top {
	background:#fff url(img/abc.jpg) no-repeat  ;
	position:relative;
	border-bottom : 5px solid  #000; /*#F24DD1;*/
	font-family : arial, Georgia,"Times New Roman",serif;
	text-align : left;
	width:1000px;
	
}

#top h1 {
	margin : 0;
	padding : 3em 0 0.6em 0;
}
#top a {
	color : #000;
	background : transparent;
	text-decoration : none;
}

/* Page
-------------------------------------------------------- */
#page {
	
	width : 1000px;
	margin: auto;
}

/* Main
-------------------------------------------------------- */
#main {
	width : 76%;
	float : left;
	padding: 0 0 0 1em;
	/*border-bottom : 1px solid #999;*/
}


#main h3 {
	color : #333;
	margin-top : 2em;
}

.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border-bottom : 1px solid #ccc;
	color : #666;
	background : transparent;
}

#main p {
	line-height : 17px;
	color:#000;
}
.post-title {
	margin : 1.5em 0 0 0;
	color : #333;
	font-size:18px;
	font-family:verdana;
	font-weight:normal;
}
.post-title a {
	text-decoration : none;
}
.post-title a:hover {
	text-decoration : underline;
}
.chapo {
	margin-bottom : 2em;
}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}
.post-info, .post-info-co {
	font-size : 0.85em;
	/*text-align : right;*/
}
.post-info {
	margin : 0;
}
.post-info-co {
	clear : both;
	margin-top : 0;
}
/* Content
-------------------------------------------------------- */
#content {
	margin : 0 1em 0 0;
	padding : 1em;
	background-color:#f6f5f3;
}
/* Liste commentaires + formulaire
-------------------------------------------------------- */
#comments, #trackbacks {
	margin : 0 2em;
}
#comments blockquote, #trackbacks blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}
/* Menu
-------------------------------------------------------- */
#sidebar{
	width: 190px;
	float : left;
	margin-right : 10px;
	margin-top : 10px;
	padding : 0 10px 10px 10px;
	font-family:arial;
	border-left : 1px solid #999;
	text-align:left;

	
}
#sidebar h2 {
	font-weight : normal;
	color : #000;
	font-size:13px;
	border-bottom:1px solid #F24DD1;
	font-weight:bold;
}

#sidebar p{
	line-height : 14px;	
	
}
#sidebar ul {
	padding-left : 0;
	margin-left : 0;
	text-decoration:none
}

#sidebar li {
	list-style : none;
	margin-top : 0.15em;
	color : #515151;
	background : transparent;
	
}

#sidebar li:hover {
	color : #333;
	background : transparent;
	
	
}
#sidebar div {
	padding : 0 1em 0 0.2em;
	background: url(img/test2.jpg) repeat-x;
	font-size : 11px;
	font-family:arial;

	
}

#lecteur {
	padding-top : 0;
	}




/* Footer
-------------------------------------------------------- */
#footer {
	clear : right;
	border-top : 3px solid #FFF;
	margin : 0 0 0 0;
	padding : 1em 1em 3em 1em;
	background: url(img/footer.png) top left repeat-x;
	text-align : center;
	font-size : 0.8em;
	color:#5a5454;
	font-size:arial,verdana;
	height:100%
}

#footer a {
	color:#747372;
	text-decoration:none;
	}
/* Calendrier
-------------------------------------------------------- */
#calendar {
}

#calendar table {
	border-collapse : collapse;
	font-size : 0.8em;
	margin : 0 auto;
}

#calendar caption {
	margin : 0 auto;
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

#calendar abbr {
	border : none;
}

#calendar th, .cal td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : left;
}

#calendar td.active a {
	font-weight : bold;
}

#calendar a {
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* Formulaires
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font-family : Arial, Verdana,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background : #eee;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #fff;
	color : #000;
}

textarea {
	width : 100%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}


