 @CHARSET "ISO-8859-1";
 
 html, body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	padding: 0; 
	font-family: Verdana, Tahoma, Arial;
	font-size: 90%;
	background-color: #ddd;
 }
 
 div, table, tr, td {
	margin: 0;
	padding: 0;
	border: 1px;
 }
 
 #corps {
	overflow: hidden;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
 }
 
 
 #page {
 	margin-left: auto;
 	margin-right: auto;
 	width: 758px;
	height: 100%;
	background-image: url('../img/background.jpg');
	background-repeat: no-repeat;
	background-color: #fff;
	
 }
 
 #entete {
	width: 758px;
 }
 
 #menu {
	width: 100%;
	margin-bottom: .7em;
	font-weight: bold;
	color: #333333;	
 }
 
 #menu li li {
	width: 12em;
	
 }
 
 #menu a {
 	color: #333333;	
 }
 
 
 #ariane {
	margin-left: 1.5em;
	font-style: italic;
	letter-spacing: .05em;
	font-size: .85em;
 }
 
  #ariane a {
	color: #333333;	
	border-bottom: 1px #fff dotted;
	text-decoration: none;
	margin-bottom: 2em;
 }
 
  #ariane a:hover {
	color: #000000;
	border-bottom: 1px #000000 dotted;
 }
 
 .liste_article {
 	border: 1px #ccc solid;
 	padding: 3px;
 	margin-left: 10em;
 	margin-bottom: 5px;
 	width: 50%;
 }
 
  .liste_article_sommaire {
 	border: 1px #ccc solid;
 	padding: 3px;
 	margin-bottom: 5px;
 	width: 35%;
 }
 
 .liste_article:hover, .liste_article_sommaire:hover {
 	border-color: #999;
 }
 
 .liste_article a.intertitre, .liste_article_sommaire a.intertitre {
  margin: 0;
  padding-bottom: 5px;
 	background-image: url('../img/puce_intertitre.jpg');
 	background-repeat: no-repeat;
 	color: #369;
 	font-weight: bolder;
 	padding-left: 25px;
 	text-decoration: none;
 }
 
 .liste_article .texte, .liste_article_sommaire .texte {
 	margin: .2em;
	margin-left: 25px;
 }
 
 #contenu {
	margin: 1em;
	margin-bottom: 2.5em;
 }
 
 #contenu ul {
 	list-style-type: none;
 }
 
 #cartouche {
	padding-bottom: 0em;
 }
 
 .spip_logos {
 	float: left;
 	margin-right: 1em;
 }
 
 p.titre_article {
	font-size: 1.3em;
	font-weight: bolder;
	letter-spacing: .01em;
	color: #FF8800;
	margin: 0;
	padding: 0;
 }
 
 p.soustitre_article {
	font-size: 1.1em;
	font-weight: normal;
	font-style: italic;
	letter-spacing: .1em;
	color: #333333;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
 }
 
  div.chapo {
	font-weight: bold;
	color: #333333;
	margin-left: .5em;
	margin-top: 0;
	margin-bottom: 1em;
 }
 
 .texte {
	margin: .5em;
	margin-bottom: 2em;
	margin-left: 1em;
 }
 
  .texte h3 {
  margin: 0;
  margin-top: 2.5em;
  padding-bottom: .3em;
 	background-image: url('../img/puce_intertitre.jpg');
 	background-repeat: no-repeat;
 	color: #369;
 	font-weight: bolder;
 	padding-left: 25px;
 }
 
 .texte table {
 	width: 100%;
 }
 
 .texte a {
 	color: #900;
 	text-decoration: none;
 	border-bottom: 1px #fff dashed;
 }
 
 .texte a:hover {
 	color: #600;
 	text-decoration: none;
 	border-bottom: 1px #600 dashed;
 }
 
 #bord_pied {
 	margin: 0;
 	padding: 0;
 	background: #666;
 }
 
 .bas_page {
 	text-align: center;
 }
 
 #pied {
	color: #FFFFFF;
	background-color: #666666;
	font-size: .8em;
	margin: 0;
	padding: 0;
 }
 
 .keywords {
	color: #999999;
	font-style: italic;
	font-size: 1.15em;
	padding-left: 1em;
	padding-bottom: 1em;
 }
 
 .coord {
	margin-bottom: 3em;
 }
 
 .coord td {
	font-size: 1.3em;
	padding-right: 1.5em;
	vertical-align: bottom;
 }
 
 .coord a {
	color: #FFFFFF;
	text-decoration: none;
 }
 
 #bottom {
	background-color: #333333;
	padding: .2em;
	color: #fff;
	font-size: .7em;
	text-align: right;
	padding-right: .5em;
 }
 
 .bas_page a {
 	font-weight: bolder;
 	color: #FF8800;
 }
 
 .spip_documents {
 	padding: 3px;
 }
 
  .spip_documents a {
 	border: 0px;
 }
 
   .spip_documents a:hover {
 	border: 0px;
 }
 
 img {
 	border: 0;
 }
 
 .nettoyeur {
	width: 100%;
	visibility: hidden;
	clear: both;
 }