#courriel
	{

	position:absolute;
	z-index:300;
	top:50px;
	left:30%;
	width:300px;
	height:400px;
	color:white;
	background:transparent url(http://common.nancy-guide.net/imgs/fonds/fondRougeTransparent.png);
	border:2px solid black;
	
	-moz-box-shadow:5px 5px 14px rgb(80,0,0);
	-webkit-box-shadow:9px 9px 14px rgb(80,0,0);
	box-shadow:9px 9px 14px rgb(80,0,0);

	border-radius : 15px; 
	-moz-border-radius : 15px; 
	-webkit-border-radius : 15px;


	}
#courrielEntete
	{

	float:right;
	position:relative;
	top:-10px;
	width:150px;
	text-align:center;
	background-color:white;
	border:2px solid black;

	}
#courriel input, #courriel textarea
	{

	width:100%;
	background-color:white;
	color:black;

	}
#courriel textarea
	{

	height:100px;

	}

