/*--------------------------------------------------------------------------------
/*          =BALISES
/*          =STRUCTURE
/*               @Ent?te
/*               @Conteneur
/*               @Pied de page
/*          =CLASSES
/*          =MODULES
/*              @Navigation
/*              @Recherche
/*              @Formulaires
/*              @Base
/*              @Bloc focus
/*              @Bloc Request 
/*              @bloc news
/*              @Bloc search reports
/*              @Bloc newsletter
/*              @Bloc question about report      
/*              @Bloc key figures
/*              @Bloc find out more
/*              @Bloc management
/*              @Bloc rapport
/*         @Process
/*          =AJOUT
-------------------------------------------------------------------------------- */


/*-------------------------------------------------------------------------------- 
          =BALISES
-------------------------------------------------------------------------------- */
 
html, body {
  font-size: 100%;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0;
}
 
body {
  font: 0.625em/1em verdana, helvetica, sans-serif;
    text-align: left;
    color: #454444;
    background: #fefefe url(../images/background.png) repeat-x center top;
}
 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
    margin: 0;
    padding: 0;
}
 
h1 {
    font-size: 1.6em;
}
 
h2 {
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight: bold;
    color: #305894;
    margin: 30px 0 0 0;
}
 
h3 {
    font-size: 1.2em;
    font-weight: bold;
}
 
p {
    font: 1.2em/1.1em verdana, helvetica, sans-serif;
    margin: 0;
    padding: 0
}
 
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    font: 1.2em/1.1em verdana, helvetica, sans-serif;
}

blockquote {
    margin: 22px 40px;
    padding: 0;
}
 
img {
    border: 0;
}
 
hr {
    height: 0;
    color: #fff;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    margin: 0;
}
 
kbd {
    border: 1px solid #000;
    padding: 1px 2px;
}
 
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
 
sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
 
acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}
 
a {
    text-decoration: underline;
    color: #454444;
}
 
a:hover, a:focus {
    text-decoration: none;
}
 
img {
    border: 0;
}
 
hr {
    height: 0;
    color: #fff;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    margin: 0;
}
 
form {
    padding: 0;
    margin: 0;
    display: inline;
}

textarea {
    line-height: 1.25;
}
 
label {
    cursor: pointer;
}
 
table {
    padding: 0;
    border: 0;
    margin: 0 0 18px 0;
    border-collapse: collapse;
}
 
th, td {
    padding: 0;
    vertical-align: top;
}
 
blockquote {
    padding: 0;
    margin: 22px 40px;
}

small {
    font: 0.8em/1em verdana, helvetica, sans-serif;
}
 
kbd {
    padding: 1px 2px;
    border: 1px solid #000;
}
 
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
 
sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
 
acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}
 
 
/*-------------------------------------------------------------------------------- 
          =STRUCTURE
-------------------------------------------------------------------------------- */
 
#site  {
    width: 968px;
    margin: 0 auto;
}


/*          @Ent?te          
---------------------------------------- */

#header {
  position: relative;
  display: block;
  width: 968px;
    padding: 0 0 41px 0;
}

#logo {
  display: inline;
}

#banniere {
  width: 725px;
  height: 115px;
}


/*          @Conteneur          
---------------------------------------- */

#container {
  width: 968px;
  background-color: #eeece9;
  border-bottom: 1px solid #eeece9;
    margin: 0;
    padding: 0;
}

#colonneCentre {
    width: 100%;
}

#blocCentre {
    margin: 60px 26px 0 26px;
}

#colonneDroite {
    width: 245px;
}

#blocDroite {
    width: 245px;
    margin: 40px 0 0 0;
}


/*          @Pied de page          
---------------------------------------- */

#footer {
  background: #c9bfb8;
  min-height: 85px; /* IE6 */
}

#footer p {
  font-size: 0.9em;
  line-height: 1.3em;
}

#footer #gauche p {
  border-right: 1px solid #2a3342;
  margin: 8px 0px 8px 25px;
  float: left;
  width: 200px;
}

#footer #droit p {
  padding: 8px 25px 0 0;
  text-align: right;
}

#footer #droit p.item1 {
  /*margin-bottom: 3em;*/
}

#footer #droit p.item2 #job {
  padding-right: 225px;
}

#footer #droit p.item4 {
  margin-bottom: 1em;
}

#footer #droit p.item3 {
  color: #707070;
  padding: 2px 24px 4px 0;
}

#footer #droit p.item3 a {
  color: #707070;
}

/*-------------------------------------------------------------------------------- 
          =CLASSES
-------------------------------------------------------------------------------- */
 
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
 
.bold { font-weight: bold; }
.italic { font-style: italic; }
 
.floatLeft { float: left; }
.floatRight { float: right; }
 
