body{
	font-size: 14px;
	font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
    margin: 0;
	text-align: left;
}

html, body, #wrapper {
      height:100%;
}
   
#wrapper {
      vertical-align: middle;
}

a:link{
    background-color : #none;
    color : #000000;
    text-decoration : underline;
}

a:visited{
    background-color : #none;
    color : #000000;
    text-decoration : underline;
}

a:hover{
	background-color : #none;
	color : #000000;
	text-decoration: none;
}

a.autre:link{
	font-size: 14px;
    background-color : #none;
    color : #000000;
    text-decoration : underline;
	font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}

a.autre:visited{
	font-size: 14px;
    background-color : #none;
    color : #000000;
    text-decoration : underline;
    font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}

a.autre:hover{
	font-size: 14px;
    background-color : #none;
    color : #000000;
    text-decoration : none;
    font-weight: bold;
	padding-right: 2px;
	padding-left: 2px;
}

.menu:link{
	font-size: 18px;
    background-color : none;
    color : #000000;
    text-decoration : underline;
    font-weight: bold;
}

.menu:visited{
	font-size: 18px;
    background-color : none;
    color : #000000;
    text-decoration : underline;
    font-weight: bold;
}

.menu:hover{
	font-size: 18px;
	background-color : none;
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}

h1{
	font: 40px LeagueGothicRegular, Arial, Helvetica, Geneva, sans-serif;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0;
}

h2{
	font: 40px LeagueGothicRegular, Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	margin-top: 0px;
}

h3{
	font: 20px 'PT Serif', Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	margin-top: 0px;
}

.legende{
	font: 11px 'PT Serif', Arial, Helvetica, Geneva, sans-serif;
	line-height: 13px
}

.inputclass {
	height: 16px;
	width: 156px;
	border: 1px solid #999;
}

.pagination{
list-style: none;
}