@charset "UTF-8";
/* CSS Document */

 #header{
  width:800px;
  height:25px;
  margin-left: 200px;
  margin-right:200px;
  padding-top:5px;
  color:#CCCCCC;
  text-align:right;
  font-family:"Times New Roman", Times, serif;
  font-size:14px;
  }

#wrapper{
  width: 800px;
  height: 600px;
  margin-left: 200px;
  margin-right:200px;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  background-image:url(images/motif3.gif);
  background-repeat:repeat;
}

#wrappergauche{
  width: 200px;
  height: 600px;
  float: left;
  color:#432B22
  }
  
 #logo{
 width:200px;
 height:200px;
 float:left;
 }
 
 #menu1{
 width:200px;
 height:35px;
 float:left;
 color:#311714;
 vertical-align:middle;
 border:0px;
 }
 
  #menu2{
 width:200px;
 height:35px;
 float:left;
 color:#333333;
 vertical-align:middle;
 border:0px;
 }
 
 #menu{
 width:200px;
 height:380px;
 float:left;
 marging:10px;
 text-align:center;
 font-family:Arial, Helvetica, sans-serif;
 font-size:30px;
 }
 
 #textedroite{
 width:360px;
 height:485px;
 padding:20px;
 }
  
#wrappercentre{
 width: 200px;
  height: 600px;
  float: left;
  }
  
#wrapperdroite{
width: 400px;
  height: 600px;
  float: left;
  }
  
  #nom{
  width:400px;
  height:75px;
  }
  
  #bienvenue{
  width:360px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#999999;
  border-bottom: 1px dashed #663300;
  border-top: 1px dashed #663300;
  padding-top:10px;
  padding-bottom: 10px;
  }
  
  #special{
  width:360px;
  padding-top:10px;
  padding-bottom:10px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#666666;
  border-bottom: 1px dashed #663300;
  border-top: 1px dashed #663300;
  }
  
  #footer{
  width:800px;
  height:50px;
  margin-left: 200px;
  margin-right:200px;
  padding-top:10px;
  padding-left:200px;
  color:#311714;
  text-align:left;
  font-family:"Times New Roman", Times, serif;
  font-size:18px;
  }