@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}
.onglet
{
        display:inline-block;
        margin-left:0px;
        margin-right:0px;
        padding:3px;
        border:1px solid black;
        cursor:pointer;
}
.onglet a
{
        /*color:#000000;*/
        text-decoration:none;
}
.onglet_n
{
        background:#FFbbbb;
        border-bottom:1px solid black;
        border-radius:15px  15px  0px  0px;
	width:150px;
	height: 30px;
	text-align:center;
	font-size : 12px; 							/* hauteur du texte : 30 pixels */

}
.onglet_y
{
        background:#40FF00;
        border-bottom:0px solid black;
        padding-bottom:4px;
	border-radius:15px  15px  0px  0px;
	width:150px;
	height: 30px;
        text-align:center;
	
	font-size : 12px; 
	color: red;							/* hauteur du texte : 30 pixels */
	/*font-family: sans-serif,ahoma,arial,helvetica,"bitstream vera sans",sans-serif;*/
}
.ligne
{
	background-color:#40FF00;
        border:1px solid black;
        margin-top:-1px;
        padding:2px;
}

.contenu
{
        background-color:#dddddd;
        border:1px solid black;
        margin-top:-1px;
        padding:5px;
	text-align:center;
}
ul
{
        margin-top:0px;
        margin-bottom:0px;
        margin-left:-10px
}
h1
{
        margin:0px;
        padding:0px;
}
.txt-0
{
	font-size: 55px;
	color: #EFE700;
}
.txt-1
{
	font-size: 55px;
	color: #FF0000;
}
.img
{
	border:none;
	padding:0px;
	margin: 0px;
}
.Conteneur
{
	font-size: 30px;
	min-height:94%;
	height:94%;/*pour IE qui comprend rien, et qui ne reconnait pas min-height, mais qui comprend mal height*/
	min-width:100%;
	width:100%;/*pour IE qui comprend rien*/
	overflow:scroll;/*pour activer les scrollbarres*/
}