.imgLeft { float: left; margin: 0 10px 4px 0; }
.imgLeftM { float: left; margin: 0 10px 4px 0; }
.imgRight { float: right; margin: 0 0 4px 10px; }
  
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
 
 
/*-------------------------------------------------------------------------------- 
          =MODULES
-------------------------------------------------------------------------------- */
 

/*          @Navigation          
---------------------------------------- */

#nav {
    position: absolute;
    left: 0;
    bottom: 0;
  width: 968px;
  height: 41px;
  background: url(../images/menu-bg.png) no-repeat;
    padding: 0;
}

#nav li {
    font-size: 1.1em;
    float: left;
    list-style-type: none;
}

#nav li a {
    display: block;
} 

#nav ul.sNav {
    position: absolute;
    left: 0;
    top: 41px;
    height: 28px;
    background: #c6cee4;
    padding: 0;
    margin: 0;
    z-index: 1;
    width: 968px;
}

#nav ul.sNav li {
    font-size: 1em;
    padding: 4px 0;
}

#nav ul.sNav li a {
    text-decoration: none;
    display: block;
    color: #454444;
    padding: 4px 8px;
    border-right: 1px solid #000;
}

#nav ul.sNav li a:hover, #nav ul.sNav li a:focus {
  color: #000;
}

#nav ul.sNav a.last {
    border-right: none;
}

#onglet {
    display: none;
    position: absolute;
    /*left: 320px;*/
    bottom: 41px; /* IE6 */
  background: url(../images/onglet-bg.png) no-repeat;
    width: 200px;
    height: 47px;
}

#onglet li {
    clear: both;
    font-size: 0.9em;
    padding: 8px 0 0 22px;
    width: 145px;
}

#onglet a {
    text-decoration: none;
  color: #fff;
}

#onglet a:hover,
#onglet a:focus {
  color: #f0bb1b;
}


/*          @Recherche          
---------------------------------------- */

#recherche {
    position: absolute;
    left: 737px;
    top: 127px;
}
  
#recherche input {
    vertical-align: middle;
    color: #000;
} 
 
#recherche input.search {
    width: 181px;
    height: 15px;
    padding: 3px 10px 2px 10px;
    vertical-align: middle;
    color: #000;
    background: url(../images/bg-recherche.png) no-repeat center center;
    border: none;
    font-size: 10px;
}


/*          @Formulaires          
---------------------------------------- */

#blocCentre .required {
  margin: 0 0 0 256px;
}

#blocCentre form {
    display: block;
    margin: 30px 0;
}

#blocCentre form.formulaire {
    display: block;
    background: #f5f4f3;
    padding: 30px 20px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}
 
#blocCentre .switcher {
    height: 108px;
    padding: 16px 8px 8px 8px;
    border: 2px solid #e1e0e0;
    margin: 10px 0;
    overflow: auto;
}
 
#blocCentre .text, 
#blocCentre .smallText, 
#blocCentre .textarea, 
#blocCentre .select,
#blocCentre .radio,
#blocCentre .checkbox {
    clear: both;
   margin-bottom: 10px;
}
 
#blocCentre .text label,
#blocCentre .smallText label,
#blocCentre .textarea label,
#blocCentre .select label,
#blocCentre .checkbox label,
#blocCentre .label {
  float: left;
  display: block;
  width: 200px;
  padding: 5px 0 4px 16px;
    color: #5f7cad;
    font-size: 1.1em;
    font-weight: bold;
}

#blocCentre .switcher label {
    padding: 5px 0;
}

#blocCentre .checkbox label {
    float: none;
  display: inline;
  width: auto;
}

#blocCentre .radio label {
    color: #000;
    font-size: 1.1em;
    font-weight: bold;
    vertical-align: baseline;
}

#blocCentre .text input, 
#blocCentre .textarea textarea,
#blocCentre .smallText input, 
#blocCentre .smallText textarea,
#blocCentre .select select {
    background: #e0dfdb;
    border: 1px solid #5f7cad;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}

#blocCentre .text input:hover, 
#blocCentre .text input:focus, 
#blocCentre .textarea textarea:hover,
#blocCentre .textarea textarea:focus,
#blocCentre .smallText input:hover, 
#blocCentre .smallText input:focus, 
#blocCentre .smallText textarea:hover,
#blocCentre .smallText textarea:focus,
#blocCentre .select select:hover,
#blocCentre .select select:focus {
    background: #eeece9;
}

#blocCentre .text input, 
#blocCentre .textarea textarea {
  width: 324px;
  padding: 1px 2px;
}

#blocCentre .smallText input, 
#blocCentre .smallText textarea {
  width: 150px;
  padding: 1px 2px;
}

#blocCentre .select select {
    padding: 0 6px;
}

#blocCentre .radio input {
  margin-right: 26px;
}

#blocCentre .submit {
  margin-left: 216px;
}


/*          @Bases
---------------------------------------- */

