/**
 * @title       Global
 * @tree        body
 */

* {
    margin:0;
    padding:0;
}

body {
    margin:0; padding:0;
    color:#333;
    font:11px/1.4 Arial, "Helvetica Neue", Helvetica, sans-serif;
    background:#fff url(/templates/ifop/images/common/bg/bg-page.jpg) repeat-x;
}
.spacer {
	clear:both;
	line-height:0;
}

a {
    color:#903;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}

a.more, a.download {
    padding-left:8px;
    background:url(/templates/ifop/images/common/arrow-red-bg-white-8bits.png) no-repeat 0 0.4em; color:#903;
    font-size:11px; font-weight:bold;
    text-decoration:none;
}
a.more:hover, a.download:hover {
    text-decoration:underline;
}
a.close {
    padding-left:15px;
    color:#333;
    background:url(/templates/ifop/images/common/pictos/picto-close.png) no-repeat 0 .3em;
    font-size:10px;
}

a.button {
    display:inline-block;
    padding:0 9px; border:1px solid #903; 
    height:18px;
    background-color:#903; color:#fff;
    font:bold 9px Helvetica, Arial, sans-serif;
    line-height:18px;
    text-transform:uppercase; text-decoration:none;
    cursor:pointer;
}
a.button:hover {
    border:1px solid #fff;
}
a.arrow {
    padding-left:20px;
    background:#903 url(/templates/ifop/images/common/arrow-button.png) no-repeat 10px 0.4em;
}
.tools {
    padding:10px 0;
    text-align:center;
}
a.rss {
    padding-left:24px;
    background:#903 url(/templates/ifop/images/common/pictos/picto-rss.png) no-repeat 10px 0.4em;
}
a.print {
    visibility:hidden; /* displayed only if js */
    padding-left:24px;
    background:#903 url(/templates/ifop/images/common/pictos/picto-print.png) no-repeat 10px 0.4em;
}
a.newsletter {
    padding-left:24px;
    background:#903 url(/templates/ifop/images/common/pictos/picto-newsletter.png) no-repeat 10px 0.4em;
}
a.sendFriend {
    padding-left:25px;
    background:#903 url(/templates/ifop/images/common/pictos/picto-send-friend.png) no-repeat 9px 0.4em;
}

#body p {
    padding-bottom:1em;
}
#body .emphasis p {
    color:#903;
    font:normal 16px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
#body .bottomHr {
    margin-bottom:1em; border-bottom:1px solid #bebebe;
}
#body .strong {
    color:#903;
    font-weight:bold;
}
#body .emphasisRed {
    margin-bottom:10px; padding:10px;
    background-color:#903; color:#fff;
    font:bold 16px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
#body .emphasisRed p {
    padding-bottom:0;
}
#core ul li {
    background:url(/templates/ifop/images/common/bullet.png) no-repeat 0 0.4em;
    text-indent:12px;
    list-style:none; 
}

