body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
h1 {
    font-size: 1.5em;
    font-style: italic;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}
h2 {
    font-size: 1.2em;
    margin: 0;
    margin-bottom: 5px;
    padding: 2px 0;
}
.actuAccueil h2 {
	font-weight: normal;
}
h3 {
    font-size: 1em;
    margin: 0 0 5px 0;
    font-weight: normal;
}
h1:first-letter, h2:first-letter, h3:first-letter, h1 a:first-letter, h2 a:first-letter, h3 a:first-letter {
    text-transform: uppercase;
}
hr {
    display : block;
    height: 1px;
    padding: 0;
    color: transparent;
    background-color: transparent;
    border: none;
    border-top : 1px dashed #666666;
    margin : 0px auto;
    /*marges sous ie*/
    _margin: -7px auto;
}
form {
}
input {
}

.separateur {
    clear: both;
}
.imgGauche {
    float: left;
    margin-right: 15px;
}
.imgDroite {
    float: right;
    margin-left: 15px;
}
.imgIcone {
   vertical-align: middle;
}
.champ, .bouton {
}
.champ:hover, .bouton:hover {

}
.bouton {
    font-weight: bold;
    padding: 0 3px;
}
.champ {
}
.entete_tableau{
    display: table-cell;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: top;
    text-align: left;
}
.picto-action{
    vertical-align:baseline;
    margin:0px 3px -1px 0px;
}
.action{
    float: right;
    width: 200px;
    text-align: right;
    margin: 5px 0px 5px 0px;
}
.action td{
    text-align: left;
}

.bannierePub {
	width: 180px;
	height: 150px;
	overflow: hidden;
	text-align: center;
	margin-left: 61px;
}
.bannierePub img {
	max-width: 180px;
	max-height: 150px;
	width: expression((this.width > 180 && this.width>=this.height) ? 180: true);
    height: expression((this.height > 150 && this.height>this.width) ? 150: true);
	overflow: hidden;
}

#boutonRenouvellement {
	display: block;
	position: absolute;
	top: 75px;
	right: 110px;
	height: 38px;
	width: 137px;
	padding: 5px 5px 5px 4px;
	overflow: hidden;
}
#boutonRenouvellement .nbjours {
	float: left;
	display: block;
	padding-top: 8px;
	width: 34px;
	height: 38px;
	text-align: center;
	font-size: 0.9em;
	line-height: 0.8em;
}
#boutonRenouvellement .lienRenouvellement {
	display: block;
	padding: 3px 0 0 42px;
}

/***************************   structure générale   ***************************/

#conteneur2 {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
#conteneur {
    width: 1180px;
}
#header {
    height: 185px;
}
#zoneIdent {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0px;
    color: #0066cc;
}
#zoneIdentCentral {
    padding: 0px;
    color: #0066cc;
}
#zoneIdent .sousMenu li a, #zoneIdentCentral .sousMenu li a{
    color: #0066cc;
}
#zoneIdent h2, #zoneIdentCentral h2{
    border: none;
    padding: none;
    text-align: right;
    margin: 0px;
    font-size: 1.1em;
    padding: 0px;
}
#zoneIdent table, #zoneIdentCentral table{
    margin: 0px;
    padding: 0px;
}
#zoneIdent table td, #zoneIdentCentral table td{
    padding: 0px;
}
#zoneIdentForm{
    padding: 0px;
    text-align: right;
}
#zoneIdentForm .champ{
    filter : alpha(opacity=50);
    -moz-opacity : 0.5;
    opacity : 0.5;
}
#zoneIdentCentral .champ, #zoneIdentCentral .bouton, #zoneIdent  .champ, #zoneIdent  .bouton, #zoneFormRecherche .champ,  #zoneFormRecherche .bouton {
    vertical-align: middle;
}
#zoneIdentGauche{
    padding: 0px 0px 0px 110px;
}
#zoneIdentGauche, #zoneIdentGauche #zoneIdentForm{
    text-align: left;
}

