/* CSS Document */

/*
	Redéfinition du body
	remise a 0 des marges
*/
body{
	margin-top: 25px;
	padding:25;
	font-family:geneva, arial, helvetica, sans-serif;
	background-color:#efefef;
}

/*
	Cadre qui englobe tout le site
*/
.CdGen{
	width:900px;
	/*Centrer le site*/
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
}

/*
	Conteur du header avec l'image du petit comestible
*/
.Header{
	margin-left:auto;
	margin-right:auto;
	padding-top: 15px;
	width:900px;

}

/*
	Redifinition de la balise image
*/
.Header img{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border:none;	
}


/****************************/
.MiddleTop{

	border:#CCCCCC 2px solid;
	background:url(../Images/Design/sandNONE.jpg) no-repeat;
	margin-bottom:20px;
}


.TDroite{
	width:555px;
  color: #797171;
  padding: 10px;
}


.C{	
	color:#00A9E0;

}

/*

/*
	Pied du site avec le copyright
*/
.Footer{
	margin-top:20px;
	margin-left: 100px;
	padding-top:10px;
	width:700px;
	height:30px;
	text-align:center;
	font-size:10px;
	color:#000000;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: grey;
	
}

.chiuso {

  font-family: geneva, arial, helvetica, sans-serif;
  font-size: 15px;
  color: grey;
  margin-left: 15px;
  text-align: justify;

}

.Fermer{
	height:280px;
}

