/* Little devices (iphone, 992px and less) */    
@media (max-width: 992px) {
	/*Index drapeaux*/
	.il {
		display: inline;
	}
		
	/*sous-titres et encadré du haut*/
	TD FONT {
		font-size: 120%;
	}
	td {
		width: 100%;
		margin: auto;
	}
	td h6 {
		font-size: 200%;
	}
	div h6 {
		font-size: 120%;
	}
	.vraiSous-titre {
		display: none;
	}
	.sous-titre {
		display: block;
	}
	.langueAcces {
		font-size: 80%;
		display: inline;
	}

	/*images*/
	center>table>tbody>tr>td>img {
		width: 7%;
		height: 45px;
	}
	center>img {
		width: 92px;
	}
	td>a>img {
		width: 45px;
	}

	/*recherche
	table.gsc-search-box>tbody>tr {
		width: 100%;
		display: block;
	}
	input.gsc-search-button {
		font-size: 50px; 
	}
	form>table>tbody>tr>td>input {
		height: 80px;
	}*/
	
	/*td.gsc-input {
		display:inline;
		width: 200%;
	}
	td.gsc-search-button {
		display: inline;
	}
	td.gsc-clear-button {
		display: inline;
	}*/
	

	/* Menues */
	H1 {
		font-size: 175%;
	}
	TH A{
		font-size: 250%;
		padding: 10px;
	}
	BODY {
		font-size: 220%;
	}
	CAPTION {
		font-size: 250%;
	}
	TR>TD>CENTER>A {
		font-size: 250%;
	}

	/*Liens*/
	th {
		display: block;
	}
	table {
		width: 90%;
	}
	
	
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 993px) and (max-width: 1200px) {
	/*menu drapeaux*/
	.il {
		display: inline;
	}
	
	/*sous-titres et encadré du haut*/
	TD FONT {
		font-size: 120%;
	}
	td h6 {
		font-size: 100%;
	}
	.vraiSous-titre {
		display: none;
	}
	.sous-titre {
		display: block;
	}
	.langueAcces {
		display: none;
	}

	/*images*/
	center>table>tbody>tr>td>img {
		width: 7%;
		height: 45px;
	}
	center>img {
		width: 92px;
	}
	td>a>img {
		width: 45px;
	}
	td:first-child() {
		display:none;
	}

	/* Menues */
	H1 {
		font-size: 175%;
	}
	TH A{
		font-size: 175%;
	}
	BODY {
		font-size: 175%;
	}
	CAPTION {
		font-size: 175%;
	}
	TR>TD>CENTER>A {
		font-size: 175%;
	}
	
}

/* Large devices (large desktops, 1200px and up) */    
@media (min-width: 1201px) {
	TD FONT {
		font-size: 110%;
	}
    .vraiSous-titre {
		display: block;
		width: 100%;
	}
	.sous-titre {
		display: none;
	}
	.langueAcces {
		display: none;
	}
	BODY {
		font-size: 120%;
	}
	td h6 {
		font-size: 120%;
	}	
}
