@charset "UTF-8";
@import url(css_reset.css); 

/**** BALISES PERPÉTUELLES ****/

.clear { clear: both; }


/**** POLICES ****/

@font-face {
    font-family: 'FuturaStdHeavy';
    src: url('../fonts/futurastd-heavy-webfont.eot');
    src: url('../fonts/futurastd-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-heavy-webfont.woff') format('woff'),
         url('../fonts/futurastd-heavy-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-heavy-webfont.svg#FuturaStdHeavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FuturaStdBook';
    src: url('../fonts/futurastd-book-webfont.eot');
    src: url('../fonts/futurastd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-book-webfont.woff') format('woff'),
         url('../fonts/futurastd-book-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-book-webfont.svg#FuturaStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MinionProSmBdItalic';
    src: url('../fonts/minionpro-semiboldit-webfont.eot');
    src: url('../fonts/minionpro-semiboldit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/minionpro-semiboldit-webfont.woff') format('woff'),
         url('../fonts/minionpro-semiboldit-webfont.ttf') format('truetype'),
         url('../fonts/minionpro-semiboldit-webfont.svg#MinionProSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**** GENERAL ****/
html { overflow-x: hidden; }

body { background-color: #cf1b24; font-family: 'FuturaStdBook', sans-serif; color: #373737; }
	
.center { width:1020px; margin-left:auto; margin-right: auto;}

#container { width: 100%; background: #FFFFFF url(../images/bg_repeat.jpg) 0 0 repeat-x; }

.page_content { background: transparent url(../images/bg_page.jpg) -1px -1px no-repeat; }
.blog_content { background: transparent url(../images/bg_blog.jpg) -1px -1px no-repeat; }
.search_content { background: transparent url(../images/bg_blog.jpg) -1px -1px no-repeat; }
 
h1 { font-family: 'FuturaStdHeavy', sans-serif; font-size: 40px; margin-top: 10px; padding-bottom: 10px;  padding-right: 10px; color: #cf1b24; letter-spacing: 1px; font-weight: normal; border-bottom: 2px solid #cf1b24; }
h2 { font-family: 'FuturaStdHeavy', sans-serif; font-weight: normal; font-size: 30px; line-height: 30px;}
h3 { font-weight: bold; font-size: 20px; line-height: 25px; margin-top: 20px; margin-bottom: -5px; }
p { margin: 12px 0; }
abbr2  {
	font-family: 'FuturaStdHeavy', sans-serif; font-size: 40px; margin-top: 10px; padding-bottom: 10px;  padding-right: 10px; color: #cf1b24; letter-spacing: 1px; font-weight: normal; border-bottom: 2px solid #cf1b24;
}
abbr3 { font-family: 'FuturaStdHeavy', sans-serif; font-weight: normal; font-size: 30px; line-height: 30px;}
.blur { color: silver; }

strong { font-weight: bold; }

a { color: #cf1b24; text-decoration: none; }
a:hover { text-decoration: underline; }

.nodisplay { display: none; }


/**** HEADER ****/
.tagline { display: block; float: right; width: 490px; line-height: 85px; font-family: 'MinionProSmBdItalic', sans-serif; font-weight: normal; font-size: 35px; color: silver; text-align: center;  }
#header h1 { display:none }
div#header h1 { display: none; }
.contact_btn { display: block; width: 201px; height: 85px; background: transparent 0 0 no-repeat; float: right; }
.contact_btn:hover { background-position: 0 -85px; }
.contact_btn_fr { background-image: url(../images/contact_btn_fr.jpg); }
.contact_btn_en { background-image: url(../images/contact_btn_en.jpg); }
div#header .title { display: none }
div#header .title a { 
	display: none
}
div#header .description { display: none; }

#newsletter_header { display: block; position: absolute; margin-left: 840px; top: 57px; line-height: 28px; font-size: 13px; white-space: nowrap; }
#tel_header { display: block; position: absolute; margin-left: 870px; top: 0px; line-height: 28px; font-size: 12px; white-space: nowrap; }
#chatim { display: block; position: absolute; margin-left: 1007px; top: 22px; line-height: 28px; font-size: 12px; white-space: nowrap; }

#searchform { display: block; float: left; height: 50px; margin-left: 20px; width: 300px; padding-top: 7px; }
#s { float: left; font-size: 18px; width: 230px; border: none; padding: 4px 6px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
#searchsubmit { float: left; width: 35px; background: #3F3F3F url(../images/loupe.png) 3px 0 no-repeat; color: white; border: none; height: 30px; padding-bottom: 5px; font-size: 20px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-left: 7px; }
#searchsubmit:hover { cursor: pointer; background-color: #cf1b24; }

.menu { background: transparent url(../images/bg_menu.jpg) 0 -3px no-repeat; width: 472px; height: 42px; margin-left: 320px;  text-align: center; letter-spacing: 1px; }
.menu a { color: #FFFFFF; padding: 5px; }
.menu li.page_item a:hover, .menu li.cat-item a:hover { text-decoration: none; background-color: #cf1b24; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.menu li { display: inline; line-height: 45px; padding: 0px 5px; }
.menu li.page_item, .menu li.cat-item { padding: 0px 0 0 5px; border-left: 2px solid #646464; }
.menu li ul { display: none; }

.menu_en .cat-item-3 { display: none; }

#qtrans_select_qtranslate-chooser { float: right; margin: 10px 50px 0 0; font-size: 14px; padding: 3px 10px; }

#social { display: block; float: right; height: 30px; line-height: 30px; font-size: 12px; color: #FFFFFF; background-color: #424242; -moz-border-radius: 7px; -webkit-border-radius: 7px; padding: 3px 4px 3px 7px; margin: -38px 20px 0 0; }
#social span, #social a { float: right; }
#social a { margin: 3px; }


/**** HOMEPAGE ****/
#slideshow { height:315px; background: transparent url(../images/bg_slideshow.jpg) 0 -1px no-repeat; padding: 28px 40px 0 40px; }
#slideshow #display { width: 540px; height: 270px; float: right; }

#intro { padding: 10px 0 ; font-size: 23px; line-height: 26px; width: 380px; text-align: center; float: left; }
#intro b { color: #cf1b24;  letter-spacing: -1px; }
#intro p { margin: 0 0 20px 0; }
#intro a.lire, a.lire {font-size: 17px; line-height: 18px; margin-top: -5px; display: block; float: right; background-color: #cf1b24; color: #FFFFFF; padding: 5px; font-style: italic; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#ebook_homepage { display: block; text-align: left; }

#services { width: 100%; }
#services div { float: left; width: 330px; background: transparent 20px 0 no-repeat; }
#services div#conseil { background-image: url(../images/services_conseil.jpg); }
#services div#direct { background-image: url(../images/services_direct.jpg); }
#services div#internet { background-image: url(../images/services_internet.jpg); }
#services h2 { font-family: 'FuturaStdHeavy', sans-serif; color: #ce0003; font-size: 17px; line-height: 30px; text-transform: uppercase; margin-left: 60px; }
#services ul abbr3 { font-family: 'FuturaStdHeavy', sans-serif; color: #ce0003; font-size: 17px; line-height: 30px; text-transform: uppercase; margin-left: 60px; }
#services ul li { text-align: left; list-style: inside; list-style-image: url(../images/splashpage_puce1.jpg); line-height: 22px; margin-left: 90px}
#services ul li a { color: #373737; }
#services a.lire { display: block; float: right; background-color: #cf1b24; color: #FFFFFF; padding: 5px; margin: 15px 0 0 0; font-style: italic; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#services a.lire:hover { background-color: #ef2c36; }

/**** PAGES ****/
#page { float: right; width: 656px; min-height: 500px; padding: 0 65px 0 45px; line-height: 22px; }
#page h2 {  margin-top: 25px; font-size: 30px; }
#page abbr3 {  margin-top: 25px; font-size: 30px; }
#page ul, #page ol { margin: 10px 0 15px 30px; }
#page ul li { list-style-image: url(../images/splashpage_puce1.jpg); line-height: 22px; }
#page ol li { list-style-type: decimal; line-height: 22px; }
#page .lire { margin-top: -15px; margin-bottom: -5px;}

#page #top_links { float:right; position:relative; left:-50%; text-align:left; margin-bottom: 20px; }
#page #top_links #recenter { position: relative; left: 50%; }
#page #top_links a { position: relative; display: block; float: left; margin: 30px 20px 0 20px; background-color: #cf1b24; padding: 5px 15px; color: white; text-decoration: none; font-size: 18px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#page #top_links a:hover { text-decoration: underline; }


#page_menu { float: right; min-height: 429px; width: 234px; }
#page_menu ul { margin: 20px 0 0 15px; font-family: 'FuturaStdHeavy'; font-size: 18px; letter-spacing: .5px; }
#page_menu ul li { padding: 8px 5px 8px 10px; list-style: none; margin: 5px 0; }
#page_menu a { color: #2a2a2a; }
#page_menu a:hover { color: #cf1b24; }
#page_menu ul li.current_page_item { background-color: #FFFFFF; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; }
#page_menu ul li.current_page_item a { color: #cf1b24; text-shadow: none; }

#page #call_us { float:right; position:relative; left:-50%; text-align:left; margin: 70px 0; }
#page #call_us #recenter { position: relative; left: 50%; }
#page #call_us div { float: left; position: relative; background-color: #cf1b24; padding: 5px 15px; color: white; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
#page #call_us b { letter-spacing: 1px; }

#page table td { text-align: center; padding: 10px; vertical-align: middle; }

/**** BLOG ****/
.blog_content #page { width: 580px; padding-left: 60px; }
.blog_content #page_menu { width: 310px; }
.blog_content #page_menu .blog_title { display: block; font-family: 'FuturaStdHeavy'; font-weight: normal; font-size: 70px; margin-top: 0; padding-bottom: 20px;  padding-right: 0; color: #373737; letter-spacing: 0; text-shadow: none; border-bottom: none; }
.blog_content #page_menu abbr2 { font-family: 'FuturaStdHeavy'; font-weight: normal; font-size: 70px; margin-top: 0; padding-bottom: 20px;  padding-right: 0; color: #373737; letter-spacing: 0; text-shadow: none; border-bottom: none; }
.blog_content #page_menu h2 { font-family: 'FuturaStdBook'; font-weight: bold; font-size: 24px; }
.blog_content #page_menu abbr3 { font-family: 'FuturaStdBook'; font-weight: bold; font-size: 24px; }
.blog_content #page_menu ul { font-family: 'FuturaStdBook'; font-size: 14px; letter-spacing: 0; }
.blog_content #page_menu a, .blog_content #page a { color: #cf1b24; text-shadow: none; }
.blog_content #page_menu a:hover { }
.blog_content .article { margin: 30px 0 80px 0; border-top: dashed 1px #CCCCCC; }
.blog_content #page h1 { text-decoration: none; margin-top: 25px;line-height: 40px; border: none;  }
.blog_content #page h1 a { text-decoration: none; }
.blog_content .article h2 { float: left; width: 425px; }
.auteur { color: silver; font-size: 13px; }
.blog_content .nb_commentaires, .blog_content .suite, .search_content .suite { float: right; }
.blog_content .nb_commentaires { background-color: #EFEFEF; padding: 5px 7px; margin-top: 20px; }
.blog_content .suite, .search_content .suite { background-color: #cf1b24; margin-bottom: 10px; }
.blog_content #page a.suite, .search_content #page a.suite { color: white; padding: 3px 5px; font-size: 14px; font-style: italic; -moz-border-radius: 3px; -webkit-border-radius: 3px; }

#commentaires { margin: 30px 0 0 0; border-top: dashed 1px #CCCCCC; font-size: 15px; }
#commentaires h2 { margin: 5px 0 15px 5px; width: 370px; }
ol#comments_section li { list-style-type: none; margin-left: -20px; }
.discussion { display: block; font-size: 40px; margin: 10px 0 0 10px; line-height: 50px; color: #e3e3e3; }
.comment-body { margin: 15px 0; padding: 10px; border: #e9e9e9 1px solid; background-color: #FFFFFF; }
.comment_text { margin-left: 90px; }
.avatar { border: 1px #e9e9e9 solid; padding: 3px; background-color: #FFFFFF; }
.fn { font-weight: bold; }
.vcard { float: left; width: 70px; text-align: center; padding-right: 20px; }
.comment-meta { float: right; color: #e9e9e9; font-size: 12px; line-height: 14px; }
.comment-meta span { color: silver; }
#pagination { text-align: center; margin-bottom: 10px; }
#premier_commentaire { margin-left: 10px; font-size: 18px; }
#respond { background-color: #f5f5f5; padding: 10px; margin-top: 10px; }
#commentaires_connecte { float: right; width: 205px; text-align: right; margin-right: 10px; }
#comment { background: #FFFFFF none; border: 1px solid #c0c3c9; padding: 10px; width: 320px; height: 150px; font-family: Arial, sans-serif; }
#comment.blur { color: #CCCCCC; }
#id_fields { float: right; width:200px; }
#id_fields input { background: #FFFFFF none; border: 1px solid #c0c3c9; padding: 7px 5px; font-size: 14px; width: 160px; float: right; margin-bottom: 10px; margin-right: 8px; }
#id_fields input.blur { color: #CCCCCC; }
#commentform #submit { float: right; font-size: 18px; margin: -40px 10px 0 auto; background-color: #3F3F3F ; color: white; border: none; height: 30px; padding: 0 15px 5px 15px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-left: 7px; }
#commentform #submit:hover { cursor: pointer; background-color: #cf1b24; }
.subscribe-to-comments { width: 360px; background-color: #d4d9df; border: 1px solid #CCCCCC; padding: 7px 5px; text-align: center; }

#social-block { position: absolute; background-color: white; margin: 30px 0 0 -160px; padding: 5px; border: 1px solid #DDD; }
#social-block table td { text-align: center; }


/**** SIDEBAR ****/
#barre { background-color: #EFEFEF; padding: 15px; margin: 20px 30px 0 0; }
#tweets ul { margin-left: 0; }
#tweets ul li { font-size:13px; line-height: 18px; background:url(../images/interforce_twitter.png) no-repeat left 0 ; padding-left:25px; padding-top: 0; margin-bottom: 10px; margin-left: 10px; list-style-type:none; clear: both; }
#tweets .hash { color:#0066CC; } 
#tweets .reply { color:#0066CC; } 
#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;}
#tweets small { display: block; text-align: right; color: #AFAFAF; font-size: 10px; line-height: 20px; }
.categories, .archives, .tags { margin-bottom: 20px;}
#page_menu .categories ul, #page_menu .archives ul { margin-top: 0; }
.tags #cloud { margin-top: 10px; }

/**** RECHERCHE ****/
#page.recherche { width: 900px; float:left; }
.provenance { color: silver; }

/**** ADMIN (BOUTON) ****/
#page .admin { float: right; margin-top: 20px; text-decoration: none; background-color: #3E3D3D; color: #FFFFFF; padding: 5px; font-size: 12px; }
#page .admin a { color: #FFFFFF; }

/**** FOOTER ****/
#footer { width: 100%; background: #cf1b24 url(../images/bg_footer.jpg) 0 0 repeat-x; padding: 80px 0 50px 0; font-size: 14px; }
#footer h2 { font-size: 20px; }
#footer .center { width: 980px; padding: 0 20px; }
#footer abbr3 { font-size: 20px; }

/*.sitemap, .sitemap a { color: #8b1218; text-decoration: none; }*/
.sitemap, .sitemap a { color: #ffbdc0; text-decoration: none; }
.sitemap a:hover { color: white; }
.sitemap h2 { border-bottom: 2px solid #b6151c; margin-bottom: 15px; padding-bottom: 5px; }
.sitemap li { list-style: none; line-height: 20px; margin-bottom: 10px;}
.sitemap li ul li { font-weight: normal; padding-left: 10px; margin-bottom: 0;}
.sitemap abbr3 { border-bottom: 2px solid #b6151c; margin-bottom: 15px; padding-bottom: 5px; }

.sitemap #vertical { display: none; float: left; margin-left: 15px; }
/*.sitemap #horizontal { text-align: center; }
.sitemap #horizontal li { display: inline; padding: 0 5px; }*/
.sitemap #horizontal li { float: left; padding: 0 5px; }
.sitemap #horizontal li ul { padding: 0 10px; }
.sitemap #horizontal li.page-item-1 ul li, .sitemap #horizontal li.page-item-3 ul li { clear: both; }
.sitemap #horizontal li.page-item-2 ul li { float: left; }
.sitemap #horizontal li ul li ul li { clear: both; }
.sitemap #horizontal li a { display: block; }

#formulaire { width: 628px; height: 568px; background: transparent url(../images/bg_formulaire.jpg) 0 0 no-repeat; float: right; color: #FFFFFF; font-size: 14px; }
#formulaire a { color: #FFFFFF; text-decoration: underline; }
#formulaire a:hover { text-decoration: none; }
#formulaire h2 { margin: 20px; border: none; text-shadow: none; font-size: 30px; font-family: 'FuturaStdBook'; color: white; }
#formulaire abbr2 { margin: 20px; border: none; text-shadow: none; font-size: 30px; font-family: 'FuturaStdBook'; color: white; }
#formulaire ul { margin-left: 20px; margin-top: -10px; }
#formulaire li { margin: 10px 0; background: transparent 0 0 no-repeat; padding-left: 40px; padding-top: 20px; }
#formulaire li#email { background-image: url(../images/bg_email.jpg); padding-bottom: 20px; }
#formulaire li#adresse { background-image: url(../images/bg_adresse.jpg); }
#formulaire li#telephone { background-image: url(../images/bg_telephone.jpg); }
#toronto, #montreal, #quebec { font-size: 14px; }
#formulaire .adresse { margin: 7px 5px; font-size: 14px; line-height: 18px; color: #ff6f76; }
#formulaire #tel { font-size: 20px; letter-spacing: 2px; }
#formulaire #fax { color: #ff6f76; line-height: 18px; letter-spacing: 1px; }

#formulaire_contact { float: right; margin-top: 20px; width: 330px; }
#formulaire_contact input, #formulaire_contact textarea { margin: 5px 0; font-size: 16px; border: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#formulaire_contact input { width: 275px; height: 20px; padding: 5px; text-align: center; }
#formulaire_contact textarea { width: 265px; height: 120px; font-family: Arial, Verdana, sans-serif; padding: 10px; }
#formulaire_contact #envoyer, #formulaire_contact #send { width: 241px; height: 51px; background: transparent 0 0 no-repeat; border: none; margin-top: 10px; }
#formulaire_contact #envoyer:hover, #formulaire_contact #send:hover { background-position: 0 -51px; cursor: pointer; }
#formulaire_contact #envoyer { background-image: url(../images/formulaire_envoyer.jpg); }
#formulaire_contact #send { background-image: url(../images/formulaire_send.jpg); }

#formulaire_contact .status { position: absolute; margin-left: 290px; margin-top: -28px; }
#formulaire_contact .status label { padding: 5px; }
#formulaire_contact .status label.error { background-color: red; margin-left: 15px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#formulaire_contact .status label.checked { margin-left: 5px; background: transparent url(../images/ok.png) 0 0 no-repeat; padding: 5px 20px; }

#captchaStatus { padding: 10px; margin: 10px 0; color: white; background-color: red; text-align: center; -moz-border-radius: 5px; -webkit-border-radius: 5px; visibility: hidden; width: 298px; }

#formulaire_contact #loader { margin: 20px 100px; }
#formulaire_contact #confirmation { margin: 15px 30px; }

#copyright { height: 64px; padding-left: 280px; margin-top: 20px; line-height: 65px; background: transparent url(../images/logo_footer.jpg) 0 0 no-repeat; color: #8b1218; }
#copyright #tel { color: #ffbdc0; }


/**** STICKY BAR ****/
#sticky_bar { position: fixed; z-index: 9999; bottom: -163px; width: 100%; height: 163px; background: transparent url(../images/bg_stickybar.png) 0 16px repeat-x;  }
#newsletter { height: 30px; float: right; background: transparent url(../images/newsletter.png) 0 0 no-repeat; padding-left: 55px; font-size: 20px; line-height: 30px; color: #FFFFFF; margin-top: 80px; margin-right: 20px; }
#newsletter a { text-decoration: underline; color: white; }
#newsletter a:hover { text-decoration: none; }
#fermer, #ouvrir { float: right; color: #FFFFFF; font-size: 12px; font-family: Arial, Verdana, sans-serif; }
#fermer { display: block; margin: 60px 15px 0 0; }
#ouvrir { display: none;  margin: 0 15px 0 0; background-color: #323030; padding: 5px; }