#bloc_menu h1{
   color : #0066cc;
   background-color: #ffffff;
   text-align: center;
   font-size: 12px;
   padding: 2px 0px 2px 0px;
   margin: 0px 0px 0px 6px;
   width: 155px;
}
#zoneFormRecherche {
    text-align: center;
}
#logoHeader {
   float: left;
}
#header-print{
    display: none;
}
#corps {
	float: right;
    height: 400px;
    _height: auto;
    width: 350px;
    padding: 0 30px 15px 0px;
    /*margin-left: 190px;*/
    text-align: justify;
    overflow: hidden;
}
html>body #corps {
    height: auto;
    min-height: 400px;
}
#corps-gauche{
    float: left;
    width: 350px;
    padding: 0 0 0 30px;
}
#outils {
    margin: 30px 0px 0px 0px;
    padding: 0px;
    text-align: right;
    text-align:center;
}
#bloc_menu {
	float: right;
	position: relative;
	top: -7px;
	width: 170px;
	right: 590px;
	padding: 0px 5px 0px 5px;
}
html>body #bloc_menu  {
    height: auto;
    min-height: 400px;
}
#bloc_menu .itemMenuRecherche a {
   font-weight: bold;
}
.entete_menu{
    text-align:left;
    margin:15px 5px 15px 5px;
}
.entete_menu a{
    display: block;
    text-align: center;
    margin: 0px 0px 5px 0px;
}

#footer {
    text-align: center;
    padding: 50px 0px 20px 0px;
    width: 1000px;
}
#signature {
    position: relative;
    margin:auto;
    text-align: right;
    width: 1000px;
    top: -40px;
}
#signature a{

}
#edito {
    padding: 6px 20px 15px 20px;
    /*width: 100%;*/ /*opera*/
    _width: auto; /*ie6*/
}
#edito p {
     margin-top: 10px;
}
#edito p img {
     margin-top: 9px;
     width: 200px;
}
#edito .pTexte:first-letter {
    text-transform: uppercase;
    font-size: 22px;
}
#edito .photo {
    float: right;
    margin-left: 15px;
}
#actuAccueil {
    width: 325px;
    padding: 6px 20px 15px 20px;
}
#actuAccueil .moduleKmlUne {
    margin-top: 8px;
}
#actuAccueil h2 {
   margin: 0px;
}
#actuAccueil p {
   margin: 0px;
}
#actuAccueil p img {
   margin-top: 9px;
}
#actuAccueil .pTexte:first-letter {
    text-transform: uppercase;
    font-size: 22px;
}
#actuAccueil a {

}
#documentsHaut {
    width: 190px;
    text-align: center;
}
#documents {
    position: relative;
    width: 150px;
    padding: 10px 20px 15px 20px;
    text-align: left;
}
#documentsTitre {
    margin: 0 20px;
    font-weight: bold;
}
#documents ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#documents li {
}
#documents a {
}

.action_listing{
    margin: 0px 0px 10px 0px;
    text-align: right;
}

.display_sub_page{
    border:1px solid black;
    width:375px;
    height:300px;
    overflow:auto;
    padding:5px;
}
.display_sub_page h1{
    font-size: 14px;
    text-align: left;
}
.display_sub_page h2{
    font-size: 12px;
}

#corps-gauche .moduleKmlArticles .fiche{
    width: auto;
}


/******************************************************************/
/************ zone drapeaux *********************************/
/******************************************************************/
div#zone_drapeaux{
    position: absolute;
    text-align: left;
    left: 450px;
    top: 167px;
    z-index: 10;
}
div#zone_drapeaux ul{
	margin: 0;
	padding: 0;
}
div#zone_drapeaux ul li{
    list-style: none;
    display: inline;
}
#outilsA {
	position: absolute;
	left: 505px;
	top: 162px;
	z-index: 11;
}

/******************************************************************/
/************ message d'entete ************************************/
/******************************************************************/
div#message_header{
    position: absolute;
    top: 18px;
    padding: 10px;
    border: 1px solid black;
    width: 370px;
    background-image: url(../images/blur.gif);
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #20578D;
}
div#message_header a{
    color: #20578D;
    text-decoration: underline;
}

/******************************************************************/
/************ formulaire sur site *********************************/
/******************************************************************/
#corps form{
    width: 390px;
    overflow: hidden;
}
#corps form hr{
    display: none;
}
#corps form .bouton{
    background-repeat: no-repeat;
    padding: 5px;
    cursor: pointer;
    border: 1px solid black;
}
#corps form textarea{
    width: 250px;
}
#corps form input, #corps form .champ {
    width: 250px;
}
#corps form .captcha-form{
    border: 1px solid black;
    text-align: left;
    padding: 10px;
    width: 330px;
}
#corps form .captcha-form td{
    padding: 3px;
}
#corps .messageDroitsInformatiques {
	width: 350px;
}

