/* Round corners de la page http://www.webcredible.co.uk/user-friendly-resources/css/css-round-corners-borders.shtml */

/* tout le tour en bord ronds, respecter l'ordre lors de l'appel */
.t {background: url(dot.gif) 0 0 repeat-x; width: 100%}
.b {background: url(dot.gif) 0 100% repeat-x}
.l {background: url(dot.gif) 0 0 repeat-y}
.r {background: url(dot.gif) 100% 0 repeat-y}
.bl {background: url(bl.gif) 0 100% no-repeat}
.br {background: url(br.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}

/* en bleu */
.t_b {background: url(dot_bleu.gif) 0 0 repeat-x; width: 100%}
.b_b {background: url(dot_bleu.gif) 0 100% repeat-x}
.l_b {background: url(dot_bleu.gif) 0 0 repeat-y}
.r_b {background: url(dot_bleu.gif) 100% 0 repeat-y; }
.bl_b {background: url(bl_bleu.gif) 0 100% no-repeat}
.br_b {background: url(br_bleu.gif) 100% 100% no-repeat}
.tl_b {background: url(tl_bleu.gif) 0 0 no-repeat}
.tr_b {background: url(tr_bleu.gif) 100% 0 no-repeat; padding:10px}