#ariane {
    margin-bottom: 16px;
}
/* NOUVEAU
.chapo {
  font-size:1.4em;
font-weight:bold;
line-height:1.2em;
}*/

.chapo {
    margin-bottom: 8px;
}

.chapo p {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;
}

.content {
    margin-bottom: 25px;
}

.content p {
    margin-top: 8px;
    line-height: 1.4em;
}

.content ul {
    margin-top: 16px;
}

.content li {
    line-height: 1.4em;
    padding-left: 10px;
    margin-bottom: 12px;
    background: url(../images/grey-arrow.png) no-repeat 0 5px;
}

.content .action {
    text-align: right;
}

.content .action a {
    text-decoration: none;
    font-size: 1.4em;
    font-weight: bold;
    padding: 4px 12px 4px 0;
    color: #305894;
    background: url(../images/blue-arrow.png) no-repeat right 9px;
}

.content .action a:hover,
.content .action a:focus {
    text-decoration: underline;
}

.content .lienDocument {
  padding-left: 25px;
}

.content .lienDocument li {
  padding-bottom: 0px;
}

.content #pagination {
  text-align: center;
  padding-top: 15px;
}

/*          @Bloc focus
---------------------------------------- */

#blocFocus {
    width: 333px;
    height: 189px;
}

#blocFocus .description {
    position: relative;
  background: #bfb8b1;
    padding: 8px 4px 4px 4px;
}

#blocFocus .description .lien {
  text-align: right;
    margin: 0 8px 4px 0;
}

#blocFocus .description .lien a {
    padding: 2px 4px;
}

div#focusContent {
  width:333px;
}

div#flashContent, #FocusOn {
  height:188px;
  overflow:hidden;
  margin:0;
}

div#flashContentText {
  border-top:1px solid #fff;
  background:#BFB8B1;
  height:52px;
}

div.focusOnHidden {
  position:absolute;
  padding:8px 4px 4px;
  width:325px;
  display: none;
}

div#focusContent div.lien {
  margin: -12px 8px 4px 0;
  text-align:right;
}


/*          @Bloc Request      
---------------------------------------- */

.request {
    text-align: center;
    margin: 30px 0;
}

.request img {
    padding: 4px;
}


/*          @Bloc news
---------------------------------------- */

#blocNews {
    width: 314px;
  margin-left: 24px;
  color: #1a1f28;
}

#blocNews h2 {
  color: #fff;
    background: #f1c23b;
    height: 30px;
}

#blocNews .sBlocNews {
  background: transparent url(../images/bg-news.png) no-repeat left bottom;
  padding: 5px 8px;
}

#blocNews .sBlocNews .item {
    position: relative;
    width: 298px;
  margin-top: 6px;
}

#blocNews .sBlocNews p {
    padding: 0 20px 6px 0;
}

#blocNews .sBlocNews p a {
  text-decoration: none;
  /*color: #345ba1;
  font-weight: bold;*/
}

#blocNews .sBlocNews p a:hover, #blocNews .sBlocNews p a:focus {
  text-decoration: underline;
}

#blocNews .sBlocNews hr {
  border-bottom: 1px dotted #7c7478;
}

#blocNews .sBlocNews .lien {
  text-align: right;
    margin: 0 8px 4px 0;
}

#blocNews .sBlocNews .lien a {
    padding: 2px 4px;
}


/*          @Bloc search reports          
---------------------------------------- */

#blocSearchReports {
  width: 220px;
  margin: 0 0 28px 0;
}

#blocSearchReports h2 {
  color: #fff;
    background: #f1c23b;
    height: 60px;
    margin: 0;
}

#blocSearchReports a {
  text-decoration: none;
}

#blocSearchReports .sBlocSearchReports {
  background: #f5f4f3;
    padding-bottom: 8px;
}

#blocSearchReports .niveau-1 {
  padding-top: 8px;
}

#blocSearchReports .niveau-1 li {
  margin-bottom: 4px;
    width: 220px;
}

#blocSearchReports .niveau-1 a {
    display:block;
  color: #909090;
    padding: 6px;
    margin: 0 40px 0 10px;
}

#blocSearchReports .niveau-1  a:hover,
#blocSearchReports .niveau-1  a:focus,
#blocSearchReports .niveau-1 .actif a {
  color: #2C4296;
}

#blocSearchReports #picto1 {
  background: url(../images/picto-satcom.png) no-repeat 188px 0;
}

#blocSearchReports #picto2 {
  background: url(../images/picto-industry.png) no-repeat 188px 0;
}

#blocSearchReports #picto3 {
  background: url(../images/picto-broadcasting.png) no-repeat 188px 0;
}

#blocSearchReports .niveau-2 {
  margin: 4px 0 0 0;
}

#blocSearchReports .niveau-1  .niveau-2 li {
  font-size: 0.8em;
    line-height: 1.4em;
  margin-left: 22px;
    width: 198px;
}

