
/* ===== Sommaire =====
1/ html et body
2/ Styles g?n?raux
3/ Haut de page (#top)
4/ Zone de contenu (#content)
5/ Paneau lat?ral (#sidebar) 
6/ Commentaires 
7/ Pied de page (#footer)
=================== */

* {margin:0;padding:0;}
html, body , table , td {height:100%;width:100%;background:#B5DE8C}

/* ---------------------
Html et body
--------------------- */
html {
	font : 75%/1.7em "Lucida sans unicode", Lucida, Tahoma, Arial, sans-serif;
	font-weight:bold;
	color:#396419;
	background :#B5DE8C;
	margin : 0; padding : 0;
	}

body {
	margin : 0; padding : 0;
	}
	

#page {
	width : 780px;
	margin : 0 auto; padding : 30px 0 0 0;
	clear : both;
	background:url(img/mattie.jpg) no-repeat;
	height:445px;
	overflow:hidden;
	position:relative;
	}

#zimage {
width:50px;
z-index:10;
display:block;
visibility:hidden;
}
#zimage img {
position:absolute;
border:none;
margin:0;
padding:0;
background:transparent;
width:42px;
right:20px;
top:110px;
}

#zimage img.down {
top:152px;
}
#zimage span.up {
position:absolute;
right:32px;
top:95px;
}
#zimage span.down {
position:absolute;
right:20px;
top:185px;
}

/* ---------------------
Styles g?n?raux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : blue;}
a:hover {color : darkblue;}
#footer a {color : #fff;}
#footer a:hover {color : #639A61;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}
img {
	display:block;
	margin: 1em auto;
}
li img {display:inline;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	background :#F88F00;
	width:100%;height:0;overflow:hidden;
	}
#header {
	width : 720px;
	color : #482018;
	margin : 0 auto; padding : 50px 0 5px 0;
	}
#header h1{ /* titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #eee;
	display : inline;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #482018;
	}
#top h1 a:hover {
	color : #fff;
	}
#header p {
	display : inline;
	}
#menu {
	background : #244D23;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width : 720px;
	list-style-type : none;
	}
#menu li {
	float : left;
	}
#menu li a {
	display : block;
	padding : 4px 10px;
	color :  #ddd;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
	}
#menu li a:hover {
	background : #111;
	color : #fff;
	}



/* --------------------- 
Zone de contenu (#content)  
--------------------- */
div#content { /* Bloc */
	float : right;
	width : 420px;
	height:370px;
	margin-top:60px;
	margin-right:50px;
	display:inline;
	overflow:auto;
	}

.post, #comments, #form { /* Conteneur de l'article */
	padding : 0 20px  25px 0;
	}
.post .categorie {
	padding : 0 0 2px 0; margin : 0;
	font-size : 0.85em;
	line-height : 1em;
	display:none;
	}
.post .date {
	padding : 0; margin : 0;
	text-align : center;
	font-size : 0.85em;
	display:none;
	}
.articletitle{ /* Titre de l'article */
	font-size : 1.4em;
	margin : 0; padding : 0;
	letter-spacing : 2px;
	}
.articletitle a{ /* Lien sur le titre de l'article */
	color : #376217;
	text-decoration : none;
	}
.articletitle a:hover{
	color :#376217;
	}
.comment_nb { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :0 8px 0 0;
	text-align : right;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page pr?c?dente' */
	text-align : center;
	margin : 0; padding : 0;
	}



/* --------------------- 
Paneau lat?ral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 270px;
	padding : 2px 0 0 8px;
	margin-top:60px;
	line-height:1em;
	}
#sidebar div {
	margin : 0 0 10px 0;
	}
#sidebar h2 { display:none;
	}
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 0;
	}
#sidebar li { /* ?l?ment de liste */
	list-style-type : none;
	padding: 1px 0 0px 0px;
	}
#sidebar li a { /* Liens dans les listes */
	color : #336600;font-weight:bold;
	padding: 0 0 0 0px;
	text-decoration : none;
	}
#sidebar li a:hover {
	color : #BC6506;
	}

#syndication li a{
	display : block;
	padding : 0 0 0 25px;
	background : url(img/feed-icon-14x14.gif) no-repeat 5px 0.2em;
	}
#syndication li a:hover{
	background : url(img/feed-icon-14x14-2.gif) no-repeat 5px 0.2em;
	}



/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 10px 5px 10px;
	}
.comment blockquote{
	padding : 2px 30px 2px 40px; margin : 0;
	}
.ligne0{
	background : #222;
	}



/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width : 780px;
	margin : 0px auto;
	font-size : 0.85em;
	background:url(img//mat2.gif) no-repeat;
	height:100px;
	text-align:left;
	}
	
#footer p {
	text-align : center;
	color:#000;
	}
	
fieldset {
	border : 0;
	}

label {
	display : block;
	}
input.red {
color:red!important;
border-color:red;
}
input, textarea , select{
	border : 1px solid #376217;
	border-left : 4px solid #376217;
	background:#BDE69C;
	}

textarea {
	width : 95%;
	}
address {
	font-size:.8em;
	line-height:1.2em;
	text-align:right;
}
label {float:left;}
br {clear:left;}
.post input , .post select {width:120px;float:left;margin:3px;height:1.3em;}
#footer ul {
	background:white;
	margin:0;
	padding:0;
	margin-left:5px;
	width:760px;
	height:50px;
	text-align:left;
	padding-top:10px;

	}
#footer ul li {
	display:inline;
	vertical-align:middle;
}
#footer ul li a span{
	position:absolute;
	left:-9999px;


}
#footer ul li a img {
	margin:0;
	padding:0;
	background:none;
	border:none;
	vertical-align:middle;
}
#footer ul li a:hover {
	background-color:#fff;
	}
#footer ul li a:hover span {
	position:absolute;
	left:0%!important;
	left:auto;
	
	font-weight:bold;
	z-index:10;
	width:100%;
	text-align:center;
}
#footer #syndication ul li a:hover {
	background-color:#376217;
	}
#syndication {
	float:left;
	}
#syndication ul {
	background:none;
	height:auto;
	width:auto;
	padding:0;
	}
#navfoto {text-align:center}
#navfoto img { display:inline;border:0;padding:0 50px;}
#content p.tofo  {text-align:center;border:2px solid #5F853A;padding:5px;}
#img_diap {max-height:250px;max-width:400px;
}
