html {
/*overflow: hidden;*/
/*background : #FFFFFF url('../_images/html_bg.gif') repeat-x fixed;*/
height: 100%; margin-bottom: 0px;
}
a:active, a:focus {
outline : none;
}
body {
margin : 0;
padding : 0;
min-height : 100%;
height : auto !important ;
}







#fullheight{height:100%}

a:link {
color : #80e080;
text-decoration : underline;
font-family : Tahoma, Arial, Helvetica, sans-serif;
}
a:visited {
font-family : Tahoma, Arial, Helvetica, sans-serif;
color : #80e080;
text-decoration : none;
}
a:hover {
font-family : Tahoma, Arial, Helvetica, sans-serif;
color : #80e080;
text-decoration : none;
}



div#header {
margin: 0;
width: 100% ;
height:96px;
display: block ;
text-align: right;
position:relative;
background: url(img/header.png) center top no-repeat;
}

#header:active{

}

div#footer
{
margin: 0;
width: 100% ;
height: 128px ;
display: block ;
text-align: right;
position:relative;
background: url(img/footer.png) center top no-repeat;
} 

div#main
{
margin: 0;
width: 100% ;
height: 60% ;
display: block ;
text-align: right;
position:relative;
background-color: #e1e1e1;
background: center top no-repeat;
/*-webkit-animation: Scale 3s;*/
} 



.footer{

}

.article {
position:relative;
/*top:128px;*/
/*padding: 16px 16px 8px 16px;*/
font : 12px/14px Tahoma, Arial, Helvetica, sans-serif;
color : #e0e0e0;
text-decoration : none;
text-align:justify;
/*border-right : 1px solid #80e080;
border-left : 1px solid #80e080;
border-top : 1px solid #80e080;
border-bottom : 1px solid #80e080;*/
width : 896px;

}



.normal {
font : 11px/13px Tahoma, Arial, Helvetica, sans-serif;
color : #444444;
text-decoration : none;
}

.onglet {
float:right;
}

.maintable {
width : 896px;

background-color : #292929;
/*-webkit-animation: Scale 3s;*/
/*border-right : 1px solid #80e080;
border-left : 1px solid #80e080;*/
}
/*
@-webkit-keyframes Scale {  
  0% {-webkit-transform: scale(1, 0);}
  60% {-webkit-transform: scale(1, 1.1);}
  80% {-webkit-transform: scale(1, .95);}
  100% {-webkit-transform: scale(1, 1);}
}*/






* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}