.TopGroup
{
    margin-top : 10px;
    height:200px;
}

.Group
{
    background-color : #0088bc;
	opacity : 0.80;
	filter : alpha(opacity=80);
    -moz-opacity : 0.80;
}

.ItemImg
{
	cursor : pointer;
	width:17px;
}

.ItemTexte
{
	padding-left:5px;
	cursor : pointer;
}

.Item
{
    font-family : verdana;
    font-size : 12px;
    cursor : pointer;
    clear:both;
    width:226px;    
}

.PromoItem
{
    position:relative;
    margin-top:40px;
    background-color : #990000;
    color : #fff;
    font-family : verdana;
    font-size : 14px;
    cursor : pointer;
    width:226px;
    height : 25px;
    line-height:25px;
}
.PromoItemImage
{
    position:absolute;
    top : 6px;
    left : 3px;
    width:17px;
}
.PromoItem a
{
    display:block;
}
.PromoItem a:hover
{
    font-size : 16px;
}
.ItemTextePromo
{
    position:relative;
	margin-left:30px;
	cursor : pointer;
}

.ItemH
{
    background-color : #990000;
    color : #fff;
    font-family : verdana;
    font-size : 12px;
    cursor : pointer;
    clear:both;
    width:226px;
   
}

.ItemExp
{
    background-color : #990000;
    color : #fff;
    font-family : verdana;
    font-size : 12px;
    cursor : pointer;
    padding-left : 10px;
}

div#FraisPort
{
	text-align:center;
	font-weight:bold;
}

