/* CSS Document */

body {
	margin: 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #6CA0C5;
	background-image: url(../design/fonds/vip.jpg);
}

.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	color: #3D6B82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:visited 
  {
	color: #3D6B82;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#top{
	width: 100%;
	height: 112px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
	background-image: url(../design/fonds/menu.png);
	}
	
#banner{
	width: 888px;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	}
	
#arrowtop{
	width: 888px;
	height: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	background-image: url(../design/formes/arrowtop.png);
	background-repeat: no-repeat;
	}
		
#contenu{
	width: 888px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	overflow:hidden;
	}
	
#arrowbot{
	width: 888px;
	height: 11px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
	background-image: url(../design/formes/arrowbottom.png);
	background-repeat: no-repeat;
	}
#box{
	width: 334px;
	height: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: auto;
	overflow:hidden;
	float: right;
	background-repeat: no-repeat;
	position: static;
	}
#infosbox{
	width: 274px;
	height: auto;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: auto;
	overflow:hidden;
	float: right;
	}
#texte{
	width: 581px;
	height: auto;
	margin-top: 10px;
	margin-left: 5px;
	overflow:hidden;
	float: left;
	padding-right: 5px;
	margin-right: 0px;
	}
#ads{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;

	}
#copyright{
	width: 100%;
	height: 121px;
	margin-top: 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #3D6B82;
	}
	
#featured{  
    width:400px;  
    padding-right:250px;  
    position:relative;  
    height:250px;  
    background:#fff;  
    border:5px solid #ccc;  
}
#featured ul.ui-tabs-nav{  
    position:absolute;  
    top:0; left:400px;  
    list-style:none;  
    padding:0; margin:0;  
    width:250px;  
}  
#featured ul.ui-tabs-nav li{  
    padding:1px 0; padding-left:13px;  
    font-size:12px;  
    color:#666;  
}  
#featured ul.ui-tabs-nav li span{  
    font-size:11px; font-family:Verdana;  
    line-height:18px;  
}
#featured .ui-tabs-panel{  
    width:400px; height:250px;  
    background:#999; position:relative;  
        overflow:hidden;  
}  
#featured .ui-tabs-hide{  
    display:none;  
}
#featured li.ui-tabs-nav-item a{/*On Hover Style*/  
    display:block;  
    height:60px;  
    color:#333;  background:#fff;  
    line-height:20px;  
    outline:none;  
}  
#featured li.ui-tabs-nav-item a:hover{  
    background:#f2f2f2;  
}  
#featured li.ui-tabs-selected{ /*Selected tab style*/  
    background:url('images/selected-item.gif') top left no-repeat;  
}  
#featured ul.ui-tabs-nav li.ui-tabs-selected a{  
    background:#ccc;  
}
#featured ul.ui-tabs-nav li img{  
    float:left; margin:2px 5px;  
    background:#fff;  
    padding:2px;  
    border:1px solid #eee;  
} 
#featured .ui-tabs-panel .info{  
    position:absolute;  
    top:180px; left:0;  
    height:70px; width: 400px;  
    background: url('images/transparent-bg.png');  
}  
#featured .info h2{  
    font-size:18px; font-family:Georgia, serif;  
    color:#fff; padding:5px; margin:0;  
    overflow:hidden;  
}  
#featured .info p{  
    margin:0 5px;  
    font-family:Verdana; font-size:11px;  
    line-height:15px; color:#f0f0f0;  
}  
#featured .info a{  
    text-decoration:none;  
    color:#fff;  
}  
#featured .info a:hover{  
    text-decoration:underline;  
}   
