/* CSS Document */

body
{
	background-color: #FFC;
}

a:link{text-decoration:none; }
a:visited{text-decoration:none; color:blue}
a:hover{text-decoration:underline}
a:active{
	text-decoration: none }
	
	

	
	
	.Conseils2 {
	font-size: 1.5em;
	color: #008000;
	font-weight: normal;
}
.LiensSup {
	font-size: 16px;
	color: blue;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	
	
}


A6
{
	font-size: 2em;
	color: red;
	font-weight: normal;
}	

A5
{
	
    color: #D10329;
	font-weight: bold;
	font-align:center;
	line-height:1; 
	font-size: 5vw; 
}
   


A4
{
	color: #D10329;
	line-height:1;
    font-align:center;
	font-size: 4vw;
	font-weight: bold;
	
}
A3
{
	color: #D10329;
	font-weight: bold;
	font-align: center;
	font-size: 3vw;
	line-height:1; 
	
}

A2
{
	font-size: 2.7vw;
	color: #D10329;
	font-weight: bold;
	
}

A20
{
	font-size: 2.7vw;
color: black;
	
}


A21
{
	font-size: 2.7vw;
color: blue;
	font-weight: normal;
}

A22
{
	font-size: 2.9vw;
	color: #D10329;
	font-weight: bold;

	
}


A10
{
	font-size: 2.4vw;
	color: black;
	
}


A11
{
	font-size: 2.4vw;
	color: blue;
	font-weight: normal;
}

A12
{
	font-size: 2.2vw;
	color: black;
	font-weight: normal;
}

A13
{
	font-size: 2.2vw;
	color: blue;
	font-weight: normal;
}


A1
{
	font-size: 100%;
	color: black;
	font-weight: normal;
	

}


	@media (max-device-width:768px) and (orientation: landscape) {
  html {
   -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
  }
}