*
{
	margin: 0px;
	padding: 0px;
	cursor: default;
}

html 
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: none;
}

.mails
{
	vertical-align: middle;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: center;
}

#titre
{
	width: 100%;
	text-align: center;
	height: 45px;
	background-color: #BBBBDD;
}

#titre h1
{
	color: white;
	font-size: 16pt;
	font-weight: normal;
	padding-top: 10px;
}

h3
{
	color: #006DBA;
	font-size: 120%;
}

#globale
{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 3px;
}

#liste
{
	padding: 10px 0 10px 0;
}

#footer
{
	border-top: 1px dashed #666666;
	padding-top: 5px;
	text-align: right;
}

a
{
	color: #006DBA;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #CC6600;
	text-decoration: underline;
}

#footer a
{
	color: #006DBA;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover
{
	color: #CC6600;
}