body {
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	margin: 0px;
}

a {
	text-decoration: none;
	color: #808080;
}

input {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	margin: 0px;
}

a:link {color: #808080; text-decoration none; }
a:active {color: #808080; text-decoration: none; }
a:visited {color: #808080; text-decoration: none; }
a:hover {color: #808080; text-decoration: none; }

#bandeau {
	width: 760px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;	
}

#titrebandeau {
	float: right;
	margin-right: 50px;
	margin-top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #808080;
}
	
.rubriques {
	float: right;
	margin-right: 5px;
	margin-top: 23px;
}

.rubriques a {
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	margin-left: 15px;
}

#contenu {
	color: black;
	font-size: 9pt;
	width: 760px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: justify;
	border: dotted black 1px;
	background: #ccc;
}

h1 {
	color: black;
	font-size: 14pt;
	margin-left: 10px;
}


#pied_email {
	text-decoration: none;
	color: #ffffff;
	font-size: 8pt;
	margin-left: 10px;
}

#pied_logo {
	padding-bottom: 10px;
	margin-top: 5px;
	margin-left: 10px;
}