#blocSearchReports .niveau-1  .niveau-2 a,
#blocSearchReports .niveau-1  .niveau-2 a {
  color: #909090;
    padding: 3px 6px;
}

#blocSearchReports .niveau-1  .niveau-2  a:hover,
#blocSearchReports .niveau-1  .niveau-2  a:focus {
  color: #2C4296;
}

/*          @Bloc newsletter      
---------------------------------------- */

#blocNewsletter {
  width: 220px;
  margin: 0 0 28px 0;
}


/*          @Bloc question about report
---------------------------------------- */

#blocQuestionAboutReports {
  width: 220px;
  margin: 50px 0 28px 0;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
}

#blocQuestionAboutReports h2 {
    margin: 0;
}

#blocQuestionAboutReports p {
    text-align: right;
    margin-bottom: 8px;
    font-size: 1em;
  font-style: italic;
}

#blocQuestionAboutReports p a {
    color: #6a6a6a;
    
}

/*          @Bloc key figures      
---------------------------------------- */

#blocKeyFigures {
  width: 220px;
  margin: 0 0 28px 0;
}

#blocKeyFigures h2 {
    margin: 0;
}

#blocKeyFigures .sblocKeyFigures img {
  border: 1px solid #c5c1c1;
  border-top: none;
}


/*          @Bloc find out more   
---------------------------------------- */

#blocFindOutMore{
  width: 220px;
  margin: 0 0 28px 0;
}

#blocFindOutMore h2 {
    margin: 0;
}

#blocFindOutMore h2 img {
    vertical-align: middle;
}

#blocFindOutMore .sblocFindOutMore a {
    text-decoration: none;
  display: block;
    color: #000;
    width: 208px;
    padding: 9px 6px;
    border-bottom: 1px dotted #000;
}

#blocFindOutMore .sblocFindOutMore a:hover,
#blocFindOutMore .sblocFindOutMore a:focus {
    color: #fff;
    background: #5A77AA;
}


/*              @Bloc management
---------------------------------------- */

.blocManagement {
  background: url(../images/bg-management-bottom.png) no-repeat left bottom;
    width: 644px;
    margin-top: 25px;
}

.blocManagement hr {
    clear: both;
    border-color: #FAFAFA;
    display: none;
}

.blocManagement .sBlocManagement {
  background: url(../images/bg-management-top.png) no-repeat left top;
    padding: 10px 20px 16px 10px;
}

.blocManagement .item {
    padding: 10px 0 10px 176px;
}

.blocManagement .smallItem {
    padding: 10px 0 10px 102px;
}

.blocManagement h3 {
    color: #305894;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.blocManagement h4 {
    color: #5d626a;
  background: url(../images/grey-light-arrow.png) no-repeat 0 6px;
    font-size: 1.2em;
    /*padding: 4px 0 4px 10px;*/
    padding: 1px 0 2px 11px;
    margin-bottom: 10px;
    line-height:16px;
}

.blocManagement.satcom {
  background:#F5F4F3 url(../images/picto-satcom.png) no-repeat scroll 624px 10px;
}


div.return {
    text-align: right;
    margin: 20px 40px 20px 0;
}


/*              @Bloc rapport
---------------------------------------- */

.blocRapport {
    position: relative;
    background: #f5f4f3;
    width: 631px;
    padding: 10px 20px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin: 30px 0 20px 0;
}

.blocRapport.satcom {
  background: #f5f4f3 url(../images/picto-satcom.png) no-repeat 624px 10px;
}

.blocRapport.industry {
  background: #f5f4f3 url(../images/picto-industry.png) no-repeat 624px 10px;
}

.blocRapport.broadcasting {
  background: #f5f4f3 url(../images/picto-broadcasting.png) no-repeat 624px 10px;
}

.blocRapport .new {
    position: absolute;
    left: -19px;
    top: 10px;
}

.blocRapport h3 {
    color: #305894;
  /*background: url(../images/picto-rapport.png) no-repeat 0 4px;*/
    font-size: 1.4em;
    /*padding-left: 14px;*/
    margin-bottom: 20px;
}

.blocRapport h3 a {
    color: #305894;
}

.blocRapport .chapo {
    /*margin-bottom: 8px;
    margin-top: -15px;*/
    margin: -15px 0px 8px 0px;
}

.blocRapport .chapo p {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: bold;
}

.blocRapport .smallItem {
    padding-left: 105px;
}

.blocRapport .box #imgTerre {
    font-size: 6pt;
    padding: 3px;
}

/* ie6 */
.blocRapport #imgTerreMin {
  /*background: transparent url(../images/logo_terre_min.jpg) left top no-repeat;*/
  float: right;
  width: 40px;
  height: 28px;
  margin-right: 40px;
}

.blocRapport hr {
    clear: both;
    border-color: #F5F4F3;
}

