
/* ===== 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/ Pied de page (#footer)
=================== */



/* ---------------------
Html et body
--------------------- */
html {
	font-size : 75%;
    margin: 0;
    padding: 0;
    color: #333;
	font : 75%/1.7em "verdana", Lucida, Tahoma, Arial, sans-serif;
    background: #657479;
	}

body {	margin : 0 auto; padding : 0;
	
	
	}

#container
    {
	width : 724px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 0 10px 0 10px;
    text-align: left;
    }




/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.6em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {    color: #07761F; text-decoration: none ; font-weight:bold;}
a:hover {    color: #07761F; text-decoration: none ; font-weight:bold;}
hr {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	height : 265px;
	background : url(img/logo.png) no-repeat;
	font-size : 1.4em;
	}
#top h1{ /* titre et sous-titre du site */
	text-align : right;
	position : relative;
	top : 90px;
	left : -30px;
	margin : 0; padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #474747;
	}
#top p { /* titre et sous-titre du site */
	text-align : right;
	position : relative;
	top : 85px;
	left : -30px;
	margin : 0; padding : 0;
	color : #474747;
	}
#top h1 a { /* lien du titre */
	text-decoration : none;
	color : #474747;
	}
#top h1 a:hover {
	color : #C3C3C3;
	}

#banniere {
	position : relative;
	top : 105px;
	margin : 0; padding : 0;
	height : 171px;
    width: 724px;

	}
	
#banniere2 {
    background: #ffffff;
	position : relative;
	top : -252px;
	left : -304px;
	}
#banniere3 {
	position : relative;
	top : -155px;
	left : 0px;
	}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : right;
	width : 430px;
	margin : 20px 0 0 0;
	}

.post { /* Conteneur de l'article */
	padding : 10px 20px 35px 10px;
	}

.articletitle { /* Titre de l'article */
	color: #07761F;
	font-size : 1.5em;
	font-weight : normal;
	margin : 0; padding : 3px 0 0 0;
	font-style : italic;
	}
.articletitle a{ /* Lien sur le titre de l'article */
color: #07761F;
	text-decoration : none;
	}
.articletitle a:hover{
color: #07761F;
	}

.post-info { /* Informations de l'article (auteur, date etc...) */
	color : #C3C3C3;
	margin : 0; padding :0 8px 0 0;
	text-align : right;

	}
.post-info a{
	color : #C3C3C3;
	}
.post-info a:hover {
	color : #808080;
	}

#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	margin-top : 10px;
	text-align : center;
	}
.titlenoir { /* Titre de l'article */
	color: #000000;
	font-size : 1.5em;
	font-weight : normal;
	margin : 0; padding : 3px 0 0 0;
	font-style : italic;
	}


#news_box { 
	text-decoration : none;
	}

#news_box_title { /* Titre des fluxx RSS */
	font-weight: bold;
	}	
/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	width : 226px;
	padding : 0 0 0 8px; margin : 20px 0 0 0;
	border-right : 1px solid #E0E0E0;
	}
#sidebar div {
	margin : 8px 0 ;
	}
#sidebarh2 { /* Titre des menus de la sidebar */
    font-size: 14px;
	font-weight: bold;
	background : url(img/barre1.gif) no-repeat bottom left;
	}	
#sidebarh3 { /* Titre des menus de la sidebar */
    font-size: 14px;
	font-weight: bold;
	background : url(img/barre2.gif) no-repeat bottom left;
	}	
#sidebarh4 { /* Titre des menus de la sidebar */
    font-size: 14px;
	font-weight: bold;
	background : url(img/barre3.gif) no-repeat bottom left;
	}	
#sidebar ul { /* bloc de liste */
	margin : 0; padding : 6px 0;
	}
#sidebar li { /* élément de liste */
	text-decoration : underline;
    display: block;
    font-size: 13px;
	
	}
#sidebar li a { /* Liens dans les listes */

	text-decoration : none;
	}
#sidebar li a:hover {
    color: #07761F;
	}
#categories{ /* Bloc 'catégories' (application du background) */
	margin : 0;
	padding : 3px 0;
	}
	
#sidebarst { /* sous-Titre des menus de la sidebar */
    color: #07761F;
    font-size: 13px;
	}	

#sidebarint { /* interlignes des menus de la sidebar */
    padding: 0 1px 0 0;
	}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
    background: url(img/footer.gif) no-repeat right;
    color: #fff;
    text-align: right;
    padding: 0 10px 0 0;
    line-height: 26px;
    font-size: 11px;
	}
	
#footer a { /* lien du titre */
	text-decoration : none;
	color : #ffffff;
	}
#footer a:hover {
	color : #ffffff;
	}