/* CSS Document */

/* --- Body ------------------------ */
.body {background-color:#eeeeee}

/* --- Bordures ------------------------ */
.borderall {border:1px #000000 solid}
.borderright {border-right:1px #000000 solid}
.borderleft {border-left:1px #000000 solid}
.bordertop {border-top:1px #000000 solid}
.borderbottom {border-bottom:1px #000000 solid}

.padding10 {padding:10px}
.padding5 {padding:5px}

/* --- Tailles ------------------------ */
.tble800 {width:800px}
.tble150 {width:150px}
.tble100 {width:100px}
.tble200 {width:200px}
.tble300 {width:300px}
.tble100pc {width:100%}

/* --- Couleurs ------------------------ */
.fdblanc {background-color:#ffffff}
.fdgris {background-color:#CCCCCC}
.fdgris1 {background-color:#EEEEEE}
.fdgris3 {background-color:#AAAAAA}
.fdgris2 {background-color:#888888}
.fdsvin {background-color:#DEFFBC}
.fdtitre {background-color:#D16F85}
.fddegradebleu{background: url(../img/fddegradebleu.png);}

/* --- Polices ------------------------ */
.text {font-family: Arial, Helvetica, sans-serif; text-decoration: none;}
.size12 {font-size: 12px;}
.size11 {font-size: 11px;}
.size10 {font-size: 10px;}
.gras {font-weight: bold;}
.txtblack{color: #000000;}

/* --- Liens ------------------------ */
.link {color: #000000; text-decoration: none;}
.link:hover {color: #990000}

.link1 {color: #990000; text-decoration: none;}
.link1:hover {color: #2D0000}

/* --- Images ------------------------ */
.imgtour{padding:6px}