.blocRapport .box {
    float: right;
    width: 145px;
    padding: 0 0 20px 20px;
}

.blocRapport .box .infos {
    border: 1px solid #ecb32b;
    margin-bottom: 20px;
}

.blocRapport .box .infos li {
    /*list-style-position: inside;
    list-style-type: disc;*/
    font-size: 1em;
    font-weight: bold;
    color: #8b8b8b;
    background: none;
    padding: 4px 5px;
    margin: 0;
}

.blocRapport .box .infos .prix {
    color: #fff;
    background: #ecb32b;
}

.blocRapport .box .image {
    margin-bottom: 15px;
    text-align: center;
}

.blocRapport .newsContent {
  margin-top: 10px;
  float: left;
  width: 100%;
  font-size: 1.1em;
}

.blocRapport .newsResume {
  margin: 10px 0px;
  float: left;
  width: 100%;
  font-size: 1.1em;
}

.blocRapport .newsLink {
  font-size: 11px;
  margin-bottom: 10px
}

.searchChoice {
    text-align: right;
    margin: 30px 0 20px 0;
}

.searchChoice span {
    padding: 0 5px;
}

.choix {
    position: relative;
    margin-bottom: 30px;
}

.choix span {
    padding: 0 9px;
}

.choix span.return {
    position: absolute;
    top: 8px;
    right: 0;
    padding-bottom: 3px;
}

.choix .downloadReader {
    text-align: center;
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 30px;
}

.see {
  background: url(../images/bg-management-top.png) no-repeat left top;
    width: 644px;
    padding-top: 20px;
}

.see .sSee {
  background: url(../images/bg-management-bottom.png) no-repeat left bottom;
    padding: 0 8px 10px 4px;
    width: 100%;
}

.see h3 {
    color: #305894;
    font-size: 1.5em;
    margin: 0 0 20px 14px;
}

.see p {
    font-size: 1.1em;
    padding: 0 10px 16px 16px;
}

.see ul {
    font-size: 0.9em;
    padding: 0 10px 16px 10px;

}

.see li {
    list-style-position: inside;
    list-style-type: disc;
  background: none;
}


/*  @Process
-----------------------------------*/

/*    @navProcess
  -------------------------------------------------------*/

#navProcess { width: 556px; height: 70px; margin: 0px auto 30px auto; padding: 0px;}

#navProcess li {
  float: left;
  width: 124px;
  height: 74px;
  color: #151a23;
  margin: 0px 15px 0px 0px;
  background: transparent url(../images/bg-li-navProcess.png) no-repeat right 23px;
}

  #navProcess li span {
    display: block;
    width: 83px;
    color: #151a23;
    font: normal 1.1em/1em verdana, helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 59px 0px 5px 0px;
  }
  
    #navProcess li span.actif {
      color: #5f7cad;
    }
    
#navProcess li.login span {
  background: transparent url(../images/process-login.png) no-repeat center top;
}
  
#navProcess li.login span.actif {
  background: transparent url(../images/process-login-actif.png) no-repeat center top;
}
  
#navProcess li.register span {
  background: transparent url(../images/process-register.png) no-repeat center top;
}

#navProcess li.register span.actif {
  background: transparent url(../images/process-register-actif.png) no-repeat center top;
}
  
#navProcess li.summary span {
  background: transparent url(../images/process-summary.png) no-repeat center top;
}

#navProcess li.summary span.actif {
  background: transparent url(../images/process-summary-actif.png) no-repeat center top;
}

#navProcess li.confirmation { background: none; }
  
#navProcess li.confirmation span {
  background: transparent url(../images/process-confirmation.png) no-repeat center top;
}

#navProcess li.confirmation span.actif {
  background: transparent url(../images/process-confirmation-actif.png) no-repeat center top;
}
  
/*  @process Formulaires 
--------------------------------------------------*/
#js #blocCentre .myself, #js #blocCentre .someoneElse, #js #blocCentre .blocSummary table tr.hidden, #js .paymentForm .hidden, #js .paymentForm .hidden .text, #js .paymentForm .hidden .submitTotal {
  display: none;
}

#blocCentre .blocPub {
  width: 100%;
  text-align: center;
}

#blocCentre .blocFormulaire, 
#blocCentre .blocSummary,
#blocCentre .blocConfirm  {
  position: relative;
  background: #f5f4f3;
    width: 631px;
    border-top: 1px dotted #000;
    border-bottom: 1px dotted #000;
    margin: 15px 0px 15px 0px;
  padding: 10px 20px 20px;
}

#blocCentre .blocConfirm {
  width: 100%;
  padding: 10px 0px 20px;
}

#blocCentre .blocSummary {
  width: 100%;
  border-top: none;
  border-bottom: 1px dotted #bebdba;
  padding: 0px;
}

