body {
	margin:0;
	padding:0;
	background-image: url(img/font.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		}


.conteneur {
	position:relative;
	width:850px;
	min-height:1000px;
	margin:0 auto;

}

.header {
	height:175px;
	background-image: url(img/aunisair2.gif);

}


.content {

min-height:440px;padding:10px;
background-color:#FEFDEF;

}

.main {
	font-size: x-large;
	font-weight: bold;
	text-decoration: none;
	background-image: url(img/font.gif);
}

.footer {

min-height:50px;
background-color:#FEFDEF;
padding:20px;

}
.Style1 {
	font-size: large;
	font-weight: bold;
}

.Style2 {
	font-size: large;
	font-weight: bold;
	color: #FF0000;
}

.Style3 {
	font-size: xx-large;
	font-weight: bold;
}

.main a { /* Les liens qui ne sont pas sous le curseur. */
	color: #000000;
//ta couleur
	font-family:Arial,Verdana; // la font du texte

}

.main a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #666666; 
//ta couleur
	font-family:Arial,Verdana; // la font du texte
}
