body {
  background-color: #000;
  font-family:courier;
  font-size:14px;
  color: white; 
  
}

a:link 	{color: #e55a1f; text-decoration: underline}
a:hover	{color: #e55a1f; text-decoration: none}
a:active	{color: #e55a1f; text-decoration: underline}
a:visited	{color: #e55a1f; text-decoration: underline}

a.nouv:link 	{color: #fff; text-decoration: underline}
a.nouv:hover	{color: #fff; text-decoration: none}
a.nouv:active	{color: #fff; text-decoration: underline}
a.nouv:visited	{color: #fff; text-decoration: underline}

html, body {
margin:0;
padding:0;
height: 100%;
width: 100%;
}
#arriere{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}
#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 1000px;
     height: 650px;
     margin-top: -325px; /* moitié de la hauteur */
     margin-left: -500px; /* moitié de la largeur */
     /* border: 1px solid #000; */
     }
#notebas {
     position:absolute;
     left: 50px; 
     top: 650px;
     }
	 
.el {
	font-size: 16px;
} 

textarea.contact {
  width : 380px;
  height: 230px;
  font-size:24px;
  font-weight:bold;
}
input.icontact {
  width : 380px;
  font-size:16px;
  font-weight:bold;
}