#blocCentre .blocFormulaire .blocPayment {
  padding: 10px 20px 0px;
  border-top: 1px dotted #000;
}

#blocCentre .events { 
  padding: 10px 0px 0px;
  border-top: 1px dotted #000;
}

  #blocCentre .blocFormulaire .blocPayment p {
    color: #454444;
    font: normal 1.1em/1em verdana, helvetica, sans-serif;
    margin-bottom: 20px;
  }
  
  #blocCentre .blocFormulaire .blocPayment .addParticipant, 
  #blocCentre .blocFormulaire .blocPayment .submit {
    margin-left: 0px;
    text-align: center;
  }
  
  #blocCentre .blocFormulaire .blocPayment .addParticipant {
    margin-bottom: 13px;
  }
  

#blocCentre .blocFormulaire h2, #blocCentre .blocConfirm h2 {
  width: 480px;
  color: #5f7cad;
  font: bold 1.3em/1.2em verdana, helvetica, sans-serif;
  margin: 10px 0px 30px 0px;
} 

#blocCentre .blocConfirm h2 { margin: 10px 20px 12px; }
 
#blocCentre .blocFormulaire .text {
  clear: none;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  
}
#blocCentre .blocFormulaire .text label,
#blocCentre .blocFormulaire .floatLeft label, 
#blocCentre .blocFormulaire .select label, 
#blocCentre .blocFormulaire .text label,
#blocCentre .blocFormulaire .checkbox label {
  width: 188px;
  color: #454444;
  font: normal 1.1em/1em verdana, helvetica, sans-serif;
}

#blocCentre .blocFormulaire .floatLeft label, 
#blocCentre .blocFormulaire .checkbox label {
  width: auto;
  font-weight: bold;
  margin-right: 5px;
}

#blocCentre .blocFormulaire .radio {
  margin-bottom: 19px;
}

#blocCentre .blocFormulaire .radio label {
  color: #454444;
  font: bold 1.1em/1em verdana, helvetica, sans-serif;
}

#blocCentre .blocFormulaire .checkbox input {
  margin-left: 0px;
}

#blocCentre .blocFormulaire .checkbox,
#blocCentre .required2 {
  margin-left: 16px;
}

#blocCentre .blocFormulaire .checkbox label {
  padding-left: 8px;
}

#blocCentre .blocFormulaire .checkbox label span {
  text-decoration: underline;
}

#blocCentre .blocFormulaire .text input, 
#blocCentre .blocFormulaire .text input,
#blocCentre .blocFormulaire .select select /*, 
#blocCentre .blocFormulaire .textarea textarea,
#blocCentre .blocFormulaire .smallText input, 
#blocCentre .blocFormulaire .smallText textarea,
#blocCentre .select select*/ {
  margin: 0px;
  background: #e0dfdb;
    border: 1px solid #151a23;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
}

#blocCentre .blocFormulaire .select select {
  padding-right: 0px;
  -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#blocCentre .blocFormulaire .select select  {
  /*width: 65px;*/
}

#blocCentre .blocFormulaire .floatLeft input {
    width: 177px;
}
#blocCentre .blocFormulaire .text input {
  width: 180px;
}

#blocCentre .blocFormulaire .big input {
  width: 340px;
}

#blocCentre .required {
  margin: 20px 0px 25px 16px;
  font: normal 0.9em/1em verdana, helvetica, sans-serif;
}

#blocCentre .required2 {
  font: normal 1.1em/1.2em verdana, helvetica, sans-serif;
  color: #5f7cad;
}

#blocCentre .blocFormulaire .text input:hover, 
#blocCentre .blocFormulaire .text input:focus, 
#blocCentre .blocFormulaire .textarea textarea:hover,
#blocCentre .blocFormulaire .textarea textarea:focus,
#blocCentre .blocFormulaire .smallText input:hover, 
#blocCentre .blocFormulaire .smallText input:focus, 
#blocCentre .blocFormulaire .smallText textarea:hover,
#blocCentre .blocFormulaire .smallText textarea:focus,
#blocCentre .blocFormulaire .select select:hover,
#blocCentre .blocFormulaire .select select:focus {
    background: #eeece9;
}

#blocCentre .blocFormulaire .submitOk {
  float: left;
  width: 50px;
  margin-left: 58px;
}

#blocCentre .blocFormulaire .submitConfirm {
  text-align: center;
  width: 100%;
  margin-left: 0px;
  margin-top: 14px;
  float: none;
}

  #blocCentre .blocFormulaire .submitConfirm input {
    width: 68px;
  }

#blocCentre .blocFormulaire .size {
  font-size: 1em;
  margin: 0px;
  padding: 0px;
}

#blocCentre .myself,
#blocCentre .someoneElse {
  padding: 10px 0px 20px;
  width: 671px;
}

