@charset "utf-8";

/* Pour centrer le document et gérer l'arrère-plan*/

#html, body {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width:990px;
  height: 560px;
  margin: auto;
  margin-top:1%;
  overflow: hidden;
  background-color: #003300;
  background-image:url(ArrierePlan.jpg);
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
} 

/* Pour la page Accueil.Bienvenue */

.SectionGaucheBienvenue {
float:left;
height: 100%;
width:42%
}

.DiaporamaBienvenue {
margin: 5px 10px 0px 0px;
border: outset 4px #FFCC33;
height: 70%;
}

.PubBienvenue {
margin: 5px 10px 0px 0px;
height: 25%;
}

.SectionDroiteBienvenue {
width: 400px;
height: 425px;
margin-top: 5px;
padding: 6px 6px 6px 6px;
border: outset 4px #FFCC33;
float: right;
background-image:url(Images/CarteAccueil.png);
background-repeat:no-repeat;
cursor: pointer;
}

.SectionDroiteBienvenueEN {
width: 400px;
height: 425px;
margin-top: 5px;
padding: 6px 6px 6px 6px;
border: outset 4px #FFCC33;
float: right;
background-image:url(Images/CarteAccueilEN.png);
background-repeat:no-repeat;
cursor: pointer;
}

/* Pour les autres pages */

.SectionGauche {
font-style: oblique;
font-weight:bold;
line-height: 17px;
border: solid 2px #DDAA11;
padding:6px;
float:left;
width:145px;
}

.SectionDroite {
padding-left: 5px;
width: 579px;
margin: -10px 0px 0px 160px;
}

.FondSansScript {
background-color:#DDAA11;
}

.SectionGaucheDansPanneau {
float:left;
height: 90%;
width:60%;
}

.SectionGaucheDansPanneau2 {
float: left;
margin: 20px 5px 0px 5px;
border: inset 4px #FFCC33;
height: 83%;
width:45%;
}

.SectionDroiteDansPanneau {
margin: 10px 5px 0px 330px;
}

.SectionDroiteDansPanneau2 {
margin: 18px 5px 0px 280px;
}

.DiaporamaDansPanneau {
margin: 10px 10px 10px 10px;
border: inset 4px #FFCC33;
height: 100%;
}

.SectionDansPanneau {
margin: 10px;
}

/* Pour la section Pourquoi Chez nous ?*/
.Raisons {
margin: 10px 100px 10px 100px;
border: inset 4px #FFCC33;
}


/* Tables */

.Tarifs 
{
border-collapse:collapse;
border-color:#FFDD44;
border-width:2px;
background-color:#EECC33;
text-align:center
}

/* Img */

.AGauche 
{
float:left;
/*border:8px outset #FFCC33;*/
margin-right:10px;
margin-bottom:10px;
}

.AGaucheCadre 
{
float:left;
/*border:8px outset #FFCC33;*/
margin-right:10px;
margin-bottom:10px;
border: inset 4px #FFCC33;
}

.AGaucheCadreEtListe 
{
float:left;
/*border:8px outset #FFCC33;*/
margin-right:25px;
margin-bottom:10px;
border: inset 4px #FFCC33;
}

.ADroite 
{
float:right;
/*border:8px outset #FFCC33;*/
margin-left:5px;
}

.Drapeaux 
{
width:38px;
height:24px
}

.Cadre 
{
border: inset 4px #FFCC33;
}

.MapDroite 
{
float:right;
visibility:visible;
height:520px;
width:190px;
border:none;
}

/* Div */

.PourVoirAuBoiseJoli {
	height: 75px;
}

.Bienvenue 
{
margin-bottom: 0px;
}

.CSCadre 
{
float:left;
width: 33%;
border:4px outset #FFCC33;
margin:0px 10px 15px 0px;
background-color:#FFFFCC;
}

.CSContenu 
{
margin:5px 5px 5px 5px;
}

.CSImage 
{
height: 181px;
width: 241px
}

.ContenuÀDroite 
{
float:right;
width: 66%;
}

/* p */

p {
	/*font-family: "Tempus Sans ITC";
	font-size: 15px;*/
	/*font-family: "Minion Pro";
	font-size: 15px;*/
	font-family: "Garamond";
	font-size:17px;
	font-weight: normal;
}

li {
margin-left: -15px;
}

.ParkAvenueBT {
	font-family: "ParkAvenue BT";
	font-size: 22px;
	margin-top:5px;
	line-height:25px;
	font-weight: normal;
}

.ParkAvenueBTLien {
	font-family: "ParkAvenue BT";
	font-size: 24px;
	margin-top:5px;
	line-height:25px;
	font-weight: normal;
	color:#003300;
}

.Salutation {
	font-family: "ParkAvenue BT";
	font-size:22px;
	margin-top:-10px;
	text-align:center
}

.Signature {
	font-family: "ParkAvenue BT";
	font-size:30px;
	margin-top:-10px;
	font-weight: bold;
	text-align:center;
	color:#003300

}

.PetitInterligne {
	margin:0px
}

.FontePresentBaniere {
	font-family: "Present Bold";
	font-size: 50px;
	font-weight:bold;
	color:#FFFFCC;
	height: 70px;
	margin-top: 5px;
	text-align:center
	}

.FontePresentTitre {
	font-family: "Present Bold";
	font-size: 26px;
	font-weight:bold;
	text-align:center;
	margin: 0px;
	color:#003300
	}
.FonteSansScript {
	color:#000000;
	font-size: larger;
	}

.BonneVisite {
	color:#000000;
	font-size: x-large;
	}

.rouge {
font-weight: bold;
color:#FF0000}

