/*------------------style bo tranformation directe des news------------------*/
/*---------------------style des zone de news modifiables---------*/
.portal-front{
position:relative;
top:0;
z-index:300;
width:100%;
float:left;
border:1px dotted #000;
text-align:right;
display:table;
margin:2px 0;
padding:-5px -5px;

}
.portal-front img{
position:inherit;
z-index:305;
width:auto;
height:auto;
}
/*---------------------style de la fenêtre de login----------------*/
.portal-login{
margin-left:30px;
margin-top:25px;
cursor:pointer;
}
.portal-login table{
width:150px;
height:150px;
}
.portal-login td{
border:none;
height:25px;
}
/*---------------------style de la fenêtre de changement de news----------------*/
.portal-fiche{
margin-left:30px;
margin-top:30px;
/margin-top:38px;
cursor:pointer;
}
.portal-fiche table{
width:200px;
height:200px;
}
.portal-fiche td{
border:none;
height:25px;
}
.portal-logout{
margin-top:20px;
/margin-top:32px;
cursor:pointer;
}
.portal-logout table{
width:200px;
height:100px;
}