#blocCentre .myself h2,
#blocCentre .someoneElse h2, 
#blocCentre .someoneElse .text, 
#blocCentre .someoneElse .select, 
#blocCentre .someoneElse p,
#blocCentre .events h2 {
  margin-left: 20px;
  margin-right: 20px;
}


#blocCentre .myself .radio,
#blocCentre .events .radio {
  position: relative;
  margin: 0px;
  padding: 17px 35px 25px 30px;
  border-top: 1px solid #fff;
}


#blocCentre .myself .radio input,
#blocCentre .events .radio input { float: left; }

#blocCentre .myself .radio label,
#blocCentre .events .radio label { display: block; padding-left: 45px; line-height: 1.2em; }

#blocCentre .myself .radio label span,
#blocCentre .events .radio label span { font-weight: normal; }

#blocCentre .myself .radio label span.right,
#blocCentre .events .radio label span.right {
  position: absolute;
  top: 17px;
  left: auto;
  right: 30px;
  font-weight: bold;
}

#blocCentre .blocSummary table {
  width: 100%;
  border: 1px solid #a09a92;
  background: #fff;
  margin: 0px 0px 10px 0px;
}

#blocCentre .blocSummary table th {
  color: #5f7cad;
  font: bold 1.2em/1em verdana, helvetica, sans-serif;
  background: #f5f4f3;
  height: 37px;
  vertical-align: middle;
  border: 1px solid #a09a92;
}

#blocCentre .blocSummary table td { padding-left: 25px; border: 1px solid #a09a92; }

#blocCentre .blocSummary table .event { padding-left: 25px; border: 1px solid #a09a92; }

#blocCentre .blocSummary table .price { text-align: left; padding-left: 5px; border: 1px solid #a09a92; }

#blocCentre .blocSummary table .participant { text-align: center; border: 1px solid #a09a92; }

#blocCentre .blocSummary table .bold { font-weight: bold; }

#blocCentre .blocSummary table .infoHide { font-size: 0.9em; font-style: italic; line-height: 1.3em;}

#blocCentre .blocSummary table .infoHide a { text-decoration: none; }

#blocCentre .blocSummary table .infoHide a:hover, #blocCentre .blocSummary table .infoHide a:focus { text-decoration: underline; }

#blocCentre .blocSummary table td {
  padding: 5px;
  vertical-align: top;
  font: normal 1.1em/1em verdana, helvetica, sans-serif;
}

#blocCentre .blocSummary table .noBorderBottom {
  border-bottom: none;
}

#blocCentre .blocSummary table .separateur {
  border-top: none;
  padding-top: 21px;
  background: transparent url(../images/sep-tabSummary.png) left top repeat-x;
}

#blocCentre .blocSummary table td p {
  font: bold 1.1em/1em verdana, helvetica, sans-serif;
  color: #454444;
  margin-top: 0px;
}

#blocCentre .blocSummary table tr.total td {
  color: #5f7cad;
  font: bold 1.3em/1.1em verdana, helvetica, sans-serif;
}

#blocCentre .blocSummary table tr.total td.event {
  vertical-align: middle;
}

#blocCentre .blocSummary table tr.total td span {
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 5px;
}

#blocCentre .blocSummary table tr.bg {
  background: #f5f4f3;
  color: #767675;
}

#blocCentre .blocSummary table td .small {
  font: normal 0.9em/1em verdana, helvetica, sans-serif;
}

#blocCentre .blocSummary table tr.total td.event {
  font: bold 1.4em/1em verdana, helvetica, sans-serif;
}

#blocCentre .blocSummary table td ul.niv1 {
  margin-left: 35px;
}

#blocCentre .blocSummary table td ul li {
  font: normal 1em/1em verdana, helvetica, sans-serif;
  padding-bottom: 4px;
}

#blocCentre .blocSummary table td ul.niv1 li {
  background: none;
  position: relative;
}

#blocCentre .blocSummary table td ul.niv2 {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 165px;
}

#blocCentre .blocSummary table td ul.niv2 li {
  width: auto;
  float: left;
  margin-left: 35px;
}

#blocCentre .paymentForm {
  position: relative;
  padding-bottom: 10px;
}

#blocCentre .paymentForm .right {
  position: absolute;
  top: 5px;
  left: 200px;
}

#blocCentre .paymentForm .right .submit input { 
  margin-bottom: 15px;
}

#blocCentre .paymentForm .text {
  margin-bottom: 6px;
}

#blocCentre .paymentForm .text label {
  float: none;
  width: 220px;
  font: normal 1.1em/1.1em verdana, helvetica, sans-serif;
  color: #454444;
}

#blocCentre .paymentForm .text input {
    background: #e0dfdb;
    border: 1px solid #62666d;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
  margin-left: 16px;
  width: 83px;
  text-align: right;
  color: #161c25;
  font: normal 11px verdana, helvetica, sans-serif;
  padding-right: 5px;
}

