@charset "utf-8";
/* CSS Document */

.fond_blanc { background:linear-gradient(135deg, rgb(255,255,255),rgb(225,225,225)) }
.fond_dark { background:linear-gradient(180deg, rgb(51,51,59),rgb(21,21,29))  }
.fond_dark_btn { background:radial-gradient(#777777 20%,#111111 80%)  }
.fond_rouge { background: linear-gradient(210deg, rgb(104,16,24) 10%, rgb(136,39,45) 35%, rgb(104,16,24) 70%)  }
.fond_vert { background: radial-gradient(#375A22,#49C300)  }
.fond_tspt { background: transparent  }
.fond_bleu_1 { background:#88272D; }
.fond_bleu_2 { background:#748993; }
.fond_dore_1 { background: linear-gradient(180deg, rgb(249,207,123),rgb(124,88,66)) fixed; }
.fond_dore_2 { background:#E3E1D9; }
.color_bleu_1 { color:#002934; }
.color_bleu_2 { color:#748993; }
.color_dore_1 { color:#A2A57A; }
.color_dore_2 { color:#E3E1D9; }
.fond_fff { background:#FFFFFF; }
.fond_noir { background:#000000; }
.fond_bleu { background:#ccdeff; }
.fond_grey { background:#EEE; }
.fond_dark_grey { background:#555555; }
.fond_mi_grey { background:#DDD; }
.fond_orange { background:#EC9864; }
.fond_violet{ background:#222222; }
.fond_vert_lecteur{ background:#c6ff6c; }
.panneaux_blanc { background:url("images/bg_panneaux.jpg") top center; }

/**/
.color_blanc { color:#F6F6F6; }
.color_dark { color:#111111; }
.color_bleu { color:#ccdeff; }
.color_bleu_facebook { color:#3e5b99; }
.color_grey { color:#EEE; }
.color_grey_c { color:#cccccc; }
.lk_grey:hover { color:#DDDDDD; }
.color_noir { color:#010101; }
.color_bdx_1 { color:#88272D; }
.color_rouge { color:#D31B15; }
.lk_rouge:hover { color:#88272D; }
.lk_orange:hover { color:#EC9864; }
.color_orange { color:#EC9864; }
.color_vert { color:#327000; }
.color_violet { color:#222222; }
.color_jaune { color:#D8C623; }

/**/

.bdr_biseau { border-top: 2px solid #777777; border-left: 2px solid #777777;border-bottom: 2px solid #555555; border-right: 2px solid #555555;}
.bdr_doree_1 { border-top: 2px solid #F9CF7B; border-left: 2px solid #F9CF7B;border-bottom: 2px solid #B6905D; border-right: 2px solid #B6905D;}
.bdr_argent_1 { border-top: 2px solid #BBBBBB; border-left: 2px solid #BBBBBB;border-bottom: 2px solid #999999; border-right: 2px solid #999999;}

/**/

input:checked { background-color:#327000 !important; }