
/* Les éléments HTML en général
-------------------------------------------------------- */
#page{
	width: 780px;
	margin: 2em auto;
	text-align: left;
	border: 1px solid #eee;
	background:#fafafa;
}


body{
	background: #FFF;
	color: #222;
	font-size: 80%;
	line-height: 1em;
	font-family:  " Arial", "Verdana", "Helvetica", "Geneva",  sans-serif;
}

*html, body{
	margin: 0;
	padding: 0;
	text-align: center;
background:#ffffff;
}

.deco a{
	text-decoration: none;
}

.deco a:hover{
	text-decoration: none;
}

.deco a:visited{
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6{
	font-family: "Arial", "Trebuchet MS", sans-serif;
}

h1{
	font-size: 1.1em;
	line-height: 0.05em;
	margin:0.05em;
}

.titre-annuaire{
	font-style:bold;
	line-height: 0.5em;
	font-size: 2.25em;
	padding:1.25em 1em 0.75em 1em;
}

h2{
	font-size: 1.1em;
	line-height: 0.05em;
	margin:0.05em;
}
h3{
font-size: 1.15em;
line-height: 1em;
padding: 2 2 2 1em;
margin: 2 2 2 2em;
}
h4{
	font-size: 1.2em;
	line-height: 1em;
}
h5{font-size: 1em;}
h6{font-size: 1em;}

h5{
	font-size: 1em;
	line-height: 0.7em;
	margin: 0 0 0 0em;
}

.fil{
	line-height:1.5em;
	border-bottom: 1px solid #eee;
	text-align:center
}

.petitexte{
	font-size:0.9em;
	line-height:1.1em;
}

.arbo-ariane{
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

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

a{
	color: #336699;
	border-bottom: dotted;
	border-bottom-width: thin;
	text-decoration:none;
}

a:visited{
	color: #336699;
}

a:hover{
	background: #ddd;
}

a:active{
	color: #ffffff;
	background:#000000;
}


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

.dessous-gauche{
	float: left;
	line-height:1.8em;
	vertical-align: middle;
	height:1em;
}

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


/*rss*/

#rss{
	border: 1px solid #ccc;
	font-size:0.9em;
	width: 100%;
	padding:0px;
	background:#eee;
	margin: 3 px ;
	vertical-align: bottom;
	margin-top:2em;
}

#rss div{
	/*background:#eee;*/
}

#rss h4{
	font-size: 1em;
	line-height: 0.1em;
	margin: 10px;
	padding: 5px;
	text-align:right;
	text-decoration:none;
	font: normal;
}

.rss-droite{
	font-size:0.9em;
	/*line-height:1.15em;*/
}

.rss-page-titre{
	font-size:0.9em;
	line-height:1.1em;
	margin: 5 5 5 5px ;
	padding : 5 5 5 5px;
	list-style-type: circle;
	list-style-position: inside;
	vertical-align: bottom;
	}

.rss-page{
	font-size:0.9em;
	line-height:1.1em;
	list-style-type: circle;
	list-style-position: inside;
	vertical-align: bottom;
	margin:0px;
	padding:4px; 
	}


#rss ul {
	line-height: 1em;
	margin: 0 0 0 0em;
	list-style-type: circle;
	margin:0px;
	padding:6px; 
	/*list-style: none;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;*/
}

/* La page
-------------------------------------------------------- */
#page{
	/*background: #fff url(img/page.png) repeat-y center top;*/
	border:1px
	background: #eee;
	color: inherit;
}
 
 /* La page*/

.marqueurstats{
	margin: 0 0 0 0px;
	padding-left: 685px;
	padding-bottom: 0px;
	padding-top: 0px;
	height: 000px;
}

/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	/*padding-top: 20px;*/
	background: #336699 url(img/ciel.jpg) no-repeat left top;
	border-bottom: 1px solid #aaa;
}

#top h1{
	height: 2em;
	line-height: 1.5em;
	margin: 1em;
	padding-left: 2em;
	color: #FFFFFF;
}

#top h2{
	height: 0px;
	line-height: 0px;
	margin: 0 0 0 40px;
	color: #FFFFFF;
	font-size: 1em;
}

