@charset "utf-8";

	
	body {
	background:#FAF8E1;
	margin: 0;
   padding: 0;
	color : #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	}
	
	H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#464537;
	height: 25px;
	margin: 0px;
	padding: 0px;
	}
	
	H2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background-color:#605f4c;
	
	height: 15px;
	text-indent: 10px;
	font-weight: normal;
	}
	
	
	.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
      }
   .navigation a, .navigation span {
      display: block;
      padding: 4px 10px;
	  height:12px;
      color:#fff;
      text-decoration: none;
  
	  list-style: none;
      }
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	
	background: #605F4C;
	list-style: none;
      }
   .navigation .open a, .navigation .open span {
      
      }
   .navigation a:hover, .navigation a:focus, .navigation a:active {
	background:#93602D;
	color:#F1F8FF;
	font-weight: bold;
	list-style: none;
	
      }
   .navigation .subMenu {
	font-size: 9px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	background-color: #D1CEA6;
	font-weight: normal;
	list-style: none;
      }
   .navigation ul.subMenu a {
	background: none;
	padding: 3px 10px;
	color : #000;
	list-style: none;
      }
	 
	.navigation ul.subMenu a:hover{
	color:#000000;
	background:#EBE8B9;
	padding: 3px 10px;
	list-style: none;
      }
.images {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.celluleTitre {
	background-color: #D1CEA6;
	height: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #3E3D31;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.CelluleColonne {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