#blocCentre .paymentForm .submitTotal {
  position: absolute;
  top: 81px;
  left: 115px;
}

#blocCentre .paymentForm .info {
  color: #454444;
}

#blocCentre .paymentForm span.info {
font: italic 0.9em/1em verdana, helvetica, sans-serif;
}

#blocCentre .paymentForm p.info {
  font: italic 1em/1em verdana, helvetica, sans-serif;
  margin: 0px 0px 10px 25px;
}

#blocCentre .blocConfirm table {
  border: 1px solid #fff;
  border-width: 1px 0px;
  margin-top: 8px;
}

#blocCentre .blocConfirm table td { vertical-align: middle; padding: 18px 0px 12px 0px; }

#blocCentre .blocConfirm td.radio {
  width: 94px;
  border: 1px solid #fff;
  border-width: 0px 1px 1px 0px;
  text-align: center;
}

#blocCentre .blocConfirm td.radio input { margin: 0px; }

#blocCentre .blocConfirm td.payment {
  width: 173px;
  border: 1px solid #fff;
  border-width: 0px 1px 1px 0px;
  text-align: center;
}

#blocCentre .blocConfirm td.payment label {
  display: block;
  margin: 0px 0px 6px 0px;
  color: #454444;
  font: bold 1.1em/1em verdana, helvetica, sans-serif;
}

#blocCentre .blocConfirm td.information {
  width: 401px;
  border: 1px solid #fff;
  border-width: 0px 0px 1px 0px;
}

#blocCentre .blocConfirm td.information .paymentCheck {
  display: block;
  padding-top: 2px;
  width: 30px;
  text-align: center;
  float: left;
}

#blocCentre .blocConfirm td.information p {
  font: normal 1.1em/1.3em verdana, helvetica, sans-serif;
  margin: 0px 25px 0px 28px;
}

#blocCentre .blocConfirm p {
  color: #454444;
  font: normal 1.1em/1.2em verdana, helvetica, sans-serif;
  margin: 0px 50px 18px 43px;
}

#blocCentre .blocConfirm .checkbox {
  margin: 0px 0px 18px 38px;
}

#blocCentre .blocConfirm .checkbox input {
  margin: 0px 12px 3px 0px;
}

#blocCentre .blocConfirm .checkbox label {
  color: #454444;
  font: bold 1.1em/1em verdana, helvetica, sans-serif;
  padding: 0px 0px 5px 0px;
}

ul.error_list {
  margin-left: 200px;
}

ul.error_list li {
  background: none;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 10px;
  color: #9F0024;
}

/*-------------------------------------------------------------------------------- 
          =AJOUT
-------------------------------------------------------------------------------- */

/**************** Module : Report ***************/
/* image du prix */
.img_price 
{
  vertical-align: middle;
  float: right;
  margin-top: -16px;
  
}

/* tooltip */
#tooltip { 
  position: absolute;
  z-index: 3000;
  border: 1px solid #111;
  background-color: #eee;
  padding: 5px;
  opacity: 1;
}


.infos_form {
  font-size: 7pt;
  color:#5F7CAD;
  margin-left: 237px;
}

.content h3 {
  line-height: 12px;
}

#dowload {
  padding-left:553px;
}

.map_rubrique a {
  text-decoration: none;
  color: #305894;
}

.map_rubrique a:hover {
  text-decoration: underline;
}

.map_rubrique {
  padding-left: 65px;
  margin-top: 17px; 
}

.map_page {
  padding-left: 110px;
  list-style-type: disc;
  padding-top: 10px;
}

.map_page li {
  padding-top: 3px;
}

.map_page li a {
  text-decoration: none;
}

.map_page li a:hover {
  text-decoration: underline;
}


.lp_img_case_studie
{
  padding-bottom: 20px:
}

.lp_img_case_studie .ligne
{
  margin-top: 40px;
  margin-bottom: 30px;
}

.lp_img_case_studie .ligne a
{
  padding-left: 80px;
}

.selectClient
{
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}


/* reference */
.listeClient {
  width: 600px;
  /*margin-left: 30px;*/
  margin-top: 20px;
  padding-bottom: 20px;
}
.blocRef1 {
  width: 280px;
  float: left;
  padding-bottom: 5px;
  padding-left: 100px;
}
.blocRef2 {
  width: 235px;
  float: left;
  padding-bottom: 5px;
  padding-left: 54px;
}

.blocRef1 p a, .blocRef2 p a {
  text-decoration: none;
}

.blocRef1 p a:hover, .blocRef2 p a:hover {
  text-decoration: underline;
}
   
/*              @Bloc plug-in search
---------------------------------------- */
.pagination {
  margin-left: 50%;
  margin-right: 50%;
}

.pagination tr {
  padding-left: 10px;
}

.pagination td {
  padding-left: 10px;
}