@charset "UTF-8";
/*
Theme Name: CDM
Author: WHODUNIT
Author URI: http://www.whodunit.fr/
Version: 1.0
*/

/********************************************************************************/
/*********************************** FONTFACE ***********************************/
/********************************************************************************/
@font-face {
    font-family: 'proximanova-sb';
    src: url('font/proximanova-sb/proximanova-sb.eot');
    src: url('font/proximanova-sb/proximanova-sb.eot?#iefix') format('embedded-opentype'),
        /*url('font/proximanova-sb/proximanova-sb.woff') format('woff'),*/
        url('font/proximanova-sb/proximanova-sb.ttf') format('truetype'),
        url('font/proximanova-sb/proximanova-sb.svg#proximanova-sb') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proximanova-regular';
    src: url('font/proximanova-regular/proximanova-regular.eot');
    src: url('font/proximanova-regular/proximanova-regular.eot?#iefix') format('embedded-opentype'),
        /*url('font/proximanova-regular/proximanova-regular.woff') format('woff'),*/
        url('font/proximanova-regular/proximanova-regular.ttf') format('truetype'),
        url('font/proximanova-regular/proximanova-regular.svg#proximanova-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/********************************************************************************/
/***********************************   RESET  ***********************************/
/********************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
    background-image:url("img/bg.jpg");
    background-repeat:repeat;
    background-color:#f3f3f3;
}
#alert-nav{
    width:50%;
    border:1px solid black;
    font-family:Arial;
    font-weight:bold;
    margin:5px auto;
    padding:14px;
    background:white;
    text-align:center;
}
#alert-nav a{
    color:blue;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    outline:none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
    color:#222222;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title],acronym {
    border-bottom:1px dotted;
    cursor:pointer;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/********************************************************************************/
/***********************************   ALL **********************************/
/********************************************************************************/
.clear{
    clear: both;
}
.habillage_inner, .habillage_inner > a{
    position: absolute;
}
.habillage_inner > a > img{
    position: absolute;
    left: 155px;
}
#page.habillage_page{
    background-image: none !important;
    width: 990px;
    margin: -13px auto;
}

#page{
    /*background-image:url("img/bg_top.jpg");
    background-repeat:repeat-x;
    background-position:center 23px;*/
    height:auto;
    width: 100%;
}
#page.home{
    background-image:url("img/bg_home.jpg");
    background-repeat:repeat-x;
    background-position:center 23px;
}
.all{
    margin:0 auto;
    width:990px;
    height:auto;
}
/********************************************************************************/
/***********************************   HEADER  **********************************/
/********************************************************************************/
.container_pub{
    width: 100%;
    height: 125px;
}

.pub{
    height: 105px;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 970px;
    margin:0 auto;
	text-align:center;
}
.pub p{
    font-family: Arial;
    font-size: 10px;
    color: #ACADAF;
    font-weight: normal;
    padding-left: 8px;
    margin-bottom: 2px;
    background: url('img/arrow_pub.jpg') no-repeat 0px 3px transparent;
    display:none;
}
.header{
    height:auto;
    width:990px;
}
.top_header{
    background-image:url("img/bg_topheader.png");
    background-repeat:no-repeat;
    background-position:center top;
    width:990px;
    height:40px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11px;
    margin-top: 10px;
}
.top_header a{
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:11px;
    text-decoration:none;
}
.top_header a:hover{
    text-decoration:underline;
}

.facebook{
	width:205px;
	height:40px;
	background-image:url("img/bg_facebook.png");
	background-repeat:no-repeat;
	background-position:left top;
	color:#3b559f;
	float:right;
}
.facebook a{
    color: #3b559f;
    float: right;
    margin-right: 10px;
    margin-top: 26px;
}


.twitter{
    width:190px;
    height:40px;
    background-image:url("img/bg_twitter.png");
    background-repeat:no-repeat;
    background-position:left top;
    color:#0bb9f3;
    float:right;
}
.twitter a{
    color: #0BB9F3;
    float: right;
    margin-right: 15px;
    margin-top: 26px;
}
.recevez{
    width:auto;
    height:40px;
    background-image:url("img/bg_recevez.png");
    background-repeat:no-repeat;
    background-position:left top;
    color:#747474;
    float:right;
    padding-left: 50px;
}
.recevez a{
    color:#747474;
    float: right;
    margin-right: 0;
    margin-top: 26px;
}
.profil{
    background-image: url("img/bg_profil.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #2E2A2F;
    float: right;
    height: 40px;
    padding-right:10px;
    width:auto;
    padding-left:5px;
}
.profil a,
.profil span{
    color:#2e2a2f;
    padding-right:5px;
    position: relative;
    bottom: 5px;
}
.profil span{
    cursor: default;
}
.profil img{
    margin-right:12px;
}
/*
.profil{
    background-image: url("img/bg_profil.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #2E2A2F;
    float: right;
    height: 40px;
    padding-right:10px;
    width:auto;
}
.profil a{
    color:#2e2a2f;
    padding-right:5px;
    margin-top: 26px;
    bottom: 5px;
    position: relative;
}
.profil img{
    margin-right:2px;
}
*/
.bandeau{
    background-image: url("img/bg_header.jpg");
    background-position:left top;
    width:990px;
    height:120px;
}
.bloc_municipales{
    float: left;
    height: 90px;
    margin-top: 15px;
    width: 266px;
    background-position:left top;
}
.bloc_municipales:hover{
    background-position:left bottom;
}
.logo{
    float: left;
    height: 70px;
    margin-left: 45px;
    margin-top: 25px;
    width: 380px;
}
.sabonner{
    float:right;
    height:120px;
    width:195px;
    background-position:left top;
}
.sabonner:hover{
    background-position:left bottom;
}
/********************************************************************************/
/*********************************** NAVIGATION *********************************/
/********************************************************************************/
nav{
    padding-top:0;
    height:35px;
    width:990px;
    font-family:"proximanova-sb";
    background-image:url("img/bg_top.jpg");
    background-repeat:repeat-x;
    background-position:left -137px;
}
nav ul.menu{
    list-style-type: none;
    float: left;
    padding: 0;
}
li.toplevel{
    cursor: default;
}
nav ul.menu > li.toplevel > a{
    text-decoration: none;
    color: white;
    font-family: "proximanova-sb";
    font-size: 17px;
    font-weight: 400;
    text-transform:none;
    height: 25px;
    padding:9px 18px;
}
nav ul.menu > li.toplevel > a:hover{
    background:none;
    position: relative;
}
nav ul.menu > li.toplevel.home > a{
    background: url('img/icon_accueil.png') no-repeat 50% 45%;
    font-size: 0;
    width: 55px;
    height: 35px;
    margin-top:-9px;
    float: left;
    padding:0;
    display:block;
}
nav ul.menu > li.arrow > a{
    background: url('img/icon_arrow.png') no-repeat 100% 50%;
    margin-right:15px
}
nav ul.menu > li.arrow > a:hover{
    background: url('img/icon_arrow.png') no-repeat 100% 50%;
}
nav ul.menu > li{
    background-color: transparent;
    background-image: url("img/spacer_nav.jpg");
    background-position: right 1px;
    background-repeat: no-repeat;
    display: inline;
    height: 25px;
    padding-bottom: 1px;
    padding-top: 9px;
    position: relative;
    float: left;
}
nav ul.menu > li:hover{
    background-image:url("img/bg_nav_hover.jpg");
    background-repeat:repeat-x;
    background-position:right top;
}
nav ul.menu > li.current-menu-item, nav ul.menu > li.current-menu-parent{
    background-image:url("img/bg_nav_active.jpg");
    background-repeat:repeat-x;
    background-position:right top;
}

nav ul.menu > li.toplevel > a:after{
    color: #292929;
    position: relative;
    bottom: 8px;
    float: right;
}
nav ul.menu > li.toplevel > a img{
    margin-left:5px;
}	
nav ul.menu > li > ul.sub-menu{
    display: none;
    position: absolute;
    top: 34px;
    left: -1px;
    width: 187px;
    height: auto;
    list-style-type: none;
    /*background-image:url("img/bg_ssnav.jpg");*/
    /*background-repeat:repeat;*/
    background:#555;
    z-index: 9999;
}
nav ul.menu ul.sub-menu li{
    border-bottom:none;
    border-top:1px solid #454344;
    background:url("img/bg_ssnav.jpg") repeat-x bottom left;
    width: 100%;
    height: auto;
}
nav ul.menu ul.sub-menu li:hover{
    /*background: url('img/bg_ssnav_hover.jpg') repeat-x;*/
    background: #2c2c2c;
    border-top:1px solid black;
}

nav ul.menu > li > ul.sub-menu > li > a {
    color: white;
    font-family: "proximanova-sb";
    font-size: 15px;
    font-weight: normal;
    height: auto;
    padding: 8px 0 7px 0;
    padding-left: 8%;
    padding-right: 5%;
    width: 87%;
    display: block;
}
nav #nav_wrapper > ul.menu > li > ul.sub-menu > li > a:hover{
    background-color: black;
    position: relative;
    right: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
}
.ligne_rouge{
    background-color:#97110d;
    height:5px;
    width:990px;
}
/********************************************************************************/
/*********************************   CONTENT HOME *******************************/
/********************************************************************************/
.content{
    height:auto;
    width:990px;
}
/********************************************************************************/
/*********************************   CONTAINER *******************************/
/********************************************************************************/
.container{
    height:auto;
    width:990px;
}
.container.main_content{
    background: url('img/bg.jpg') repeat 0 0 transparent;    
}
.container.alaune_bloc{
    background: url('img/fond_alaune.jpg') repeat-x 0 0 transparent;
    height: 493px;
}
.top_left{
    height:auto;
    width:660px;
    float:left;
}
.top_right{
    height:auto;
    width:330px;
    float:right;
    padding-top:13px;
}