/******************************************************************/
/************ affichage des offres ********************************/
/******************************************************************/
.moduleOffres .fiche{

}
.moduleOffres .fiche .photos-offres{
    width: 100px;
    text-align: center;
    float: left;
}
.moduleOffres .fiche .carte-offres{
    margin: 0px 0px 10px 10px;
    float: right;
}
.moduleOffres .fiche p{
    clear: both;
}
.moduleOffres .fiche .lienDetailOffre {
	float: right;
	margin-left: 10px;
}
.moduleOffres .fiche .caracteristiques{
    text-align: left;
    margin: 0px 0px 0px 110px;
    padding: 0px;
    line-height: 2em;
}
.moduleOffres .fiche span.label{
    
}
.moduleOffres .fiche span.valeur{
    
}
.moduleOffres .fiche .photos-offres img{
    max-width: 100px;
    width: expression((this.width > 100 && this.width>=this.height) ? 100: true);
    max-height: 75px;
    height: expression((this.height > 75 && this.height>this.width) ? 75: true);
}
.moduleOffresUne .fiche{
    clear: both;
    /*height: 125px;
    overflow: hidden;*/
}
.moduleOffresUne .fiche .photos-offres {
    padding: 0 0 0 7px;
    float: right;
}
.moduleOffresUne .fiche h3 {
	margin: 0;
}
.moduleOffresUne .fiche p{
    margin: 0;
}
.moduleOffresUne .fiche p a{
    color: black;
}
.moduleOffresUne .fiche .caracteristiques{
}
.moduleOffresUne .fiche span.label{
    text-align: left;
}
.moduleOffresUne .fiche span.valeur{
    text-align: right;
}
.moduleOffresUne .fiche .photos-offres .image {
    max-height: 68px;
    height: expression(this.height > 68 ? 68: true);    
    max-width: 108px;
    width: expression(this.width > 108 ? 108: true);
}
.moduleOffres .ficheUnique .photos-offres{
    padding: 10px;
}
.moduleOffres .ficheUnique .carte-offres{
    margin: 0px 0px 10px 10px;
    float: right;
}
.moduleOffres .ficheUnique p{
    clear: both;
}
.moduleOffres .ficheUnique .caracteristiques{
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.moduleOffres .ficheUnique span.label{
}
.moduleOffres .ficheUnique span.valeur{
}


.moduleOffres .ficheUnique .photos-offres{
    width: 170px;
    height: 127px;
    text-align: center;
    vertical-align: middle;
    padding: 0px;
    overflow: hidden;
    float: left;
}
.moduleOffres .ficheUnique .photos-offres img{
    max-width: 166px;
    width: expression((this.width > 166 && this.width>=this.height) ? 166: true);
    max-height: 127px;
    height: expression((this.height > 127 && this.height>this.width) ? 127: true);
    /*margin-top: expression((166 - this.height)/2);*/
}
#showImage{
    display: none;
    position: absolute;
    margin: auto;
    top: 200px;
    padding: 15px;
    z-index: 20;
}
#blur{
    position: fixed;
    left: 0px;
    top: 0px;
    background-image: url(../images/blur.gif);
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}
.moduleOffres .ficheUnique #calendrier{
    margin-top: 25px;
}
.moduleOffres .ficheUnique #galerie{
    margin-top: 25px;
}

#new_port{
    border: 1px solid red;
    margin: 5px 0px 0px 20px;
    padding: 5px;
    text-align: left;
    display: none;
}
#new_port input{
    border-color: black;
    display: block;
}

.pagination{
    font-size: 1.1em;
}
.pagination b{
    font-weight: bold;
    font-size: 1.2em;
}





/******************************************************************/
/************ map monde accueil ***********************************/
/******************************************************************/
#map-monde-accueil{
    position:relative;
    overflow: hidden;
    background-image: url(../images/map-monde-accueil.png);
    width: 338px;
    height: 172px;
    margin: 0px 0px 20px 0px;
}
#arriere-map-monde-accueil{
    height: 240px;
    margin: 0px;
    padding: 0px;
}
.accueil_adherent h1{
    margin: 15px 0px 5px 0px;
}


