
/*
RESET UL + LI
*/
#footer ul, #footer ul li, #footer p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
}

/*
RESET H5
*/
#footer #navGroupe h5 {
	margin-top: 0;
	padding-top: 0;
}


#footer {
    width: 960px;
    margin:0 auto; padding:0;    
    color: #dee1e1;
}

#footer div.bottom {
	clear:both;
    width: 920px; height:18px;
    margin:0 auto 25px auto; padding:0 20px;
    background: url(http://images.centreoccasion-idm.com/logos_footer/bg-footer-960-bottom.png) no-repeat;
    color: #dee1e1;
}

#footer a {
    font-size: 12px;
    text-decoration: none;
    color: #555;
}

#footer a:hover {
    color: black;
}

	
#navGroupe {
	margin:20px 0 0 0; padding:0 20px;
	width: 920px;
	height:222px; /* IMPORTANT : cette valeur fixe la hauteur du bloc comprenant le fond "carbonne" avec la jointure bas page */
	background: url(http://images.centreoccasion-idm.com/logos_footer/bg-footer-960.png) no-repeat;
    
}


#navGroupe .sitesIDM {
	float:left; display:inline;
	width:330px;
	margin:20px 0 0 0;
	text-align:left;
	background: url(http://images.centreoccasion-idm.com/logos_footer/bg-separateur-sites-idm.png) right 0 repeat-y;
}

#navGroupe .sitesIDM .colonne a {
	float:left; display:inline;
	margin:0 30px 25px 10px;
}

#navGroupe .sitesAffaires {
	float:left; display:inline;
	margin:20px 0 0 10px;
	width:560px;
	text-align:left;
	font-weight: normal;
    font-size: 12px;
}

#navGroupe .sitesIDM p,
#navGroupe .sitesAffaires p {
	margin:10px 0 10px 0;
	font-weight:normal;
	font-size: 13px;
}
	
	
#navGroupe .sitesAffaires li ul {
    padding: 5px 0 10px 15px;
}


#navGroupe .sitesAffaires li ul li {
    font-weight: normal;
    text-transform: none;
    padding: 0 0 5px 10px;
    background: url(http://images.centreoccasion-idm.com/logos_footer/bg-lien-footer.png) left 6px no-repeat;
}



/*
	Liens Sites Groupe iDM
*/
#footer #navGroupe .sitesIDM .lienSitesIDM {
    position: relative;    
    float: left; display: inline;
	width:130px; height:60px;
    padding: 5px 10px 10px 0;
    background: none;
    text-align: left;
}

#footer #navGroupe .sitesIDM .lienSitesIDM div.subMenu {
    position: absolute;
    left: -59px;
    bottom: 70px;
    padding-bottom: 9px;
	text-align:center;
	background: url(http://images.centreoccasion-idm.com/logos_footer/bg-pointe-bulle-footer-white.png) center bottom no-repeat;
}



/*
	Liens Site Affaires Groupe iDM
*/

#footer #navGroupe ul li.lienConcession {
    text-align: center;
    display: inline;
    float: left;
    width: 80px;
    height: 60px;
    padding: 10px 0 0 0;
    background: none;
    position: relative;
}

#footer #navGroupe div.subMenu {
    position: absolute;
    left: -59px;
    bottom: 60px;
    padding-bottom: 9px;
	text-align:center;
	background: url(http://images.centreoccasion-idm.com/logos_footer/bg-pointe-bulle-footer-white.png) center bottom no-repeat;
}

#footer #navGroupe div.subMenu ul {
	background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    padding: 9px;
    width: 180px;
}

#footer #navGroupe div.subMenu ul li {
    width: auto;
    height: auto;
    display: block;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    background: none;
	color:red;
}

#footer #navGroupe div.subMenu ul li a {
    color:#555;
}

#footer #navGroupe div.subMenu ul li a:hover {
    color:black;
}


