h1, h2, h3
{
	text-align : center;
	font-family : Arial, "Arial black", "Times New Roman", Times, serif;
	font-style : italic;
}
body
{
	width : 760px;/*Une taille de 760px*/
	margin : auto;/*Pour centrer la page*/
	margin-top : 20px;/*Une marge en haut de 20px*/
	margin-bottom : 20px;/*Une marge en bas de 20px*/
	background-image :   url("img/ciel_fond_4.jpg");/*Une petite image de font^^*/
	background-attachment : fixed;/*L'image sera "fixé" au fond du site*/
	font-family : "Comic sans MS", Arial, "Arial black", "Times New Roman", Times, serif;
}
caption
{
	margin : auto;
	width : 669px;
}
table
{
	width : 760px;
	margin : auto;
}
#banniere
{	
	width : 760px;
	height : 181px;
	background-repeat : repeat;
	margin-bottom : 10px;
	margin-top : 5px;
	margin : auto;
}
table
{
	width : 29em;
	text-align : center;
}
#tente
{
	width : 16em;
	float : left;
}
#mobil
{
	width : 19em;
}
#tarif table
{
	border-collapse : collapse;
}
#tarif td, th, tr
{
	border : 1px solid black;
}
#menu
{
	width : 180px;
	float : left;
	margin-top : 25px;
}
#corps
{
	margin : auto;
	width : 550px;
	font-size : 16px;
}
#corps img
{
	margin-left:3em;
}
#titre
{
	margin-left : 7em;
}
#souligne
{
	text-decoration : underline;
}
#decaler
{
	margin-left : 90px;
}
#decaler2
{
	margin-left : 180px;
}
.element_menu
{
	border : 2px solid black;
	margin-bottom : 15px;
	margin-right : 5px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	background-image : url("/img/blanc.jpg");
}
.element_menu ul
{
	list-style-image :   url("img/soleil_petit.gif");
}
.element_menu a:hover
{
	background-color : #efec11;
}
#pied_de_page
{
	padding-bottom : 5px;
	width : 200px;
	/*margin : left;*/
	font-size : 11px;
	clear : both;
}
#pied_de_page caption
{
	font-size : 1em;
}
a img
{
	border : 0;
	text-align : center;
}
fieldset
{
	margin-right : 3em;
	margin-bottom : 10px;
	border-color : #00d0ec;
}
legend
{
	color : #276aae;
	font-weight : bold;
	font-size : 2em;
}
p, ul
{
	width : 37em;
}
label
{
	float : left;
	width : 150px;
	display : block;
}
ul
{
	width : 500px;
}
.ville:hover
{
	background : #efec11;
}
.ville
{
	font-style : italic;
	text-decoration : underline;
	font-weight : bold;
}
input nom
{
	text-transform : uppercase;
}
#erreur
{
	text-decoration : blink;
	color : red;
	text-align : center;
	font-size : 20px;
	font-weight : bold;
	font-style : italic;
}
#clignote
{
	text-decoration : blink;
	color : red;
}
#clignote a
{
	text-decoration : none;
	color : red;
}
.telephone
{
	text-decoration : underline;
}