body {
	background-color : #ffffff;
}


#principal {
	width:75%;
	background-image:url('images/sel_gauche.png');
	background-repeat: repeat-y;
        background-color : #FFFFFF;
}


#principal2 {
	background-image:url('images/sel_droite.png');
	background-repeat: repeat-y;
        background-position: right;
}

#haut {
        height:85px;
        background-image:url('images/sel_haut.png');

}

#haut img {
	vertical-align:top; /* for ie5*/
}

			
#coingh {
        width:30px;
	height:85px;
	background-image:url('images/sel_coin_hg.png');
	float: left;
}
			
			
#coindh {
        width:360px;
	height:85px;
	background-image:url('images/sel_coin_hd.png');
	float: right;

}
		
#contenu {
	padding: 0 32px 0 25px;
	text-align: left;
	font-family :  Verdana, Arial, Helvetica, Geneva, sans-serif;
	
	
}



#contenu a {
   	display: block;
   	font-size: 80%;
   	
   	text-indent: 0em;
   	margin: 0px;
   	color: #000000;
   	text-decoration: none;
}

#contenu a:visited {
   	color: #404040;
}

#contenu a:hover {
   	background-color : #ABCCF1;
   	
}		


		
#bas {
        height:15px;
        background-image:url('images/sel_bas.png');
}

#coingb {
        width:15px;
	height:15px;
	background-image:url('images/sel_coin_bg.png');
	float: left;
}

#coindb {
        width:15px;
	height:15px;
	background-image:url('images/sel_coin_bd.png');
	float:right;
}
