/******************/
/* www.quarin.com */
/* CSS IDEL		  */
/* Boutons / Liens*/
/******************/

/*
** Couleurs : 
	liens : #323431
*/

/* Lien classique */
a.lienBouton, a.roseLienBouton
{

	padding				: 8px 0 9px 0; 
	padding				: expression('0 0 0 0'); 
	vertical-align		: -8px;
	color					: #323431;
	font-family			: Verdana, Arial;
	font-size			: 11px;
	font-weight			: bold;
	text-decoration	: none;
	background-image	: url(/images/boutons/bg.gif);
}

a.lienBouton img
{
	background-image	: none;
}

a.lienBouton:hover
{
	color					: 	#555555;
}

/* Liens spécifiques*/

/* Chroniques */
a.lienChronique
{
	background-image	: url(/images/boutons/milieu.gif);
	padding				: 0 0 0 0; 
	color					: #333333;
	font-family			: Verdana, Arial;
	font-size			: 10px;
	text-decoration	: none;	
	font-weight			: bold;
	line-height			: 39px;
	height				: 39px; 
	float					: right;
	clear					: both;
/*	width					: 250px;*/
}

a.lienChronique:hover
{
	color					: 	#555555;
}
img.ImgLeft
{
	margin				: 0 0 0 0;
	padding				: 0 0 0 0;
/*	float : left;*/
	vertical-align: middle;
}

img.ImgRight
{
	/*float					: right;*/
	padding				: 0 0 0 0;
	vertical-align		: middle;
	/*margin				: -39px 0 0 0;
	margin				: expression('-40px 0 0 0');*/
}

 a.lienCarnet270
 {
	display: block;
	float 	: left;
	clear : both;
	background-image	: url(/images/boutons/milieu.gif);
	padding				: 0 0 0 0; 
	color					: #333333;
	font-family			: Verdana, Arial;
	font-size			: 10px;
	text-decoration	: none;	
	font-weight			: bold;
	line-height			: 39px;
	height				: 39px; 
	white-space: nowrap;
/*	width					: 270px;*/
 }

a.lienCarnet, a.lienCarnetListe
{
	/*background-image	: url(/images/boutons/milieu.gif);*/
	padding				: 0 0 0 0; 
	color					: #333333;
	font-family			: Verdana, Arial;
	font-size			: 10px;
	text-decoration	: none;	
	font-weight			: bold;
	line-height			: 17px;
	height				: 17px;
	white-space			: nowrap;
}
a.lienCarnetListe
{
	float					: right;
	margin-right		: 20px;
}