	* {
		font-family: arial; 
		font-weight: none;
		text-decoration :none;
		margin: 0px;
	}
	body {
		text-align: center;
	}
	a {
		font-weight: bold;
	}
	a:hover {
		text-decoration: underline;
	}
	p {
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		text-align: justify;
	}
	input, textarea, select, option, button {
		font-size: 90%;
		border: 1px solid #004080;
		background: white;
		background-image: url(../images/fond_input.gif);
		background-position: bottom right;
	}
	ul {
		margin: 0px;
		padding: 0px;
		text-align: left;
	}
	li{
		margin: 0px;
		padding: 0px;
		padding-left: 10px;
	}
	img {
		border: none;
	}
	.main {
		cursor: pointer;
	}
	.verdana {
		font-family: verdana; 
	}