/*MENU PRODUIT*/

#menu_actu {
	width:200px;
	float: left;
	} 
	
#content {
	margin:0;
	width:620px;
	float: left;
	left: 10px;
	} 	
	
#content_content {
	margin-left: 10px;
	width: 600px;
	}	

#content_panel {
    position: relative;
    margin-top:0px;
    width: 830px;
    margin-left:15px;
    }  
    
.actu_item {
	display:block;
	height:45px;
	width:200px;
    background-image: url("/sites/templates/images/background_prod.gif");
    background-repeat: no-repeat;
	
}

.actu_item_image img {
	float:left;
	height:35px;
	width:44px;
	margin-left:4px;
	margin-top:5px;
}

.actu_item_titre a {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;

}

.actu_item_titre a:hover {
	color:#bfdb83;
}



#menu_actu_top {
    background-image: url("/sites/templates/images/background_prod_top.gif");
    background-repeat: no-repeat;	
    width: 200px;
    height: 11px;
    overflow: hidden;
	}
	
#menu_actu_bottom {
    background-image: url("/sites/templates/images/background_prod_bottom.gif");
    background-repeat: no-repeat;	
    width: 200px;
    height: 12px;
    overflow: hidden;
	}
	
#title2 h2 {
    background-image: url("/sites/templates/images/background_prod_title.gif");
    background-repeat: no-repeat;	
    width: 620px;
    height: 25px;
    margin: 0;
    padding: 0;
    color: white;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 10px;
	}
	
.actu_item_titre table{
	margin-top: 5px;
	}		
		
	
.actu_item_titre table tr td {
	height: 37px;
	padding-left: 5px;
	width: 120px;
	}		
	
		
    
    
    

