/*On met les espaces à 0 car ils diffèrent selon les navigateurs*/
*
{
	margin: 0;
	padding: 0;
}

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

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

#global 
{
	position: relative;
	width: 760px;
	margin: auto auto;
}

#menuhaut 
{
	position : absolute;
	top: 54px;
	left: 0;
	width: 760px;
	height: 25px;
	background-color: #003366;
	text-align: center;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Times, serif;
	font-size: 15px;
}

#menugauche
{
	position : absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	background-color: #003366;
	color: #000;
	font-family: "Trebuchet MS", Times, serif;
}

#decalage
{
	margin-left: 150px;
	padding-left: 10px;
	background-color: #FFFFFF;
}

#decalage p
{
	padding: 3px 0 3px 0;
}

#corpsite
{
	position : absolute;
	top: 79px;
	left: 0px;
	width: 760px;
	font-size: 14px; 
	background-color: #003366;
}

#corpsite a
{
	color: #666666;
	text-decoration: underline;
}

#basdepage a
{
	color: #666666;
	text-decoration: none;
}

#menugauche a
{
	color: #AAAAAA;
	text-decoration: none;
}

#menugauche a:hover
{
	text-decoration: none;
	color: #dddd80;
}

#basdepage
{
	width: 600px;
	height: 20px;
	background-color: #003366;
	color: #FFF;
	text-align: center;
}

.format1
{
	position: absolute;
	width: 197px;
	height: 30px;
	text-align: center;
}

.format2
{
	position: absolute;
	margin-left: 200px;
	width: 197px;
	height: 30px;
	text-align: center;
}

.format3
{
	position: absolute;
	margin-left: 400px;
	width: 197px;
	height: 30px;
	text-align: center;
}

.format4
{
	position: absolute;
	margin-left: 200px;
	width: 197px;
	height: 30px;
	text-align: center;
}

#signature
{
	margin-left: 300px;

}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

#leftmargin
{
	margin-left: 20px;
	margin-right: 5px;
}

#leftmargin a
{
	color: #FFFFFF;
	text-decoration: none;
}

#news 
{
	color: #FFF;
	font-family: "Trebuchet MS", Times, serif;
}
#form1 label
{
	color: #FFF;
	text-decoration: underline;
	font-family: "Trebuchet MS", Times, serif;
}

li {
	display : list-item;
	list-style-image : url(images/puces.jpg);
	list-style-position: outside;
}