/******************************************************************/
/************ elts accueil ***********************************/
/******************************************************************/
.bloc-gauche{
    clear: both;
}
.bloc-gauche .fiche{
    overflow: hidden;
}
.espace-bloc-form{ /* définit l'espace necessaire à bloc-from qui est en absolue */
    height: 250px;
}
.bloc-form{
    position: absolute;
    top: 580px;
    margin: 30px auto;
    background: url(../images/entete_bloc.gif) top left no-repeat;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
    width: 190px;
    line-height: 25px;
}
.bloc-form .content-bloc-form{
    border: 2px solid #FF9C07;
    border-top: none;
    text-align: left;
    color: #0066cc;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    padding: 10px 10px 15px 10px;
    height: 130px;
    width:166px;
    overflow:hidden;
}
.bloc-form .content-bloc-form p{
    margin: 0px 0px 7px 0px;
    padding: 0px;
    width: 170px;
}

#slogan{
    position: absolute;
    color: white;
    top: 130px;
    left: 30px;
    width: 380px;
    text-align: center;
    font-size: 1.5em;
    /*font-style: italic;*/
}
#monCompte {
	position: absolute;
	left: 645px;
	top: 125px;
}
#monCompte a {
	margin: 0 10px;
}
#monCompte a img {
	vertical-align: middle;
	margin-right: 5px;
}
#monCompte a.accesCompte {
	font-size: 1.2em;
}
.message_deco{
    position: relative;
    margin-bottom: -15px;
    top: -15px;
    font-size: 13px;
    color: #ff0000;
    font-weight: bold;
}


/******************************************************************/
/************ elts galerie ***********************************/
/******************************************************************/

#galerie {
    padding: 0 0 10px 0;
    /*height: 160px;*/
    text-align:center;
}
#galerie .enteteGalerie {
    text-align: center;
    width: 100%;
    margin: 0px;
    font-weight: bold;
}
#galerie .titre {
    margin: 0px;
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
}
#galerie .soustitre-galerie{
    width: 100%;
    height: 20px;
}
#galerie .bloc_image_galerie{
    display: inline;
    margin : 3px;
    width: 106px;
    height: 106px;
    text-align: center;
    overflow: hidden;
    table-layout: fixed;
}
#galerie .image_galerie {
    display: inline;
    width: 106px;
    height: 106px;    
    vertical-align: middle;
    _vertical-align: auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: none;
    
}
#galerie .image_galerie img {
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
    border: none;
    max-width: 102px;
    width: expression((this.width > 102 && this.width>=this.height) ? 102: true);
    max-height: 102px;
    height: expression((this.height > 102 && this.height>this.width) ? 102: true);
    /*margin-top: expression((102 - this.height)/2);}*/
}
/******************************************************************/
/************ elts gestion de galerie *****************************/
/******************************************************************/
#galerieGestion .bloc_image_galerie{
    width: 113px;
    float: left;
    margin : 5px;
}
#galerieGestion .image_galerie{
    background-color: #002c63;
    width: 113px;
    height: 113px;
    display: table-cell;
    vertical-align: middle;
    _vertical-align: auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border: none;
    overflow: hidden;
}
#galerieGestion .image_galerie img{
    padding: 0px;
    margin: 0px;
    border: none;
    max-width: 113px;
    width: expression((this.width > 113 && this.width>=this.height) ? 113: true);
    max-height: 113px;
    height: expression((this.height > 113 && this.height>this.width) ? 113: true);
    margin-top: expression((113 - this.height)/2);
}
#galerieGestion .bloc_image_galerie .legende{
    display: block;
    width: 100%;
    text-align: center;
}
#galerieGestion .bloc_image_galerie .action{
    display: block;
    width: 100%;
    text-align: right;
}

#galerieGestion #formSaisie .image{
    float: none;
}

/*******************************************************************************
***************   fiche_show_image ***************************************
*******************************************************************************/
#fiche_show_image{
    display:none;
    position:absolute;
    background-color: white;
    border: 1px black solid;
    z-index: 4;
    width: 570px;
    height: 520px;
}
#fiche_show_image_header{
    margin: 0px;
    padding: 0px;
    height: 20px;
    background-color: #007996;
    text-align: right;
    color: white;
    width: 100%;
}
#fiche_show_image_header a {
    color: white;
}
#fiche_show_image img{
    max-width: 550px;
    width: expression((this.width > 550 && this.width>=this.height) ? 550: true);
    max-height: 500px;
    height: expression((this.height > 500 && this.height>this.width) ? 500: true);
}
#fiche_show_image_legende{
    text-align: center;
    width: 100%;
}

