/**********************************
 * Brand > Zoom > Title
 **********************************/
.brand_zoom_title
{
	color: 			#000;
	font-size: 		16pt;
	font-weight: 	bold;
	margin: 		21px 28px;
}

.brand_zoom_title_td
{
	border-right: 	1px solid #EEE;
}

.brand_zoom_list_td
{
	padding-left: 14px;
}

/**********************************
 * Brand > Zoom > List subcategory
 **********************************/
.brand_zoom_categorytitle
{
	color: 				#2C2C2C;
	font-size: 			10pt;
	font-weight: 		bold;
	text-decoration: 	underline;
}

ul.brand_zoom_listcategory
{
	list-style-type: none;
	padding: 0;
	padding-left: 20px;
}

.brand_zoom_listcategory a:link,
.brand_zoom_listcategory a:hover,
.brand_zoom_listcategory a:active,
.brand_zoom_listcategory a:visited
{
	color: 					#2C2C2C;
	color: 					#0085C7;
	font-size: 				9px;
	padding: 				7px;
	background-image: 		url(../images/commons/puce.png);
	background-position: 	left;
	background-repeat: 		no-repeat;
}
.brand_zoom_bloc
{
	margin: 14px;
}

/**********************************
 * Brand > List > Title
 **********************************/
.brand_title
{
	color: 			#2C2C2C;
	font-size: 		21px;
	font-weight: 	bold;
	line-height: 	14pt;
	padding: 		7px 0 0px 14px;
}

.brand_subtitle
{
	color: 			#0085C7;
	font-size: 		26px;
	font-weight: 	bold;
	line-height: 	16pt;
	padding: 		0 14px;	
}

.brand_title_bloc
{
	border-right: 1px solid #CCC;
	padding: 14px;
}

.brand_description
{
	padding: 14px;
	color: #2C2C2C;
}

/**********************************
 * Sommaire par initiales
 **********************************/
.brand_summary
{
	text-align: center;
	margin: 20px 200px;
	font-size: 11pt;
	font-weight: bold;
}
 
.brand_summary a:link,
.brand_summary a:hover,
.brand_summary a:active,
.brand_summary a:visited
{
	color: #2C2C2C;
}


/**********************************
 * Main
 **********************************/
.brand_table table td
{
	border: 1px solid #DDD;
	padding: 7px;
	height: 100px;
	width: 90px;
}

.brand_table a.brand_link:link,
.brand_table a.brand_link:hover,
.brand_table a.brand_link:active,
.brand_table a.brand_link:visited
{
	color: #AAA;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

.brand_table table
{
	width: 95%;
	border-spacing: 7px;	
	margin: 0 0 0 14px;
}

.brand_table caption
{
	margin: 21px 0 0 14px;
	padding: 0;
	font-size: 21px;	
	color: #2C2C2C;
	font-weight: bold;
	text-align: left;
}
