body {
	background: url(textures/font.png) repeat-x;
	min-width: 1024px;
	max-width: 1600px;
	margin: auto;
	padding: 5px;
}

h1 {
	text-decoration: underline;
}

h2 {
	text-decoration: underline;
	}

h3 {
	font-size: 20px;
}
 
h4 {
	font-size: 25px;
}

#inter {     
	text-indent: 40px; 
}

#bandeau {
	height: 100px;
	background: #1041a7;
	text-align: center;
	border: 2px solid black;
}

.helico {
	width: 285px;
	height: 100px;
}

#helicod {
	background: url(textures/helicod.jpg);
	float: right;
}

#helicog {
	background: url(textures/helicog.jpg); 
	float: left;
}

#menu {
	float: left;
	width:150px;
	margin-top: 5px;
	background: black;
	border: 2px solid black;
}

#menu a {
	height: 30px;
	margin-top: 1px;
	padding-top: 5px;
	display: block; 
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: url(textures/menu.jpg);
}

#menu a:hover {
	background-position: -150px 0;
	text-decoration: underline;
}

#menu a:active { 
	background: #ffc848; 
} 

#contenu {
	padding: 5px;
   margin-left: 160px;
   margin-top: 5px;
}

#imagev {
	float: left;
} 

#imagevd {
	float: right;
} 

#textev { 
}

#espace img {
	margin-top: 10px;
}

#compteur 
{
	height: auto;
	background: #1041a7;
	text-align: center;
	border: 2px solid black;
	position: relative;
	bottom: 10px;
	
} 
