
/*<style>*/@charset "iso-8859-1";

/********** CSS Standard **********/

/* CSS par défault */
body, td, li, ul, p, tr, td{
  font-family: arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: ;
  /*letter-spacing: 1px;*/
  text-decoration: none;
}
input, select, option, textarea{
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: ;
  text-decoration: none;
}

a{
  color: ;
  text-decoration: underline;
}
a:hover{
  color: ;
  text-decoration: underline;
}

/* CSS normal */
.bold{
  font-size: 11px;
  font-weight: bold;
}

.txt_bld{
  font-size: 11px;
  font-weight: bold;
}
.txt_itlc{
  font-style:italic;
}
.txt_bld_itlc{
  font-size: 11px;
  font-style:italic;
  font-weight: bold;
}

.title{
  font-size: 18px;
  color: ;
  font-weight: bold;
  letter-spacing: 1px;
}
.title-nega{
  font-size: 18px;
  color: ;
  font-weight: bold;
  letter-spacing: 1px;
}
.extra-big{
  font-size: 60px;
  font-weight: bold;
}
.big{
  font-size: 16px; 
}
.big-bld{
  font-size: 16px;
  font-weight: bold;
}
.medium{
  font-size: 14px; 
}
.medium-bld{
  font-size: 14px;
  font-weight: bold;
}
.small{
  font-size: 9px; 
}
.extra-small{
  font-size: 8px; 
}

.nega{
  color: ;
}
.nega_bld{
  font-size: 11px;
  color: ;
  font-weight: bold;
}

.calendar{
  font-size: 14px;
  font-weight: bold;
}

/* CSS de couleur fixe */
.txt_white{
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
}
.txt_white_bld{
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}
.txt_white_small{
  font-size: 9px;
  color: #ffffff;
  font-weight: bold;
}
.txt_black{
  font-size: 11px;
  color: #000000;
  font-weight: normal;
}
.txt_black_bld{
  font-size: 11px;
  color: #000000;
  font-weight: bold;
}
.txt_black_big{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.txt_grey{
  font-size: 11px;
  color: #909090;
  font-weight: normal;
}
.txt_grey_bld{
  font-size: 11px;
  color: #909090;
  font-weight: bold;
}

.txt_card{
  font-size: 11px;
  color: #717171;
  font-weight: normal;
}
.txt_card_bld{
  font-size: 11px;
  color: #717171;
  font-weight: bold;
}
.txt_card_big{
  font-size: 12px;
  color: #717171;
  font-weight: normal;
}
.txt_card_big_bld{
  font-size: 12px;
  color: #717171;
  font-weight: bold;
}
.txt_card_title{
  font-size: 18px;
  color: #717171;
  font-weight: bold;
}

.txt_card_number{
  font-family: arial;
  font-size: 75px;
  color: #717171;
  font-weight: bold;
}
a.txt_card:hover{
  text-decoration: none;

}

/* CSS de liens */
a.link{
  color: ;
  text-decoration: none;
}
a.link:hover{
  color: ;
  text-decoration: none;
}

a.link_inverse{
  color: ;
  text-decoration: none;
}
a.link_inverse:hover{
  color: ;
  text-decoration: none;
}

a.link_bld{
  color: ;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
a.link_bld:hover{
  color: ;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a.link_bld_inverse{
  color: ;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
a.link_bld_inverse:hover{
  color: ;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

a.nega{
  color: ;
  text-decoration: none;
}
a.nega:hover{
  color: #ffffff;
  text-decoration: none;
}
a.nega_bld{
  color: ;
  text-decoration: none;
}
a.nega_bld:hover{
  color: #ffffff;
  text-decoration: underline;
}

a.title{
  font-size: 18px; 
  color: ;
  font-weight: bold;
  text-decoration: none;
}
a.title:hover{
  font-size: 18px; 
  color: ;
  font-weight: bold;
  text-decoration: none;
}

a.more{
  color: #000000;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
a.more:hover{
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

a.more-nega{
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}
a.more-nega:hover{
  color: #cccccc;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
}

a.sitemap{
  text-decoration: none;
}
a.sitemap:hover{
  text-decoration: underline;
}
a.sitemap-section{
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-transform:uppercase;
}
a.sitemap-section:hover{
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  text-transform:uppercase;
}

a.feature-title{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
a.feature-title:hover{
  color: #888888;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
a.feature{
  color: #000000;
  text-decoration: none;
}
a.feature:hover{
  color: #888888;
  text-decoration: none;
}

/* CSS de couleur */
/*Noir*/
.black{
  color: #000000;
}
a.black{
  color: #000000;
  text-decoration: none;
}
a.black:hover{
  color: #000000;
  text-decoration: underline;
}

/*blanc*/
.white{
  color: #ffffff;
}
a.white{
  color: #ffffff;
  text-decoration: none;
}
a.white:hover{
  color: #ffffff;
  text-decoration: underline;
}

/*Gris*/
.grey{
  color: #7f7f7f;
}
a.grey{
  color: #7f7f7f;
}
a.grey:hover{
  color: #000000;
}

/*Rouge*/
.red{
  color: #cc0000;
}
.red_bld{
  color: #cc0000;
  font-size: 11px;
  font-weight: bold;
}
a.red{
  color: #cc0000;
}
a.red:hover{
  color: #000000;
}
a.red_bld{
  color: #cc0000;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}
a.red_bld:hover{
  text-decoration: underline;
}

/* CSS de l'admin */
.madmin{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
}
a.madmin{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #6c6c6c;
  text-decoration: none;
}
a.madmin:hover{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}

.madmin-section{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #6c6c6c;
}
a.madmin-section{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}
a.madmin-section:hover{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #6c6c6c;
  text-decoration: none;
}

.admin_bld{
  font-size: 11px;
  font-weight: bold;
  color: #000000;
}
a.admin_bld{
  font-size: 11px;
  font-weight: bold;
  color: #6c6c6c;
  text-decoration: none;
}
a.admin_bld:hover{
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
a.admin_bld_inverse{
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
a.admin_bld_inverse:hover{
  font-size: 11px;
  font-weight: bold;
  color: #6c6c6c;
  text-decoration: none;
}

.admin-btn{
  font-family: arial,sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: ;
  text-decoration: none;
}
a.admin-btn{
  color: ;
  text-decoration: none;
}
a.admin-btn:hover{
  color: #cfcfcf;
  text-decoration: none;
}

.error{
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #cc0000;
}
.error_bld{
  font-size: 11px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #cc0000;
}

.save{
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #007700;
}


/* CSS des boutons */
#button{
  width:80px;
  height:21px;
  cursor:pointer;
  border:.1em solid ;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:;
  background:;
}
#button-over{
  width:80px;
  height:21px;
  cursor:pointer;
  border:.1em solid ;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:;
  background:;
}

#button-short{
  width:55px;
  height:18px;
  cursor:pointer;
  border:.1em solid ;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  color:;
  background:;
}
#button-short-over{
  width:55px;
  height:18px;
  cursor:pointer;
  border:.1em solid ;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
  color:;
  background:;
}

#button-long{
  width:130px;
  height:21px;
  cursor:pointer;
  border:.1em solid ;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:;
  background:;
}
#button-long-over{
  width:130px;
  height:21px;
  cursor:pointer;
  border:.1em solid ;
  margin:0;
  white-space:nowrap;
  font-family: arial,sans-serif;
  text-transform:none;
  text-decoration: none;
  font-size: 11px;
  font-weight: normal;
  color:;
  background:;
}
/*</style>*/