
/* original */
	A:link {text-decoration: none; color: #f90}
	A:visited {text-decoration: none; color: #f90}
	A:hover {text-decoration: none; color: #f90}
	A:active { color: #f90}      
	A.external:visited { color: #f90}
	.menu {
	  font-family:Verdana;
	  font-size:10px;
	  font-weight: bold;
	  color: #FF6600
	}
	.headerblue
	{
	  font-family:Arial;
	  font-size:18px;
	  font-weight: bold;
	  font-style:italic;
	  color: #000066
	}
	.normalblue {
	  font-family:Verdana;
	  font-size:13px;
	  color: #000
	}
	.tinyblue {
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
	  	color: #000066
	}
	.X {
		font-family:Verdana;
	  	font-size:13px;
	  	font-weight: bold;
		color: #FFFFFF;
		width:50%;
	}
	.Y {
		font-family:Arial,Verdana;
	  	font-size:12px;
	  	font-weight: normal;
		color: #000;
		width:50%;
		text-align:right;
		padding-right:10px;
	}	
	.bouton_n {
		font-family:Verdana;
	  	font-size:12px;
	  	font-weight: bold;
		color: #000;
		width: 80px;
	}	
	.bouton_l {
		font-family:Verdana;
	  	font-size:13px;
	  	font-weight: bold;
		color: #000066;
		width: 200px;
	}	
	.bouton_xl {
		font-family:Verdana;
	  	font-size:13px;
	  	font-weight: bold;
		color: #000;
		width: 250px;
	}	
		.input_cl {
	border: 1px solid #666;
	color:#000000;
	}


/* Version PC */ 

#slogan {
	font-size:19px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-style:italic; 
	color:#999999; 
	margin-top:54px; 
	text-align:center;
	float:left;
	width:33%;
}

#logo {
	float:left;
	width:35%;
}

#numero {
	margin-top:56px;
	float:right;
	width:31%;
	text-align:right;
}

#numero img {
	margin-right:10px;
}


#header {
	background-image: url(../img/fond.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	height:100px;
	margin-bottom:50px;
}


#footer {
	margin-top:50px;
	padding-top:20px;
	background-image: url(../img/fond2.gif);
	background-repeat: repeat-x;
	background-position:top;
	height:100px;

}

#certification {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#mentions {
font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#666666;
margin-left:10px;
margin-right:10px;
}

.largeur {
	width:550px;
	margin-left:auto;
	margin-right:auto;
}





@media screen and (max-width:600px) {

	.largeur {
		width:250px;
	}
	
	#header {
		height:100px;
		margin-bottom:0px;
	}
	#footer {
		margin-top:10px;
	}
	
	#logo {
		width:40%;
		margin-top:15px;
	}
	
	#logo img {
		width:140px;
	}
	
	#slogan {
		/*display:none;*/
		float:right;
		margin-top:20px;
		margin-right:10px;
		font-size:15px;
		width:50%;
		text-align:right;
	}
	
	#numero {
		width:auto;
		margin-top:15px;
	}	

}