

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#131212 url(design/bg.jpg) no-repeat top center ;
 margin-top:0px;
 }

a:link { color: #a9abaf ; }

a:visited {color :black ; }

a:hover { color: black ; text-decoration: none ; }




#wrapper { 
 margin: 0 auto;
 width: 761px;
}
#header {
 color: #333;
 width: 761px;
 float: left;
 height: 236px;
 margin: 0px 0px 0px 0px;
 background: #131212 url(design/haeder.jpg);
}
#content { 
 float: left;
 width: 761px;
 margin: 0px 0px 0px 0px;
 background-image:url(design/bg_content.jpg)
 }
 
#leftcolumn { 
 color: #333;
 background: #808040 url(design/bg_menu.jpg) no-repeat;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 259px;
 float: left;
}
/* Habillage du menu */	
#leftcolumn ul{
	width:190px;
	padding:0 0 0 30px;
	}
	
#leftcolumn ul li{
	display:block;
	background:url(design/solution_div.gif) left bottom repeat-x;
	height:20px;
	width:190px;
	padding:0 0 5px 0;
}	
	
#leftcolumn ul li a{
	padding:0 0 0 10px;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration:none;
	margin:0;
	display:block;
}

#leftcolumn ul li a:hover{
	color:#fff;
	background-color:#900249;
	height:23px;
}

#leftcolumn ul li.noImg{
	display:block;
	background-image:none;
	height:20px;
}
#rightcolumn { 
 float: right;
 color: #a9abaf;
 background:url(design/bg_rightcolum.jpg) repeat-y;
 margin: 0px 0px 0px 0px;
 padding-top:20px;
 padding-left:15px;
 padding-right:15px;
 width: 464px;
}

#rightcolumn h2 {
	font-size: 14pt;
	color:#808040;
}		


#footer { 
 position:fixed;
 bottom : 0;
 left: 0;
 border-top: 1px dashed #fff;
 width: 100%;
 height:70px;
 clear: both;
 color:#808040;
 text-align:center;
 background: #94024b; 
 padding:10px 0px 0px 0px;

}		

/* Présentation des vignettes */
.thumbnail{
	border: 0px solid #fff;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
		}	

a img{ 	border: none;}		
