﻿@charset "UTF-8";
/* CSS Document */

body
{

   height: 700px;
   margin-left: 5px; /* Pour centrer notre page */
   margin-top: 0px; /* Pour Ã©viter de coller avec le haut de la fenÃªtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 5px;    /* Idem pour le bas du navigateur */
   background-repeat: repeat-y;
   background-position: 50% center;
   background-color: #111111;
   font-family:  Arial,Helvetica,sans-serif;
   font-size: 85%;
   font-weight: normal;
   text-align: center;
   color: #ffffff;
font-size: 14px;
}

/* L'en-tÃªte */
#en_tete
{
   height: 110px;
   background-image: url(img/entete_site_blanc.gif);
   background-repeat: no-repeat;
   margin: 0px;
   padding: 0px;
}
#corps
{
   margin-top: 0px;
   margin-bottom: 10px;
   padding: 0px;
   width: 930px;
  /* height: 480px;*/
   font-weight: normal;
   font-size: 0.95em;
/*   overflow: auto;
  position:absolu;*/
}
/* Le menu */
#menu
{
	height: 20px;

	padding-bottom: 3px;
padding-top: 0px;


}

div.fond
{
	/*background-color: #999999;*/
	POSITION: relative;

	z-index:99;

	/*width:100%;
	height:100%;
/*	opacity : 0.75;
	filter : alpha(opacity=75);*/
}
img.fond
{

	z-index:99;


/*	opacity : 0.75;
	filter : alpha(opacity=75);*/
}

 li
{
font-family: Arial, Helvetica, sans-serif;
color: #ffffff;
padding: 2px;
/*padding-left: 5px;*/

}
ul
{
padding-left: 30px;
 position: relative;
 text-align: left;
 /* text-indent: 10px;*/
}
h1
{
 /*  width: 900px;*/
   background-image: url("img/degrade_gris_blanc_v2.gif");
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-indent: 10px;
   position: relative;
color: #ffffff;
   padding: 0px;
   margin-bottom: 10px;
  font-size: 30px;
	font-style: bold;
}

h2
{

   padding: 0px;
   text-align: center;
   margin: 0px;

 
}
h3
{
   position: relative;
   color:#ffffff;
	background-color:#000000;

  background-image: none;
   padding-left: 15px;
   padding-bottom: 0px;
   padding-top: 0px;
   text-align: left;
   margin-bottom: 1px;
 /*  font-weight: normal;*/
}


p
{

	padding: 3px;
	/*width: 520px;*/
	position: relative;
	margin-top: 5px;
	margin-left: 10px;
	text-align: justify;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 100%;
	/*text-indent: 10px;*/
}
p.photo
{
margin-top: 0px;
	text-align: left;
margin-left: 0px;
}
table
{
	width: 70%;


}
table.menu
{
	width: 70%;


}

td
{
/*border: thin solid red ;*/
vertical-align:top;
text-align:center;
}
td.menu
{
padding:5px;
}

 img
{
position: relative;
padding: 2px;
}
 img.bas
{
border: 1px  solid     #777777;
/*margin-left: 20px;*/
}
img.tour
{
border: 1px  solid     #777777;
}




a:hover
{
color: #ff9900;

}
a
{
color: #ffffff;

}


a:focus
{
color: #555555;

}

a.none
{
text-decoration: none;
}

a img

{

  border:  none ;

}


