@charset "UTF-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
}

#conteneur_site{
	width:1000px;
	margin:0 auto;
	height:772px;
	position:relative;
}

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

.bordure{
	border:none;
}

#ban{
	background-image:url(img/fond_menu.png);
	background-repeat:no-repeat;
}

#menu{
	background-image:url(img/fond_bleu.jpg);
	background-repeat:no-repeat;
	height:597px;
}

#contenu{
	position:absolute;
	left:350px;
	top:200px;
	width:650px;
	height:570px;
	font-size:17px;
	font-family:"Comic Sans MS", Arial, sans-serif;
	color:#000000;
}

h1{
	font-weight:bolder;
	font-size:22px;
	color:#E1081C;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	text-align:center;
	margin-top:0px;
}


#petit_menu{
	position:absolute;
	top:500px;
	width:650px;
	height:15px;
	left:350px;
	top:756px;
	font-size:12px;
	background-color:#FFFFFF;
}
#petit_menu a{
	color:#003399;
	background-color:#FFFFFF;
}
#petit_menu a:hover{
	color:#E1081C;
	background-color:#FFFFFF;
}

#signature a{
	position:absolute;
	bottom:5px;
	left:5px;
	font-size:10px;
	color:#FFFFFF;
}

h2{
	font-weight:bolder;
	font-size:17px;
	color:#003399;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.signature{
	color:#003399;
}
.signature:hover{
	color:#003399;
}

#positione{
	position:absolute;
	top:37px;
	right:9px;
}