
/* page */
.page        {
	background-color: #c6c6c6;
	width: 745px;
	margin: 0 auto;
}
body         {
	     background-image: url('images/border_main.jpg');
	     background-color: #008000; background-repeat: repeat-y;
	     background-position: center top;
	     text-align: center;
	     padding: 0;
	     margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;
	     }
/* -------------------------------------------------------------------------- */

/* Entete */             
.header      {
	background-image: url('images/entete.jpg');
	background-position: center;
	background-repeat: no-repeat;
	width: 745px;
	height: 150px;
}
.titre       {
	     font-family: Arial; font-size: 48pt; font-weight: bold;
	     color: #FFFFFF;
	     text-align: left;
	     margin-left: 24px; margin-top: 8px;
	     }
.sous-titre  {
	     font-family: Arial; font-size: 24pt; font-weight: bold;
	     color: #FFFFFF;
	     text-align: right;
	     margin-right: 24px; margin-top: 8px;
	     }
/* -------------------------------------------------------------------------- */

/* Barre de navigation */
.navigation  {
	background-color: #008000;
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 745px;
/*	height: 35px;*/
}
.navigation a  {
	       text-decoration: none;
	       color: #FFFFFF;
	       }
.navigation a:link  {
	    	    text-decoration: none;
		    color: #FFFFFF;
		    }
.navigation a:hover {
	    	    text-decoration: underline overline;
		    color: #FFFF00;
		    }
/* -------------------------------------------------------------------------- */

/* Colonnes */               
.colonne_gauche     {
		    background-color: #c6c6c6;
		    width: 170px;
			 float: left;
		    }
.colonne_droite     {
		    background-color: #c6c6c6;
		    width: 570px;
			 margin-left: 170px;
/*		    float: left;*/
/*			 float: right;*/
		    }
/* -------------------------------------------------------------------------- */

/* Première boite latérale */        
.box1_top {
	  background-image: url('images/lateral_green_top.gif');
	  background-repeat: no-repeat; 
	  background-position: left bottom;
	  width: 170px; height: 15px;
	  }
.box1_main   {
	background-image: url('images/lateral_green_rail.gif');
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 0;
	padding-top: 0;
	width: 170px;
}
.box1_bottom {
	     background-image: url('images/lateral_green_bottom.gif');
	     background-repeat: no-repeat; 
		  background-position: left top;
	     width:170px; height:15px;
	     }
.titre_box1  {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 20px;
	margin-right: 20px;
}
.texte_box1  {
	font-family: Arial;
	font-size: x-small;
	color: #ffffff;
	text-align: left;
	line-height: 100%;
	padding-top: 8px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}
.texte_box1 p {
	      margin-top: 4px ;
			margin-bottom: 0;
	      }
.texte_box1 a  {
	       text-decoration: none;
	       color: #FFFFFF;
	       }
.texte_box1 a:link  {
	    	    text-decoration: none;
		    color: #FFFFFF;
		    }
.texte_box1 a:hover  {
	    	     text-decoration: underline;
		     color: #FFFF00;
		     }
/*
.texte_box1 a:visited  {
	    	       text-decoration: none;
		       color: #cccccc
		       }
*/		
/* -------------------------------------------------------------------------- */

/* Seconde boite latérale */
.box2_top{
	  background-image: url('images/lateral_white_top.gif');
	  background-repeat: no-repeat; background-position: left bottom;
	  width: 170px; height: 15px;
	  }
.box2_main{
	background-image: url('images/lateral_white_rail.gif');
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	width: 170px;
}
.box2_bottom{
	     background-image: url('images/lateral_white_bottom.gif');
	     background-repeat: no-repeat; background-position: left top;
	     width: 170px; height: 15px;
	     }
.titre_box2  {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #808000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 20px;
	margin-right: 20px;
}
.texte_box2  {
	font-family: Arial;
	font-size: x-small;
	line-height: 100%;
	padding-top: 8px;
	padding-bottom: 0;
	margin-left: 50px;
	margin-right: 20px;
	width: 520px;
	color: #b0b0b0;
	overflow: hidden;
}
.texte_box2 p {
	      color: #408040;
	      margin-top: 4px; margin-bottom: 0px;
	      }
.texte_box2 a  {
	       text-decoration: none;
	       color: #008000;
	       }
.texte_box2 a:link  {
	    	    text-decoration: none;
		    color: #008000;
		    }
.texte_box2 a:hover  {
	    	     text-decoration: overline underline;
		     color: #FF0000;
		     }
.comment_box2 {
	font-family: Arial;
	font-size: small;
	color: #808000;
	text-align: right;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: 20px;
	margin-right: 20px;
}
.comment_box2 a       {
	      	      text-decoration: none;
		      color: #004000;
		      }