#top h4{
	height: 0px;
	line-height: 10px;
	margin: 0 0 0 40px;
	color: #FFFFFF;
	font-size: 1em;
}

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

#top h1 a:hover{
	color:#eeeeee;
	background:transparent;
	text-decoration: none;
}


/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	float: left;
	width: 570px;
}

#main-plein{
	margin: 0 0 0 30px;
	padding: 0em 0em 0em 0em;
}

#content{
	margin: 0 0 0 30px;
	padding: 1em 1em 1em 1em;
}

#content div{
		/*background: #fff;*/
}

#content first-letter{
		/*background: #fff;*/
}


#main h1{
	font-size:1.8em;
}

#main h4{
	line-height: 1em;
	margin: 0 0 0 0px;
}

.post{
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#post {
	line-height: 0px;
	margin: 50 50 50 50px;
}

.post-title{
	/*height: 5px;*/
	font-weight: bolder;
	font-size: 1.1em;
	color: #006699;
	background: transparent;
	margin: 0 0 0 0px;
	}

.post-title a{
	color: #006699;
	background: transparent;
}

.post-title a:hover{
	background: #eeeeee;
}

.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	font-size: 0.87em;
	margin-bottom: 1em;
	padding: 1em;
	height:195px;
	float: bottom;
	background: url(img/fond-liste-normal.gif) no-repeat;
}

.post-content:a{
	margin-bottom: 0.25em;
}

.menu-horizontal{
	text-align: justify;
	font-size: 0.89em;
	margin-bottom: 1em;
	float: bottom;
}

.description{
	margin-bottom: 0.7em;
	height: 11.5em;
}
.description-texte{
	margin-top: 0em;
}

#desc{
	float: right;
}

.description-cat{
	color: #AAA;
	text-align: justify;
	font-size: 0.8em;
	margin-left: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	float: bottom;
}

}

.post-content-liste-vignette{
	text-align: justify;
	font-size: 1em;
	margin-bottom: 0.25em;
	height:45px;
	float: bottom;
}

.post-url{
	font-size: 0.9em;
	color:#BBBBBB;
	float: left;
}

.post-image{
	text-decoration: none;
	margin-right: 0.4em;
	margin-bottom: 0.5;
	float: left;
	background: $url(img/image_sites.gif) no-repeat;
	text-decoration: none;
}

.centrage{
	text-align: center;
}

.centrer{
	float: center;
}

.fondbleu{
	color: #FFFFFF;
	background: #336699 url(img/ciel.jpg) no-repeat;
	text-align: center;
}

.fondbleu a{
	color: #FFFFFF;
	text-decoration: none;
}

.fondbleu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.fondbleu a:visited{
	color: #FFFFFF;
	text-decoration: none;
}



#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	font-size: 0.7em;
	padding: 0.2em;
	background: #EEE;
	color: #666;
	padding: 1ex 1em 1ex 1em;
	margin : 0;
	clear: both;

}

#footer a{
	color: #999;
}

.commentaires-validation{
	text-align: center;
	font-size: 0.7em;
}

#raccourcis{
	text-align: right;
	font-size: 0.7em;
	color: #666;
}

/* Le moteur Fanny
-------------------------------------------------------- */
#page-fanny{
	width: 800px;
	margin: 0em auto;
	text-align: left;
	background:#fff;
	line-height:1.25em;
}


#main-fanny{
	margin: 0em 0em 0em 0em;
}

#top-fanny{
	margin: 0;
	height:120px;
	background: url(img/ciel-blanc.jpg) repeat left top;
	border-bottom: 1px solid #aaa;
	width: 800px;
	text-align: left;
}

#top-fanny h1{
	margin: 1em 1em 1em 1em;
	font-size: 1.1em;
	font-size: 80%;
	text-align: left;
	color: #336699
}

#top-fanny a{
	margin: 0;
	color: #336699
}

#post-fanny{
	padding: 3em;
	margin: 1em;
	text-align: left;
}

.sans-deco a{
text-decoration:none;
border-bottom: none;
}
.droite {
	text-align:right
}

.fondbleu-fanny{
	color: #FFFFFF;
	border-bottom: 1px solid #336699;
	text-align: center;
}
