body
{
   width: 800px;
   margin: auto;
   margin-top: 10px;
   position: relative;
}

/* L'en-tête */
#en_tete
{
   width: 800px;
   height: 283px;
   background-image: url("images/banniere.jpg");
   background-repeat: no-repeat;
}

#drapeaux
{
	width: 103px;
	height: 15px;
	position: absolute;
	top: 275px;
	right: 30px;
}

/* Le menu */
#menu
{
	width: 720px;
	height:50px;
	background-image: url("images/menu.gif");
	background-repeat: no-repeat;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size:14px;
	list-style: none;
}

#menu a
{
   color: #FFFFFF;
   background-color: #A10D59;
   text-decoration: none;
}

#menu a:hover
{
   color: #FFDD8B;
}

#menu a img
{
	border: none;
}

#menu li
{
	display: inline;
	padding: 0 1.0em;
	line-height: 50px;
}

#menu li.dl
{
	display: inline;
	padding: 0 1.0em;
	line-height: 25px;
}

/* Le corps de la page */
#corps
{
   width: 780px;
   padding: 10px;
   padding-bottom: 30px;
   
   color: #000000;
   background-color: #FFFFFF;
   background-image: url("images/fond.jpg");
   background-repeat: repeat-y;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	overflow: auto;
}

#corps img
{
	display: block;
	margin: 0 auto;
}

#corps h1
{
	color: #A10D59;
	font-size: 1.6em;
	text-align: center;
	font-style: italic;
}

#corps h2
{
   color: #A10D59;
   text-align: left;
   font-size: 1.3em;
}

#corps h3
{
	font-size: 1.1em;
}

#corps_haut
{
	width: 750px;
	padding: 20px;
}

#corps_haut p
{
   padding: 0 20px;
   text-align: justify;
   text-indent: 0px;
   font-size: 0.9em;
}

#corps_haut p.img_centre2
{
	text-align: center;
}

#corps_haut p.img_centre2 img
{
	display: inline;
}

a img
{
	border: none;
}

strong
{
	color: #A10D59;
}

#corps_gauche
{
	width: 250px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 25px;
}

#corps_gauche p
{
	/*text-align: left;*/
	font-size: 0.9em;
}

#corps_gauche h4
{
	text-decoration: underline;
	font-weight: normal;
}

#corps_gauche a
{
	color: #A10D59;
	text-decoration: none;
}

#corps_gauche a:hover
{
	color: #FFDD8B;
	background-color: #A10D59;
}

#corps_centre
{
	margin-left: 250px;
	padding: 20px;
	padding-left: 0px;
}

#corps_centre p
{
   text-align: justify;
   text-indent: 30px;
   font-size: 0.9em;
}

#corps_centre p.tarifs
{
   text-indent: 0px;
}

#corps_centre p.tarifs_centre
{
   text-indent: 0px;
   text-align: center;
}

#corps_centre ul.img_legende
{
	list-style:none;
}

#corps_centre ul.img_legende li
{
	float: left;
	text-align: center;
	width: 210px;
	margin: 0px 20px 20px 0;
}

#corps_centre p.legende
{
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
}

#corps_centre ul
{
   list-style-type: square;
}

#corps_centre a
{
	color: #A10D59;
	text-decoration: none;
}

#corps_centre a:hover
{
	color: #FFDD8B;
	background-color: #A10D59;
}

#corps_centre p img
{
   text-indent: 0px;
}

/* Le pied de page */
#pied_de_page
{
	position: absolute;
	width: 800px;
	height: 36px;
	bottom: -20px;
	padding-top: 8px;

	text-align: right;
	font-size: 0.6em;
	color: #000000;
   
	background-image: url("images/fondbas.jpg");
	background-repeat: no-repeat;
}

#pied_de_page p
{
	padding-right: 35px;
}

#pied_de_page a
{
	color: #A10D59;
	text-decoration: none;
}

#pied_de_page a:hover
{
	color: #FFDD8B;
	background-color: #A10D59;
}

.souligne
{
	text-decoration:underline;
}