/***********************************   Bloc A la une HOME *********************************/
.alaune .titrebloc{
    font-family:"proximanova-sb";
    color:#ffffff;
    font-size:20px;
    line-height:28px;
    height:28px;
    width:auto;
    float:left;
    padding-left:20px;
    padding-right:30px;
    background-image: url("img/bg_ttrouge.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin-top:-13px;
}
.alaune .bloc{
    height:230px;
    width:610px;
    margin-left:10px;
    margin-top:30px;
    background-color:#ffffff;
    padding-left:20px;
    padding-top:25px;
    padding-bottom:20px;
}
.alaune .bloc:hover{
    background-color:#fbf3f4;
}
.alaune .bloc:hover h1{
    color:#202020;
}
.alaune .bloc:hover .surtitre{
    color:#202020;
}
.alaune .surtitre{
    color:#af0137;
    font-family:"proximanova-sb";
    font-size:14px;
    text-transform:uppercase;
    padding-right:2px;
    line-height:20px;
    height:20px;
    width:auto;
    font-weight: normal;
}
.ltIE .alaune .surtitre{
    font-family: "proximanova-sb";
}
.date{
    color:#adadad;
    font-family:"proximanova-sb";
    font-size:14px;
    padding-right:5px;
    line-height:20px;
    height:20px;
    width:auto;
}
.ltIE .date{
    font-family: "proximanova-sb";
}
.alaune h1 {
    color: #AF0137;
    font-family: "proximanova-sb";
    font-size: 24px;
    font-weight: normal;
    height: auto;
    line-height: 24px;
    margin-bottom: 7px;
    padding-right: 10px;
    vertical-align: middle;
    width: 590px;
}
.ltIE .alaune h1{
    font-family: "proximanova-sb";
}
.alaune p{
    margin-right: 20px;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    color:#222222;
    height:auto;
    line-height:18px;
}

.alaune .photo.questions img{
	width:73px;
	height:99px;
}
.alaune .photo.questions{
	width: 73px
}
.photo{
    width:195px;
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
    color:#c4c4c4;
    float:left;
    line-height:12px;
    height:135px; 
    margin-right:10px;
    margin-top:3px;
    margin-bottom:5px;
}
/******************************* PETITS BLOCS A LA UNE ****************************/
.blocsminiune{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    min-height: 140px;
    margin-top:22px;
}
.miniune{
    height:145px;
    width:325px;
    float:left;
    margin-top:5px;
}
.miniune .titrebloc{
    font-family:"proximanova-sb";
    color:#ffffff;
    font-size:18px;
    line-height:24px;
    height:24px;
    width:auto;
    float:left;
    padding-left:10px;
    padding-right:20px;
    background-image: url("img/bg_ttgrissmall.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin-top:-11px;
}
.miniune .bloc{
    height:125px;
    width:285px;
    margin-left:10px;
    background-color:#ffffff;
    border:1px solid #565656;
    padding-left:20px;
    padding-bottom:14px;
}
.miniune .bloc:hover{
    background-color:#fbf3f4;
}
.miniune .bloc:hover h1{
    color:#AF0137;
}

.miniune h1{
    color:#565656;
    font-family:"proximanova-sb";
    font-size:18px;
    padding-right:20px;
    line-height:17px;
    height:84px;
    font-weight:normal;
    width:auto;
    vertical-align:middle;
    margin-top:20px;
}
.ltIE .miniune h1{
    font-family: "proximanova-sb";
}
.miniune .photo{
    width: 103px;
    height: 69px;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    color: #C4C4C4;
    float: left;
    clear: left;
    line-height: 12px;
    margin: 10px 10px 0 0;
}

.miniune .photo img{
    width: 103px;
    height: 69px;
}
.miniune .bt{
    margin-top: 5px;
}
/******************************* ACTUALITES HOME ****************************/
.actualites{
    width:660px;
    height:auto;
    margin-top:30px;	
    float:left;
    padding-top : 26px;
}


.liste .actualites {
    padding-top: 0px; 
}
.actualites .titrebloc{
    font-family:"proximanova-sb";
    color:#ffffff;
    font-size:20px;
    line-height:28px;
    height:28px;
    float:left;
    width:auto;
    padding-left:20px;
    padding-right:30px;
    background-image: url("img/bg_ttrouge.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin-top:-13px;
    z-index:2;
}
.actualites.tag .titrebloc{
    background-image: url("img/bg_ttgris.png");
}
.bandeau_integralite{
    background-image: url("img/bg_bandeau.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 12px;
    margin-left: 230px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
    text-transform: uppercase;
    width: auto;
}
.rose{
    color: #ffbdca;
}
.icon_commentaire{
    background-image: url("img/icon_commentaire.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 13px;
    padding: 5px 16px 2px 25px;
    margin-bottom: 5px;
}
.addthis .icon_commentaire{
    line-height: 13px !important;
    margin-bottom: 0;
}
.actualites .bloc{
    width:630px;
    margin-left:10px;
    margin-top:0;
    background-color:#ffffff;
    padding-top:25px;
    padding-bottom:20px;
    margin-bottom:20px;
}

.actualites .surtitre{
    color:#565656;
    font-family:"proximanova-sb";
    font-size:14px;
    text-transform:uppercase;
    padding-right:6px;
    line-height:20px;
    height:20px;
    width:auto;
    float: left;
    clear: right;
}
.ltIE .actualites .surtitre{
    font-family: "proximanova-sb";
}
.actualites .date, .actualites .icon_commentaire{
    float: left;
}
.actualites h1{
    color:#c2003c;
    font-family:"proximanova-sb";
    font-size:26px;
    padding-right:10px;
    line-height:28px;
    height:auto;
    width:auto;
    font-weight:bold;
    width:590px;
    margin-bottom:10px;
    vertical-align:middle;
    margin-top:4px;
    background:none;
    padding-left:0;
    clear: left;
    font-weight: normal;
}
.ltIE .actualites h1{
    font-family:"proximanova-sb";
}
.actualites .photo img{
    width:195px;
    height:130px;	
}
.actualites .photo.questions img{
	width:73px;
	height:99px;
}
.actualites .photo.questions{
	width: 73px
}
.sponsor{
    clear:both;
    padding-bottom:15px;
    text-align: center;
}
#mea_dossier { 
    background-color: white;
    border: 1px solid black;
    font-family: Arial;
    font-size: 10px;
    color: #ACADAF;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}
.actu_dossier h1{
    background: url("img/icon_dossier.jpg") no-repeat scroll left center transparent;
    color: #565656;
    font-family: "proximanova-sb";
    font-size: 26px;
    font-weight: normal;
    height:auto;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top:8px;
    padding-left: 45px;
    min-height:33px;
    padding-right: 10px;
    vertical-align: middle;
    width: 545px;
}
div.actu_title{
    display: inline;
}
div.actu_title h1{
    clear: none;
}
div.actu_media{
    background: url("img/icon_media.jpg") no-repeat scroll left center transparent;
    margin-bottom: 15px;
    height:35px;
    margin-top:8px;
    margin-right: 10px;
    vertical-align: middle;
    width: 35px;
    float: left;
}
div.actu_audio{
    background: url("img/icon_audio.jpg") no-repeat scroll left center transparent;
    height:35px;
    margin-bottom: 15px;
    margin-top:8px;
    margin-right: 10px;
    vertical-align: middle;
    width: 35px;
    float: left;
}
.nomauteur{
    color: #565656;
    font-family: "proximanova-sb";
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-left: 45px;
    padding-right: 10px;
    width: 545px;
}
.actualites .titre_rose h1{
    color:#AF0137;
}
.actualites .titre_rose .surtitre{
    color:#AF0137;
}
.actu_single{
    border-bottom: 1px solid #DBDBDB;
    height: auto;
}
.actu_dossier{
    padding-bottom: 10px;
}
.actu_dossier:hover{
    background-color:#fbf3f4;
}
.actu_single a.lire_suite{
    padding:10px 20px 20px;
    display:block;
}
.actu_single a.lire_suite:hover{
    background-color:#fbf3f4;
}
.actu_single:hover h1{
    color:#AF0137;
}
.actu_single:hover .surtitre{
    color:#AF0137;
}
.actu_single p{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    min-height: 130px;
    font-weight: 400;
    /*margin-top: 10px;*/
}
.sans_image p{
    min-height:10px;
    margin-top: 0;
}
.liste_dossier{
    background-color: #F1F1F1;
    height: auto;
    margin: 15px auto;
    padding: 10px;
    width: 570px;
}
.dossier_tt{
    font-family:"proximanova-sb";
    color:#222222;
    font-size:18px;
    line-height:20px;
    width:570px;
    margin-bottom:10px;
    height:20px;
    float:left;
}
.dossier_liste{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    min-height: 140px;
    width:570px;
    margin-bottom:10px;
}
.dossier_liste:hover{
    text-decoration: underline;
}
.bt_liredossier{
    background-image: url("img/bg_btliredossier.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    line-height: 21px;
    padding-left: 25px;
    margin-right: 29px;
    width: 94px;
    display: block;
    margin-bottom: 10px;
    float: right;
}
.bt_liredossier:hover{
    background-position: left bottom;
}
.bt_memento{
    background-image: url("img/bg_btmemento.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    padding-left: 30px;
    width: 143px;
    margin-top: 5px;
}
.bt_memento:hover{
    background-position: left bottom;
}
/******************************* PAGINATION ****************************/
.pagination{
    /*background-image: url("img/bg_pagination.jpg");*/
    background-color: #af0037;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    padding: 2px 0 2px 0;
    line-height: 21px;
    margin-left: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    width: 590px;
    position: relative;
}
.pagination a{
    color: #FFFFFF;
    display: inline-block;
    padding: 0 5px 0 5px;
    height: 21px;
}
.pagination a:hover{
    background-color: #7f0228;
}
.pagination a.page-active{
    background-color: #7f0228;
}
.pagination .previous{
    background: url("img/bg_pagination.jpg") center left transparent;
    left: 0;
    padding-left: 30px;
    position: absolute;
    line-height: 25px;
}
.pagination .pag{
    width: 100%;
    text-align: center;
}
.pagination .next{
    background: url("img/bg_pagination.jpg") center right transparent;
    right: 0;
    top: 0;
    padding-right: 30px;
    text-align: right;
    position: absolute;
    line-height: 25px;
}
/******************************* FOOTER ****************************/
.footer{
    background-image: url("img/bg_footer.png");
    background-position: left top;
    background-repeat:repeat-x;
    width:100%;
    height:284px;
}
.foot_container{
    margin:0 auto;
    width:990px;
    height:284px;
}
.foot_left{
    float:left;
    height:245px;
    padding-top:20px;
    width:310px;
    padding-left:10px;
}
.foot_right{
    float:right;
    height:274px;
    width:640px;
}
.foot_plan{
    float:right;
    background-image: url("img/bg_footplan.jpg");
    background-position: left bottom;
    background-repeat:no-repeat;
    height:224px;
    width:640px;
    padding-top:30px;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.foot_plan a{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.foot_plan a:hover{
    text-decoration:underline;
}
.foot_foot{
    float:right;
    height:30px;
    padding-top:10px;
    width:600px;
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:center;
}
.foot_foot ul{
    list-style-type: none;
}
.foot_foot ul li{
    display: inline-block;
}
.foot_foot ul li ~ li:before{
    content: "-";
    margin-right: 5px;
    margin-left: 2px;
}
.foot_foot a{
    color:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.foot_foot a:hover{
    text-decoration:underline;
}
.tt_footer a{
    color: #ffffff;
    font-family: "proximanova-sb";
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    width:140px;
    padding-left:20px;
}
.foot_plan ul{
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    height:auto;
    line-height:16px;
    width: auto;
    padding-left:25px;
    list-style-type:none;
}

.foot_plan .menu{
    padding: 0;
}

.foot_plan .menu .sub-menu > li:before{
    content: '- ';
}

.foot_plan .menu > li > a{
    color: #ffffff;
    font-family: "proximanova-sb";
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    width:140px;
    padding-left:20px;
}

.foot_plan_cola{
    float:left;
    width:200px;
    height:174px;
}
.foot_plan_colb{
    float:left;
    width:200px;
    height:174px;
}
.foot_plan_colc{
    float:left;
    width:200px;
    height:174px;
}

/*
;footer div.menu-menu_site-container {
    height: 174px;
    display: block;
    float: left;
    width: 495px;
}

.footer div.menu-menu_site-container > ul.menu{
    width: 495px;
    height: 174px;
    display: block;
}

.footer div.menu-menu_site-container > ul.menu > li.left{
    float: left;
}
*/

.CDMabof{
    float:left;
    width:310px;
    height:120px;
    margin-top:15px;
    margin-bottom:20px;
    color: #D42F4E;

}
.CDMabof h2{
    font-family: "proximanova-sb";
    font-size: 28px;
    height: 25px;
    margin-left: 10px;
    margin-top: 10px;
}
.CDMabof h3{
    font-size: 18px;
    font-family: "proximanova-sb";
    margin-bottom: 20px;
    margin-left: 10px;
}
.CDMabof p a{
    font-size: 16px;
    color:#ffffff;
    font-family: "proximanova-sb";
    margin-left: 10px;
}
.CDMabof p a:hover{
    text-decoration: underline;
}
.btgros{
    background-image: url("img/bg_btgros.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: "proximanova-sb";
    font-size: 19px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 38px;
    width: 189px;
}
.btgros:hover{
    background-position: left bottom;
}
.archives{
    float:left;
    width:310px;
    background-color:#ffffff;
    height:90px;
}
.archives h3{
    color: #666666;
    font-family: "proximanova-sb";
    font-size: 16px;
    margin: 10px 0 0 10px;
}
.archives p{
    color: #444444;
    font-family:arial;
    font-size: 12px;
    margin-top:10px;
    margin-left:10px;
    float:left;
}
.archives .bt{
    margin-left:10px;
    margin-top:10px;

}
.archives img{
    margin-top:10px;
    margin-left:10px;
    float:left;
}

/********************************************************************************/
/********************************** INSCRIPTION *********************************/
/********************************************************************************/

.guide {
    height: auto;
    margin-top: 25px;
    width: 660px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
    float: left;
}
.guide .titrebloc{
    background-image: url("img/bg_ttorange.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "proximanova-sb";
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-right: 295px;
    padding-left: 20px;
    padding-right: 30px;
    position: absolute;
    width:auto;
    margin-top:-13px;
}
.guide .bloc {
    background-color: #FFFFFF;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding: 25px 20px 20px;
    width: 590px;
}
.guide .surtitre {
    color: #f8941a;
    font-family: "proximanova-sb";
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding-right: 5px;
    text-transform: uppercase;
    width: auto;
    font-weight: bold;
}
.guide h1 {
    background: none repeat scroll 0 0 transparent;
    color: #f8941a;
    font-family: "proximanova-sb";
    font-size: 26px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    min-height: 33px;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle;
    width: 590px;
    font-weight: normal;
}

.guide .bloc img.attachment-post-thumbnail{
    width: 115px;
    height: auto;
    margin-right: 10px;
    float: left;
}

.guide p{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
}
.guide .gform_heading{
    display: none;
}
.guide .gform_wrapper{
    background-color: #fff9f1;
    border:none;
    margin-top: 0;
    padding: 0 10px 10px 10px;
    width: 570px;
    height:auto;
    margin-top:20px;
    clear: left;
    position: relative;
    display: inline-block;
}
.guide .gform_wrapper h4 {
    background: none repeat scroll 0 0 transparent;
    color: #f8941a;
    font-family: "proximanova-sb";
    font-size: 16px;
    height: auto;
    line-height: 18px;
    vertical-align: middle;
}
.guide .gform_wrapper .gfield_html{
    margin-bottom: 0;
}
.guide .gform_wrapper .email, .guide .gform_wrapper .prenom, .guide .gform_wrapper .nom{
    position: relative;
    width: 173px;
    display: inline-block;
    margin-right: 10px;
}
.guide .gform_wrapper .validation_error{
    color: red !important;
}
.guide .gform_wrapper li.gfield.gfield_error{
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    vertical-align: top;
}
.guide .gform_wrapper li.gfield.gfield_error .ginput_container{
    margin-top: 0 !important;
}
.guide .gform_wrapper li.gfield.gfield_error label{
    margin-top: 0 !important;
}
.guide .gform_wrapper li.gfield.gfield_error .gfield_description{
    padding: 0 !important;
    margin-left: 0 !important;
    width: auto;
    color: red;
}
.guide .gform_wrapper .email label, .guide .gform_wrapper .prenom label, .guide .gform_wrapper .nom label{
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.5pt;
    display: block;
    width: auto;
    position: absolute;
    top: 40px;
    left: 0;
}
.guide .gform_wrapper .email input, .guide .gform_wrapper .prenom input, .guide .gform_wrapper .nom input{
    width: 100% !important;
}
.guide .gform_wrapper .civilite{
    display: inline-block;
    width: 365px;
    margin-left: 14px;
}
.guide .gform_wrapper .civilite .ginput_complex{
    width: auto;
}
.guide .gform_wrapper input[type="text"]{
    margin: 10px 15px 10px 1px;
    width: 168px;
}
.guide .gform_wrapper .gform_footer{
    padding: 0 !important;
    margin: 0;
    /*position: absolute;
    bottom: 60px;*/
    margin-top:10px;
}
.guide .gform_wrapper input[type="submit"]{
    border-radius: 5px 5px 5px 5px;
    color: white;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    height: 21px;
    line-height: 20px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 15px;
    width: auto;
    margin: 0 0 10px 0;
    background-image: url("img/bg_btorange.jpg");
    border: none !important;
    cursor: pointer;
}
.guide .gform_wrapper input[type="submit"]:hover{
    background-image: url("img/bg_btorangehover.jpg");
}
.guide .gform_wrapper .under_note{
    margin: 30px 0 0 0 !important;
}
.guide .gform_wrapper .asterisque{
    background: none repeat scroll 0 0 transparent;
    color: #9c9c9c;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: auto;
    line-height: 12px;
    vertical-align: middle;
    width:570px;
}

.guide #gforms_confirmation_message{
    background: none repeat scroll 0 0 transparent;
    color: #f8941a;
    font-family: "proximanova-sb";
    font-size: 16px;
    height: auto;
    line-height: 18px;
    vertical-align: middle;
}


/********************************************************************************/
/*********************************  PAGE DOSSIER  *******************************/
/********************************************************************************/
#page.page_dossier,
.tag #page{
    /*background-image:url("img/bg_top_inter.jpg");
    background-repeat:repeat-x;
    background-position:left 23px;*/
    height:452px;
}
.nav_nivdeux{
    background-image:url("img/bg_navniv2.png");
    background-repeat:no-repeat;
    background-position:left 55%;
    height:75px;
    padding-top:15px;
    padding-bottom:13px;
    display: table;
    width:100%;
}
.nav_nivdeux ul{
    display: table-cell;
    vertical-align: middle;
    padding-top:1px;
    width:100%;
}
.nav_nivdeux ul li{
    display: inline;
    float: left;
    /*font-family: "proximanova-sb";*/
    font-family: Arial;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    list-style-type: none;
    /*margin-top: 25px;*/
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    color:#565656;
}
.nav_nivdeux ul li ~ li:before{
    content: "-";
    margin-right: 10px;
}
.nav_nivdeux ul li a:hover{
    color:#6f6f6f;
}
.nav_nivdeux ul li.current-cat a{
    color:#b40137;
    text-decoration:underline;
}
.tt_cat {
    color: #c2003c;
    float: left;
    font-family: "proximanova-sb";
    font-size: 27px;
    line-height: 75px;
    width: 190px;
    margin-left: 30px;
    padding-top:23px
}

.page_dossier .actualites .titrebloc, 
.tax-series .titrebloc,
.actualites.grey .titrebloc{
    font-family:"proximanova-sb";
    color:#ffffff;
    font-size:20px;
    line-height:28px;
    height:28px;
    float:left;
    width:auto;
    padding-left:20px;
    padding-right:30px;
    background-image: url("img/bg_ttgris.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin-top:-13px;
}
.page_dossier .actualites .bloc, 
.tax-series .actualites .bloc,
.actualites.grey .bloc{
    width:630px;
    margin-left:10px;
    margin-top:0;
    background-color:#ffffff;
    padding-top:25px;
    padding-bottom:20px;
    margin-bottom:20px;
}

/* Page liste */
.actualites.side .bloc p{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    font-weight: normal;
    margin: 10px 20px 10px 20px;
}
.actualites.side .bloc img{
    margin: 0 10px 0 0;
}
.actualites.side .bloc .bt{
    float: none !important;
    display: inline-block;
}

.introduction{
    background-color: #FFFFFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: 0;
    padding: 15px 20px 0px;
    width: 590px;
}

.introduction img{
    float:left;
    margin-right:5px;
}
.resultats{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 19px;
    padding: 15px 20px;
    width: 590px;
	color: #565656;
}
.bt{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    behavior: url("pie/PIE.htc");
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    padding-left: 25px;
    padding-right: 15px;
    width: auto;
    margin:0;
}
.btgrisf{
    background-image: url("img/bg_btgrisf.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.btgrisc{
    background-image: url("img/bg_btgrisc.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.btrouge{
    background-image: url("img/bg_btrouge.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.btgrisf:hover{
    background-image: url("img/bg_btgrisfhover.jpg");
}
.btgrisc:hover{
    background-image: url("img/bg_btgrischover.jpg");
}
.btrouge:hover{
    background-image: url("img/bg_btrougehover.jpg");
}
.sidebar .bt{
    margin:10px 10px 10px 15px;
}

/********************************************************************************/
/******************************** SOMMAIRE DOSSIER ******************************/
/********************************************************************************/
.sommaire_dossier{
    padding: 0 20px 0 20px;
}
/*
.sommaire_dossier h1{
    color: #565656;
    font-family: "proximanova-sb";
    font-size: 26px;
    font-weight: normal;
    height:auto;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top:8px;
    min-height:33px;
    padding-right: 10px;
    vertical-align: middle;
    width: 545px;
}
*/
.sommaire_dossier p{
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 10px 0 !important;
    clear: none;
}
.sommaire_dossier a.lire{
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    float: right;
    font-weight: bold;
    margin: 0 0 30px 0;
}

.sommaire_dossier .liste_dossier{
    clear: right;
    background-color: #f4e8eb;
    border: 1px solid #af0137;
    margin-left: 10px;
    width: 560px;
}
.sommaire_dossier .liste_dossier .dossier_tt{
    font-family: "proximanova-sb";
    color: white;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    float: left;
    width: auto;
    padding-left: 10px;
    padding-right: 20px;
    background-image: url("img/bg_ttrouge.png");
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: -24px;
    margin-left: -21px;
    border: none;
}

.sommaire_dossier .liste_dossier ul{
    list-style-type: none;
    clear: left;
}
.sommaire_dossier .liste_dossier ul li{
    margin-bottom: 5px;
}
.sommaire_dossier .liste_dossier ul li a{
    font-family: "proximanova-sb";
    color: #333333;
    font-size: 18px;
}

.sommaire_dossier .liste_dossier ul li a:hover{
    color: #af0137;
}

/********************************************************************************/
/******************************** MEA MAG - single ******************************/
/********************************************************************************/

.extrait {
    height: auto;
    margin-top: 25px;
    width: 660px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
}
.extrait .bloc {
    background-color: #FFFFFF;
    border: 1px solid #434343;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding: 25px 20px 20px;
    width: 590px;
}
.extrait .surtitre {
    color: #434343;
    font-family: "proximanova-sb";
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-right: 5px;
    text-transform: uppercase;
    width: auto;
}
.extrait h1 {
    background: none repeat scroll 0 0 transparent;
    color: #434343;
    font-family: "proximanova-sb";
    font-size: 26px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin-bottom: 15px;
    min-height: 33px;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle;
    width: 590px;
}
.extrait p{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
}
.extrait .extrait_txt{
    width:590px;
    height:auto;
    position:relative;
}
.extrait .extrait_img{
    width:590px;
    height:200px;
    position:absolute;
    bottom:0;
    left:0;

}
.extrait .btgros{
    background-image: url("img/bg_btgros2.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: "proximanova-sb";
    font-size: 19px;
    height: 37px;
    line-height: 37px;
    padding-bottom: 0;
    padding-left: 20px;
    margin-left:0px;
    width: 182px;
}
.extrait .btgros:hover{
    background-position:left bottom;
}
.extrait .btindispo{
    width:199px;
    background: url("img/indispo_gris.jpg") no-repeat left top ;
}
.extrait .indisponible:hover{
    background-position:left top;
}
.extrait .btmoy{
    background-image: url("img/bg_btmoy.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: "proximanova-sb";
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin-left: 15px;
    margin-top: 14px;
    padding-bottom: 0;
    padding-left: 14px;
    width: 87px;
}
.extrait .btmoy:hover{
    background-position:left bottom;
}
.bloc_integral{
    background-image: url("img/bg_extrait.jpg");
    border:none;
    padding:20px;
    width: 550px;
    height:85px;
    margin-top:10px;
}
.page_article .actualites .bloc_integral h4 {
    background: none repeat scroll 0 0 transparent;
    color: #ffffff;
    font-family: "proximanova-sb";
    font-size: 24px;
    height: auto;
    line-height: 22px;
    vertical-align: middle;
    margin:0;
    margin-bottom: 8px;
}
.bloc_integral .sommaire {
    background: url("img/picto_dl.png") no-repeat scroll 0 50% transparent;
    color: #FFFFFF;
    float: left;
    font-family: "proximanova-sb";
    font-size: 16px;
    margin-left: 15px;
    margin-top: 20px;
    padding-left: 15px;
}
.bloc_integral .sommaire:hover{
    text-decoration:underline;
}
.bandeau_extrait{
    float: right;
    height: 28px;
    width: 255px;
}

/********************************************************************************/
/********************************** OFFRE D'EMPLOI *********************************/
/********************************************************************************/

.offredemploi {
    height: auto;
    padding-top: 30px;
    width: 660px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
    float:left;
}
.offredemploi .titrebloc{
    background-image: url("img/bg_ttbleu.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "proximanova-sb";
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-right: 295px;
    padding-left: 20px;
    padding-right: 30px;
    position: absolute;
    width:auto;
    margin-top:-13px;
}
.offredemploi .bloc {
    background-color: #FFFFFF;
    border: 1px solid #c8c8c8;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding: 25px 20px 20px;
    width: 590px;
}
.offredemploi .surtitre {
    color: #064267;
    font-family: "proximanova-sb";
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-right: 5px;
    text-transform: uppercase;
    width: auto;
}
.offredemploi h1 {
    background: none repeat scroll 0 0 transparent;
    color: #064267;
    font-family: "proximanova-sb";
    font-size: 26px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 8px;
    min-height: 33px;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle;
    width: 590px;
}
.offredemploi p{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
}
.offredemploi h3{
    background-image: url("img/bg_ttrecherche.jpg");
    color: #FFFFFF;
    font-family: "proximanova-sb";
    font-size: 16px;
    height: 19px;
    margin-left: -8px;
    padding-left: 10px;
    padding-top: 5px;
    width: 580px;
}
.offredemploi h4{
    background-image: url("img/bg_ttoffreslistes.jpg");
    color: #FFFFFF;
    font-family: "proximanova-sb";
    font-size: 16px;
    height: 19px;
    margin-left: -8px;
    padding-left: 10px;
    padding-top: 5px;
    width: 580px;
    margin-top:20px;
    margin-bottom:15px;
}
.offredemploi .offre_single{
    color: #064166;
    font-family: "proximanova-sb";
    font-size: 16px;
    height:auto;
    min-height:48px;
    background-position:left top;
    background-repeat:no-repeat;
    padding-left:66px;
    background-image: url("img/icon_emploi.png");
    margin-top:10px;
    margin-bottom:10px;
    width: 524px;
}
.offredemploi .offre_single h5{
    color: #565656;
    font-family: "proximanova-sb";
    font-size: 20px;
    width: 520px;
}
.offredemploi .bt {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    padding-left: 22px;
    padding-right: 12px;
    width: auto;
}
.offredemploi .bt a{
    color: #FFFFFF;
}
.offredemploi .btgrisf {
    background-image: url("img/bg_btgrisf.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.offredemploi .recherche_motclef .btgrisf{
    margin-top: 20px;
}
.offredemploi .btgrisf:hover {
    background-image: url("img/bg_btgrisfhover.jpg");
}
.offredemploi .btbleu {
    background-image: url("img/bg_btbleu.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-top: 20px;
}
.offredemploi .btbleu:hover {
    background-image: url("img/bg_btbleuhover.jpg");
}
.bloc_recherche{
    background-color: #F4F4F4;
    color: #222222;
    height: 175px;
    margin-left: 8px;
    margin-top: 10px;
    width: 582px;
}
.recherche_motclef{
    float: left;
    height: 175px;
    padding-left: 20px;
    width: 270px;
}
.recherche_motclef label{
    color: #676767;
    float: left;
    font-family: arial;
    font-size: 14px;
    height: 20px;
    margin-top: 20px;
    width: 270px;
}
.recherche_motclef input#motclef{
    float: left;
    width: 270px;
}
.recherche_motclef span{
    color: #AAAAAA;
    float: left;
    font-family: arial;
    font-size: 10px;
    margin-top: 14px;
}
.recherche_motclef .recherche_motclef input#expression{
    float: left;
    margin-top: 13px;
}
.recherche_region{
    float: left;
    height: 175px;
    padding-left: 20px;
    width: 270px;
}
.recherche_region label{
    color: #676767;
    float: left;
    font-family: arial;
    font-size: 14px;
    height: 20px;
    margin-top: 20px;
    width: 270px;
}
.recherche_region select{
    float: left;
    width: 250px;
    height:67px
}
.recherche_region .asterisque{
    color: #AAAAAA;
    float: left;
    font-family: arial;
    font-size: 10px;
}

/********************************************************************************/
/********************************** 50 Questions - list *********************************/
/********************************************************************************/
.cquestionstous {
    height: auto;
    margin-top: 14px;
    width: 660px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
    float:left;
}
.cquestionstous .bloc {
    background-color: #FFFFFF;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding: 25px 20px 20px;
    width: 590px;
}
.cquestionstous .top_cquestions{
    background: url("img/bg_top50q.jpg") no-repeat scroll left top #E5DFD7;
    color: #333333;
    font-family: "proximanova-sb";
    font-size: 16px;
    line-height: 18px;
    margin-left: -20px;
    margin-top: -25px;
    padding: 20px 20px 20px 210px;
    width: 400px;
    margin-bottom:20px;
}
.cquestionstous .numeros_prec{
    height:auto;
    width:590px;
}
.cquestionstous .numeros_prec .titrebloc{
    font-family:"proximanova-sb";
    color:#c12239;
    font-size:20px;
    line-height:28px;
    height:28px;
    width:auto;
    float:left;
    padding-left:20px;
    padding-right:30px;
    background-image: url("img/bg_ttbeige.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin-top:-13px;
}
.cquestionstous .numeros_prec .bloc{
    background-color: #FFFFFF;
    border: 1px solid #C12239;
    margin-left: 10px;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 25px;
    width: 540px;
}
.cquestionstous .numeros_prec .bloc .numero_single{
    height:120px;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 260px;
}
.cquestionstous .numero_single .bt {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin: 10px 0 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    width: auto;
}
.cquestionstous .numero_single .btgrisc {
    background-image: url("img/bg_btgrisc.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.cquestionstous .numero_single .btrouge {
    background-image: url("img/bg_btrouge.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.cquestionstous .numero_single .btgrisc:hover {
    background-image: url("img/bg_btgrischover.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.cquestionstous .numero_single h5 {
    font-family:"proximanova-sb";
    color: #434343;
    font-size:12px;
    line-height:16px;
    width:175px;
    float:left;
    text-transform:uppercase;
}
.cquestionstous .numero_single h4{
    font-family:"proximanova-sb";
    color:#c12239;
    font-size:16px;
    line-height:18px;
    width:175px;
    float:left;
}
.cquestionstous .numero_single img{
    float:left;
    margin-right:10px;
    width:73px;
    height:99px;
}
.cquestionstous .numeros_prec .btrouge{
    background-image: url("img/bg_btrouge.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    float:right;
}

/********************************************************************************/
/********************************** 50 Questions - single *********************************/
/********************************************************************************/
.page_article .actualites.cquestions {
    height: auto;
    margin-top: 25px;
    width: 660px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
}
.cquestions .bloc {
    background-color: #FFFFFF;
    border: 1px solid #c4c4c4;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding: 25px 20px 20px;
    width: 590px;
}
.cquestions .surtitre {
    color: #434343;
    font-family: "proximanova-sb";
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding-right: 5px;
    text-transform: uppercase;
    width: auto;
}
.cquestions h1 {
    background: none repeat scroll 0 0 transparent;
    color: #C12239;
    font-family: "proximanova-sb";
    font-size: 26px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 8px;
    min-height: 33px;
    padding-left: 0;
    padding-right: 10px;
    vertical-align: middle;
    width: 590px;
}
.cquestions p{
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
}
.cquestions .extrait_txt{
    width:590px;
    height:auto;
    position:relative;
}
.cquestions .extrait_img{
    bottom:0;
    left:0;
    height: 200px;
    position: absolute;
    width: 590px;
}
.cquestions .btgros{
    background-image: url("img/bg_btgros2.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: "proximanova-sb";
    font-size: 19px;
    height: 37px;
    line-height: 37px;
    padding-bottom: 0;
    padding-left: 20px;
    margin-left:0px;
    width: 182px;
}
.cquestions .btgros:hover{
    background-position:left bottom;
}
.cquestions .btindispo{
    width:199px;
    background: url("img/indispo_gris.jpg") no-repeat left top ;
}
.cquestions .indisponible:hover{
    background-position:left top;
}
.cquestions .btmoy{
    background-image: url("img/bg_btmoy.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    font-family: "proximanova-sb";
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    margin-left: 15px;
    margin-top: 14px;
    padding-bottom: 0;
    padding-left: 14px;
    width: 87px;
}
.cquestions .btmoy:hover{
    background-position:left bottom;
}
.cquestions .bloc_integral{
    background-image: url("img/bg_extrait.jpg");
    border:none;
    padding:20px;
    width: 550px;
    height:85px;
    margin-top:10px;
}
.cquestions .bloc_integral h4 {
    background: none repeat scroll 0 0 transparent;
    color: #ffffff;
    font-family: "proximanova-sb";
    font-size: 24px;
    height: auto;
    line-height: 24px;
    vertical-align: middle;
}
.cquestions .bloc_integral .sommaire {
    background: url("img/picto_dl.png") no-repeat scroll 0 50% transparent;
    color: #FFFFFF;
    float: left;
    font-family: "proximanova-sb";
    font-size: 16px;
    margin-left: 15px;
    margin-top: 20px;
    padding-left: 15px;
}
.cquestions .bloc_integral .sommaire:hover{
    text-decoration:underline;
}
.cquestions .top_cquestions{
    background: url("img/bg_top50q.jpg") no-repeat scroll left top #E5DFD7;
    color: #333333;
    font-family: "proximanova-sb";
    font-size: 16px;
    line-height: 18px;
    margin-left: -20px;
    margin-top: -22px;
    padding: 20px 20px 20px 210px;
    width: 400px;
    margin-bottom:20px;
}
.cquestions .bloc_integral.indispo{
    background: url("img/bg_extrait_indispo.jpg") no-repeat bottom right #575757;
}
.page_article .actualites.cquestions .numeros_prec{
    height:auto;
    width:590px;
}
.page_article .actualites.cquestions .numeros_prec .titrebloc{
    font-family:"proximanova-sb";
    color:#c12239;
    font-size:20px;
    line-height:28px;
    height:28px;
    width:auto;
    float:left;
    padding-left:20px;
    padding-right:30px;
    background-image: url("img/bg_ttbeige.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin-top:-13px;
}
.page_article .actualites.cquestions .numeros_prec .bloc{
    background-color: #FFFFFF;
    border: 1px solid #C12239;
    height: 380px;
    margin-left: 10px;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-top: 25px;
    width: 540px;
}
.page_article .actualites.cquestions .numeros_prec .bloc .numero_single{
    height:120px;
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 260px;
}
.page_article .actualites.cquestions .numero_single .bt {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin: 10px 0 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    width: auto;
}
.cquestions .numero_single .btgrisc {
    background-image: url("img/bg_btgrisc.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.cquestions .numero_single .btrouge {
    background-image: url("img/bg_btrouge.jpg");
    background-position: left top;
    background-repeat: no-repeat;
}
.cquestions .numero_single .btgrisc:hover {
    background-image: url("img/bg_btgrischover.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.cquestions .numero_single h5 {
    font-family:"proximanova-sb";
    color: #434343;
    font-size:12px;
    line-height:16px;
    width:175px;
    float:left;
    text-transform:uppercase;
}
.page_article .actualites.cquestions .numero_single h4{
    font-family:"proximanova-sb";
    color:#c12239;
    font-size:16px;
    line-height:18px;
    width:175px;
    float:left;
}
.cquestions .numero_single img{
    float:left;
    margin-right:10px;
    width:73px;
    height:99px;
}
.cquestions .numeros_prec .btrouge{
    background-image: url("img/bg_btrouge.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    float:right;
}

/* **************** PAGE ARTICLE *************** */
#page.page_article{
   /* background-image:url("img/bg_top_inter.jpg");
    background-repeat:repeat-x;
    background-position:left 23px;*/
    height:452px;
}

.page_article .actualites .bloc{
    width:590px;
    margin-left:10px;
    margin-top:0;
    font-family:Arial;
    background-color:#ffffff;
    border:1px solid #c4c4c4;
    padding-top:25px;
    line-height: 1.6;
    font-size:14px;
    padding:10px 20px 20px;
    margin-bottom:20px;
}
/* ************* CONTENUS ARTICLES ************* */
.page_article .actualites h1{
    margin-bottom: 0;
}
.page_article .actualites .author{
    font-family: "Arial";
    font-size: 14px;
    font-style: italic;
    color: #ADADAD;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
}
.page_article .actualites .chapo{
    font-family: "Arial";
    font-weight: bold;
    font-size: 16px !important;
    line-height: 1.35;
    color: #333333;
    /*min-height: 144px;*/
    margin: 0 0 10px 0 !important;
    clear: none;
}
.page_article .actualites .chapo.noThumb{
    min-height: 10px;
}

img.alignleft{
    float:left;
}
img.alignright{
    float: right;
}
img.aligncenter{
    display: block;
    margin: 0 auto;
}

.page_article .actualites h2{
    width: 100%;
    color: #a10636;
    font-family: "proximanova-sb";
    font-size: 22px;
    border-bottom: 1px solid #a10636;
    line-height: 1.2;
    margin: 25px 0 10px 0;
}
.page_article .actualites h3{
    width: 100%;
    color: #a10636;
    font-family: "proximanova-sb";
    font-size: 18px;
    border-bottom: 1px solid #a10636;
    line-height: 1.2;
    margin: 15px 0 5px 0;
}
.page_article .actualites h4{
    color: #2a2a2a;
    font-family: "proximanova-sb";
    font-size: 16px;
    line-height: 1.1;
    margin: 10px 0 5px 0;
}
.page_article .actualites p{
    font-family: "Arial";
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    margin: 0 0 10px 0;
}
.page_article .actualites p a .size-full.wp-image-284.alignleft {
    float: left;
    margin-right: 10px;
}
.page_article .actualites a{
    text-decoration: underline;
    /*font-weight: bold;*/
}
.vvqbox{
    margin: 0 !important;
}
.page_article .actualites a:hover{
    color: black;
    color: #a10636;
}
.page_article .actualites a.cboxElement{
    text-decoration: none;
}
.page_article .actualites .gm-inter-titre{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.page_article .actualites .gm-encadre{
    background-color: #f5e6eb;
    /*border: 1px solid #e8e5e6;*/
    padding: 10px 20px;
    display: block;
    margin:0;
}
.page_article .actualites .wp-caption-text{
    background-color: #fafafa;
    padding: 5px;
    color: #939393;
    font-size: 12px;
    font-weight: normal;
}
.page_article .actualites .wp-caption-text a{
    text-decoration: none;
}
.aligncenter{
    margin:0 auto;
}
.wp-caption.alignleft{
    float:left;
}
.wp-caption.alignright{
    float:right;
}
div.wp-caption_rgx.alignleft{
    float:left;
    margin-right:10px;
}
div.wp-caption_rgx.alignright{
    float:right;
    margin-left:10px;
}
sub{
    font-size: 9px;
    vertical-align: sub;
}
sup{
    vertical-align: super;
    font-size: 9px;
}
span.copyright{
    display: block;
    color:#C4C4C4;
    font-weight: normal;
    text-decoration: none;
}
.page_article .actualites sup a{
    text-decoration: none;
    color: #a10636;
}
.page_article .actualites sup a:hover{
    color: #a10636;
}
.page_article .actualites ol, .page_article .actualites ul{
    font-family: Arial;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-left: 40px;
    margin-bottom: 10px;
}
.page_article .actualites blockquote{
    background: url('img/quote.jpg') no-repeat top left transparent;
    padding-left: 45px;
    font-style: italic;
}
/* ************* Share AddThis ************* */
.addthis{
    width: 580px;
    padding: 5px 5px 2px 5px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.addthis a{
    margin-right: 10px;
    font-weight: normal;
}
.addthis_button_tweet.at300b {
    width: 90px;
}

.addthis .print_button{
    background-color: transparent;
    position: relative;
    top: 3px;
    float: right;
}
.addthis .mail_button{
    background-color: transparent;
    position: relative;
    top: 2px;
    float: right !important;
}

#at16pm{
    height: 305px !important;
}
#at_email #at16meo, #at16pf{
    display: none !important;
}

/* ************* Note de bas de page ************* */
.footNotes{
    width: 570px;
    padding: 15px 10px 15px 10px;
    background-color: #f8f8f8;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
    color: #323232;
    margin-top: 5px;
}
.footNotes a{
    text-decoration: none;
    font-family: Arial;
    font-size: 12px;
}
.page_article .actualites .footNotes a{
    text-decoration: none;
    font-weight: normal;
}
.page_article .actualites .footNotes a:hover{
    color: #323232;
}
.page_article .actualites .footNotes p{
    font-size: 12px !important;
    color: #323232 !important;
    margin: 2px 0 5px 0 !important;
}
.page_article .actualites .footNotes p a{
    color: #a10636;
    text-decoration: none;
}
.page_article .actualites .footNotes p a:hover{
    color: #a10636;
}

/* Chiffres cles */
.page_article .actualites .keynumbers, .page_article .actualites .references{
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-family: Arial;
    font-size: 14px;
    color: #2a2a2a;
    margin: 20px 0 20px 0;
}
.page_article .actualites .keynumbers *, .page_article .actualites .references *{
    font-family: Arial;
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.6;
    margin: 0 0 10px 0;
}
.page_article .actualites .keynumbers h3, .page_article .actualites .references h3{
    font-family: "proximanova-sb";
    font-size: 18px;
    color: #434343;
    border-bottom: 0px;
}
.page_article .actualites .keynumbers ul, .page_article .actualites .references ul{
    list-style-type: square;
    margin-left: 30px;
}

/* aller plus loin */
.page_article .actualites .gofurther, .page_article .actualites .themes{
    border: 1px solid #6c6c6c;
    padding: 10px;
    font-family:Arial;
    margin: 30px 0 20px 10px;
}
.page_article .actualites .gofurther .titrebloc, .page_article .actualites .themes .titrebloc{
    background-image: url("img/bg_ttgris.png");
    position: relative;
    bottom: 11px;
    right: 21px;
    padding-left: 10px;
    padding-right: 20px;
}
.page_article .actualites .gofurther ul, .page_article .actualites .themes ul{
    list-style-type: none !important;
    margin-left: 0;
}
.page_article .actualites .gofurther ul li{
    background: url('img/icon_gofurther.jpg') no-repeat 0 5% transparent;
    padding-left: 30px;
    height: auto;
    line-height: 1.6;
    vertical-align: middle;
    margin-bottom: 10px;
}
.page_article .actualites .themes ul li{
    display: inline-block;
    background: url('img/arrow_list.png') no-repeat 0 50% transparent;
    padding-left: 14px;
    height: 35px;
    line-height: 35px;
    margin: 0px 10px 0 10px;
    vertical-align: middle;
}
.page_article .actualites .themes ul li a, .page_article .actualites .gofurther ul li a{
    font-family: "proximanova-sb";
    color: #2A2A2A;
}
.page_article .actualites .gofurther ul li a{
    font-family: "Arial";
}
.page_article .actualites .gofurther ul li a:hover{
    color: #A10636;
}
.page_article .actualites .themes ul li a:hover{
    color: #A10636;
}

/* Fait parti de (Part-of) */
.page_article .actualites .part-of{
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    padding: 5px;
    margin: 20px 0 20px 0;
}  
.page_article .actualites .part-of p{
    font-family: "proximanova-sb";
    font-size: 14px;
    font-weight: normal;
    color: #656565;
    margin-bottom: 0;
    line-height:1;
}
.page_article .actualites .part-of p.folder_name{
    font-size: 16px;
    color: #d42459;
}
.page_article .actualites .part-of a.bt{
    float: none ;
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
}
.page_article .actualites .part-of a.bt:hover{
    color: white;
}

/* Sommaire Dossier */
#sommaire-du-dossier{
    clear: right;
    background-color: #f4e8eb;
    border: 1px solid #af0137;
    margin-left: 15px;
    margin-top: 30px;
    margin:30px auto 10px auto;
    width: 570px;
}
#sommaire-du-dossier h3{
    font-family: "proximanova-sb";
    color: #af0137;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    float: left;
    width: auto;
    padding-left: 10px;
    padding-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

#sommaire-du-dossier a.commande{
display: inline-block;
width:103px;
height:26px;
line-height: 26px;
color:#af0137;
padding-left:15px;
margin-top: 10px;
  margin-left: 20px;
   text-decoration: none;
}
#sommaire-du-dossier a.commande:hover{
    color:#000;
}
#sommaire-du-dossier a.opened{
background: url('img/up.png') no-repeat left #fff;
}
#sommaire-du-dossier a.closed{
background: url('img/down.png') no-repeat left #fff;
}
#sommaire-du-dossier a.bt_newdossier{
 margin-top: 10px;
  margin-right: 20px;
display: inline-block;
float: right;
background: url('img/bt_new_dossier.png') no-repeat left #fff; 
 width:105px;
 height:26px;
 line-height: 17px;
 padding-left:20px;
 color: #fff;
 font-family: none; 
 font-size: 14px!important;
 text-decoration: none;
}
a.home_dossier:hover{
    color:#af0137;
}

#sommaire-du-dossier ul{
    list-style-type: none;
    clear: left;
    margin: 15px 10px 20px 20px;
    line-height: 1.2;
}
#sommaire-du-dossier ul li{
    margin-bottom: 15px;
    font-size:8px!important;
    /*OAM*/
}
#sommaire-du-dossier ul li a{
    font-family: "arial";
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}

#sommaire-du-dossier ul li a.current,
#sommaire-du-dossier ul li a:hover{
    color: #af0137;
}

/* Navigation Inter Article */
.interarticle{
    height: 50px;
    width: 100%;
    border-bottom: 2px solid #dedede;
    padding-top: 10px;
}
.interarticle .date-link{
    display: none;
}
.interarticle a{
    text-decoration: none !important;
    font-family: "proximanova-sb";
    font-size: 16px !important;
    color: #333333;
    font-weight: normal !important;
    line-height: 27px;
}
.interarticle .actus-precedentes{
    float: left;
    background: url('img/left_grey_arrow.jpg') no-repeat left transparent;
    padding-left: 35px;
    margin-left: 13px;
}
.interarticle .actus-suivantes{
    float: right;
    background: url('img/right_grey_arrow.jpg') no-repeat right transparent;
    padding-right: 35px;
}

.btn_dossier_bas{
    float: right;
    height: 20px;
    margin: 10px 0 0 0;
}
.btn_dossier_bas a{
    display: inline-block;
    text-decoration: none !important;
    margin-left: 10px;
}
.btn_dossier_bas a:hover{
    color: white !important;
}

/* Pagination des dossiers */
.actus-page-nav{
    width:573px;
    margin:20px auto 0 auto;
    background:#af0037;
    height: 21px;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 21px;
    font-weight: bold;
    font-size: 12px;
    padding: 2px 0 2px 0;
    text-align:center;
    position:relative;
}
.actus-page-nav a{
    color: white;
    text-transform: uppercase;
}
.actus-page-nav .page-suivante{
    position:absolute;
    right: 0;
    padding-right: 30px;
    background: url("img/bg_pagination.jpg") center right transparent;
}
.actus-page-nav .page-precedente{
    position:absolute;
    left:0px;
    padding-left: 30px;
    background: url("img/bg_pagination.jpg") center left transparent;
}

/* Commentaires */
#comments{
    margin-top:30px;
}
.comment-title{
    font-family:"proximanova-sb" !important;
    color:#ffffff !important;
    font-size:20px !important;
    line-height:28px !important;
    height:28px;
    float:left;
    padding-left:10px;
    padding-right:20px;
    background-image: url("img/bg_ttrouge.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin: -13px 0 0 0 !important;
    border: none !important;
    width: auto !important;
    position: absolute;
    z-index: 99999;
}
.commentlist{
    height:auto;
    background-color: transparent;
    border-top: 1px solid #595959;
    position: relative;
    padding: 30px 0 0 0;
}
.commentlist li {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    font-family: Arial;
    color: #acacac;
    font-size: 12px;
    font-weight: normal;
}
.commentlist li ~ li{
    margin-top: 10px;
}
.commentlist li .vcard img{
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
.commentlist li .reply{
    display: none;
}
.commentlist li .vcard a{
    text-decoration: none;
    color: #acacac;
    font-weight: normal;
}
.commentlist li .vcard .fn{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
.commentlist li .comment-content p{
    margin: 10px 0 0 0 !important;
}
.commentlist li .comment-awaiting-moderation{
    color: #C67B7B;
    text-decoration: none;
    font-style: normal;
    background-color: #FFEAEA;
    padding: 2px;
    display: inline-block;
    margin-top: 2px;
}

#comments .form-allowed-tags{
    display: none;
}
#comments .comment-notes{
    position: absolute;
    bottom: 30px;
    left: 145px;
    font-family: Arial;
    font-size: 14px;
    color: #676767;
}
#respond{
    width:590px;
    height:auto;
    margin-top:30px;
    background-color: #f5f5f5;
    border-top: 1px solid #595959;
    position: relative;
}
#respond h3#reply-title{
    font-family:"proximanova-sb";
    color:#ffffff;
    font-size:20px;
    line-height:28px;
    height:28px;
    float:left;
    width:auto;
    padding-left:10px;
    padding-right:20px;
    background-image: url("img/bg_ttrouge.png");
    background-position:right top;
    background-repeat:no-repeat;
    margin-top:-15px;
    border: none;
}
#respond #commentform{
    clear: left;
    margin: 30px 20px 0 20px;
}
#respond input, #respond textarea{
    border: 1px solid #cccccc;
}
#respond input:focus, #respond textarea:focus{
    border: 1px solid #808080;
    box-shadow: none;
}
#comment{
    width: 395px;
}
#respond label{
    color: #676767;
    font-family: Arial;
    font-weight: normal;
    font-size: 14px;
    min-width: 120px;
    display: inline-block;
    vertical-align: top;
}
.comment-form-comment label{
    margin-right: 5px;
}

#respond label.error {
    color:#CD3333;
    float:right;
    margin-right:30px;
}
#respond label.error.wrong_captcha{
    position:absolute;
    bottom:-21px;
    right:-20px;
}
/*
.form-submit #submit, 
form #recaptcha-submit-btn-area {
    background-image: url("img/bg_commentaire_cdm.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 19px;
    width:174px;
    margin:0;
    cursor: pointer;
    border:none;
}
.form-submit #submit:hover, 
form #recaptcha-submit-btn-area{
    background-image: url("img/bg_commentaire_cdmhover.png");
}
*/
.form-submit #submit{
    background-image: url("img/bg_commentaire_cdm.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 19px;
    width:174px;
    margin:0;
    position: absolute;
    bottom: 10px;
    left: 145px;
    cursor: pointer;
    border:none;
}
.form-submit #submit:hover{
    background-image: url("img/bg_commentaire_cdmhover.png");
}
#respond .p_captcha{
    float: left;
    width: 125px;
    margin-top: 30px;
}
#respond .captcha{
    float: left;
    width: 380px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 70px;
    background-color: white;
    border: 1px solid #e5e5e5;
    position:relative;
}
#respond .captcha img{
    border: 1px solid #e5e5e5;
    float: left;
}
#respond .captcha input{
    width: 200px;
    margin-top:10px;
}
#respond .captcha span{
    background: url('img/reCaptcha.jpg') no-repeat 0 0 transparent;
    font-size: 0;
    width: 85px;
    height: 50px;
    display: block;
    float: left;
    margin-left: 12px;
}
#respond .captcha span:hover{
    background: url('img/reCaptcha_hover.jpg') no-repeat 0 0 transparent;
}

/* ***************************************
* Page Type  (Mention legales)
*************************************** */
.actualites.single .bloc{
    width: 980px;
    font-family: Arial;
    font-size: 12px;
    color: #1c1c1c;
    font-weight: normal;
}

.actualites.single .bloc h2, .actualites.side .bloc h2{
    font-family: "proximanova-sb";
    font-size: 18px;
    color: #af0137;
    margin-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.actualites.single .bloc h2{
    margin-left:0;
}
.actualites.single .bloc p{
    font-family: Arial,Helvetica,sans-serif;
    height: auto;
    line-height: 1.3;
    font-weight: normal;
}
.actualites.single .bloc a{
    font-weight: bold;
}
.actualites.single .bloc a:hover{
    text-decoration: underline;
}

.actualites.single .bloc ol, .actualites.single .bloc ul{
    margin: 0 20px 0 40px;
    font-family: Arial;
    font-size: 14px;
    color: #1c1c1c;
}

.actualites.single .bloc ol li, .actualites.single .bloc ul li{
    margin-bottom: 15px;
}

/********************************************************************************/
/********************************* ABONNEMENT *******************************/ 
/********************************************************************************/
.abonnement {
    padding-top: 25px;
    width: 990px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
}
.abonnement .titrebloc{
    background-image: url("img/bg_ttrouge.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "proximanova-sb";
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-right: 295px;
    padding-left: 20px;
    padding-right: 30px;
    position: absolute;
    width:auto;
    margin-top:-13px;
}
.abonnement .bloc {
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding: 17px;
    width: 936px;
    /*height:665px;*/
}
.abonnement .bloc_gris{
    width:916px;
    height:66px;
    padding-top:30px;
    background-image: url("img/bg_blocgris.jpg");
    padding-left:20px;
    background-position:right top;
}
.abonnement .bloc_gris .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:28px;
    width:900px;
    float: left;
}
.abonnement .bloc_gris p{
    color:#575757;
    font-family: "proximanova-sb";
    font-size: 20px;
    line-height:28px;
    width:900px;
}
.abonnement .formules{
    color:#2c2c2c;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:28px;
    width:896px;
    padding:20px;
    text-align:center;
    text-transform:uppercase;
}
.abonnement .bloc_pro {
    width:433px;
    height:198px;
    float:left;
    padding-top:25px;
    background-image: url("img/bg_abopro.jpg");
    padding-left:25px;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background-position:right top;
    margin-right:12px;
}
.abonnement .bloc_pro .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:28px;
    width:430px;
    float:left;
}
.abonnement .bloc_pro p{
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:15px;
    margin-top:5px;
    margin-bottom:20px;
    float:left;
    width: 325px;
}
/*
.abonnement .bloc_pro .gros_bleu{
    width:171px;
    height:32px;
    float:left;
    font-size:0;
    margin-top:15px;
    background-image: url("img/bt_jemabonne.png");
    background-position:left top;
    float:left;
}
*/
.abonnement .bloc_pro .gros_bleu:hover{
    background-position:left bottom;
}
.abonnement .bloc_pro .gros_bleuf{
    width:181px;
    height:32px;
    margin-top:13px;
    float:left;
    font-size:0;
    background-image: url("img/bt_pro.png");
    background-position:left top;
    float:left;
}
.abonnement .bloc_pro .gros_bleuf:hover{
    background-position:left bottom;
}
.abonnement .bloc_perso{
    width:433px;
    height:198px;
    float:left;
    padding-top:25px;
    background-image: url("img/bg_aboperso.jpg");
    padding-left:25px;
    border-left:1px solid #e7e7e7; 
    border-bottom:1px solid #e7e7e7; 
    background-position:right top;
}
.abonnement .bloc_perso .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:28px;
    width:430px;
    float:left;
}
.abonnement .bloc_perso p{
    color:#333333;
    margin-top:5px;
    margin-bottom:20px;
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height:15px;
    padding-right:180px;
    width: 325px;
}
.abonnement .bloc_bonnesraisons{
    width:660px;
    float:left;
    margin-top:15px;

}
.abonnement .gros_bleu{
    width:171px;
    height:32px;
    float:left;
    font-size:0;
    margin-top:15px;
    background-image: url("img/bt_jemabonne.png");
    background-position:left top;
    clear:both;
    float:right;
}
.abonnement .bloc_perso .gros_bleu:hover{
    background-position:left bottom;
}
.abonnement .bloc_perso .gros_bleuf{
    width:181px;
    height:32px;
    margin-top:13px;
    font-size:0;
    float:left;
    background-image: url("img/bt_perso.png");
    background-position:left top;
    float:left;
}
.abonnement .bloc_perso .gros_bleuf:hover{
    background-position:left bottom;
}
.abonnement .bloc_bonnesraisons .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:28px;
    width:650px;
    float:left;
}
.abonnement .bloc_bonnesraisons_single{
    width:330px;
    float:left;
    height:97px;
    padding-top:10px;
    padding-bottom:10px;

}
.abonnement .bloc_bonnesraisons_single .tt{
    color:#e3e3e3;
    font-family: "proximanova-sb";
    font-size:60px;
    line-height:60px;
    width:50px;
    float:left;
}
.abonnement .bloc_bonnesraisons_single p{
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 15px;
    width: 275px;
    padding-top:5px;
}
.abonnement .bloc_lesplus{
    width:225px;
    margin-left:15px;
    float:left;
    background-color:#f0f0f0;
    padding:15px;
    margin-top:15px;
}
.abonnement .bloc_lesplus .tt {
    color: #AF0137;
    float: left;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height: 28px;
    width: 230px;
}
.abonnement .bloc_lesplus .listeplus{
    background-image: url("img/icon_liste.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 15px;
    padding-left: 15px;
    width: 220px;
}
/********************************************************************************/
/**************************** ABONNEMENT PERSO *****************************/ /********************************************************************************/

.abonnement_perso {
    /*height:740px;*/
    padding-top: 25px;
    width: 990px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
}
.abonnement_perso .titrebloc{
    background-image: url("img/bg_ttrouge.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "proximanova-sb";
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-right: 295px;
    padding-left: 20px;
    padding-right: 30px;
    position: absolute;
    width:auto;
    margin-top:-13px;
}
.abonnement_perso .bloc {
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding:10px 17px 17px;
    width: 936px;
}
.abonnement_perso .retour{
    color:#333333;
    font-family: "proximanova-sb";
    font-size: 14px;
    line-height:14px;
    text-align:right;
    width:auto;
}
.abonnement_perso .retour .ttes{
    color:#333333;
    font-family: "proximanova-sb";
    font-size: 14px;
    line-height:14px;
    width:auto;
}
.abonnement_perso .retour .form{
    color:#333333;
    font-family: "proximanova-sb";
    font-size: 14px;
    line-height:14px;
    width:auto;
}
.abonnement_perso .retour .ttes:hover, .abonnement_perso .retour .form:hover{
    text-decoration: underline;
}
.abonnement_perso .retour .form .rouge{
    color:#af0137;
}
.abonnement_perso .bloc_gris{
    width:916px;
    height:66px;
    margin-top:5px;
    padding-top:15px;
    background-color:#e7e7e7;
    padding-left:20px;
    background-position:right top;
    padding-bottom:10px;
}
.abonnement_perso .bloc_gris .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:28px;
    float:left;
    width:650px;
}
.abonnement_perso .bloc_gris p{
    color:#575757;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:18px;
    float:left;
    width:650px;
}
.abonnement_perso .bloc_gris .prix{
    color:#575757;
    font-family: "proximanova-sb";
    font-size: 16px;
    line-height:20px;
    width:250px;
    float:right;
}
.abonnement_perso .bloc_gris .prix .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 50px;
    line-height:44px;
    float:left;
    width:100%;
}
.abonnement_perso .bloc_gris .prix .tt .pt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 26px;
    line-height:26px;
    width:auto;
}
.abonnement_perso .bloc_gris .prix p{
    color:#575757;
    font-family: "proximanova-sb";
    font-size: 17px;
    line-height:17px;
    width:auto;
    float:left;
}
.abonnement_perso .bloc_gris .prix p .pt{
    color:#575757;
    font-family: "proximanova-sb";
    font-size: 13px;
    line-height:13px;
    width:auto;
}
.abonnement_perso .bloc_abo{
    width:897px;
    height:367px;
    background-image: url("img/bg_aboperso2.jpg");
    padding:20px;
    margin-top:15px;
}
.abonnement_perso .bloc_abo .tt{
    color: #2C2C2C;
    float: left;
    font-family: "proximanova-sb";
    font-size: 24px;
    line-height: 32px;
    width: 900px;
}
.abonnement_perso .bloc_abo .listeplus{
    background-image: url("img/puce_abo.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 15px;
    padding-left: 15px;
    width:620px;
}
.abonnement_perso .bloc_cadeau{
    background-image: url("img/img_livre.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    font-size:14px;
}
.abonnement_perso .bloc_cadeau img{
    float:left;
}
.abonnement_perso .bloc_cadeau .tt{
    color:#2db5df;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:34px;
    margin-top:15px;
}

.abonnement_perso .bloc_cadeau p{
    color:#2db5df;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:18px;
    float:left;
    margin-top:5px;
    color:#303030;
    width:770px;
}
.abonnement_perso ul{
    list-style: none;
}
.abonnement_perso .gros_bleu{
    float:right;
    font-size:0;
    width:252px;
    height:47px;
    margin-top:10px;
    background-image: url("img/bt_jemabonne.png");
    background-position:left top;
}
.abonnement_perso .gros_bleu:hover{
    background-position:left bottom;
}

/********************************************************************************/
/****************************** ABONNEMENT PRO *****************************/ 
/********************************************************************************/
.abonnement_pro {
    /*height:740px;*/
    padding-top: 25px;
    width: 990px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#676767;
}
.abonnement_pro .titrebloc{
    background-image: url("img/bg_ttrouge.png");
    background-position: right top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: "proximanova-sb";
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-right: 295px;
    padding-left: 20px;
    padding-right: 30px;
    position: absolute;
    width:auto;
    margin-top:-13px;
}
.abonnement_pro .bloc {
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 0;
    padding:10px 17px 17px;
    width: 936px;
}
.abonnement_pro .retour{
    color:#333333;
    font-family: "proximanova-sb";
    font-size: 14px;
    line-height:14px;
    width:auto;
    text-align: right;
}
.abonnement_pro .retour .ttes{
    color:#333333;
    font-family: "proximanova-sb";
    font-size: 14px;
    line-height:14px;
    width:auto;
}
.abonnement_pro .retour .form .rouge{
    color:#af0137;
}
.abonnement_pro .retour .form{
    color:#333333;
    font-family: "proximanova-sb";
    font-size: 14px;
    line-height:14px;
    width:auto;
}
.abonnement_pro .retour .ttes:hover, .abonnement_pro .retour .form:hover{
    text-decoration: underline;
}
.abonnement_pro .bloc_gris{
    width:916px;
    height:66px;
    margin-top:5px;
    padding-top:15px;
    background-color:#e7e7e7;
    padding-left:20px;
    background-position:right top;
    padding-bottom:10px;
}
.abonnement_pro .bloc_gris .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:28px;
    float:left;
    width:650px;
}
.abonnement_pro .bloc_gris p{
    color:#575757;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:18px;
    float:left;
    width:650px;
}
.abonnement_pro .bloc_gris .prix{
    color:#575757;
    font-family: "proximanova-sb";
    font-size: 16px;
    line-height:20px;
    width:250px;
    float:right;
}
.abonnement_pro .bloc_gris .prix .tt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 50px;
    line-height:44px;
    float:left;
    width:100%;
}
.abonnement_pro .bloc_gris .prix .tt .pt{
    color:#af0137;
    font-family: "proximanova-sb";
    font-size: 26px;
    line-height:26px;
    width:auto;
}
.abonnement_pro .bloc_gris .prix p{
    color:#575757;
    font-family: "proximanova-sb";
    font-size: 17px;
    line-height:17px;
    width:auto;
    float:left;
}.abonnement_pro .bloc_gris .prix p .pt{
    color:#575757;
    font-family: "proximanova-sb";
    font-size: 13px;
    line-height:13px;
    width:auto;
}
.abonnement_pro .bloc_abo{
    width:897px;
    height:367px;
    background-image: url("img/bg_abopro.jpg");
    padding:20px;
    margin-top:15px;
}
.abonnement_pro .bloc_abo .tt{
    color: #2C2C2C;
    float: left;
    font-family: "proximanova-sb";
    font-size: 24px;
    line-height: 32px;
    width: 900px;
}
.abonnement_pro .bloc_abo .listeplus{
    background-image: url("img/puce_abo.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #333333;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 15px;
    padding-left: 15px;
    width:620px;
}
.abonnement_pro .bloc_cadeau{
    background-image: url("img/img_livre.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    font-size:14px;
}
.abonnement_pro .bloc_cadeau img{
    float:left;
}
.abonnement_pro .bloc_cadeau .tt{
    color:#2db5df;
    font-family: "proximanova-sb";
    font-size: 28px;
    line-height:34px;
    margin-top:15px;
}

.abonnement_pro .bloc_cadeau p{
    color:#2db5df;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height:18px;
    float:left;
    margin-top:5px;
    color:#303030;
    width:770px;
}
.abonnement_pro ul{
    list-style: none;
}
.abonnement_pro .gros_bleu{
    float:right;
    font-size:0;
    width:252px;
    height:47px;
    margin-top:10px;
    background-image: url("img/bt_jemabonne.png");
    background-position:left top;
}
.abonnement_pro .gros_bleu:hover{
    background-position:left bottom;
}



/* partie tronquee */
.contenu-tronque {
  position: relative;
  margin: 29px 0 29px;
}
.contenu-tronque .extrait-img {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 600px;
  height: 100px;
}
/* /partie tronquee */

#reserve-contenu-accessible{
	padding: 15px;
	border: 1px solid #d9d8ce;
	color: #333;
	margin-bottom: 20px;
	background-color: #f2f2e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#reserve-contenu-accessible strong{
	font-size:12px;
}

/* partie necessitant une identification */
.wrap-reserve {
  border-top: 3px solid #AF0037;
  height:400px;
}
.wrap-reserve .design-bordure {
  background: #ecf0f4;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.design-bordure h4 {
  	color: #333333;
    font: 700 1.6em/85% "Roboto" !important;
    letter-spacing: -0.5px;
    margin: 0 0 5px;
	text-align:center;
	padding:10px 0;
}
.design-bordure h4 span {
  display: block;
  color: #333333;
  font:300 0.9em "robotolight" !important;
}

.design-bordure .bloc-reserve {
  background: none;
  padding: 0 0 20px;
}
.design-bordure.reserve-abonne .bloc-reserve {
  padding: 0;
}
.bloc-reserve .reserve-gauche, .bloc-reserve .reserve-droit {
  float: left;
}
.bloc-reserve .reserve-gauche {
  background: url('../images/separateurV.png') repeat-y right top;
  width: 245px;
  padding: 0 28px 0 47px;
  position: relative;
}
.design-bordure.reserve-abonne .bloc-reserve .reserve-gauche {
   padding: 0 28px 30px 47px;
}
.bloc-reserve .reserve-droit {
  width: 258px;
  margin: 0 auto;
}
.bloc-reserve .reserve-gauche .tips {
  float: left;
  margin: 6px 0 0 8px;
  position: relative;
  z-index: 100;
}
.bloc-reserve .reserve-gauche .tips .bulle {
  position: absolute;
  left: 27px;
  top: 12px;
  z-index: 100;
}
.bloc-reserve .reserve-gauche .tips .bulle .toptips {
  background: url('../images/top-fond-bulle.png') no-repeat left top;
  width: 204px;
  height: 10px;
}
.bloc-reserve .reserve-gauche .tips .bulle .centertips {
    background: url('../images/center-fond-bulle.png') repeat-y left top;
    padding: 2px 11px 2px 12px;
    width: 181px;
}
.bloc-reserve .reserve-gauche .tips .bulle .bottomtips {
  background: url('../images/bottom-fond-bulle.png') no-repeat left top;
  width: 211px;
  height: 13px;
}
 .tips .centertips .bullReserve {
  font: 400 1.2em/120% "robotocondensed" !important;
  color: #333;
}
 .tips .centertips .bullReserve span {
  font: 400 1em/120% "robotobold_condensed" !important;
}
 .tips .centertips .bullReserve .txtOrange {
  color: #ffa100;
}
 .tips .centertips .bullReserve .txtVert,
 .reserve-droit .label-club-technique,
 .reserve-essai .label-club-technique {
  color: #00632c;
}
 .tips .centertips .bullReserve .txtBleu,
 .reserve-droit .label-club-prevention-securite,
 .reserve-essai .label-club-prevention-securite {
  color: #004d9a;
}
 .tips .centertips .bullReserve .txtViolet,
 .reserve-droit .label-club-finances,
 .reserve-essai .label-club-finances {
  color: #622181;
}

.content-inner .reserve-gauche h5, .content-inner .reserve-droit h5 {
  font: 1.65em "robotobold_condensed" !important;
  text-align: center;
}
 .design-bordure .reserve-gauche h5 {
  float: left;
  padding-left: 0!important;
  padding-right: 0!important;
}
 .design-bordure.reserve-finance .reserve-gauche h5 {
  color: #668307;
  padding: 6px 0 16px 25px;
}
 .design-bordure.reserve-finance .reserve-droit h5 {
 color: #333; 
}
 .design-bordure .reserve-droit h5 {
  letter-spacing: 1px;
  padding: 6px 0 0;
  color: #AF0037;
}
.reserve-gauche .form-identifiant {
  padding: 0 0 0 3px;
}
.reserve-gauche .btConnexion {
  width: 100%;
}
.reserve-gauche input[type="text"],.reserve-gauche input[type="password"] {
  width: 205px;
  height: 30px;
  border: 1px solid #e0e0e0;
  margin: 0 0 13px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  text-align: center;
  font: 1.3em "robotolight";
  color: #666;
}
.reserve-gauche  input[type="text"].erronne {
  border-color: #cd3636;
}
 .btConnexion p {
  float: left;
  line-height: 100%;
  margin: 0;
}
 .btConnexion p.passeOublie, .btConnexion p.Rattacher {
  margin: 0 14px 0 0;
}
 .btConnexion p.reserve-connexion {
  margin: 12px 0 0;
  color: #fff;
  width: 93px;
}
 .btConnexion p.reserve-connexion a {
  width: 90px;
  font: 400 0.75em "Roboto";
}
 a.btnGris {
  background: url('./images/bouton-fond-31.jpg') repeat-x left top;
  border: 1px solid #282828;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #FFFFFF !important;
  text-align: center;
  padding: 3px 8px 5px;
  /*height: 23px;*/
}
 a.btnGris:hover {
  text-decoration: none !important;
  background-position: bottom;
  color: #FFFFFF !important;
}
 .btConnexion p.reserve-connexion a span {
  color: #fff;
}
.btConnexion label {
  text-decoration: underline;
  font-family: 'Georgia' !important;
  font-size: 11px !important;
  color: #666 !important;
}
.btConnexion .lien-reserve, .btConnexion .lien-rattacher {
  display: block;
  font-family: 'Georgia' !important;
  font-size: 11px !important;
  color: #666 !important;
  text-decoration: underline !important;
  padding: 0 !important;
}
.btConnexion .lien-reserve:hover, .btConnexion .lien-rattacher:hover {
  color: #333 !important;
}
 .reserve-droit h5 {
  color: #333333;
  margin: 0 0 35px;
    text-align: center;
}
 .reserve-droit p {
  text-align: center;
}
button.btnVert {
  background: url('./images/bt_suite_bg.jpg') repeat-x left top;
  border: 1px solid #AF0037;
  font: 400 0.9em "Roboto";
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  padding: 8px 0 10px;
  width: 180px;
}
button.btnVert:hover {
  background-position: bottom;
}
button.btnVert span {
  color: #fff;
  text-align: center;
}
/* /partie necessitant une identification */

/* encart abonne */
/* non connecte article avec abonnement */
.message-erreur {
  border: 1px solid #f4cece;
  background: #f8e0e0;
  color: #cc3333;
  font-family: 'Georgia';
  font-size: 12px;
  padding: 9px;
  margin: 0 0 15px;
}

.reserve-abonne .bloc-reserve {
  background: url('../images/fond-reserve-abonne.jpg') no-repeat 0 0;
  width: 640px;
}
 .design-bordure.reserve-abonne h4 {
  border-bottom: 1px dotted #CCCCCC;
  font: 700 1.95em/85% "Roboto" !important;
  color: #333;
  margin: 0;
  letter-spacing: -0.5px;
}
 .design-bordure.reserve-abonne h4 span {
  font: 0.65em "robotolight" !important;
  color: #333;
}
 .design-bordure.reserve-abonne .reserve-gauche h5 {
  padding: 13px 0 16px;
  margin:0;
}
 .design-bordure.reserve-abonne .reserve-gauche h5.titre-abonne-gazette {
  padding: 13px 0 16px 35px;
}
 .design-bordure.reserve-abonne .reserve-gauche h5.titre-abonne-club {
  padding: 13px 0 16px 32px;
}
.design-bordure.reserve-abonne .reserve-droit h5 {
  padding: 13px 0 0;
}
 .design-bordure.reserve-abonne .passeOublie, .design-bordure.reserve-abonne .Rattacher {
  margin: 11px 14px 0 0;
}

.reserve-bottom {
  background: #f6f8fa;
  height:45px;
  clear: both;
}
 .reserve-bottom p {
  float: left;
  width: 260px;
  font: 1em/12px "Arial";
  color: #666;
  text-align: center;
  padding: 7px 29px 0;
}
.reserve-bottom p.new-utilisateur {
  padding: 13px 29px 0;
}
.reserve-bottom a {
  text-decoration: underline;
      font: 400 1em Roboto;
    color: #0f8ab8;
    line-height: 22px;
}
 p.demande-devis {
  width: 100%;
  text-align: center;
  font-size: 11px;
  font-family: 'Arial';
  color: #666;
} 
 p.demande-devis a {
  color: #0c8ab8;
  font: 1em/14px "Arial";
  text-decoration: underline;
}
 p.demande-devis a:hover {
  color: #0c8ab8;
  text-decoration: none;
}

 .reserve-droit .abonnement-titre {
  font: normal 1.6em "robotobold_condensed" !important;
}
 .abonnement-titre {
  color: #00632c;
  margin: -21px 0 0;
}
 .nb-essai {
  font: normal 1.6em "robotobold_condensed";
  color: #668307;
  margin-bottom: 11px;
}
.ico {
  background: url("../images/bouton-bulle.png") no-repeat 0 0;
  display: block;
  float: left;
  height: 17px;
  margin: 12px 0 0;
  overflow: hidden;
  text-indent: 18px;
  width: 17px;
}
 .reserve-info {
  display: block;
  text-align: center;
  font-family: 'Arial';
  font-size: 11px;
  line-height: 100%;
  color: #666;
  padding: 22px 0 0;
}
 .reserve-pasabonne .reserve-info {
  padding: 10px 0 11px;
}
/* /non connecte article avec abonnement */

/* connecte */
.reserve-declaration, .reserve-pasabonne {
  background: url('../images/separateurH.png') repeat-x left top;
  padding: 0 0 0 22px;
}
.message-gauche {
  font: normal 1em "robotobold_condensed";
  float: left;
  padding: 0 36px;
  width: 232px;
}
.message-droit {
  float: left;
}
.reserve-pasabonne .message-gauche {
  color: #668306 !important;
}
.message-droit .numabonne {
  background: url("../images/bouton-bulle.png") no-repeat 0 0;
  display: block;
  float: left;
  height: 17px;
  overflow: hidden;
  text-indent: 18px;
  width: 17px;
  margin: 3px 0 0;
}
 p.message-gauche {
  font: normal 1.4em/120% 'robotobold_condensed' !important;
  padding: 24px 27px 28px;
  height: 37px;
}
.message-droit a.btnGris {
  font: 400 0.875em "Roboto" !important;
}
 .message-droit a.btnGris.big {
  background: url('../images/bouton-fond-70.jpg') repeat-x 0 0;
  padding: 6px 0 7px;
  display: block;
  width: 240px;
  text-align: center;
}
 .message-droit a.btnGris.big:hover {
  background-position: bottom;
}
 .message-droit p .trouver {
  display: block;
  float: left;
  padding: 6px 6px 0 9px;
  font-family: 'Arial';
  font-size: 11px;
}
.message-droit {
  padding: 27px 0 0;
}
.wrap-corps .corps .content-left .content-inner .message-droit p.trouver-abonne {
  margin: 0 0 3px;
}

.wrap-corps .corps .content-left .content-inner .reserve-essai p {
  text-align: center;
}
.wrap-corps .corps .content-left .content-inner .reserve-essai .abonnement-titre {
  margin: 32px 0 0;
  font: normal 2em "robotobold_condensed";
}
.wrap-corps .corps .content-left .content-inner .reserve-essai .nb-essai {
  text-transform: uppercase;
  font: normal 2.5em "robotobold_condensed";
}
.wrap-corps .corps .content-left .content-inner .reserve-essai .reserve-info {
  padding: 22px 0 15px;
}
/* /encart abonne */

/* Menu vertical de fifty_questions_single */

#menu-accordeon {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
  width: 390px;
  text-align: left;
  font-size: 80%;
  margin-top:30px;
}
#menu-accordeon ul {
  padding:0;
  margin:0;
  list-style:none;
  text-align: center;
}

#menu-accordeon li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   box-shadow: none;
   border:none;
   margin-left: -200px;
   text-align:left;
}
#menu-accordeon a {
  display:block;
  text-decoration: none;
  padding: 1px 0;
  font-family: verdana;
  font-size:1.2em
}
#menu-accordeon ul li a, #menu-accordeon li:hover li a {
  font-size:1em
}

#menu-accordeon ul li:last-child {
   border-radius: 0 0 0px 0px;
   border:none;
}
#menu-accordeon li:hover li {
  max-height: 15em;
}
#menu-item-7961 a{
    background: none!important;
    margin-right: 0px!important;
}


/* Fin du Menu vertical de fifty_questions_single */
span.ident_cli{
    display: inline-block;
    max-width:160px!important;
    height:11px!important;
    margin-bottom: -2px;
    overflow: hidden;
    white-space:nowrap;
}

.page-nav .page-precedente span{
	color:#AF0037;
}	

.page-suivante span{
	color : #AF0037;
}