/**
* News Survol M1 - CSS
* @package Joomla!
* @Copyright (C) 2010 MxM
* @ All rights reserved
* @ Joomla! is Free Software
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
* @version $Revision: 3.2 $
**/
div.mod_news_survol{width:534px;background-color:#transparent;margin-left:1px;margin-right:0px;margin-bottom:2px;}
div.news_survol_items_container{overflow:hidden;display:block;width:534px;height:100%;}
div.news_survol_rest_container{overflow:hidden;display:block;width:100%;}
div.news_survol_text_container{float:left;width:334px;}
div.news_survol_img_container{float:right;width:200px;height:100%;/*border:1px solid #f00;*/}
div.news_survol_item{width:100%;height:40px;color: #FFF;padding-right:9px;margin-top:1px; background: url(../images/survol.png);}
div.news_survol_item_active{width:100%;height:40px;color: #FFF;padding-right:9px;margin-top:1px;background: url(../images/survol_actv.png);}
div.news_survol_itemimg_visible{width:100%;}
div.news_survol_itemimg_invisible{width:100%;display:none}
a {text-decoration: none; /*important pour IE*/ }
/*
div.mod_news_survol{ width:528px; background-color:#transparent; margin-left:2px; margin-right:5px; margin-bottom:2px; }
div.news_survol_items_container{overflow:hidden;display:block;width:100%;height:100%;}
div.news_survol_rest_container{overflow:hidden;display:block;width:100%;}
div.news_survol_text_container{float:left;width:323px;}
div.news_survol_img_container{float:right;width:200px;height:100%;}
div.news_survol_item{width:100%;height:40px;padding-left:7px;color: #FFF;margin-bottom:1px;background: url(../images/survol_1.png)}
div.news_survol_item_active{width:100%;height:40px;color: #FFF;text-decoration: none;background: url(../images/survol_actv.png);padding-left:7px;margin-bottom:1px;}
div.news_survol_itemimg_visible{width:100%;}
div.news_survol_itemimg_invisible{width:100%;display:none}
*/
