/** styles de base **/ 

a {
    color: #676868;
    text-decoration: none;
}
a:hover {
    color: #68aaca;
    text-decoration: none;
}




.lien_savoir_plus{
	color: #37546b;
	font-weight: bold;
	font-size: 10px;	
}


.bouton_savoir_plus{
	color: #37546b;
	font-weight: bold;
	font-size: 10px;
	display: block;
	background: url(images/fond_bouton_detail.gif) no-repeat right;
	text-align: right;
	padding-right:18px;
	margin: 8px 0px 0px 0px;	
}


.bout_outil{
	font-size:10px;
	font-weight: bold;
	text-align: center;
	color: #fef6c0;
	padding-top: 4px;
	display: block;
	float: left;
	width: 116px;
	height: 17px;
	background: url(images/fond_bout_outil.jpg) no-repeat ;
	margin: 0px 0px 0px 0px;	
}

.bout_outil:hover{
	color: #fff;
	background: url(images/fond_bout_outil.jpg) no-repeat 0px -21px;	
}


.bout_outil2{
	font-size:10px;
	font-weight: bold;
	text-align: center;
	color: #fef6c0;
	padding-top: 4px;
	display: block;
	float: left;
	width: 156px;
	height: 17px;
	background: url(images/fond_bout_outil2.jpg) no-repeat ;
	cursor: pointer;
	margin: 0px 0px 0px 0px;	
}

.bout_outil2:hover{
	color: #fff;
	background: url(images/fond_bout_outil2.jpg) no-repeat 0px -21px;	
}


.bout_outil_rouge{
	font-size:10px;
	font-weight: bold;
	text-align: center;
	color: #fef6c0;
	padding-top: 4px;
	display: block;
	float: left;
	width: 116px;
	height: 17px;
	background: url(images/fond_bout_outil_rouge.jpg) no-repeat ;
	margin: 0px 0px 0px 0px;	
}

.bout_outil_rouge:hover{
	color: #fff;
	background: url(images/fond_bout_outil_rouge.jpg) no-repeat 0px -21px;	
}


.bout_outil_rouge2{
	font-size:10px;
	font-weight: bold;
	text-align: center;
	color: #fef6c0;
	padding-top: 4px;
	display: block;
	float: left;
	width: 156px;
	height: 17px;
	background: url(images/fond_bout_outil_rouge2.jpg) no-repeat ;
	cursor: pointer;
	margin: 0px 0px 0px 0px;	
}

.bout_outil_rouge2:hover{
	color: #fff;
	background: url(images/fond_bout_outil_rouge2.jpg) no-repeat 0px -21px;	
}


.bout_outil_vert{
	font-size:10px;
	font-weight: bold;
	text-align: center;
	color: #fef6c0;
	padding-top: 4px;
	display: block;
	float: left;
	width: 116px;
	height: 17px;
	background: url(images/fond_bout_outil_vert.jpg) no-repeat ;
	margin: 0px 0px 0px 0px;	
}

.bout_outil_vert:hover{
	color: #fff;
	background: url(images/fond_bout_outil_vert.jpg) no-repeat 0px -21px;	
}


.bout_outil_vert2{
	font-size:10px;
	font-weight: bold;
	text-align: center;
	color: #fef6c0;
	padding-top: 4px;
	display: block;
	float: left;
	width: 156px;
	height: 17px;
	background: url(images/fond_bout_outil_vert2.jpg) no-repeat ;
	cursor: pointer;
	margin: 0px 0px 0px 0px;	
}

.bout_outil_vert2:hover{
	color: #fff;
	background: url(images/fond_bout_outil_vert2.jpg) no-repeat 0px -21px;	
}

/** divs plugins **/
.divplugin {
	font-size: 13px;
	line-height: 16px;
	height: 16px;
	display:block;
	color:#000;
	text-decoration: none;
	font-weight: bold;
	border: 1px dotted #a7a7a7;
	background-color: transparent;
	background: url(../web/images/spacer.gif);


}

.divminipanier{
  width: 220px;
	border: 1px solid #933120;
}
