/*
Modifier la class .mytable pour les textes des news.
.news_border : bordure du cadre news.
.news_show : cadre ou s'affiche des News. 
.news_title : titre des news.
*/


/*Ne pas changer news_style*/
.news_style{
display:none;
}

.news_show
{
width:125px;
height:175px;
position:absolute;
color:black;
font: bold 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
clip:rect(0px 125px 175px 0px);
font-size:14px;
text-align:center;
display:inline;
}

.news_border
{
margin-top:68px;
width:130px;
height:175px;
font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
/*overflow: auto;*/

}

.news_mark{
background-color:white ;
font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
width:100%;
height:100%;
color:black;
text-align:center;
}


.news_title{
font: bold 120% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
text-align:center;
color:black;
}

.news_show img{
//width:130px;
}

/* ne pas toucher*/
  .news_move {
 position: relative;

  }
  
.mytable
{
width:125px;
height:185px;
margin-right:15px;
}

.buttondiv{
width:60px;
margin-top:0px;
margin-left:35px;
}

.mytable a{
font:0.95em  "Arial",Verdana,  Sans-Serif;
color:#000000;

}

.mytable H3{
font-size:15px;
margin:auto;
padding:0px;
display:inline;
color:#e85c39;
}
