body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#entete{
	width: 1000px;
	height: 160px;
}

#main{
	width: 1000px;
	height : 408px;
}

#chemin{
	position: absolute;
	top: 160px;
	width: 815px;
	text-align: right;
	/*border: 1px solid #000000;*/
}

#menugauche{
	width: 174px;
	height : 100%;
	background-color: #E0E9FF;
	float: left;
}

#section{
	position: absolute;
	left: 90px;
	top: 170px;
}

#menu_sous_rubriques{
	margin-top: 80px;
}

#menu_sous_rubriques ul{
	list-style-type: none;
	padding: 3px;
	margin: 0;
}



#login{
	text-align: center;
}

#date{
	position: absolute;
	left: 870px;
	top: 80px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}


a{
	text-decoration: none;
}

a:visited{
	color: blue;
}

a:hover{
	color: #FF9900;
}

a.vertical {
  color: white;
  background-color: #000080;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  border: 2px outset #c0c0c0;
  display: block;
  width: 180px;
}

a.vertical:hover {
  background-color: #6495ED;
  border: 2px inset #c0c0c0;
  text-decoration: none;
}

a.vertical:visited {
  color: white;
  text-decoration: none;
}

.vertical_encours{
  color: white;
  background-color: #6495ED;
  border: 2px inset #c0c0c0;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  width: 180px;
  display: block;
}
