/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 
.lusodev {
	padding-left: 13px;
	margin-left: 3px;
	background: url(../images/divers/footer/logo_lusodev-mini.gif) left center no-repeat;
}

.colonne {
	float: left;
}

.espaceur {
 	clear: both;
 	height: 20px;
}


/*	----------------
		C O O R D O N N É E S
	----------------	*/
.adresse {
	font-size: 1.2em;
	line-height: 16px;
	padding-left: 20px;
	margin: 4px 0 4px 0;
	background: url(../images/divers/contacts/img/img_adresse.gif) left top no-repeat;
}
.telephone {
	font-size: 1.1em;
	line-height: 16px;
	padding-left: 20px;
	margin: 4px 0 4px 0;
	font-weight: bold;
	background: url(../images/divers/contacts/img/img_telephone.gif) left center no-repeat;
}
.mobile {
	line-height: 16px;
	padding-left: 20px;
	margin: 4px 0 4px 0;
	background: url(../images/divers/contacts/img/img_mobile.gif) left center no-repeat;
}
.telephone-fax {
	line-height: 16px;
	padding-left: 20px;
	margin: 4px 0 4px 0;
	font-weight: bold;
	background: url(../images/divers/contacts/img/img_telephone-fax.gif) left center no-repeat;
}
.fax {
	line-height: 16px;
	padding-left: 20px;
	margin: 4px 0 4px 0;
	background: url(../images/divers/contacts/img/img_fax.gif) left center no-repeat;
}
.email {
	line-height: 16px;
	padding-left: 20px;
	margin: 4px 0 4px 0;
	font-size: 0.9em;
	background: url(../images/divers/contacts/img/img_email.gif) left center no-repeat;
}





/**********************************************Vertical Nav ****************************************/
#nav_vert {  }
#nav_vert .level0 { margin-bottom: 10px; border-top: 1px solid #999999; border-bottom: 1px solid #999999; background-color: #FFFFFE;  }
#nav_vert .level0 .level0 { margin: 0; padding: 0; border: none; }

/************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
#nav_vert li {  }
#nav_vert li.over {  }
#nav_vert li.active {  } /* to prevent the li separator from showing through on mouseover on li */
#nav_vert a {  }
#nav_vert a, #nav_vert a:hover { display:block; text-decoration:none; }
#nav_vert span { display:block; cursor:pointer; }

/************ 1ST LEVEL ***************/
#nav_vert li { font-size: 1em; }
#nav_vert li.active a { color: #FFFFFE; }
#nav_vert a { color: #FFFFFE; padding: 0 4px; font-size: 1em; line-height: 22px;  font-weight: bold; background: url(../images/divers/navigation/nav_vert_ul_li_a_titre.jpg) repeat-x 0 0; }
#nav_vert li.over a, #nav_vert a:hover { color: #FFFFFE; }

/************ 1ST LEVEL RESET ************/
#nav_vert ul li, #nav_vert ul li.active {  }
#nav_vert ul a, #nav_vert ul a:hover { color: #0000FF; line-height: 15px; font-weight: normal; background: none; }
#nav_vert ul li a { color: #666666; }

/************ 2ND LEVEL ***********/
#nav_vert ul {  }

/* Show menu */
#nav_vert li.over ul {  }
#nav_vert li.over ul ul {  }
#nav_vert li.over ul li.over ul {  }

#nav_vert ul li a {  }
#nav_vert ul li a:hover {  }
#nav_vert ul li a span { color: #666666; padding: 2px 6px; margin: 0 -4px; }
#nav_vert ul li a:hover span { color: #000000; background-color: #EEEEEE; }
#nav_vert ul li.active a span { color: #FF0000; background-color: #FFFEEE; }
#nav_vert ul li a, #nav_vert ul li a:hover { }
#nav_vert ul span, #nav_vert ul li.last li span {  }
#nav_vert ul li.last span {  }

/************ 3RD+ LEVEL ************/

#nav_vert ul ul {  }
#nav_vert ul ul ul {  }
#nav_vert li.over ul li.over ul ul {  }
#nav_vert li.over ul li.over ul li.over ul {  }

/* Fix for the IE bug */
/*
#nav_vert iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
} */