* {
  		margin: 0;
		padding: 0;
		overflow: auto; 
		text-decoration: none;
        list-style-type: none;
        font-size: 14px;
}
  
@font-face {
    font-family: 'JokermanLETPlain';
    src: url('jokerman_let_plain-webfont.eot');
    src: url('jokerman_let_plain-webfont.eot?#iefix') format('embedded-opentype'),
         url('jokerman_let_plain-webfont.woff') format('woff'),
         url('jokerman_let_plain-webfont.ttf') format('truetype'),
         url('jokerman_let_plain-webfont.svg#JokermanLETPlain') format('svg');
    font-weight: normal;
    font-style: normal;

}  
  
body {	

}
	
#page {
		width: 950px;
		margin: 20px auto;
}
	
#header {
		height: 130px;
		background-color: #A3A7AA;
}

#logo{
      font-family: 'JokermanLETPlain';
      text-align: center;
      text-shadow: 2px 2px 4px black;
      font-size: 55px;
      width: 600px;
      margin-left: 150px;
      }
	
#infobulle{
           position: absolute;
           margin: -75px 0 0 730px;
           width: 220px;
           height: 94px;
           padding-top: 5px;
           font-family: helvetica;
           }           
	
#adresse, #adresse1, #adresse2, #adresse3{
                                          text-align: center;
                                          display: block;
                                          margin-left: 35px;
                                          color: white;
                                          }
                                          
#enveloppe{
           background-image: url(../images/enveloppe.png);
           width: 20px;
           height: 14px;
           float: right;
           margin-right: 70px;
           }
	
#bandeau{
         background-color: #EDECE7;
         height: 55px;
         }
	
#wrapper {
		float: left;
		width: 100%;
}
	
#center {
		margin: 0 0 0 280px;	
  }
	
#content {
		height: 750px;
		background: #EDECE7 url(../images/back_content.png) no-repeat;
}	

.ardoise{
         background-image: url(../images/ardoise.png);
         position: absolute;
         width: 80px;
         height: 73px;
         margin-top: 20px;
         margin-left: 490px;
         display: block;
         }

#left{
		float: left;
		width: 280px;
		margin-left: -100%;
		height: 750px;
		background-image: url(../images/left_back.png);
  }
  
#titre_atelier{
               font-size: 20px;
               display: block;
               margin: 0 0 0 85px;
               color: white;
               text-align: center;
               width: 150px;
               font-weight: bold;
               font-family: 'AlseanaRegular'; 
               margin-top: -58px;
               }
	
	
#footer {
		clear: left;
		height: 40px;
		font-family: helvetica;
        }


       
