@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%;
	height:270px;
	height:270px;!important	
	background: #00FF00; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTabGroup li{
	color:#433534;
	}
 
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 8px 20px;
	margin: 0px -10px 2px 0px;
	font: bold 1.0em verdana;
	text-align:left;
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #999;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:101px;
	height:14px;
	background: url(../images/spryfond.jpg) no-repeat;
}
.TabbedPanelsTab2 {
	position: relative;
	top: 1px;
	float: left;
	padding: 8px 20px;
	margin: 0px -10px 2px 0px;
	font: bold 1.0em verdana;
	text-align:left;
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #999;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:111px;
	height:14px;
	background:url(../images/spryfond2.jpg) no-repeat;
}
.TabbedPanelsTab3 {
	position: relative;
	top: 1px;
	float: left;
	padding: 8px 20px;
	margin: 0px -10px 2px 0px;
	font: bold 1.0em verdana;
	text-align:left;
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #999;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:101px;
	height:14px;
	background:url(../images/spryfond3.jpg) no-repeat;
}
.TabbedPanelsTab4 {
	position: relative;
	top: 1px;
	float: left;
	padding: 8px 20px;
	margin: 0px -10px 2px 0px;
	font: bold 1.0em verdana;
	text-align:left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:91px;
	height:14px;
	background:url(../images/spryfond4.jpg) no-repeat;
}

 */
.TabbedPanelsTabHover {
color:#660000;
}

.TabbedPanelsTabSelected {
}

.TabbedPanelsTab a {
	color: #9F4509;
	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;*/
	top:0px;
}
.TabbedPanelsContentGroup p{
	text-align:justify;
}

.TabbedPanelsContent {
	padding: 4px;
	background:#ded5d0;
	height:254px;!important	
	margin:0px 0px 10px 0px;
	line-height:20px;
	font-size:12px;

}
.TabbedPanelsContent2 {
	padding: 4px;
	background:#cfc6c2;
	height:254px;!important	
	margin:0px 0px 10px 0px;
	line-height:20px;
	font-size:12px;
}
.TabbedPanelsContent3 {
	padding: 4px;
	background:#b1aaa7;
	height:254px;!important	
	margin:0px 0px 10px 0px;
	line-height:20px;
	font-size:12px;
}
.TabbedPanelsContent4 {
	padding: 4px;
	background:#a5958e;
	height:254px;!important	
	margin:0px 0px 10px 0px;
	line-height:14px;
	font-size:12px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.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;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

 /* bt spry mini site.*/
 .TabbedPanelsContentsite {
	clear: both;
	/*border-left: solid 1px #CCC;
	/*border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
	background-color: #7e1101;
	margin-top:1px;
	height:auto;
}

 
 .TabbedPanelsTab-site {
	position: relative;
	top: 0px;
	float: left;
	padding: 8px 0px 0px 20px;
	margin: 0px -5px 0px 0px;
	font: bold 1.1em verdana;
	text-align:left;
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #999;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:117px;
	height:16px;
	background:url(../images/sprysite.jpg) no-repeat;
}
 /* contenu spry mini site.*/
.TabbedPanelsContent-site {
	padding: 4px;
	background: url(../images/minisite/fond.jpg) no-repeat;
	height:782px;
	height:549px;
	margin:1px 0px 10px 0px;
	line-height:14px;

}
 .TabbedPanelsTab-site0 {
	position: relative;
	top: 0px;
	float: left;
	padding: 0px;
	margin: 0px -5px 0px 0px;
	font: bold 1.1em verdana;
	text-align:left;
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #999;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:40px;
	height:16px;
}
	 .TabbedPanelsTab-site5 {
	position: relative;
	top: 0px;
	float: left;
	padding: 8px 0px 0px 20px;
	margin: 0px -5px 0px 0px;
	font: bold 1.1em verdana;
	text-align:left;
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #999;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:190px;
	height:16px;
	background:url(../images/sprysite5.jpg) no-repeat;
}
 .img-site0 {
	position: relative;
	top: 0px;
	float: left;
	padding: 0px;
	margin: 0px -5px 0px 0px;
	font: bold 1.1em verdana;
	text-align:left;
	list-style: none;
	/*border-left: solid 1px #CCC;*/
	/*border-bottom: solid 1px #999;*/
	/*border-top: solid 1px #999;*/
	/*border-right: solid 1px #999;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:40px;
	height:24px;
}
 
	/*style site;*/
 
 
 .minisite {
	margin: 0px;
	padding:0px;
	float: left;
	clear: none;
	width: 100%;
	height:570px;
	height:570px;!important	
}
.minisiteHover {
color:#660000;
}

.minisiteSelected {
}

.minisite a {
	color: #9F4509;
	text-decoration: none;
}
.minisiteGroup {
	clear: both;
	/*border-left: solid 1px #CCC;
	/*border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;*/
	top:0px;
}
.minisiteGroup p{
	text-align:justify;
}

.minisiteContent {
	padding: 4px;
	background:#ded5d0;
	height:254px;!important	
	margin:0px 0px 10px 0px;
	line-height:20px;
	font-size:12px;

}

.menu-site {
	margin: 0px;
	padding: 0px;
	width:900px;
	background:#CC9933;
	border-top:1px solid #330000;
	}
.menu-site li{
	color:#433534;
	border-bottom:1px solid #330000;
	}
.list-site {
	position: relative;
	top: 1px;
	float: left;
	padding:5px 5px;
	margin:0px;
	font: bold 1.0em verdana;
	text-align:left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:auto;
	height:14px;
	text-align:center;
	border-right:1px solid #660000;
}
 .contenu-minisite {
	padding:5px;
	height:500px;
	width:900px;
	margin:0px 0px 10px 0px;
	line-height:20px;
	font-size:12px;
}

