/*
Modifier la class .mytable pour les textes des news.
.news_border : bordure du cadre news.
.news_show : cadre où s'affiche des News. 
.news_title : titre des news.
*/


/*Ne pas changer news_style*/
.news_style{
display:none;
}
.news_show
{

width:272px;
height:200px;
position:absolute;
background-color: red;
color:white;
font: bold 100%;
clip:rect(0px 272px 200px 0px);

}

.news_border
{
background-color: white;
//background-image: url("we39l8o1.jpg");
width:272px;
height:200px;
font: normal 80%;
border: 2px solid gray;
padding: 5px 5px 5px 5px;

/*overflow: auto;*/	

.news_mark{
background-color:white ;
font: normal 60%;
border: 0px solid gray;
width:100%;
height:60%;
color:white;
text-align:left;
}

}

.news_title{
font: bold 90%;
border: 0px solid gray;
padding: 5px 0px 9px 5px;
color:black;
}
.news_show img{

margin-left: 5px;
margin-right: 5px;

}

/* ne pas toucher*/
  .news_move {
 position: relative;

  }
  
.mytable
{
width:272px;
height:200px;
vertical-align: top; 
margin-right:272px;
font: normal 80%;
color:white;
text-align:left;
}