/*
Design de entreprise Cordio
*/

body
{
background-color: #333333;
background-image: url("images/fondpascal2.jpg");
background-repeat: no-repeat;
   width: 800px;
   height: 600px;
   margin: auto;

}

 
/* Le corps de la page */

#corps
{
   color: white;
   width: 900px;
   position: absolute;
   left: 70px;
   top: 190px;
  }
  
#mail img
{

   border:none;
   
 }
 
#mail
{
position: absolute;
	left: 350px;
	top: 362px;
}

#mail img:hover
{
color: white;
   font-family: Monotype corsiva;
   text-align: center;
   border-bottom:2px solid white;
 }



/* Le corps de la page */

#piedpage
{
color: white;
font-size:0.6em;
font-family:"century gothic","square 721 BT", Arial, "Arial Black", "Times New Roman", Times, serif;
font-weight: bold;
font-style:italic;
position: absolute;
left: 210px;
top: 565px;
 }
