/* Thème "defaut" Pluxml - Copyright Pluxml.org */  

/* ---------------------
Html et body
--------------------- */
html {
	margin : 0;
	padding : 0;
	background : #FFF url("img/fond-content.gif");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
		
}
body {
	width : 100%;
	margin : 0;
	padding : 0;
	
}

#page {
	width : 865px;
	margin : 0 0 0 110px;
	padding : 0 0 0 0; 
	clear: both;
}


   * { 
    /* Reset browsers default margin, padding and font sizes */ 
    margin: 0; 
    padding: 0; 
   } 





/* ---------------------
Styles généraux
--------------------- */
h1 {font-size : 1.8em;}
h2 {font-size : 1.2em;}
h3 {font-size : 1.1em; margin : 0; padding: 0}
a {color : #517CA1; text-decoration: none;}
a:hover {color : #333;}
.clearer {clear : both; visibility : hidden; margin : 0; padding : 0;}

/* ---------------------
Formulaire
--------------------- */
fieldset {
	border : 0;
}
label {
	display : block;
}
input, textarea {
	border-left : 1px solid #C3C9D0;
	border-top : 1px solid #C3C9D0;
	border-right : 1px solid #D4DAE2;
	border-bottom : 1px solid #D4DAE2;
}
input:focus, textarea:focus {
	background-color : #FFFFFF;
	border-left : 1px solid #D4DAE2;
	border-top : 1px solid #D4DAE2;
	border-right : 1px solid #C3C9D0;
	border-bottom : 1px solid #C3C9D0;
}
input[type=submit], input[type=reset] {
	background : #D4DAE2;
	}
input[type=text] {
	margin : 0 0 0 0px;
}
textarea {
	width : 95%;
}

/* ---------------------
Haut de page (#top)
--------------------- */
#top {
	/*background : url("img/fond-bruits.gif") ;*/
	width : 100%;
	background: #FFFFFF url("img/trame-bruit.gif") repeat-x;
	
}
#header {
	width : 100%;
	margin : 0 auto; padding : 0;
	width :850px;
	color : #482018;
	
	
}
#header h1 {
	margin : 0 0 0 auto;
	padding : 0;
	font-weight : normal;
	letter-spacing : 1px;
	color : #000;
	display : inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: blink;
}
#top h1 a { /* Lien du titre */
	text-decoration : none;
	color : #000;
}
#top h1 a:hover {
	color : #FFFC00;
	}
#header p {
	display : inline;
	color : #000;
	padding : 0 0 0 5px;
}
#menu {
	padding : 0 0 0 120px;
	background : #000;
}
#menu ul {
	margin : 0 auto; padding : 0;
	width :850px;
	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, #menu li.active a {
	background : url("img/tab.jpg") no-repeat bottom;
}
#newsletter{
	
}

/* --------------------- 
Zone de contenu (#content)  
--------------------- */

#content {
	float : left;
	width : 660px;
	margin : 0 0 0 0;
	padding : 0;
	

	
}


.post { /* PREpost pour border de bottom */
	padding : 0;
	background:  url("img/fond-blog.png") repeat-y;
}

.postinterne{ /* Conteneur de l'article */
	padding : 10px 10px 0 40px;
	display: table;
}

/* #titletest {
margin : 0 0 0 0;
background : url("img/post-title.png") no-repeat -10pox;
} */

.title { /* Titre de l'article */
	color : #000000;
	font-size : 2em;
	margin : 10px 0 0 0;
	padding : 0 0 0 0;
	letter-spacing : -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	border-top: 1px dashed #000000;
	
}
.title a { /* Lien sur le titre de l'article */
	color : #000;
	text-decoration : none;
}
.title a:hover {
	color : #000;
}
.post-info {
	font-size : 10px;
	background : url("img/info.png") no-repeat 0 0px;
	padding : 0 0 5px 20px!important;
	margin: 0!important;
	/*margin : 0!important;*/
	border-bottom: 1px dashed #000000;
}
.feed_article {
	padding : 0 0 0 25px;
	background : url("img/feed-icon-14x14.gif") no-repeat 210px 0.3em;
	text-align : center;
}
.comment_nb {
	float : right;
	background : url("img/comment.gif") no-repeat 0 6px;
	margin : 0!important;
	padding : 4px 4px 0 20px;
}


/* CSS pour construction / hierachisation de la typo a l'interieur des articles  */



/* Effet de TEXTE: YGD  */
.txt { /* texte normal  */
	margin: 0 0 0 0;
	padding :10px 0 0 0 ;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 15px;
	
}

.txtgauche { /* texte colone à gauche  */
	width: 300px;
	margin: 0 0 0 0;
	padding :10px 0 0 0 ;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 15px;
	float:left;
	
	
}

