body {
background-color:rgb(62, 0, 3);
background-image:url(fond_rideau44.jpg);
background-repeat:no-repeat;
background-position:50% 0%;
}


div {
	text-align:left;
	}
div#bandeau {
	position : absolute;
	margin-left:136px;
	width:700px;
	height:100px;
	background-image:url(ban_aero2.png);
	background-repeat:no-repeat;
	background-position:50% 0%;
	}
div#menu {
	position : absolute;
	float:left;
	margin-top:110px;
	padding: 10px;	
	margin-left:140px;
	width:165px;
	height:400px;
	}
div#contenu {
	font-family: arial;
	font-size: 14px;
	color: white;
	position : absolute;
	float:left;
	margin-top:110px;
	padding: 10px;	
	margin-left:290px;
	width:535px;
	height:400px;
	}
div#pied_page {
	clear:both;
	font-family: arial;
	font-size: 14px;
	color: white;
	margin-top:546px;
	margin-left:140px;
	width:700px;
	height:30px;
	position : absolute;
	}


A {
	color: #ff9933;
	font-family: impact;
	font-size: 14pt;
	text-decoration: none;
}

A:Hover {
	color: #ffcc00;
	font-family: impact;
	font-size: 15pt;
	font-weight: bold;
	text-decoration: none;
}

.surligne /* Un style qui permet par exemple de surligner certains mots d'un texte */
{
   background-color: #990000;
    /* Le texte surligné sera écrit en noir, parce que le blanc sur fond jaune on voit rien ;o) */
}

z
{
   background-image: url("fond_com.png");
}

