body{
	font-family: Verdana,Arial,Sans;
	font-size: small;
}
#titre{
        background-position: top center;
        background-repeat: no-repeat;
        display:block;
        width: 428px;
        height: 36px;
}
#content{
        width: 428px;
        height: 564px;
        overflow: auto;
        overflow-x: none;
        background-repeat: no-repeat;
        background-attachment: fixed;
        display: block;
        background-position: bottom center;
}

#content p{
        padding: 10px 10px 10px 10px;
}

#contenum {
	margin-top: 10px;
}

#contenum ul{
	list-style-type: disc;
}

#contenu {
	margin-top: 10px;
}

.button{
	border-width: 0;
}

a {
	color: black;
	text-decoration: underline;
}

#contenu ul {
	float: middle, center;
	line-height: 30px;
	list-style-type: none;
	font-size: 18px;
	text-align: center;
	vertical-align:middle;
}

ul a:hover{
	color: #6F6999;
}

h2 {
	text-align: center;
}

label {
	padding-left: 5px; 
	text-align:right;
} 

.inputs{
	border-color: lightgrey;
	background-color: white;
	border-style: double;	
	vertical-align: top;
	width:75%;
	margin-right: 15px;
}
fieldset {
	padding: 1em;
	text-align: right;
}

.center {
	text-align: center;
}