.txtdroite { /* texte colone à droite  */
	width: 300px;
	margin: 0 0 0 0;
	padding :10px 0 0 0 ;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	text-align: left;
	line-height: 15px;
	float:right;
	
}

.citation{ /* Effet de citation - mise en valeur de txt  */
	width: 300px;
	margin: 10px 150px 0 150px;
	padding : 0;
	font-family: "Courier New", Courier, monospace;
	font-style:italic;
	font-size: 12px;
	color: #6A620C;
	text-align: left;
	line-height: 15px;
	text-decoration:underline;
}

.titre-niv1{ /* Titre de niveau un  */
	margin: 0;
	padding : 10px 0 0 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
	color: #080451;
	text-align: left;
	text-decoration:underline;
	text-transform:uppercase;
}
.titre-niv2{ /* Titre de niveau deux  */

	margin: 0;
	padding : 0 0 0 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #6A620C;
	text-align: left;
	line-height: 15px;
	text-decoration:underline;
}


/* Effet sur image  */
.gauche
{
margin: 10px 5px 10px 0;
float:left;
} 

.droite
{
margin: 10px 0 10px 5px;
float:right;
} 
.normal
{
margin: 10px 0 ;
} 






/* *******************************************************************************  */


#pagination { /* Pagination + border drop shadow */

	/*text-align : center;
	margin : 0 0 0 0;
	padding : 25px 0 10px 0;*/
	
	width: 660px;
	float: left;
	margin : 0 0 0 0;
	padding : 0;
	background : url("img/footer.png") no-repeat 0 0px;
	clear:both;
}
#pagination p  {
	margin : 20px 0 0 330px;
	padding : 0 10px 0 0;
	text-align : right;
	background : #ffffff;

}

/* --------------------- 
Paneau latéral (#sidebar)  
--------------------- */
#sidebar {

	/*background :url("img/fond-side.gif");*/
	background: #FF002A /* url("img/fond-content-bis.gif") */;
	float : right;
	width : 205px;
	padding : 0;
	margin : 0;
}
#sidebar div {
	margin : 0;
	padding : 0;
	width : 100%;
}
#sidebar h2 {
	
	color : #000099;
	font-size : 2em;
	text-align : left;
	margin : 0;
	padding : 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-transform: uppercase;
	
}
#sidebar p {
	background:#FFFFFF url("img/fond-bruits.gif");
	color : #000000;
	font-size : 1em;
	text-align : left;
	margin : 0 10px 0 10px;
	padding : 5px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	line-height: 1.1em;
	
}

#sidebar li { /* Elément de liste */
	list-style-type : none;
}

#sidebar li a { /* Liens dans les listes */
	display: block;
	padding : 0 0 0 10px;
	text-decoration : none;
	color: #000000;
	}

#sidebar li a:hover, #sidebar li.active a {
	background:  url("img/fond-content.gif");
	/*background : url("img/blue.gif") no-repeat 0 0;*/
}

#sousmenu  { 	
	margin: 0 0 0 0;
	padding : 0 0 0 0;	
}
#sousmenu li a { /* Liens dans les listes */
	display: block;
	padding : 0 0 0 30px;
	text-decoration : underline;
	color: #000000;
	}
	
#sidebar li a:hover, #sidebar li.active a {
	color:#FFFFFF;
	background:  url("img/fond-content.gif");
	/*background : url("img/blue.gif") no-repeat 0 0;*/
}
/* ---------------------
Commentaires (#comments)
--------------------- */
#comments h2 {
	color : #517CA1;
	font-size : 1.2em;
	margin : 15px 0 10px 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #517CA1;
}
.comment {
	background : #D4DAE2;
	margin : 0 0 8px 0;
	border : 1px solid #C3C9D0;
}
.comment blockquote {
	padding : 2px 30px 2px 40px;
	margin : 0;
}
.info_comment {
	background : #C3C9D0;
	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 : #517CA1;
	font-size : 1.2em;
	margin : 15px 0 0 0;
	padding : 4px 0;
	letter-spacing : 2px;
	border-bottom : 1px dashed #517CA1;
}

/* ---------------------
Pied de page (#footer)
--------------------- */
#footer {
	float:left;
	width : 660px;
	margin : 0 0 0 0px;
	padding :  0;
	clear: both;
}
#footer p {
	margin : 8px 0 0 400px;
	padding :  2px 10px 2px 10px;
	background: #FFFFFF;
	text-align : right;
	color : #000;
	text-decoration : none;
	font-size: 10px;
}
#footer a {
	color : #000;
	text-decoration : none;
}
#footer a:hover {
	border-bottom : 1px dashed #C82626;
}
