/*  dpz' Design  */

body
{
   width: 825px;
   margin-top: 20px;
   margin: auto; 
   background-image: url('images/intro_bg.PNG');
}


/* /////////////////////////////////////////// Liens ///////////////////////////////////////////  */

#site
{
   width: 706px;
   height: 553px;
   margin: auto; 
}

#haut
{
   width: 706px;
   height: 194px;
   margin: auto; 
   background-image: url('images/site_haut.PNG');
}

#gauche
{
   width: 37px;
   height: 350px;
   margin: auto; 
   float: left;
   background-image: url('images/site_gauche.PNG');
}

#millieu
{
   width: 217px;
   height: 350px;
   margin: auto; 
   float: left;
   background-image: url('images/site_millieu.PNG');
}

#millieu1 
{
   width: 217px;
   height: 150px;
}

#millieu2 
{
   width: 217px;
   height: 67px;
   margin-top: 173px; 
}

#droite
{
   width: 452px;
   height: 350px;
   margin: auto; 
   float: left;
   background-image: url('images/site_droite.PNG');
}

#copyright
{
   width: 706px;
   height: 350px;
}




/* /////////////////////////////////////////// Liens ///////////////////////////////////////////  */


a:link 
{
	color: #C0C2DD;
	background-color:transparent;
    text-decoration:underline;
}



a:visited 
{
	color: #C0C2DD;
	background-color:transparent;
    text-decoration:underline;
}


a:hover 
{
	color: #7A799E;
	background-color:transparent;
    text-decoration:underline;
}
