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

/*  ----------------------------------- BLUE TOP (ROUNDEDBL) ---------------------------------------- */

.roundedcornr_box_blue {
   background: #3198b6;
   color:white;
   text-align:center;
   font-size:18px;
   font-weight:normal;
   font-style:italic;
   line-height:1.3;
}
.roundedcornr_top_blue div {
   background: url(/fr/images/rou_box_blu_bot_top_lef.gif) no-repeat top left;
}
.roundedcornr_top_blue {
   background: url(/fr/images/rou_box_blu_bot_top_rig.gif) no-repeat top right;
}
.roundedcornr_bottom_blue div {
   background: url(/fr/images/rou_box_blu_bot_lef.gif) no-repeat bottom left;
}
.roundedcornr_bottom_blue {
   background:  url(/fr/images/rou_box_blu_bot_rig.gif) no-repeat bottom right;
}

.roundedcornr_top_blue div, .roundedcornr_top_blue, 
.roundedcornr_bottom_blue div, .roundedcornr_bottom_blue {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_blue { margin: 0 10px; }


/*  ----------------------------------- GRAY (ROUNDEDGR) ----------------------------------------- */


.roundedcornr_box_gray {
   background: #a6a699;
   color:white;
   font-size:14px;
   font-weight:normal;
   line-height:1.3;
}
.roundedcornr_top_gray div {
   background: url(/fr/images/rou_box_gry_bot_top_lef.gif) no-repeat top left;
}
.roundedcornr_top_gray {
   background: url(/fr/images/rou_box_gry_bot_top_rig.gif) no-repeat top right;
}
.roundedcornr_bottom_gray div {
   background: url(/fr/images/rou_box_gry_bot_lef.gif) no-repeat bottom left;
}
.roundedcornr_bottom_gray {
   background:  url(/fr/images/rou_box_gry_bot_rig.gif) no-repeat bottom right;
}

.roundedcornr_top_gray div, .roundedcornr_top_gray, 
.roundedcornr_bottom_gray div, .roundedcornr_bottom_gray {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_gray { margin: 0 10px; }



/*  ----------------------------------- CLASSES ----------------------------------------- */


.round-number {
font-size:24px;
font-weight:bold;
font-style:italic;
}

.round-maintitle {
font-size:24px;
font-weight:normal;
font-style:normal;
}

.round-title {
font-family:Trebuchet MS, "Times New Roman", Times, serif;
font-size:16px;
font-weight:bold;
font-style:normal;
line-height:1.1;
}

.round-sep {
height:12px;
width:12px;
display:block;
}

.round-tbl {
width:606px;
margin:0;
padding:0;
}

ul.round-list, li.round-list {
list-style-type:none;
margin:0;
padding:10px 0 0 0;
}

.round-list li {
border-top:1px dotted #c9c9c9;
padding:0 0 3px 0;
}

ul.round-list {
border-bottom:1px dotted #c9c9c9;
}

.round-tbl td{
vertical-align:top;
margin:0;
padding:0;
}

.round-tbl-box{
width:194px;
}


