/* Module Prestashop FooterCustom
 * Copyright Prestacrea
 * Author: Prestacrea
 * Website: http://www.prestacrea.com */

#footer {border:none;width:100%;padding:0}

/* Conteneur */
#footercustom {clear:both;width:100%;font-family:Arial;font-size:11px;color:#FFF;line-height:normal;text-align:left}
#footercustom p {margin:0;padding:0}

/* Image et Société */
#footercustom_img_company {float:left;width:190px;min-height:135px;padding:0 5px}
#footercustom_img_company img {border:none;width:180px;height:50px}
#footercustom_img_company .company_name {font-size:16px;color:#019ef9;margin:0 0 5px}

/* Liens */
/*#footercustom_links_container {background:#333;width:100%}*/
#footercustom_links {width:960px;text-shadow:1px 1px 0 #000;margin:0 auto;padding:15px}
#footercustom_links ul {border-left:1px solid #444;float:left;width:150px;min-height:135px;padding:0 0 0 30px}
#footercustom_links ul li.link_title {font-size:16px;color:#019ef9;margin-bottom:15px;padding:0}
#footercustom_links ul li {font-size:12px;color:#888;list-style-type:none;margin:0;padding:1px 0}
#footercustom_links ul li a {font-size:12px;font-weight:normal;color:#FFF;text-decoration:none}
#footercustom_links ul li a:hover {color:#019ef9}

/* Newsletter et Réseaux Sociaux */
#footercustom_newsletter_social {border-left:1px solid #444;float:left;width:180px;min-height:135px;padding:0 0 0 25px}
#footercustom_newsletter_social .newsletter_title {display:block;font-size:16px;color:#019ef9;margin-bottom:5px}
#footercustom_newsletter_social .newsletter_message {display:block;line-height:12px}
#footercustom_newsletter_social .newsletter_input {background:#FFF;border:1px solid #FFF;border-radius:2px 0 0 2px;float:left;width:125px;height:18px;line-height:18px;font-family:Arial;font-size:12px;color:#666;margin:5px 0 0;padding:0 2px}
#footercustom_newsletter_social .newsletter_button {background:url(../img/button.jpg) repeat-x left top;border:1px solid #FFF;border-radius:0 2px 2px 0;float:left;width:40px;height:18px;font-family:Arial;font-size:12px;font-weight:bold;color:#FFF;text-shadow:1px 1px 0 #C0577C;text-align:center;margin:5px 0 10px;padding:0;cursor:pointer}
#footercustom_newsletter_social .newsletter_button:hover {background-position:0 -20px}
#footercustom_newsletter_social .social_title {display:block;clear:both;font-size:16px;color:#019ef9;margin-bottom:5px}
#footercustom_newsletter_social .social_facebook {display:block;background:url(../img/social_fb.png) no-repeat;float:left;width:28px;height:28px;text-decoration:none;margin-right:10px}
#footercustom_newsletter_social .social_twitter {display:block;background:url(../img/social_twi.png) no-repeat;float:left;width:28px;height:28px;text-decoration:none;margin-right:10px}
#footercustom_newsletter_social .social_rss {display:block;background:url(../img/social_rss.png) no-repeat;float:left;width:28px;height:28px;text-decoration:none;margin-right:10px}

/* Editeur */
/*#footercustom_editor_container {background:#2d313d;width:102%}*/
#footercustom_editor {width:960px;margin:0 auto;font-size:12px;color:#444;text-shadow:none;padding:10px}
#footercustom_editor a {font-size:12px;color:#C0577C;text-decoration:none}
#footercustom_editor a:hover {color:#444}
#footercustom_editor .editor_blocks {background:#FFF url(../img/editor_blocks_bg.jpg) repeat-x center bottom;border:1px solid #BBB;border-radius:2px;float:left;width:208px;height:115px;text-shadow:1px 1px 0 #FFF;text-align:center;margin:0 5px 10px!important;padding:5px 10px!important}
#footercustom_editor .editor_blocks_title {font-size:16px;color:#444}
#footercustom_editor .editor_blocks_content {font-size:11px;color:#666}
#footercustom_editor .editor_blocks a {display:block;font-weight:bold;margin-top:2px}