body {
    margin:0px;
    padding: 0px;
    background-color:#2389bc;
    background-image: url(../images/mon-visa-fond3.jpg);
    background-repeat: repeat-x;
    /*background-attachment: fixed;*/
    background-position: 50% 100%;
    font-family: Arial;
}
img {border:0px}   

.tao{
    width:820px;
    background-repeat: repeat-y;
}

.accroche {
    color: #ffffff;    
    font-size: 11px;
}

.entete {
    /*background-image: url(../images/entete-fond.gif);*/
    height:150px;
}
.menuTd {width:200px; line-height:10px; font-size:10px;}
.menu, .menuA {
    display: block;
    height: 30px;
    line-height: 30px;
    width:200px;
    color: #FFFFFF;
    /*background-color: #66AACC;*/
    background-image: url(../images/menu-lien-fond.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    font-weight: bold;
    padding-left: 30px;
    text-decoration: none;
    font-size:16px;
}
.menuLien {
    background-image: url(../images/menu-lien-fond.gif);
    background-position: 0px -30px;
}
html>body .menu, html>body .menuA  { width: 170px; }

.menu:hover, .menuA { background-position: 0px -30px; }

.contenu { }
.contenu th {
    padding:0px;
    padding-left:15px;
    padding-right:15px;
    text-align: left;
    background-image: url(../images/contenu-haut.gif);
    background-repeat: no-repeat;
    height: 30px;
    color: #FFFFFF;
}

.contenu td {
    color:#000000;
    font-size:12px;
}

.contenuDiv {
    padding:5px;
}


.footer td {
    color: #000000;
    background-image: url(../images/pied-fond.gif);
    line-height: 30px;
    vertical-align: bottom;
    font-size:11px;
    white-space: nowrap;
}

.footer a { color: #000000 ; text-decoration: none;}
.footer a:hover { color: #000000 ; text-decoration: underline;}

.formulaire, .formulaireBdc {
    font-size:11px;
    color: #000000;
}

.formulaire th, .formulaireBdc th {
    height:inherit;
    background:none;
    font-weight: normal;
    text-align: right;
    width:80px;
}

.formulaireBdc th {
    color:#000000;
    padding:0px;
    height: 20px;
    width:120px;
}

.formulaire td {
    width:110px;
    /*text-align: left;*/
}

.formulaireBdc td {
    color: #000000;
    width: 160px;
}

.formulaire .input, .formulaireBdc .input {
    width:100%;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    font-size:11px;
    padding:2px;
}

.btn_envoyer, .btn_envoyer_bleu , .btn_imprimer_bleu{
    display:block;
    width:100px;
    height:25px;
    line-height:25px;
    border:0px;
    background-image: url(../images/btn-marron.gif);
    background-repeat: no-repeat;
    color: #ffffff;
    align: right;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;    
}

.btn_envoyer_bleu {
    background-color: #66aacc;
    background-image: url(../images/btn-bleu.gif);
    float:right;
}

.btn_imprimer_bleu {
    background-color: #66aacc;
    background-image: url(../images/btn-imprimer-bleu.gif);
    float:right;
}

.btn_envoyer:hover, .btn_envoyer_bleu:hover, .btn_imprimer_bleu:hover {
    background-position: 0px -25px;
    color:#000000;
}

a, .liens {
    color: #2389bc;
}

.formField { border:0px; border-bottom: 1px solid #000000; padding:2px;}

.R {font-weight:bold;}
.help {
	font:11px/12px tahoma, arial, helvetica, sans-serif;
	color:#000000;
	font-weight:normal;
	cursor: help;
	
}

#AkisiBulleDiv {
  border:1px solid #CECECE;
  background: #FFFFFF;
  padding: 5px;
  padding-left:20px;
  font:11px/12px tahoma, arial, helvetica, sans-serif;
}


.message { font-size:11px; padding:5px;}

.tarifs { color: #000000; border: 1px solid black;}

.tarifs th { background:none; color: #000000; font-size:11px; border-bottom:1px solid #CCCCCC;}
.tarifs td { text-align: right; border-bottom:1px solid #CCCCCC;}
.tarifs .last { border-bottom: 0px;}

.paysInactive, .paysActive {
    display: block;
    height:20px;
    line-height:20px;
    /*width: 70px;*/
    float:left;
    vertical-align:middle;
    text-align: center;
    padding-left:10px;
    padding-right:10px;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-top: 0px;
    border-right: 0px;
    
}
.paysInactive {
    background-color:#47778E;
    color: #FFFFFF;
}

.paysInactive:hover {
    background-color:#479ABF;
    color: #FFFFFF;
}