/******************************************************
*Styles du cadre de bienvenue et des onglets d'accueil*
*******************************************************/

/*Position et dimension du cadre de */
.tabs-block {
clear: left;
float: left;
width: 600px;
padding: 0;
margin: 25px 0px 15px 4%;
display: block;
}
.tabs-block h3 {
font:30px Georgia, "Times New Roman", Times, serif;
text-align: right;
margin-bottom: 4px;
color: #840000;	
margin-top: 0px;
}
.tabs-block ul li{
list-style: url('img/li.png');
margin-left: 20px;
}

.menu tabbed {
overflow: hidden;
padding: 0;
margin: 0;
background: transparent;
border: none;
}
/*styles des onglets*/	
.tabbed ul.tabs {
overflow: hidden;
display: block;
position: relative;
top: 0;
left: 0;
z-index: 0;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
background: transparent;
}
/*style du texte dans les onglets*/	
.tabbed ul.tabs li {
display: inline;
float: left;
padding: 0;
margin: 0 .3em 0 0;
}
.tabbed ul.tabs li a {
font-weight: bold;
display: block;
margin: 0;
padding: 5px .8em;
background: #fff;
color:#333;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 2px solid #999;}
/*marge intérieur pour le cadre et pour les onglets*/	
.tabs-block ul.tabs li a { 
padding: 5px .7em; 
}

/*styles des onglets au survol*/
.tabbed ul.tabs li a:hover {
background: #333;
color:#fff;
text-decoration: none;
}
/*style de l'onglet ouvert*/
.tabbed ul.tabs li a.tab-current {
background: url('img/barrelaterale.jpg');
color:#333;
}
	
.tabs-block .tabbed div, #home .tabbed .c {
overflow: hidden;
display: block;
position: relative;
left: 0;
top: -1px;
z-index: 0;
clear: left;
width: 100%;
margin: 0;
padding: 5px 0;
border-left: 1px solid #ccc;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background: url('img/barrelaterale.jpg');
display: none;
}

div.t2, div.t3, div.t4, div.t5 { 
display: none;
}

.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
display: block;	
}
	
.tabbed div ul {
overflow: hidden;
padding:10px;
}
	
.tabbed div ul li {
clear: left;}
	
.tabbed div ul li a {
font-weight: normal;
width: 97%;
display: block;
padding: 2px 0 2px 12px;border: none;
}
	
.tabbed div ul li a:hover { 
text-decoration: underline;
}


