@charset "utf-8";

	
	body {
	background:#fef8ed;
	color : #033249;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	margin:0;
	border:0;
	
	}
	
	H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#033249;
	}
H2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#95500A;
	color:#DDF8FD;
	line-height: 20px;
	text-indent: 5px;
	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:#DDF8FD;
      text-decoration: none;
  
	  list-style: none;
      }
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	background: #95500a;
	list-style: none;
      }
   
   .navigation a:hover, .navigation a:focus, .navigation a:active {
	background:#044464;
	color:#DDF8FD;
	font-weight: bold;
	list-style: none;
	
      }
   .navigation .subMenu {
	font-size: 9px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	background-color: #f7d3ae;
	font-weight: normal;
	list-style: none;
      }
   .navigation ul.subMenu a {
	background: none;
	color : #000;
	padding: 3px 10px;
	list-style: none;
      }
	 
	.navigation ul.subMenu a:hover{
	color:#000000;
	background:#C8C8C8;
	padding: 3px 10px;
	list-style: none;
      }
.images {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tableau {
	border: thin solid #2B2B2B;
}
.celluleTitre {
	background-color: #F7D3AE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: center;
}
.CelluleColonne {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
