body
{
   width: 1024px;
   height: 900px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   margin-left: 30px;
   background-color: #a6081b;
   background-repeat: no-repeat;
   	padding-bottom: 50px;
  
}

#corps
{
	width: 850px;
	padding-bottom: 30px;
	margin-top: 50px;
	margin-left: 200px;
	margin-bottom: 50px;
	border-left: 2px ridge #a6081b;
	border-right: 2px ridge #a6081b;
	border-top: 2px ridge #a6081b;
	border-bottom: 2px ridge #a6081b;
	background-color: #f6ecb5;
	min-height: 850px;

	color: #a6081b;
	font-style: italic;
	font-family: brush script mt, Arial, "Arial Black", "Times New Roman", Times, serif;
	
	
}

#header
{
	width: 924px;
    height: 190px;
    margin-bottom: 10px;

}
#mail
{
	margin-left: 25px;
}	
#pic
{
	text-align: center;
}
#variableslide
{
	text-align: center;
}
/********************************Menu***************************************/
#menu
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 3px ridge #a6081b;
	border-bottom: 3px ridge #a6081b;
	color: #a6081b;
	font-weight: bold;
}
div.dropinslide 
{
	margin: 0 auto;
	width: 500px;
}

.circle
{
   list-style-type: circle;
   text-align:center;
}

/**********************************************************************************/

h2
{
	margin-left: 30px;
	font-family: brush script mt, Times, Monotype Corsiva;
	color: #a6081b;
	font-style: italic;
	font-size: 40px;
	text-align: center;
}

p
{
	padding-left: 30px;
	text-align: center;
	font-family: brush script mt, Monotype Corsiva, brush script mt;
	font-size: 25px;
	
}

a
{
	color: #a6081b;
	text-align: center;
	font-family: brush script mt, Monotype Corsiva, Verdana, brush script mt;
}
