@charset "utf-8";
/*-------------------------------------*/

div.indexLinkWrap{
	width: 650px;
	padding: 35px 25px;
	margin-bottom: 30px;
	border: 1px dotted #cccccc;
	background: url(/img/share/bg_optique.gif) repeat 0 0;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
}

ul.indexLink{
	float: left;
	width: 310px;
	line-height: 1.7;
}

ul.indexLink:nth-child(2){
	float: right;
}
ul.indexLink li{
	display: block;
	margin-bottom: 8px;
}

/*-------------------------------------*/

section.categoryBox{}
section.categoryBox h1{
	color: #00A496;
	margin: 50px 0 20px 0px;
	background: url(/img/share/bg_optique.gif) repeat 0 0;
	padding: 13px 13px 13px 20px;
	letter-spacing: 2px;
	font-size: 16px;
}

section.categoryBox dl{
	padding: 0 20px
}

section.categoryBox dl dt{
/* 	margin-bottom: 10px; */
	font-weight: bold;
	line-height: 1.8;
}
section.categoryBox dl dt span{
/*	display: block;  */
	font-size:110%;
}

section.categoryBox dl dd{
	line-height: 1.8;
	margin-bottom: 20px;
}

section.categoryBox dl dd dl{
	margin-top: 10px;
	padding-left: 0;
}
section.categoryBox dl dd dl dt,
section.categoryBox dl dd dl dd{
	display: inline;
	padding-bottom: 4px;
}

section.categoryBox dl dd dl dt{ color: #121212; padding-right: 1em;}
/* section.categoryBox dl dd dl dd{ color: #666666;} */