﻿/* Master Page */
#shellContent { background-color: #FFFFFF; margin: 30px 30px; }
#shellContainer { margin: 0 auto; width: 984px; text-align: left; background-color: Transparent; }
#shellHeader { width: 960px; height: 209px; background-repeat: no-repeat; margin: 0 auto; }
#shellHeader_MiniMe { clear: both; text-align: right; }
#shellFooter { margin: auto; width: 960px; text-align: left; background-repeat: repeat-x; background-image: url('/Images/footerbgmid.gif'); }
#shellFooterTop { background: url('/Images/footerbgrt.gif') no-repeat top right; }
#shellFooterLeft { display: block; height: 71px; background: url('/Images/footerbglft.gif') no-repeat top left; }
#shellBgBottom { background-image: url('/Images/stage_bg_bottom.gif'); background-repeat: repeat-x; background-position: left bottom; }


.accueil
{
	display:block;
	width:100%;	
	margin-left:5px;
}

.accueil .tab_tab
{

}
.accueil .tab_body 
{

}
.accueil .tab_header
{

}

/* regular header styles */
.accueil .tab_header .tab_tab
{
	/* left/right rounded images are 5 pixels wide */
	margin:0px 5px 0px 5px;
	background:url(images/tab_unselect_mid.png) repeat-x;
	display:inline-block;
	height:28px;	
}
.accueil .tab_header .tab_outer
{
	/* 2 pixel horizontal space between tabs */
	margin-right:3px;
	background:url(images/tab_unselect_rt.png) no-repeat right top;
	cursor: pointer;
    display:inline-block;
	height:28px;	
}
.accueil .tab_header .tab_inner
{
	background:url(images/tab_unselect_lft.png) no-repeat left top;
    display:inline-block;
	height:28px;
}

.accueil .tab_header .tab_inner a
{
    color: #595959;
    line-height:28px;
    padding:5px 8px;
}

/* active/hover headers styles */
.accueil .tab_active .tab_tab, 
.accueil .tab_hover .tab_tab  
{
	/* left/right rounded images are 5 pixels wide */
	margin:0px 5px 0px 5px;
	background:url('images/select_tab_mid.png') repeat-x;	
}
.accueil .tab_active .tab_outer,
.accueil .tab_hover .tab_outer
{
	/* 2 pixel horizontal space between tabs */
	margin-right:3px;
	background:url('images/select_tab_rt.png') no-repeat right top;
}
.accueil .tab_active .tab_inner,
.accueil .tab_hover .tab_inner
{
	background:url('images/select_tab_lft.png') no-repeat left top;
	
}

.accueil .tab_active .tab_inner
{
	border-bottom: solid 2px #F8F8F8;
}

.accueil .tab_active .tab_inner a,
.accueil .tab_hover .tab_inner a
{
	color: #2F89BD;
}