/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/


/* Component containers
----------------------------------*/
#tabs.ui-widget{
	font-family: Arial,Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	width: 646px;
	height: 309px;
}
#tabs.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button{
	font-family: Arial,Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size: 1em; 
}
#tabs.ui-widget-content{
	border: none;
	background: url(FileMMedia/Image/bg-onglet.jpg) no-repeat; 
}
#tabs.ui-widget-content a{
	background:none;
}
.ui-widget-header{
	border: none; 
	background:none;
	font-weight: bold;
}
#tabs.ui-widget-header a{
	
}

/* Interaction states
----------------------------------*/
#tabs.ui-state-default, .ui-widget-content .ui-state-default {
	background:none;
	border: none; 
	font-weight: bold; 
	color:#57575a;
	outline: none; 
}
#tabs.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { 
	color:#57575a;
	text-decoration: none;
	outline: none; 
}
#tabs.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus{
	border: none;
	background: none;
	font-weight: bold; 
	color:#57575a;
	outline: none; 
}
#tabs.ui-state-hover a, .ui-state-hover a:hover{
	color:#F6B02E;
	text-decoration: none; 
	outline: none; 
}
#tabs.ui-state-active, .ui-widget-content .ui-state-active{
	border: none;
	font-weight: bold; 
	color:#57575a;
	outline: none; 
}
#tabs.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	color:#57575a;
	outline: none; 
	text-decoration: none; 
}

#tabs.ui-tabs{
	padding: .2em; 
	zoom: 1; 
}
#tabs.ui-tabs .ui-tabs-nav{
	list-style: none; 
	position: relative; 
	padding: .2em .2em 0; 
}
#tabs.ui-tabs .ui-tabs-nav li{
	position: relative; 
	float: left; 
	border-bottom-width: 0 !important; 
	margin:-20px 0 0 -5px;
	padding: 0; 
}
#tabs.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected{
	border-bottom-width: 0;
	margin:-20px 0 0 -5px;
	width:196px;
	background:url(FileMMedia/Image/onglet-active.jpg) no-repeat;
}

