	body {	
		margin: 0;
		padding: 0;
		font-family: Tahoma, Geneva, sans-serif;
		text-align: left;
		font-size: 12px;
		color:#CCC;
		background: url(../img/background.jpg) #000 repeat-x; 
 	}

	#frame {
 		text-align:left;
 		border:1px solid #333333;
 		width:900px;
 		margin:auto;
 	}

	#bodyblock {
		 position:relative;
		 background: #111111;
		 width:900px;
		 padding:0;
 	}
	
	
	
	
/* Barres, menus et logos */	
	
	#bar-logo {
 		height:250px;
 		background:#000;
 		border:1px solid #333333;	
 		border-width:0 0 1px 0;
		background:url(../img/logo.png) no-repeat;
 	}
	
	#bar-image {
 		height:250px;
 		background:#000;
 		border:1px solid #333333;	
 		border-width:0 0 1px 0;
 	}
	
	#bar-titre {
 		height:40px;
 		background:#000;
		padding-left:10px;
		padding-top:10px;
 	}
	
	#bar-titre-section {
 		height:40px;
 		background:#000;
		padding-left:10px;
		padding-top:10px;
		background:url(../img/bgrnd-titre.jpg) no-repeat;
 	}
	
	#header {
 		height:32px;
 		background:#000;
 		border:1px solid #333333;	
 		border-width:0 0 1px 0;
 	}
	
	#recherche {
	position:absolute;
	left: 279px;
	top: 145px;
	width: 336px;
 	}
	
	.menu-block{	
		clear:both;
		margin:0 auto;
		text-align:left;
		padding-top:7px;	
		line-height:40px;
		height:25px;
		width:900px;
		background:#333 url(../img/bgrnd-menu.png);
	}

	.menu-block ul{	
		padding:0px;
		float:left;
		margin:0px;
		margin-top:-12px;	
		list-style:none;
		width:900px;
		height:30px;
	}

	.menu-block ul li{	
		float:left;
		margin:0;
		margin-right:10px;
		margin-left:10px;
		display:inline;
		list-style:none;
		font-size:12px;
	}
	
	
	
	
/* Colonne côté */		

	#column {
		 float:left;
		 background:#111111;
		 color: #333333;
		 width:250px;
		 text-align:left;
 	}
	
	.column-menu ul{	
		margin:10px 0px 30px 0px ;
		padding:0px 0px 0px 0px;
		list-style:none;
		font-size:12px;
		font-weight:normal;
		font-style:normal;
	}
	
	.column-menu li a {		
		display:block;
		padding:5px 0px 5px 20px;
		margin:0px;	
		text-transform:none;
		color:#666;
	}
	
	* html .column-menu li a {		
		display:inline-block;
	}
	
	.column-menu li a:hover {	
		text-decoration:none;
		color:#FFF;
		background:url(../img/puce_menu.png) no-repeat center left;
	}
	
	.menu_produits{
		font-size:18px;
		color:#900000;
	}
	
	
	
	
/* Contenu principal */	

	#main-content {
		 width:649px;
		 min-height:1100px;
		 background:#000;
		 border:solid #333333;	
		 border-width:0 0 0 1px;
		 text-align:justify;		  
 	}
	
	p {
		margin: 1.5em 1.5em 1.5em 1.5em;
		line-height:1.5em;
		text-align:justify;
	}
	
	
	
	
/* Pied */	

	#footer {
		 height:75px;
		 background:#000;
		 border:solid #111;
		 border-width:1px 0 0 0;
		 margin:0;
		 background: url(../img/bgrnd-footer.jpg) no-repeat;
	 }
	 
	.footer-legal {	
		margin:0 auto;
		text-align:left;
		padding-top:10px;	
		width:880px;
		font-size:10px;	
		color: #666;
	}




/* fonts */

	.petit-titres-rouges {	
		margin:0 auto;
		text-align:left;
		padding-top:10px;	
		width:880px;
		font-size:10px;	
		color: #900000;
	}
	
	.titres-rouges { 
		font-family: Tahoma, Geneva, sans-serif;
		text-align: left;
		font-size: 24px;
		color:#900000;
	}
	
	.titres-blanc { 
		font-family: Tahoma, Geneva, sans-serif;
		text-align: left;
		font-size: 24px;
		color:#FFFFFFS;
	}
	
	.titres-gris { 
		font-family: Tahoma, Geneva, sans-serif;
		text-align: left;
		font-size: 24px;
		color:#666;
	}
	
	.sous-titres-blancs{
		font-size:18px;
		color:#FFF;
		margin-left:20px;
	}
	
	.texte-gris { 
		font-family: Tahoma, Geneva, sans-serif;
		text-align: left;
		font-size: 12px;
		color:#666;
	}
	
	
	
	
/* Liens */

	a,	a:link,	a:active {
		color:#666;
		text-decoration: none;
	}

	a:hover {
        color:#900000;
		text-decoration: none;        
	}	
