/*----------------------------------*/
/*       classes générales         */
/*----------------------------------*/
.clearfloat { clear: both;}

/*---------------------------*/
/*         couleurs          */
/*---------------------------*/
.clr-vert { color: #BFBD00;}
.clr-marron { color: #532409;}
.clr-rose { color: #C40066;}

/*---------------------------*/
/*         ssmenu            */
/*---------------------------*/
ul.ssmenu {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
}

ul.ssmenu li {
	float: left;
	display: inline;
	width: 117px;
	height: 22px;
	background: url(/_boutiques/EKIA/site_image/ek_fond-ssmenu.png) no-repeat;
	text-align: center;
	margin: 4px 1px;
	padding: 0;
	line-height: 20px;
	font-weight: bold;
}

ul.ssmenu li a {
	color: #532409;
	text-decoration: none;
	width: 117px;
	height: 22px;
	display: block;
	font-size: 12px;
}

ul.ssmenu li a:hover, ul.ssmenu li a.highlight {
	color: #BFBD00;
	background: url(/_boutiques/EKIA/site_image/ek_fond-ssmenu-hover.png) no-repeat;
	
}

ul.ssmenu li.highlight a { }

.bouton {
	background: url(/_boutiques/EKIA/site_image/ek_fond-bouton.png) no-repeat;
	text-indent: 20px;
	height: 22px;
	line-height: 21px;
	text-align: center;
	width: 200px;
	padding: 0 6px 0 0;
	display: inline-table;
}

.bouton a {
	color: #532409;
	display: block;
	height: 22px;
	text-decoration: none;
}

.bouton a:hover { background: url(/_boutiques/EKIA/site_image/ek_fond-bouton-hover.png) no-repeat; color: #BFBD00;}

/*---------------------------*/
/*        trio  btn          */
/*---------------------------*/

ul.trio-btn { list-style: none; text-align: center;}

ul.trio-btn li { float: left; width: 32%;}
