/* Theme "defaut" Pluxml - Copyright Pluxml.org */  

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

#page {
	width : 1024px;
	margin : auto;
	padding : 0 0 0 0;
	clear : both;
	background-color: #ffffff;
}

/* ---------------------
Styles generaux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; margin : 0; padding: 0}
p {margin : 0; padding: 0}
a {color : #87050e; text-decoration: none;}
a:hover {color : #87050e;}
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
}
label {
	display : block;
}
input, textarea {
	background-color: #f5f5f5;
	border: 1px solid #aaa;
}
input:focus, textarea:focus {
	background-color: #fff;
	border: 1px solid #D4DAE2;
}
input[type=submit], input[type=reset] {
	width: 30px;
	height: 20px;
	color: #fff;
	background-image: url("img/input.png");
	border: none;
	}
input[type=text] {
	margin : 0 0 0 5px;
}
textarea {
	width : 95%;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	background : #f0f0e6;
	width : 100%;
	height: 186px;
}
#header {
    background-image: url("img/bandeau.png");
    background-repeat:no-repeat;
	width : 1024px;
	height:150px;
	color : #000000;
	margin : auto; 
    //padding : 55px 0 0 0;
}
#slideshow 
{
	float: left;
	margin:auto;
	padding:2px 0 0 751px;	
}

#header h1 { /* Titre et sous-titre du site */
	margin : 0; padding : 0;
	font-weight : normal;
        font-size: 32px;
	letter-spacing : 1px;
	color : #ffffff;
	display : inline;
}
#top h1 a { /* Lien du titre */
	text-decoration : none;
	color : #ffffff;
}
#top h1 a:hover {
	color : #626262;
	}
#header p {
	display : inline;
	color : #ffffff;
	padding : 0 0 0 5px;
        font-size:1.4em;
}
#sepa {
	width : 1024px;
	height:15px;
	margin:auto;	
	padding:0;
}
#menu {
	margin:auto;
	width:626px;
}
#menu ul {
	list-style-type : none;
	margin:auto;
	padding:0;
}
#menu li {
	float : left;
	width: 120px;
	height: 28px;
}
#menu li a {
	display : block;
	padding : 4px 10px;
	color :  #626262;
	text-decoration : none;
	text-transform : uppercase;
	font-size : 0.85em;
	letter-spacing : 1px;
	text-align: center;
	background : url(img/menu.png) no-repeat;
}
#menu li a:hover {
	color : #010101;
	background : url(img/hover_menu.png) no-repeat;
}

#menu li.active a {
	color :  #010101;
	font-weight: bold;
	background : url(img/hover_menu.png) no-repeat;
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */
#content { /* Bloc */
	float : left;
	width : 800px;
	margin : 0 0 0 0;
	padding : 8px;
}
#content p {
	margin: 10px 0 10px 0;
}
#content .post { /* Conteneur de l'article */
	clear : both;
	padding : 0 0 22px 0;
}
#content .title { /* Titre de l'article */
	color : #87050e;
	font-size : 1.4em;
	margin : 0 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px solid #f9d9db;
}
#content .title a { /* Lien sur le titre de l'article */
	color : #87050e;
	text-decoration : none;
}
#content .title a:hover {
	color : #010101;
}
#content .post-info {
	background-color: #f5f5f5;
	padding : 10px 0 10px 20px;
	margin : 0!important;
}
#content .feed_categorie {
	clear : both;
	padding : 0;
	background : url("img/feed.png") no-repeat 200px 0.3em;
	text-align : center;
}
#content .feed_article {
	clear : both;
	padding : 0;
	background : url("img/feed.png") no-repeat 195px 0.3em;
	text-align : center;
}

#pagination { /* Conteneur des liens 'page suivante' et 'page precedente' */
	text-align : center;
	margin : 0 0 0 0;
	padding : 15px 0 10px 0;
}

/* --------------------- 
Paneau lateral (#sidebar)  
--------------------- */
#sidebar {
	float : left;
	width : 200px;
	padding : 0;
	margin : 0;
}
#sidebar div {
	margin : 0 0 5px 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 { /* Titre des menus de la sidebar */
	color : #fff;
	font-size : 1.1em;
	margin : 0;
	padding : 4px 8px;
	background : #c4121e;
	border-bottom: 1px solid #f9d9db;
}
#sidebar ul { /* Bloc de liste */
	margin : 0;
	padding : 0;
}
#sidebar li { /* Element de liste */
	list-style-type : none;
	padding : 4px;
	border-bottom : 1px solid #dddddd;
}
#sidebar li a { /* Liens dans les listes */
	color : #87050e;
	padding : 0 0 0 18px;
	text-decoration : none;
	background : url("img/blue.png") no-repeat 0 0;
	}
#sidebar li:hover, #sidebar li.active {
	background: #f9f9f9;
}
#sidebar li a:hover, #sidebar li.active a {
	color : #87050e;
	background : url("img/blue.png") no-repeat 0 0;
}
#syndication li a {
	display : block;
	padding : 0 0 0 25px;
	background : url("img/feed.png") no-repeat 5px 0.3em;
	}
#syndication li a:hover {
	background : url("img/feed.png") no-repeat 5px 0.3em;
}

/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #2d8498;
	font-size : 1.2em;
	margin : 15px 0 10px 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px solid #f5f5f5;
}
#comments .comment {
	background : #f9f9f9;
	margin : 0 0 8px 0;
	border : 1px solid #aaa;
}
#comments .comment blockquote {
	padding : 2px 8px 2px 8px;
	margin : 0;
}
#comments .info_comment {
	background : #f5f5f5;
	border-bottom: 1px solid #aaa;
	padding : 4px 8px;
}
p.message_com {
	text-align : center;
	font-weight : bold;
	color : #1F537B;
	margin : 8px 0 0 0;
	padding : 4px 0;
}
#form h2 {
	color : #2d8498;
	font-size : 1.2em;
	margin : 15px 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px solid #f5f5f5;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	width :1024px;
	margin : 0 auto 0 auto;
	text-align : center;
	font-size : 0.85em;
	background : #fff;
	color : #aaa;
	padding : 3px 0;
}
#footer a {
	color : #87050e;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed;
}

/* ---------------------
Diaporama (#diapo)
--------------------- */

#diapo {
	float : right;
	width : 200px;
        padding: 5px 0 0 0;
	
}

