/**************CONTENEUR GAUCHE************************************/
/**************TITRE  PAGE************************************/
#titre_page{
position:relative;
width:200px;
height :54px;
}
/**************************************************/
#img_news{
position:relative;
width:200px;
height :270px;
text-align:center;
margin:0px 0px 0px 0px;
}
/**************CONTENEUR LOGOTERIE************************************/
#le_lien{
position:relative;
width:200px;
height :40px;
text-align:center;
margin:5px 0px 0px 0px;
}
/**************CONTENEUR DROITE************************************/
/**************TEXTE************************************/
#texte_news{
position:relative;
width:610px;
height :130px;
text-align: justify;
color:#F0F9A2;/*JAUNE*/
margin:5px 0px 0px 10px;
background:transparent;
}
#texte_news strong{
font-size : 18px;
color:#FFFFFF;/*BLANC*/
}
/**************TABLEAU************************************/
#tableau_news{
position:relative;
width:605px;
height :75px;
text-align: justify;
color:#FFFFFF;/*BLANC*/
margin:10px 0px 0px 10px;
border-style: groove;
border-color: #1AB4C0;/*TRUQUOISE*/
background:#F0F9A2;/*JAUNE*/
}
#cellule_date, #cellule_info{
float:left;
width:300px;
height :75px;
background:#F0F9A2;/*JAUNE*/
}
#cellule_info{
border-left-style: solid;
border-color: #1AB4C0;/*TRUQUOISE*/
}
#date_1, #date_2, #info_1, #info_2{
position:relative;
width:280px;
height :25px;
color:#1AB4C0;/*TRUQUOISE*/
margin:10px 0px 0px 10px;
}
#date_1, #info_1{
border-bottom-style: dotted;
border-color: #D4D600;/*VERT*/
}