#body h2 {
    margin-bottom:7px; padding:0 10px;
    height:26px;
    background-color:#903; color:#fff;
    font:bold 14px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
    line-height:26px;
}
h3 {
    margin-bottom:0.3em;
    color:#903;
    font:bold 14px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
h4 {
    margin-bottom:0.3em;
    color:#333;
    font:bold 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h5 {
    margin-bottom:0.3em;
    color:#903;
    font:bold 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h6 {
    margin-bottom:0.3em;
    font:bold 10px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
img {
    display:block;
    border:none;
}
h2 a, h3 a, h4 a, h5 a, h6 a,  h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration:none;
}
.health {
    color:#d414ac;
}
.media {
    color:#662d91;
}
.opinion {
    color:#0071bc;
}
.consumer{
    color:#90cf38;
}
.services {
    color:#f15a24;
}
.luxury {
    color:#eca806;
}

.asterisk {
    color:#666;
    font-size:9px;
}

/**
 * @section     forms
 * @tree        #main < #core < #wrapper < body
 */
form {
    border:none;
} 
fieldset {
    border:none;
} 
form .text input {
    padding:2px 2px 1px 3px; border:1px solid #bebebe;
    height:15px;
    color:#666;
    font:normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
form .actions input,
form .actions button {
    padding:0 2px; border:1px solid #903;
    background-color:#903; color:#fff;
    font:bold 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
    cursor:pointer;
}
form .actions button {
    padding:4px 6px; border:1px solid #903;
    background-color:#903; color:#fff;
    font:bold 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
    cursor:pointer;
}
a.bt-rouge {
    padding:4px 6px; border:1px solid #903;
    background-color:#903; 
	color:#fff !important;
	width:65px;
    font:bold 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
    cursor:pointer;
	display:block;
	text-align:center;
	text-decoration:none;
}
form .textarea textarea {
    margin-bottom:10px; padding:2px; border:1px solid #bebebe;
    color:#666;
    font:normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
form .select select {
    border:1px solid #bebebe;
    color:#666;
    font:normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.required {
    color:#903;
    font:normal 10px Arial, "Helvetica Neue", Helvetica, sans-serif; font-style:italic;
}
.legend, .textarea label {
    display:block;
    clear:left;
    margin:.9em 0; padding-bottom:.5em; border-bottom:1px solid #bebebe;
    color:#903;
    font:bold 11px Arial, "Helvetica Neue", Helvetica, sans-serif; 
    text-transform:uppercase;
}

.descHelp {
	color:#666666;
	font-style:italic;
}

.yourSel {
	color:#990033;
	font-weight:bold;
	padding-top:5px;
	display:block;
	padding-bottom:5px;
}

#core form .checkboxes li {
    background:none;
    text-indent:0;
}

/* style checkboxes without JS */
/*
.checkboxes ul {
    margin:0; padding:0;
    list-style:none;
}

.checkboxes li {
    overflow:hidden;
    padding-top:4px;
}

.checkboxes input {
    float:left;
    margin:1px 0 0; padding:0;
}

.checkboxes label {
    float:left;
    padding-left:5px;
}
*/
/* JS available */

#js .checkboxes ul {display:none;}
#js .checkboxes .multipleSelect ul {display:block;}

#core .multipleSelect {overflow:hidden;}

#core .multipleSelect .choices {
    float:left;
    overflow-y:scroll;
    border:1px solid #bebebe;
    width:253px; height:120px;
}

#core .multipleSelect .choices li {
    padding:2px 6px 2px;
    cursor:default;
}
#core .multipleSelect .choices li.selected {
    background:#e0e0e0;
}

#core .multipleSelect .actions {
    margin:0; padding:0; border:0;
    float:left;
    width:50px;
}

#core .multipleSelect .actions a {
    display:block;
    overflow:hidden;
    margin:0 auto; padding-top:26px;
    width:26px; height:0;
    background:url(/templates/ifop/images/common/btn-add-remove.png) no-repeat;
}

#core .multipleSelect .actions a.add {
    margin-top:35px;
}

#core .multipleSelect .actions a.remove {
    margin-top:1px;
    background-position:0 -26px;
}

/**
 * @section    structure
 * @tree       body
 */
#core {
    position:relative;
    margin:0 auto; padding:0 30px;
    width:920px;
    background-repeat:no-repeat;
    z-index:1;
}

#main {
    float:left;
    margin:0 0 1px; padding-left:10px; /* pour ombré */
    width:600px;
    background:transparent url(/templates/ifop/images/common/bg/bg-main.png) no-repeat;
}
#body {
    padding:10px 20px 20px;
    background-color:#fff;
}

.colContent {
    float:left;
}
.colContextual {
    float:left;
    padding-left:20px;
}
.wideContent .colContent {
    width:305px;
}
.wideContent .colContextual {
    width:235px;
}
.tightContent .colContent {
    width:235px;
}
.tightContent .colContextual {
    width:305px;
}

#sidebar {
    float:right;
    padding:0 10px 10px 10px; /* pour ombré */
    width:290px;
    background:transparent url(/templates/ifop/images/common/bg/bg-aside.png) no-repeat;
}
#wrapper {
    margin:0 auto;
    width:980px;
} 

#header {
    position:relative;
    margin:0 auto; padding:0 30px 2px;
    width:900px; height:80px;
    background:#fff url(/templates/ifop/images/common/bg/bg-home-header.jpg) no-repeat;
    z-index:2;
}

#identity {
    position:relative;
    float:left;
    width:500px; height:50px;
} 
#identity img#logo {
    position:absolute; left:-8px;
}  
#identity p {
    padding:25px 0 0 170px;
    color:#333;
    font:italic 15px Garamond, "Times New Roman", serif;
}

/**
 * @section     menu other (top right of the page)
 * @tree        #header < #wrapper < body
 */
#menuOther {
    float:right;
    margin-top:10px;
}
#menuOther ul {
   list-style:none; 
}
#menuOther li {
   display:inline;
   margin-left:10px; padding-left:10px; 
   background: url(/templates/ifop/images/common/sep-menu-other.png) no-repeat 0 3px;
}
#menuOther li.first {
   background: none;
}
#menuOther a {
    color:#666;
    font:10px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration:none; text-transform:uppercase;
}
#menuOther a:hover {
    color:#000;
}