/*******************************************************************************
***************   Présentation des échanges ************************************
*******************************************************************************/
.moduleEchangesLight{
    margin: 0px 0px 15px 30px;
}
.moduleEchangesLight .fiche{
    margin-bottom: 5px;
}
.moduleEchangesLight h2{
    color: black;
    border: none;
    padding: 0px;
    margin: 0px;
}
.moduleEchangesLight h2 a{
    color: black;
    font-size: 12px;
    font-weight: bold;
}
.moduleEchangesLight h3{
    color: black;
    margin-left: 5px;
    font-size: 10px;
}

.fiche_echange .bloc_info{
    margin: 0px 0px 15px 5px;
}
.fiche_echange .bloc_info h2{
    border: none;
    font-size: 12px;
    color: black;
    padding: 0px;
    margin: 0px;
}
.fiche_echange .bloc_info h2 a{
    font-size: 12px;
    color: black;
}
.fiche_echange .bloc_info h3{
    font-size: 11px;
    color: black;
}
.fiche_echange .bloc_info p{
    margin: 2px 0px 2px 5px;
}
.fiche_echange form{
    text-align: left;
}
.picto_show_hide{
    float: right;
}

/*******************************************************************************
***************   Evaluation ***************************************************
*******************************************************************************/
.form-evaluation{
}
.form-evaluation h2{
    margin: 10px;
}
.form-evaluation table{
    margin: 10px;
}
.form-evaluation td{
    text-align: left;
}

/*******************************************************************************
***************   Alertes ******************************************************
*******************************************************************************/
.moduleAlertesLight{
    margin: 0px;
}
.moduleAlertesLight li{
    color: black;
    border: none;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
.moduleAlertesLight h2 a{
    color: black;
    font-size: 12px;
    font-weight: bold;
}

.moduleAlertes .fiche .caracteristiques{
    vertical-align: top;
    padding: 0px 0px 0px 5px;
}
.moduleAlertes .fiche {
    border-bottom: 1px solid #007996;
    margin: 5px 5px 10px 5px;
    padding: 0px 0px 5px 0px;
}

/*******************************************************************************
***************   Espace perso *************************************************
*******************************************************************************/
.bloc_echeance{
    float: right;
    width: 120px;
}

/*******************************************************************************
***************   Espace require connexion *************************************
*******************************************************************************/
#fond_require_connexion{
    position: absolute;
    width: 100%;
    height: 3000px;
    top: 0px;
    left: 0px;
    background: black;
   filter:alpha(opacity=75);
   opacity: 0.75;
}
#require_connexion{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
#content_require_connexion{
    position: relative;
    margin: 200px auto;
}
#content_require_connexion .bloc-form{
    position: static;
    background-color: white;
}

.moduleKmlIndex .photoMdl{
    width: 350px;
    overflow: hidden;
}
.moduleKmlIndex .photoMdl img.photo_large{
    max-width: 350px;
    width: expression((this.width > 350 && this.width>=this.height) ? 350: true);
    max-height: 350px;
    height: expression((this.height > 350 && this.height>this.width) ? 350: true);
}


@media print{
    #conteneur {width:100%;}
    #header-print {display:block;}
    #header {display:none;}
    #bloc_menu {display:none;}
    #corps{margin-left:0px;}
    #menu{display:none;}
    #footer img{display:none;}
    #footer .texte{position:relative;width:auto;}
}


.zonePartenaires {
	position: relative;
	height: 90px;
	width:360px;
	overflow: hidden;
}
.actualitesdefilantes {
	position:absolute;
	z-index:1;
	height:90px;
	width:350px;
	text-align: center;
}
.actualitesdefilantes a {
	display: inline;
	width: 106px;
	padding: 5px;
	height: 80px;
	text-align: center;
}
.actualitesdefilantes img {
	vertical-align: middle;
	max-width: 95px;
    width: expression((this.width > 95 && this.width>=this.height) ? 95: true);
    max-height: 80px;
    height: expression((this.height > 80 && this.height>this.width) ? 80: true);
}

.bannierePub {
	margin-top: 15px;
}
.googleAdsense{
	margin-top: 10px;
	margin-left:100px;
}