/* CSS Document */
/*#corps_accueil
	{
		background : url("/images/bandeau_bas.jpg") no-repeat bottom white ;
		margin :0 ;
		padding : 0 10px 40px 10px;
		overflow : auto;
		min-height :313px;
		width : 1004px;
		text-align : justify;
	}
*/
#corps_accueil
	{	
		background : white;
		margin :0 ;
		padding : 20px 10px 10px 10px;
		min-height :250px;
		width : 1004px;
		text-align : justify;
		overflow : auto;
	}



#flash_actu
	{
		width : 220px;
		height : 252px;
		margin: 44px 12px 30px 22px;
	}



	
#mama
{
	margin: 42px 12px 28px 10px;
	height : 259px;
	overflow : auto;
}


#texte_acc
{
	width : 740px;
	float : left;
	padding: 10px;
}
#actualite_acc
	{
		/*background : url("/image_accueil/actu1.gif") no-repeat 13px 6px;*/
		width : 540px;
		float : left;
		padding: 20px 10px 0px 10px;
		z-index : - 20;
		
	}	

/*
#actualite_acc table
{
	border : 0;
	border-collapse: collapse ;
}


#actualite_acc img
{
	display:block;
}
	*/


#marques_acc
	{
		background : url("/image_accueil/marques.gif") no-repeat 0px 10px;
		width : 190px;
		height : 322px;
		float : left;
		padding: 10px 10px 10px 10px;
		text-align : center;
	}	
#new
{
	margin: 0px 0px 0px 0px;
	overflow : auto;
}

#video
{
	height : 250px;
	width : 280px;
}
#bas_accueil
{
	/*background : url("/images/bandeau_bas2.jpg") no-repeat bottom left white ;
	background : url("/image_accueil/nouveautes2.gif") no-repeat 0px 0px;*/
	/*text-align : right;*/
	width : 768px;
	height : 135px;
	float : right;
}



	
#pub_acc
{
border-right : 1px dotted black;
min-height : 440px;
width : 200px;
float : left;
padding: 0 15px ;
}

.pub_case
{
display : block;
margin : 4px 0;
}

.pub_case img
{
	margin : -2px 0;
}


#corps_accueil h2
{
font-size : 1.2em;
color : #666666;
/*color : #C2D82E;*/
}

#corps_accueil h4
{
	font-size : 1.2em;
	padding : 0;
	margin : 0;
	margin-left : 10px;
	/*color : #C2D82E;*/
	color : #666666;
	/*font-weight: normal;*/
	/*font-style:italic;*/
}


/* Tests JLB */

#featured{ 
	width:270px; 
	padding-right:250px; 
	/*position:relative; */
	border:5px solid #ccc; 
	height:290px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:relative; 
	top:-248px; left:405px; 
	list-style:none; 
	padding:0; margin:0; 
	width:80px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:15px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	/*float:left; */
	margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:70px; 
	color:#333;  background:#fff; 
	line-height:20px;
}*/
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('../actu/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; 
	height:250px; 
	background:#999; 
	/* position:relative;*/
}
#featured .ui-tabs-panel .info{ 
	position:relative; 
	top:-72px; left:0; 
	height:70px; 
	background: url('../actu/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:15px; 
	font-family:Arial, sans-serif; 
	color:#fff; 
	padding:2px; 
	margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 10px; 
	font-family:Verdana; 
	padding-left: 0px;
	font-size:11px; 
	text-align:left;
	line-height:14px; 
	color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:underline; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}