/**
 * @section     footer  (menu)
 * @tree        #wrapper < body
 */
#footer {
    margin:-1px auto 0; padding:1em 0; border-top:1px solid #bebebe;
    width:900px;
}
#footer ul {
    margin:0; padding:0 300px 0 0;
    width:600px;
    text-align:center;
    list-style:none;
}
#footer li {
    display:inline;
    margin-left:10px; padding-left:10px;
    background: url(/templates/ifop/images/common/sep-menu-other.png) no-repeat 0 4px;
}
#footer li.first {
   background: none;
}
#footer a {
    color:#999;
    font:10px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-decoration:none; text-transform:uppercase;
}
#footer a:hover {
    color:#333;
}

/**
 * @section     main menu
 * @tree        #header < #wrapper < body
 */
#menuMain {
    clear:both;
    padding-left:0;
    width:900px; height:30px;
}
#menuMain ul {
    float:right;
    padding-top:10px;
	margin-right: 28px;
    list-style:none; 
}
#menuMain li.niv0 {
    position:relative;
    float:left;
    margin-left:10px; padding-left:10px; 
    height:20px;
    background: url(/templates/ifop/images/common/sep-menu-main.png) no-repeat;
}
#menuMain li.first {
    background:none;
}
#menuMain a {
    display:block;
    float:left;
    height:10px;
    text-indent:-10000px; 
    color:#903;
    font:normal 10px Garamond, "Times New Roman", serif;
    text-decoration:none; text-transform:uppercase;
    outline:none;
    overflow:hidden;
    
}
#menuMain ul ul {
    position:absolute; top:20px; left:0px;
    padding:2px 0 0 0; 
    width:150px;
}
#menuMain ul ul li {
    margin:0; padding:2px 0; border-bottom:1px solid #d5d5d5;
    width:150px; height:auto;
    background:#c5c2c2 url(/templates/ifop/images/common/bg/bg-menu-main-sub.png) repeat-y;
}
#menuMain ul ul li.last{
    border-bottom:2px solid #903;
}
#menuMain ul ul li a {
    float:none;
    padding:0 10px;
    height:auto; width:auto;
    background:none; color:#fff;
    font:normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-indent:0;
    text-transform:none;
}
#menuMain ul ul li a:hover {
    color:#903;
}


/**
 * @section     menu contextual
 * @tree        #main < #core < #wrapper < body
 */
#menuContextual {
    width:600px; height:23px;
    border-bottom:4px solid #903;
    background-color:#d7d7d7;
}
#menuContextual ul {
    margin:0; padding:0;
    height:23px;
    list-style:none;
}
#menuContextual ul li {
    float:left;
    height:23px;
    text-indent:0;
}
#menuContextual li a {
    float:left;
    padding:0 18px;
    height:23px;
    background:#d7d7d7 url(/templates/ifop/images/common/arrow-menu-contextual.png) no-repeat 9px 8px; color:#565656;
    font:bold 11px Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height:23px;
    text-decoration:none; text-transform:uppercase; text-indent:0;
}
#menuContextual li a:hover, #menuContextual li a.on {
    background:#6a6a6a url(/templates/ifop/images/common/arrow-menu-contextual-hover.png) no-repeat 9px 8px; color:#fff;
}

/**
 * @section     menu sectors
 * @tree        #main < #core < #wrapper < body
 */
#menuSectors {
    width:600px; height:60px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors.png) no-repeat;
    border-bottom:10px solid #903;
}
#main .opinionFlag {
    border-bottom:10px solid #0071bc;
}
#main .consumerFlag {
    border-bottom:10px solid #90cf38;
}
#main .servicesFlag {
    border-bottom:10px solid #f15a24;
}
#main .healthFlag {
    border-bottom:10px solid #d414ac;
}
#main .mediaFlag {
    border-bottom:10px solid #662d91;
}
#main .luxuryFlag {
    border-bottom:10px solid #ffcf2d;
}
#menuSectors ul {
    margin:0; padding:0 20px;
    height:60px;
    list-style:none;
}
#main #menuSectors li {
    display:block;
    float:left;
    height:60px;
    text-align:center;
    text-indent:0;
}
#menuSectors a {
    display:table-cell;
    height:60px;
    color:#fff;
    font:10px "Helvetica Neue", Helvetica,  Arial, sans-serif;
    text-align:center; text-decoration:none; text-transform:uppercase;
    vertical-align:middle;
}
#menuSectors li.opinion a:hover {
    color:#0071bc;
}
#menuSectors li.consumer a:hover {
    color:#90cf38;
}
#menuSectors li.services a:hover {
    color:#f15a24;
}
#menuSectors li.health a:hover {
    color:#d414ac;
}
#menuSectors li.media a:hover {
    color:#662d91;
}
#menuSectors li.luxury a:hover {
    color:#ffcf2d;
}

