/* Copyright (c) 2006 Skyline-arts.com. All rights reserved
Modif. www.epartners.fr
Style.css - Thème 'Aéro Rétro' */


/* ===== 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)
=================== */



/* ---------------------
Html et body
--------------------- */
html {
	font: 0.75em 'Verdana' Arial,Helvetica,sans-serif;
	TEXT-ALIGN: justify;
	color : #6e7073;
	background : #353439;
	margin : 0; padding : 0;
	}

body {
	margin : 0; padding : 0;
	}
	

#page {
	width : 850px;
	margin : 0 auto; padding : 0;
	clear : both;
	background: #FFF;
	}




/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1em;}   /* 1.2em */
h3 {font-size : 1.1em; padding : 5px 0; margin : 0;}
p {margin : 0; padding : 3px 0;}
a {color : #6e7073;}
a:hover {color : #6e7073;text-decoration:none;}
hr, .clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}



/* ---------------------
Haut de page (#top)
--------------------- */
#haut {
	width : 850px;
	color : #006000;
	LINE-HEIGHT: 3.2em;
  TEXT-ALIGN: center;
  font-size : 0.9em;
	margin : 0px auto; padding : 0 0 0 0;
	margin-top: 20px;
	height: 34px;
	background : #0d2843 url(img/haut.jpg) no-repeat top;
	}
#header {
	width : 850px;
	color : #482018;
	margin : 0px auto; 
	height: 200px;
	background : #fff url(img/1.jpg) no-repeat top;
	}
#ombre {
	width : 850px;
	height: 16px;
	margin : 0 auto;
	background : url(img/ombre.gif);
	}	
#menu {
	background : url(img/nav.gif);
	width: 850px;
	height: 31px;
	margin : 0 auto;
	FONT-WEIGHT: normal;
	}
#menu ul {
	padding-left : 20px;
	list-style-type : none;
	margin : 0 auto;
	}
#menu li {
	float : left;
	}
#menu li a {
	display : block;
	padding : 9px 22px;
	color :  #003366;
	text-decoration : none;
	text-transform : none; /* text-transform : uppercase; */
	font-size : 1.0em;
	letter-spacing : 1px;
	background: url(img/) no-repeat top right;
	}
#menu li a:hover {
	color : #569938;
	text-decoration : none;
	FONT-WEIGHT: normal;
	}
/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 590px;
	padding: 10px 0 10px 15px;	
	}

.post, #comments, #form { /* Conteneur de l'article */
	padding : 0 0 25px 0;
	}
.title{ /* Titre de l'article */
	color : #003366;
	font-size : 1.4em;
	margin : 0; padding : 0 0 20px 0;
	letter-spacing : 1px;
	font-weight: lighter;
	FONT-STYLE: italic;
	font: 'Verdana' Arial,Helvetica,sans-serif;
	}
.title a{ /* Lien sur le titre de l'article */
	color : #003366;
	text-decoration : none;
	font-weight: lighter;
	FONT-STYLE: italic;
	}
.title a:hover{
	color : #003366;
	}
.comment_nb { /* Informations de l'article (auteur, date etc...) */
	margin : 0; padding :8px 8px 0 0;
	text-align : left;
	}
span.date{
	background: url(img/bg-meta-date.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	}
span.cat{
	background: url(img/bg-meta-categories.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	}
span.comments{
	background: url(img/bg-meta-comments.gif) no-repeat 0 2px;
	padding: 0 0 0 15px;
	margin: 0 15px 0 0;
	}
#pagination { /* Conteneur des liens 'page suivante' et 'page précédente' */
	text-align : center;
	margin : 0; padding : 0;
	}

/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {
	float : right;
	width : 215px;
	padding: 10px 15px 10px 0;
	}
#sidebar div {
	margin : 0 0 10px 0;
	background: #f7f7f7 url(img/bg-box-right.gif) no-repeat top;
	padding: 0 0 10px 0;
	}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #6e7073;
	font-size : 1.1em;  /* 1.2em */
	margin : 0; padding : 20px 0 5px 16px;
	FONT-WEIGHT: normal;
	FONT-STYLE: italic;
	text-align: left;
	}
#sidebar ul { /* bloc de liste */
	margin : 0 0 0 15px;
  padding : 5px 0;
	}
#sidebar li { /* élément de liste */
	list-style-type : none;
	margin: 0;
	border-bottom: 1px solid #dedede;
	width: 185px;
	padding: 4px 0;
	text-align: left;
	}
#sidebar li a { /* Liens dans les listes */
	color : #003366;
	margin: 0;
	padding: 0 0 0 2px;
	text-decoration : none;
	letter-spacing : 1px;
	font-size : 1.0em;
	FONT-WEIGHT: normal;
	text-align: left;
	}
#sidebar li a:hover {
	color : #569938;
	text-decoration : none;
	FONT-WEIGHT: normal;
	text-align: left;
	}
/* ---------------------
Commentaires
--------------------- */
.comment {
	padding : 2px 10px 5px 10px;
	}
.comment p{
	padding : 10px 60px 10px 20px; margin : 0;
	}
.ligne0, .ligne1{
	background: #f0f0f0;
	margin: 10px 0;
	width: 550px;
	color: #444;
	min-height: 70px;
	}
.bottom_comment{
	background: #f0f0f0;
	height: 20px;
	width: 570px;
	margin: -15px 0 0 0;
	}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width: 850px;
	height: 34px;
	margin: 0 auto;
	padding: 0px 0;
	LINE-HEIGHT: 2.6em;
	background: url(img/bas.jpg) no-repeat bottom;
}

#footer p {
	margin: 0 0 10px 0;
	color: #006000;
	}

#footer A:link {
	FONT-WEIGHT: none;
   COLOR: #006000;
    TEXT-DECORATION: none
}
#footer A:visited {
	FONT-WEIGHT: none;
   COLOR: #006000;
    TEXT-DECORATION: none
}
#footer A:hover {
	FONT-WEIGHT: none;
   COLOR: #fff;
    TEXT-DECORATION: underline
}
#footer A:focus {
	FONT-WEIGHT: none;
   COLOR: #006000;
    TEXT-DECORATION: none
}

#legal {
  font-size : 0.9em;
	color: #006000;
	text-align: center;
}

fieldset {
	border : 0;
	}

label {
	display : block;
	}

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

textarea {
	width : 95%;
	}

