.bloc
{
    border: 0px solid black;
    width: 288px;
    height:188px;
    padding: 0 15px 0 15px;
    float: left;
}

.tit h1
{
    margin: 0;
    padding: 0;
    font-family: verdana;
    font-size: 14px;
    font-weight:600;
}

.b_vert
{
    background:  url(vert.gif) no-repeat 17px;
}

.b_bleu
{
    background:  url('bleu.gif') no-repeat 17px;
}

.b_rouge
{
    background:  url(rouge.gif) no-repeat 17px;
}
.h_vert
{
    color:#199615;
}
.h_bleu
{
    color:#007AC5;
}
.h_rouge
{
    color:#C70F0F;
}
.tit
{
    width: 256px;
    margin: 9px 0 0 15px;
    padding-top: 4px;
    border-top: 0px solid blue;
    text-align: center;
}
.intr
{

    width: 256px;
    margin: 14px 0 0  16px;
    height: 121px;
    border: 0px solid blue;
}
.corps
{
    border: 1px solid black;
    position:relative;
    height:122px;
    top:-124px;
    left:0px;
    cursor: pointer;
}
#div_bleu
{
        border: 1px solid black;
   position:relative;
       height:122px;
    top:-124px;
    left:0px;
    cursor: pointer;
}
#div_bleu ul li a
{
    font-weight: bold;
    font-size: 12px;
color: #003d70;
}

#div_vert
{
        border: 1px solid black;
   position:relative;
       height:122px;
    top:-124px;
    left:0px;
    cursor: pointer;
}
#div_vert ul li a
{
    font-weight: bold;
    font-size: 12px;
color: #215800;
}


#div_rouge
{
        border: 1px solid black;
   position:relative;
       height:122px;
    top:-124px;
    left:0px;
    cursor: pointer;
}
#div_rouge ul li a
{
    font-weight: bold;
    font-size: 12px;
color: #860000;
}


.opacity    { 
             /*-webkit-border-radius:3px;
             -moz-border-radius:3px;*/
             border-radius:3px;
}
.bleu
{
background:#CFEDFF;
}
.vert
{
background:#D0FFCF;
}
.rouge
{
background:#FFCFCF;
}

/****************debut box arrondis *****************************************/


#box_vert {background: transparent; margin-left:auto; margin-right:auto; margin-bottom:30px; width:530px; }

.partiehaute, .partiebasse {display:block; background:transparent; font-size:1px;}
.partie1, .partie2, .partie3, .partie4 {display:block; overflow:hidden;}
.partie1, .partie2, .partie3 {height:1px;}
.partie2, .partie3, .partie4 {background-color:#c0febf; border-left:1px solid #199616; border-right:1px solid #199616;}
.partie1 {margin:0 5px; background:#199616;}
.partie2 {margin:0 3px; border-width:0 2px;}
.partie3 {margin:0 2px;}
.partie4 {height:2px; margin:0 1px;}

.contenubox_vert {display:block; background-color:#c0febf; border:0 solid #199616; border-width:0 1px;}


/**************** fin box arrondis *****************************************/