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


#formulaire
{
	margin-top:-50px;
	width:400px;
	margin-left:120px;
}
#infoplus
{
	width:380px;
	height:100px;
}

#carte
{
margin-bottom:20px;
display: inline-block;
margin-top:50px;

}

#avis
{
	width: 600px;
	margin: none; 
   min-height: 100px;
}

#formenvoyer
{
width: 600px;
	margin: none; 
   color: #8e326e;
   background-color: #f2fcef; /* Une couleur de fond pour le corps */
   border-right: 2px solid #6f880e;
   border-left: 2px solid #6f880e;
   border-bottom: 2px solid #6f880e;
   padding-top: 30px;
   height:200px;
   text-align:center;
}