/**
 * @section     menu press type
 * @tree        #main < #core < #wrapper < body
 */
#menuPressType {
    width:600px; height:60px;
    background:transparent url(/templates/ifop/images/common/bg/bg-menu-sectors.png) no-repeat;
    /* border-bottom:10px solid #903;*/
}

#menuPressType ul {
    margin:0; padding:0 20px;
    height:60px;
    list-style:none;
}
#main #menuPressType li {
    display:block;
    float:left;
    height:60px; width:112px;
    background:none;
    text-align:center;
    text-indent:0;
}
#menuPressType a {
    display:table-cell;
    height:60px; width:112px;
    color:#fff;
    font:bold 10px Helvetica, "Helvetica Neue", Arial, sans-serif;
    text-align:center; text-decoration:none; text-transform:uppercase;
    vertical-align:middle;
}
#menuPressType a:hover {
    color:#903;
}

/**
 * @section        simple Box (without border)
 * @tree           #core < #wrapper < body
 */
.simpleBox {
    clear:left;
    overflow:hidden;
    margin-bottom:10px;
}
.iphoneApp{
    width: 235px;height:132px;
    background:#fff url(/templates/ifop/images/common/bg/bg-iPhone.png) no-repeat;
}
.iphoneApp a{
    margin-top: 110px;margin-right: 5px;
    float : right;
}

#core .simpleBox h2, #core .simpleBox h3 {
    padding:0 0 9px 0; border-bottom:1px solid #bebebe;
    height:auto;
    background-color:transparent; color:#903;
    font:bold 14px/1.4 Garamond, "Hoefler Text", "Times New Roman", Times, serif;
    text-transform:uppercase;
}


.commonBoxBottom{
	position:relative;
    margin-bottom:10px; padding:8px 10px;
    clear:both;
	background: repeat-x scroll 50% 0 #FFFFFF;
    border: 1px solid #AC1A43;
	
}
#publications.commonBoxBottom p{
    padding-bottom: 0em;
	line-height: 14px;
}

.commonBoxBottom:after{
	clear: both;
	content:"";
	display:block;
	
}
.commonBoxBottom h3{
	background-color: transparent;
    border-bottom: 1px solid #BEBEBE;
   
    font: bold 14px Garamond,"Hoefler Text","Times New Roman",Times,serif;
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

/**
 * @section        commonBox (box grey)
 * @tree           #core < #wrapper < body
 */
.commonBox {
    position:relative;
    margin-bottom:10px; padding:8px 10px; border:1px solid #bebebe;
    background:#d9d9d9 url(/templates/ifop/images/common/bg/bg-common-box.png) repeat-x;
}
#sidebar .commonBox {
    width:258px;
}
.commonBox h2, .commonBox h3 {
    position:relative;
    margin-bottom:0.3em; padding-bottom:0.3em; border-bottom:1px solid #bebebe;
    background-color:transparent; color:#903;
    font:bold 14px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
    text-transform:uppercase;
    z-index:1;
}
.commonBox h4 {
    margin-bottom:0;
}
.commonBox p {
    padding-bottom:1em;
    color:#333;
    font-size:10px;
}
.commonBox a.more {
    position:absolute; right:10px; bottom:8px;
    background:url(/templates/ifop/images/common/arrow-red-bg-grey-8bits.png) no-repeat 0 0.4em;
}

/**
 * @section        commonBox Push (box red)
 * @tree           #core < #wrapper < body
 */
.push {
    border:1px solid #e5bfcc;
    background:#f5e6eb url(/templates/ifop/images/common/bg/bg-common-box-push.png) repeat-x;
}
.push a.more {
    float:right;
    background:url(/templates/ifop/images/common/arrow-red-bg-red-8bits.png) no-repeat 0 0.4em;
}

.pageSectorConsumer .push {
	padding:0;
}

/**
 * @section        simplePush
 * @tree           .simplePush < #sidebar < #wrapper < body
 */
