@import url('global.css');

h2                   { float:left; margin-left:32px; }
input[type="text"]   { width:176px; height:21px; border:solid 1px #ccc; }
input[type="submit"] { width:105px; }
textarea             { width:250px; height:85px; border:solid 1px #7A7161; }

div#titre           { margin:15px 0 15px 0; }
div#onglets         { height:24px; clear:both;}
.onglet_on,
.onglet_off         { float:right; width:99px; height:20px; margin:4px 0 0 2px; }
div#fiche_programme { position:relative; width:791px; height:190px; clear:both; }
#fiche_programme_l  { float:left; }
#fiche_programme_r  { float:right; }
div#indicator       { float:right; height:20px; padding:0 15px 0 15px; }

div#table_prog      { width:370px; height:190px; }
div#adresse         { width:382px; height:42px; padding:18px 0 0 13px; }
.adresse_top        { margin-top:4px; }
div#description     { width:367px; height:108px; padding:18px 15px 0 13px; }
div#promotion       { width:791px; height:22px; margin-top:40px; }
div#desc            { width:756px; height:22px; margin-top:40px; padding-left:35px; }
div#desc_txt        { width:495px; margin:0 auto;  margin-top:30px; }

div#fiche_contact   { width:791px; height:552px; }
div#contact_img     { width:383px; height:354px; padding:12px 0 0 12px;  }
div#form_contact    { padding:10px 20px 0 10px; }

div#type            { width:761px; height:22px; margin-bottom:1px; padding-left:30px; margin-top:40px; }
.type_tab           { width:691px; height:20px; margin-bottom:2px; padding-left:100px; }

h1                   { font-weight:normal; font-size:25px; }
h2                   { font-size:17px; }
.cursor              { cursor:pointer;}
input[type="submit"] { border:solid 2px #fff; background:#c5e45a; color:#7DA100; font-size:12px; font-weight:bold; cursor:pointer; }

.onglet_on          { background:url('../../images/front/fiche_onglet_on.gif'); line-height:20px; color:#fff; text-align:center; }
.onglet_off         { background:url('../../images/front/fiche_onglet_off.gif'); line-height:20px; color:#000; text-align:center; }
.onglet_on a        { color:#fff; }
.onglet_off a       { color:#000;}
div#fiche_programme { background:#97bf02;}
div#fiche_contact   { background:#E8F4BD; border-top:solid 4px #97bf02; border-bottom:solid 4px #97bf02; }
#indicator          { background: url(/images/front/indicator.gif) no-repeat 0 0; font-weight:bold; font-size:15px; line-height:18px; }

div#adresse         { background:#fff; }
div#description     { background:#ededed; text-align:justify; }
div#promotion       { background:#d1d2cc; text-align:center; font-size:15px; font-weight:bold; line-height:22px; }
div#desc            { background:#97bf02; font-size:15px; color:#fff; font-weight:bold; line-height:22px;  }
div#desc_txt        { text-align:justify; }

div#contact_img     { background:#fff; }
div#form_contact    { font-size:13px; }

div#type            { background:#97bf02; color:#fff; font-size:15px; font-weight:bold; line-height:22px; }
.type_tab           { background:#e8f4bd; line-height:20px; }
