@charset "UTF-8";
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 600px;
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 3px;
	float: left;
	padding: 0px;
	font: bold 0.7em sans-serif;
	/*background-color: #DDD;*/
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}
.TabbedPanelsTabHover {
	/*background-color: #CCC;*/
}
.TabbedPanelsTabSelected {
	/*background-color: #EEE;*/
	border-bottom: 1px solid #EEE;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #eee;
	height: 222px;
	background-image: url(../images/fonds/fond_onglet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.TabbedPanelsContent {
		
}
.TabbedPanelsContentVisible {
}
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;	
}
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
/****************************************/
#marques .TabbedPanelsContentGroup .TabbedPanelsContent .illustration {
	position:relative;
	top:10px;
	float:left;
	margin:0px;
	padding:10px;
	/*border: 1px solid #000066;*/
}

#marques .TabbedPanelsContentGroup .TabbedPanelsContent .illustration img{
	/*border: 1px solid #ccc;*/
}
#marques .TabbedPanelsContentGroup .TabbedPanelsContent .illustration p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-transform: capitalize;
	color: #fff;
	margin:0 0 1px 0;
	background-color:#888;
	padding:2px;
}
#marques .TabbedPanelsContentGroup .TabbedPanelsContent .onglet_logo {
float:right;
/*border: 1px solid #000066;*/
margin:20px 10px 0 0;
text-align:center;
} 
#marques .TabbedPanelsContentGroup .TabbedPanelsContent .onglet_logo p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#666;
text-align:center;
margin:5px 0 5px 0;
line-height:20px;
}
#marques .TabbedPanelsContentGroup .TabbedPanelsContent .onglet_logo a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#FF6600;
text-decoration:underline;
}
#marques .TabbedPanelsContentGroup .TabbedPanelsContent .onglet_logo a:hover {
text-decoration:none;
font-weight:normal;
color:#FF6600;

}
