@import "layout.css";
 
/* ----- Général ----- */

body {
background: #FFF;
color: #000;
font-size: 60%;
line-height: 1.6em;
font-family: Georgia, "Times New Roman", Times, serif;
}


h1, h2, h3, h4, h5, h6 {
Georgia, "Times New Roman", Times, 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; }


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


pre {
width: 100%;
overflow: auto;
border: 1px dotted #000;
}


fieldset {
border: none;
}


label {
cursor: pointer;
}


.field label {
display: block;
}


input,textarea {
border: 1px dotted #000;
}


textarea {
width: 100%;
font-size: 1em;
font-family: Georgia, "Times New Roman", Times, serif;
}


a {
color: #666;
}


a:visited {
color: #888;
}


a:hover {
color: #000;
}

a img{border: none;
}

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


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



/* ----- La page ----- */

#page{
background: #fff;
color: inherit;
}
 


/* ----- Le Top ----- */

#top {
height: 130px;
background: #fff url(img/top.png) no-repeat left top;
}


#top h1 {
font-family: Georgia, "Times New Roman", Times, serif;
height: 20px;
line-height: 0px;
margin: 0 0 0 40px;
padding-top: 65px;
color: #000;
font-size: 3em;
}


#top h1 a{
text-decoration: none;
color: #000;
}



/* ----- Contenu ----- */

.day-date {
padding-left: 20px;
margin-left: -25px;
color: #FFF;
background: transparent url() no-repeat left center;
font-style: italic;
}


.post-title {
background: transparent url('img/new_post.png') no-repeat left;
color: #000;
font-family: Georgia, "Times New Roman", Times, serif;
margin-bottom: 0;
margin-right: 10px;
padding-left: 30px;
font-weight:  bold;
}


.post-title a {
margin-left: 15px;
color: #000;
background: transparent;
font-size: 20px;
text-decoration: none;
}

.post-info {
margin-top: 0;
color: #666;
background: transparent;
padding-bottom: 1ex;
font-size: 9px;
font-style: italic;
}


.post-info a {
color: #666;
background: transparent;
text-decoration: none;
font-size: 7px;
font-style: italic;
}


.post-content {
text-align: justify;
}


.post-content blockquote {
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}


.post-info-co {
text-align: right;
border-bottom: dotted 1px #000;
}


.post-info-co a {
color: #666;
text-decoration: none;
font-weight: bolder;
}


.post-info-co a:hover {
color: #000;
}


#trackbacks blockquote, #comments blockquote {
border: 1px dotted #000;
margin: 1em 0;
padding: 1ex 1em;
}

/* messages d'erreur
-------------------------------------------------------- */
.error {
	border : 1px dotted #c00;
	background : #fee;
	padding : 0.5em;
	margin-top:1em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


/* ----- SideBar ----- */

#sidebar div {
color: inherit;
background-color: #FFF;
border-bottom: dotted 1px #CCCCCC;
}


#sidebar div ul {
padding-left : 1.0em;
margin-left : 0;
list-style: none;
}

#sidebar li a{
color: #666;
text-decoration:none;
padding-left:20px;
background: #FFF url() no-repeat left center;
}

#sidebar li a:hover{
color: #000;
background: #FFF url() no-repeat left center;
}

#sidebar div a {
margin: 0;
list-style: none;
padding-left:20px;
}


#sidebar div h2, #sidebar h3 {
color: #000;
margin: 20px 0 0 0;
text-align: center;
}
#sidebar h2{
font-weight : normal;
background-color: #FFF;
}
#sidebar h3 {
font-size: 1em;
margin: 0;
}


#sidebar div#search {
background: transparent;
color: inherit;
line-height: 2.3em;
}

/*------recherche-------*/
#search fieldset, #search p {
margin: 0;
padding-left: 20px;
}

#q {
padding-left: 18px;
background: #fff url(img/q.png) no-repeat 4px;
width: 60%;
}

/*------calendrier-------*/
#sidebar div#calendar table {
font-size: 0.8em;
text-align: center;
margin: 0 auto;
border-collapse: collapse;
}

#sidebar div#calendar a {
margin: 0;
padding: 0;
list-style: none;
}

#sidebar div#calendar table caption {
margin: 0 auto;
}


#sidebar div#calendar table th {
color: #000;
background: transparent;
}


#sidebar div#calendar table td {
width: 12%;
line-height: 2em;
border: 1px solid #000;
}


#sidebar div#calendar table td a {
display: block;
background: #FFF;
color: #000;
font-weight: bold;
text-decoration: none;
}


#sidebar div#calendar table td a:hover {
background: #FFF;
color: #000;
}

#annonce {
display:block;
text-align:center;
}

/* ----- Le footer ----- */

#footer{
margin: 0;
padding: 1em;
border-top: dotted 1px #000;;
background: #OOO;
color: #000;
text-align: center;
}


#footer a{
color: #000;
text-decoration: none;
font-weight: bold;
}

#footer a:hover{
	color: Black;
}
/* ---barre de Navigation --- */

#menu ul { 
font-size: 1.2em;
background: transparent;
color: #000000;  
height: 21px; 
margin: 0; 
padding: 0; 
width: 100%; 
border-bottom: dotted 1px #000;
border-top: dotted 1px #000;
}

#menu ul li { 
display: inline;
}

#menu ul li a { 
font-size: 1.2em;
background: transparent;
color: #666; 
float: left; 
line-height: 21px; 
padding: 0px 10px 0px 10px; 
text-decoration: none; 
border-right: dotted 1px #000;
font-weight: bold;
text-align:center;
}

#menu ul li a:hover { 
font-size: 1.2em;
background: transparent;
color: #000; 
text-align:center;
font-weight: bold;
}