.comment_box2 a:link  {
	      	      text-decoration: none;
		      color: #004000;
		      }
.comment_box2 a:hover  {
	      	       text-decoration: underline;
		       color : #FF0000;
		       }
/* -------------------------------------------------------------------------- */

/* Boite principale */               
.box3_top{
	  background-image: url('images/main_top.gif');
	  background-repeat: no-repeat; background-position: left bottom;
	  width: 740px; height: 15px;
	  }
.box3_main   {
	background-image: url('images/main_rail.gif');
	background-repeat: repeat-y;
	background-position: left top;
	width: 740px;
}
.box3_bottom{
	     background-image: url('images/main_bottom.gif');
	     background-repeat: no-repeat; background-position: left top;
	     width: 740px; height: 15px;
	     }
.titre_article {
	font-family: Arial;
	font-size: large;
	font-weight: bold;
	color: #808000;
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 24px;
	margin-right: 24px;
	width: 680px;
}
.titre_article a {
	color: #808000;
	text-decoration: none;
}

.descriptif_article {
	font-family: Arial;
	font-size: medium;
	font-style: italic;
	color: #666666;
	text-align: left;
	margin-left: 24px;
	margin-right: 24px;
	width: 680px;
}
.texte_commune {
	font-family: Arial;
	font-size: small;
	color: Black;
	text-align: justify;
	vertical-align: middle;
	margin-left: 36px;
	margin-right: 24px;
	width: 625px;
	padding-bottom: 12px;
	overflow: hidden;
}
.texte_article {
	font-family: Arial;
	font-size: x-small;
	color: Black;
	text-align: justify;
	vertical-align: middle;
	line-height: 120%;
	margin-left: 36px;
	margin-right: 24px;
	padding-top: 12px;
	padding-bottom: 18px;
	width: 668px;
	overflow: hidden;
}
.texte_document {
	font-family: Arial;
	font-size: x-small;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	border-top-width: 1px;
	line-height: 100%;
	margin-left: 36px;
	margin-right: 24px;
	padding-top: 12px;
	padding-bottom: 18px;
	width: 688px;
	overflow: hidden;
}
.texte_article p {
	       	 margin-top: 0; margin-bottom: 6px;
		 }
/* .texte_article img { border: 1 solid #666666; margin-top: 0; margin-bottom: 6; padding: 4} */
.texte_article a  {
	       	  text-decoration: none;
		  color: #0000FF;
		  }
.texte_article a:hover  {
	       		text-decoration: underline;
			color: #FF0000;
			}
.texte_article a:link  {
	       		  text-decoration: none;
	       		  color: #0000FF;
			  }

.texte_forum  {
	font-family: Arial;
	font-size: x-small;
	line-height: 100%;
	padding-top: 8px;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 24px;
	width: 474px;
	color: #b0b0b0;
}
.texte_forum p {
	      color: #408040;
	      margin-top: 4px; margin-bottom: 0;
	      }
.texte_forum a  {
	       	  text-decoration: none;
		  color: #884400;
		  }
.texte_forum a:link  {
	       		  text-decoration: none;
	       		  color: #884400;
			  }
.texte_forum a:hover  {
	       		text-decoration: underline;
			color: #FF0000;
			}
			  
.signature_article {
	font-family: Arial;
	font-size: x-small;
	color: #808000;
	text-align: right;
	border-top-style: solid;
	border-top-width: 1px;
	margin-left: 24px;
	margin-right: 24px;
	width: 680px;
}
/* -------------------------------------------------------------------------- */

/* Boite principale */               
.commentaire_box{
	background-color: #FAFAD2;
	background-repeat: repeat-y;
	margin-left: 100px;
	margin-right: 42px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid Olive;
}
.texte_commentaire  {
	font-family: Arial;
	font-size: xx-small;
	color: Green;
}
.titre_commentaire  {
	font-family: Arial;
	font-size: x-small;
	color: Green;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}
/* Pied de page */               
.footer      {
	background-color: #ffffff;
	font-family: Arial;
	font-size: small;
	color: #666666;
	text-align: right;
	margin-right: auto;
	float: left;
	width: 745px;
	height: 20px;
}
.footer a      {
	       text-decoration: none;
	       color: #444444;
	       }
.footer a:link      {
	    	    text-decoration: none;
		    color: #444444;
		    }
.footer a:hover      {
	    	     text-decoration: none;
		     color: #0000FF;
		     }
/* -------------------------------------------------------------------------- */
.spip_documents {
	font-size: small; /*		background-color: #dddddd; */
	color: #666666;
	margin-top: 12px;
	margin-bottom: 10px; /*		border-style: solid; border-width: 1; */
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px; /*		clear: both; */
}