#sidebar .simplePush {
    overflow:hidden;
    margin-bottom:15px;
}
#sidebar .simplePush {
    width:265px;
}
#sidebar .simplePush .content {
    overflow:hidden;
    padding:0 0 0 10px;
}
#sidebar .simplePush .content p {
    font-size:10px;
    padding-bottom:1em;
}
#sidebar .simplePush .content .more {
    float:right;
}
#sidebar .simplePush .content .button {
    float:right;
    margin-right:10px;
}
#sidebar .simplePush h3, #sidebar .simplePush h4 {
    margin-bottom:10px; padding:0 0 0 10px;
    height:30px;
    background-color:#903; color:#fff;
    font:bold 14px/30px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
    text-transform:uppercase;
}
#sidebar .simplePush h5, #sidebar .simplePush h5 a {
    color:#333;
    font:bold 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform:uppercase;
}
#sidebar .simplePush h5 a.health {
    color:#d414ac;
    font:bold 12px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
#sidebar .simplePush h5 a.media {
    color:#662d91;
    font:bold 12px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
#sidebar .simplePush h5 a.opinion {
    color:#0071bc;
    font:bold 12px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
#sidebar .simplePush h5 a.consumer{
    color:#90cf38;
    font:bold 12px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
#sidebar .simplePush h5 a.services {
    color:#f15a24;
    font:bold 12px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}
#sidebar .simplePush h5 a.luxury {
    color:#eca806;
    font:bold 12px Garamond, "Hoefler Text", "Times New Roman", Times, serif;
}

/**
 * @section     Archives
 * @tree        #archives < #sidebar < #core.pageNewsHome < #wrapper < body
 */
#archives, #analyses {
    margin-bottom:10px; padding:10px; border:1px solid #bebebe;
    width:258px;
    background-color:#fff;
}
#archives a, #analyses a {
    padding-left:8px;
    background:url(/templates/ifop/images/common/arrow-red-bg-white-8bits.png) no-repeat 0 .3em; color:#903;
    font-size:12px; font-weight:bold;
    text-decoration:none; text-transform:uppercase;
}
#archives a:hover, #analyses a:hover {
    text-decoration:underline;
}


/**
 * @section       Print styles
 */
@media print {
    #header, #menuSectors, #menuContextual, #sidebar, #footer, #expertness, a.print, a.newsletter, a.rss, a.sendFriend, #allNews {
        display:none;
    }
    #core #main {
        margin-top:0;
    }
}

/**
 * @section     Addthis
 * @tree        #share < #body < #main < #core < #wrapper < body
 */
#share {
    position:relative; top:22px;
    float:right; clear:both;
    margin:0;
}
#at20mc #at15s {background-image:url(/templates/ifop/images/common/bg/bg-addthis.png);}
#share .addthis_button_compact {
    float:left;
    margin-left:10px; padding:2px 4px 2px 2px; border:1px solid #903;
    font-size:10px;
    text-decoration:none;
}
#share .addthis_button_compact:hover, #share .addthis_button_compact:focus {text-decoration:underline;}
#share  .atclear {height:0; font-size:0;}

/**
 * @section        Clearing
 */
.commonBox:after, #core:after, #main:after, #body:after, #sidebar:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*municipale*/
.municipalerecordNumber {
	background: url("/templates/ifop/images/common/record-number-8bits.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: 22px;
    margin-right: 6px;
    padding-top: 2px;
    text-align: center;
    width: 39px;
}

.municipalepagination {
	clear: none;
    float: right;
    padding-top: 3px;
    text-align: right;
    width: 135px;
}

.municipalepagination ol {
    display: inline;
    margin: 0 4px;
}
.municipalepagination li {
    display: inline;
    font-size: 11px;
    padding: 0 1px;
}
h1.municipaletitre {
	float: left;
    font-size: 18px;
	font-weight:bold;
    font-weight: normal;
    margin: 0 5px 0 0;
    padding-top: 3px;
    text-transform: uppercase;
    width: 280px;
}
.municipalepagination img {
    display: inline;
}
iframe#twitter-widget-0 {
	width:278px !important;
	margin-bottom:10px !important;
	height:280px;
}

#core .offres_omnibus ul li {
	text-indent:0px;
	padding-left:10px;
}

span.legende {
	display:none;
}

.capty-wrapper {
	overflow:visible !important;
	height:16px !important;
}
.capty-caption {
display: inline;
padding-top:5px;
width: 200px !important;
display:block !important;
height:20px !important;
border:1px solid #903;
background-color:#ffffff;
text-align: center;
color: #903;
z-index:9999;
top:-20px !important;
left:30px;;
}
