html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #303030;
	color: White; /*background: #E0E8B6;*/
	height: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a:link{
	color: rgb(20%, 40%, 0%);
}

a:visited {
	color: rgb(58%, 68%, 40%);
}


a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: red;
}

#site1 {
	font-size: 24px;
	font-weight: bold;
    text-align: left; 
}

#haut{
	position: absolute;
	width: 100%;
	height: 8%;
	top: 5px;
	right:0;
	bottom: auto;
	left: 0;
}
#menu {
   /*color: white;*/
	position: absolute;
	width: 20%;
	height: auto;
	top:20%;
	right: auto;
	bottom: 0;
	left: 0;
	margin-right: 5%;
	height: 800px;
	overflow-y: scroll;
}
#centre{
  position:absolute;
  left: 20%;
  /*width: auto;*/
  top: 10%;
  right: 0;
  /*width:100%; */
  height: 800px; 
  overflow-y: scroll;
}
#pied{
	padding-top:1em;
}
#menu ul{
	list-style : none;
	margin: 0;
	margin-left: 0.3em;
	padding: 0;
}
#menu ul ul {
	margin: -0.5em 0 0 1em;
    color:white;
}
#menu li ul li {
	padding: 0.5em 0 0 0;
	border-bottom: 0px solid GrayText;
	color: white;
}
#menu li  {
	padding-top: 0.2em;
	padding-bottom : 0.2em;
	border-bottom: 0px;
}
#menu a {
	text-decoration: none;
}
#menu a:link {
	color: #DAA520;
}
#menu a:visited {
	color: #FF8C00;
}
#menu a:hover{
	color: Maroon; 
	
}
#nav{
	/*display: block;*/
	/*float: left;*/
	padding: 0;
	margin: 0;
	padding-left: 16px;
	padding-right; 50 px;
}
#num{
	vertical-align: super;
}
.exp{
	vertical-align: super;

}
#nomcrit{
	vertical-align: super;
	color:#A42E2E;
}
#centre img{
	float: left;
	border:none;
	padding: 0.1em;
}
#centre #ima {
  /*padding-top: 1em;*/
	border: 1px solid Gray;
}
#texte{
	float: left;
	top:1em;
	
}
#titre{
  font-size: 130%;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 2em;
  padding-left:0.2em;
  margin-top: 5px;
  float: left;
  clear: left;
  min-width: 30em;
  white-space: nowrap;
}
#l1, #l2, #l3, #dim{
	
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-top:0.5em;
	max-width : 20em;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#l1, #l2, #l3{

	border-bottom: 1px;
	border-bottom-style: solid;
	border-color: Gray;
}


.maj {
	font-size:11px;
}
#site1{
	margin-right: 1em;
	padding-left: 16px;
}
.annee{
	margin-bottom: 1em;
    font-weight: bold;
}
.sortie{
  font-weight: normal;
  padding-top: 3px;
}
div#s1{
  padding: 5px 0 5px 5px;
}
div.pdate{
  margin-left: 10px;
}
div.pdate span{
  padding: 0 5px 0 5px;
}
.signe{
    border: 1px solid White;
    font-size:14pt;
    font-weight: bold;
    text-align:center;
    padding-left:1em;
    padding-right:1em;
}
div.aspect, span.aspect {
    display:block; /* none  */
}
div.annee{
  padding-top: 5px;
}
div.aspect{
  padding: 5px 5px 0 20px;
}
span.dateact{
}