body {
    font-family: Verdana, sans-serif;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
h1 {
    /*font-size: 18px;*/
    font-size: 1.5em;
    margin: 0 0 15px 0;
    padding: 0;
}
#gauche h1 {
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}
#corps h1{
    text-indent: 15px;
}
#droite h1 {
    text-indent: 10px;
}
#corps h1:first-letter, #droite h1:first-letter {
    font-size: 1.1em;
}
h2 {
    font-size: 1.3em;
    margin: 0;
    padding: 2px 0;
}
#droite h2, #droite h3 {
    margin: 0;
    padding: 0;
}
#droite h2 {
    font-size: 1.1em;
}
h3 {
    font-size: 1em;
    margin-top: 0;
}
#droite h3 {
    font-size: 1em;
    font-weight: normal;
}
h1:first-letter, h2:first-letter, h3: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 {
    _margin-bottom: -10px;
}
input {
}
.separateur {
    clear: both;
}
.imgGauche {
    float: left;
    margin-right: 15px;
}
.imgDroite {
    float: right;
    margin-left: 15px;
}
.imgIcone {
   vertical-align: middle;
}
.champ, .bouton {
    font-size: 10px;
}
.champ:hover, .bouton:hover {

}
.bouton {
    font-weight: bold;
    height: 17px;
    padding: 0 3px;
}

.boutonOk {
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -5px;
}
.champ {
    height: 13px;
}
.entete_tableau{
    display: table-cell;
    font-weight: bold;
    padding-left: 5px;
    vertical-align: top;
    text-align: left;
}
.titre_tableau{
	display: table-cell;
	font-weight: bold;
    padding-left: 5px;
    vertical-align: middle;
    text-align: center;
    font-size:14px;
}


/***************************   structure générale   ***************************/

#fond {
    min-width: 1000px;
}

#fondHaut {
    padding-top: 50px;
}

#fondBas {
    padding-bottom: 35px;
}

#conteneur {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
#header {
    height: 184px;
    padding: 28px 10px 0 10px;
    font-weight: bold;
}
#zoneRecherche, #zoneRecherche input {
    text-align: center;
}
#logoHeader {
    float: left;
}
#accesEspaces {
    padding: 20px 0 0 300px;
}
#header-print{
    display: none;
    margin-bottom: 10px;
}
#corps {
    display: table;
    width: 550px;
/*margin-left: 225px;*/
padding-left:20px;
    /*padding-right: 25px;*/
    /*padding: 25px;*/
    text-align: justify;
    overflow:hidden;
}
#outils {
    position: absolute;
    /*top: 170px;
    right: 5px;*/
    top: 210px;
    right: 217px;
    _right: 230px;
    padding: 5px;
}
#fondGauche {
    padding: 10px;
    width: 180px;
}
#gauche {
    float: left;
    _height: 350px;
    min-height: 350px;
    margin-bottom: 0px;
}
#gauche a {
   font-weight: bold;
}
#edito {
    text-align: justify;
    
}
#edito ul{
	margin:0px;
	padding:0px;
}
#edito ul li{
	margin:0px;
	padding:0px;
	margin-left:8px;
}
#droite {
    float: right;
    width: 200px;
    overflow: hidden;
}
#droite .conteneurImage {
    float: left;
    width: 50px;
    margin: 3px 5px 0 0;
}
#droite .image {
    max-width: 50px;
    width: expression((this.width > 50 && this.width>=this.height) ? 50: true);
    max-height: 60px;
    height: expression((this.height > 60 && this.height>this.width) ? 60: true);
}
#droite p {
    text-align: justify;
    margin: 0 0 10px 0;
    padding: 0;
}
#droite .contenuDroit {
    padding: 0 10px;
}
#zoneIdentification {
    font-size: 1.1em;
    font-weight: bold;
}
#zoneIdentification a {
    font-size: 0.9em;
    font-weight: normal;
}
#zoneIdentification input {
    /*margin-bottom: 6px;*/
}
#fondPage {

}
#bandeauPub {
    text-align: center;
}
#footer {
    text-align: center;
    padding-top: 5px;
    height: 15px;
    width: 980px;
    margin: 5px 0 0 10px;
}
#signature {
    padding-top: 5px;
    height: 15px;
    text-align: center;
    font-size: 10px;
}
#signature a{

}
@media print{
    #conteneur {width:100%;}
    #header-print {display:block;}
    #header {display:none;}
    #gauche {display:none;}
    #droite {display:none;}
    #bandeauPub {display:none;}
    #corps{margin-left:0px;width:100%;}
    #menu{display:none;}
    #signature{display:none;}
    #outils{display:none;}
    #footer img{display:none;}
    #footer .texte{position:relative;width:auto;}
    .notprinted{display:none;}
}
*:focus {
    outline: none;
}
.captcha-form{
    padding: 10px;
}

.tab-captcha{
    position: relative;
    width: 150px;
    margin: 0 auto;
}
.tab-captcha td{
    text-align: center;
    padding: 3px;
}

#prix_a_payer{
	width:70px;
	height:14px;
	border:1px solid #ED7703;
	padding:2px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.cadre_message{
	text-align:center;
	border:1px solid #ED7703;
	background-color:#f5f5f5;
	padding:5px;
}

.etapes_adhesion{
	list-style-type:none;
	margin:0;
	padding:0;
}
.etapes_adhesion li{
	margin-bottom:5px;
}
.etapes_adhesion li a{
	border:1px solid #666666;
	background-color:transparent;
	color:black;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:6px 2px 6px 10px;
	text-decoration:none;
}
.etapes_adhesion li a.selected{
	background-color:#ED7703;
	color:#ffffff;
}