/*
 * LibCastPRO.com
 * Box a coins arrondis et à taille variable (cf fix box.js)
 *
 */

.box {
background-color:#ebebe4;
background-image:url('gfx/box/linetop.jpg');
background-repeat:repeat-x;
}

.box_topleft {
background-image:url('gfx/box/topleft.jpg');
background-repeat:no-repeat;
background-position:top left;
}
.box_topright {
background-image:url('gfx/box/topright.jpg');
background-repeat:no-repeat;
background-position:top right;
}
.box_bottomleft {
background-image:url('gfx/box/bottomleft.jpg');
background-repeat:no-repeat;
background-position:bottom left;
}
.box_bottomright {
background-image:url('gfx/box/bottomright.jpg');
background-repeat:no-repeat;
background-position:bottom right;
padding:8px;
}
.box h2 {
font-size:14px;
color:black;
}
