<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>accueil</title>
<style type="text/css">
<!--
body
{
   width: 100%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background:#333333;
   color:#333333;
}


#conteneur 
{
   position: relative;
   margin-top: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 624px;
   height: 326px;  
   background:#353535;
   color:#FFFFFF;
}


/* images fixes*/

#accg
{
   float: left;
   width: 369px;
   height: 326px;
   background-image: url("../imagesmika/accueil/accg.jpg");
   background-repeat: no-repeat;
}

#accd1
{
position: absolute;
left: 369px;
   width: 256px;
   height: 91px;
   background-image: url("../imagesmika/accueil/accd1.jpg");
   background-repeat: no-repeat;
}

#accd5
{
position: absolute;
left: 369px;
top: 210px;
   width: 256px;
   height: 117px;
   background-image: url("../imagesmika/accueil/accd5.jpg");
   background-repeat: no-repeat;
}


/* images changeantes*/

#accd2
{
position: absolute;
left: 369px;
top: 91px;
   width: 256px;
   height: 41px;
   background-image: url("../imagesmika/accueil/accd2.jpg");
   background-repeat: no-repeat;
}

#accd3
{
position: absolute;
left: 369px;
top: 132px;
   width: 256px;
   height: 35px;
   background-image: url("../imagesmika/accueil/accd3.jpg");
   background-repeat: no-repeat;
}

#accd4
{
position: absolute;
left: 369px;
top: 167px;
   width: 256px;
   height: 46px;
   background-image: url("../imagesmika/accueil/accd4.jpg");
   background-repeat: no-repeat;
}

#crédits 
{
   position: relative;
   margin-top: auto;
   margin-left: auto;
   margin-right: auto;
   width: 624px;
   height: 20px;  
   background:#333333;
   color:#000000;
   text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

a:link { color:#000000; text-decoration:none; font-weight:bold;}
a:visited { color:#000000; text-decoration:none; font-weight:bold;}
a:hover { color:#000000; text-decoration:none; font-weight:bold;}
a:active { color:#000000; text-decoration:none; font-weight:bold;}
a:focus { color:#000000; text-decoration:none; font-weight:bold;}

   
