/*feuille de styles pour DOMAssistant.boxIt - Stylesheet for DOMAssistant.boxIt plugin*/

/*styles par défaut - default styles*/
.round_cadre div.gCont { background: transparent; padding: 0; margin: 0; width: 100%; font-size: 1px; line-height: 1px; }
.round_cadre div.topCont { background: transparent; height: 5px; font-size: 1px; line-height: 1px; text-align: left; width: 100%; }
.round_cadre div.top { background: transparent url(../graph/boxes/thumb_tr.gif) top right no-repeat; height: 100%; width: 100%; line-height: inherit; text-align: left; }
.round_cadre div.top div { background: transparent url(../graph/boxes/thumb_tl.gif) top left no-repeat; height: 100%; line-height: inherit; text-align: left; width: 5px; }
.round_cadre div.midCont { margin: 0 5px 0 0; padding: 1px 0 1px 5px; background: transparent; }
.round_cadre div.botCont { background: transparent; height: 5px; font-size: 1px; line-height: 1px; text-align: left; width: 100%; }
.round_cadre div.bot { background: transparent url(../graph/boxes/thumb_br.gif) bottom right no-repeat; height: 100%; width: 100%; line-height: inherit;  text-align: left;}
.round_cadre div.bot div { background: transparent url(../graph/boxes/thumb_bl.gif) bottom left no-repeat; height: 100%; line-height: inherit; text-align: left; width: 5px; }

/*Exemple de thème : "Simple" - "Simple" theme example*/
.round_cadre.affPrinc div.gCont { background: transparent url(../graph/boxes/photo_r.gif) right repeat-y; }
.round_cadre.affPrinc div.topCont { background: transparent url(../graph/boxes/photo_t.gif) top repeat-x; height: 10px; }
.round_cadre.affPrinc div.top { background: transparent url(../graph/boxes/photo_tr.gif) top right no-repeat; }
.round_cadre.affPrinc div.top div { background: transparent url(../graph/boxes/photo_tl.gif) top left no-repeat; width: 8px; }
.round_cadre.affPrinc div.midCont { margin-right: 8px; padding-left: 8px; background: transparent url(../graph/boxes/photo_l.gif) top left repeat-y; }
.round_cadre.affPrinc div.botCont { background: transparent url(../graph/boxes/photo_b.gif) bottom repeat-x; height: 69px; }
.round_cadre.affPrinc div.bot { background: transparent url(../graph/boxes/photo_br.gif) bottom right no-repeat; }
.round_cadre.affPrinc div.bot div { background: transparent url(../graph/boxes/photo_bl.gif) bottom left no-repeat; width: 99px; }

/*
styles communs à tous les cas (laisser au bas de la feuille de style) -
Common Styles (Keep at the bottom of the stylesheet)
*/
.noBg { background-image: none!important; }