/*
 * Layout - FOOTER
 *
 * @author Christophe Porteneuve <christophe@ciblo.net>
 * @author Julien Vignolles <julien@ciblo.net>
 * @author Thomas Lecavelier <thomas@ciblo.net>
 * @author Gregory Jaklimovitch <gregory@ciblo.net>
 * @legals © 2008–2010 Ciblo SA.
 */

#footer { background: #d6d6d6 url(../images/bg_footeruserinfo.png) left top repeat-x; }
#footerInfoContainer { 
  width: 100%; padding: 1em 0; font-size: 11px; text-align: center; vertical-align: middle; 
  background-color: white; 
}
/* hack I.E */
#footerInfoContainer { *height: 2.8em; }
#footerInfoContainer a {
  margin-left: 3em; padding: 1em 0; font-size: 12px; font-weight: bold; 
  vertical-align: middle; text-decoration: underline;
}
#footerInfoContainer a:hover, #footerInfoContainer a:focus { color: gray; }
#footerInfoContainer .paymentSecure { 
  padding-left: 2em;
  background: transparent url(../images/icon_payment_secure.gif) left center no-repeat;
}
#footerInfoContainer .shippingInfo { 
  width: 8.5em; font-size: 11px; padding-right: 7em;
  background: transparent url(../images/icon_ship_info.png) right center no-repeat;
}

#footerSyndication { padding: 4em 2.5em; }
#footerSyndication .footerBlock {
  width: 36.9em; font-size: 11px;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
#footerSyndication .news { float: left; padding: 1.5em 2em 1em; color: black; background-color: #dcdcdc; }
#footerSyndication .news .title a {
  display: inline-block; padding: 0.3em 0.6em; font-size: 14px;
  font-weight: bold; text-align: center; color: white; background: #343434;
  text-decoration: none;
  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px;
}
#footerSyndication .news .title a:hover, #footerSyndication .news .title a:focus { background: #565656; }
#footerSyndication .news ul { margin: 2em 0; }
#footerSyndication .news li { margin-bottom: 0.5em; }
#footerSyndication .news .stamp { float: left; width: 6.5em; }
#footerSyndication .news li .title { float: left; text-decoration: underline; }
#footerSyndication .news li .title:hover, #footerSyndication .news li .title:focus { color: #ac0305; }
#footerSyndication .news .more { text-decoration: underline; }
#footerSyndication .news .more:hover, #footerSyndication .news .more:focus { color: #ac0305; }

#vipInsert { float: right; padding: 2em 2em 1em; background-color: #343434; }
#vipInsert .contents { float: left; width: 23.5em; }
#vipInsert .contents a { color: #d7d7d7; text-decoration: none; }
#vipInsert .contents a:hover { color: white; }
#vipInsert .title {
  position: relative; height: 2em; margin-bottom: 1em;
  font-size: 14px; font-weight: bold;
  background: transparent url(../images/bg_vipspace_title.png) left center no-repeat; 
}
#vipInsert .contents .title span { float: left; text-indent: -9999px; overflow: hidden; }
#vipInsert .sport { position: absolute; right: 0; bottom: 0; font-style: normal; color: #e30000; }
#vipInsert .name { display: block; margin-bottom: 1em; }
#vipInsert .name strong { font-size: 14px; text-decoration: underline; margin-right: 0.5em; }
#vipInsert .contents a { line-height: 1.3em; }
#vipInsert .contents .more { display: block; margin-top: 2em; text-decoration: underline; }
#vipInsert .photo { float: right; width: 11.2em; font-size: 10px; border: 0; }

#footerNav { 
  width: 100%; padding: 2em 0; text-align: center; 
  border-top: 1px dotted black; border-bottom: 1px dotted black;
  font-size: 12px;
}
#footerNav li { display: inline; border-left: 1px solid black; }
#footerNav li.first { border: none; }
#footerNav .universes li a { font-weight: bold; padding: 0 2em; }
#footerNav .subcats { margin-top: 1.5em; }
#footerNav .subcats li a { padding: 0 1em; }
 
#footerLinksContainer { padding: 2.5em 0 0 12em; }
#footerLinksContainer .block { 
  float: left; display: inline; width: 25em;
  font-size: 12px; color: black;  
}
#footerLinksContainer .misc { width: 15em; }
#footerLinksContainer .title { margin-bottom: 1em; }
#footerLinksContainer ul li { margin-bottom: 0.2em; }

/* copyrightContainer */
#copyrightContainer { text-align: center; padding: 1em 0; }
#copyrightContainer .copyrightLign { margin-bottom: 0.7em; }
#copyrightContainer, #copyrightContainer a { font-size: 11px; }
#copyrightContainer .partnerList { width: 80em; margin: 0 auto; }
#copyrightContainer .partnerList ul, #copyrightContainer .partnerList li { display: inline; }
#copyrightContainer .partnerList p { display: inline; }
#copyrightContainer .partnerList li { padding: 0 0.5em; border-left: 1px solid black; }
#copyrightContainer .partnerList li.first { border: none; }
#copyrightContainer .partnerListLabel { font-weight: bold; }