/*
 CSS Document
 (c) By Xul.fr
 Freeware
*/


#tabs ul
{
    -list-style-type: none;
    margin: 0;
    padding:0;
}

#tabs ul li 
{
    display: inline;
    float: left;
    height: 47px;
    width:281px;
    text-align:center;
    margin:0;
    
}

#tabs ul li.selected 
{
     
}


#tabs ul li a 
{
	float: left;
	color: #64BBE9;
	font-weight:bold;
	text-decoration: none;
	text-align:center;
	width:281px;
	height:27px;
	background-image: url(../images/acc-onglet-out.gif);
	background-repeat: no-repeat;
	padding:20px 0 0 0;
	font-size:16px;
}

#tabs ul li a.selected
{
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(../images/acc-onglet-over.gif);
	background-repeat: no-repeat;
}

#tabs ul li a:hover
{
    color: #ffffff;
    font-weight:bold;
    background-color: #fff;
}

#container 
{
	
	height:158px;
	width:100%;
	padding:0;
	margin:0;
	left:0;
	top:0;
	
}

iframe
{
    border:none;
    margin:0;
    padding:0;
	scrolling:none;
}
