

body
{
    background-image: url("argeles3.jpg");
    background-attachment: fixed; /* Le fond restera fixe */
	 background-repeat: no-repeat;
	background-position: center 8px ;
	background-size: 800px 700px;
	 
text-align: center; 
p  bold; color: yellow; font-size: 1em;
h1  bold; color: yellow; font-size: 1.4em; 
}

 

@media (min-width:700px) and (max-width:1388px)  
body
{
    background-image: url("argeles3.jpg");
    background-attachment: fixed; /* Le fond restera fixe */
	 background-repeat: no-repeat;
	background-position: center 8px ;
	background-size: 800px 700px;
	 
text-align: center; 
p  bold; color: yellow; font-size: .9em;
h1  bold; color: yellow; font-size: 1.4em; 
}
 
 
@media all, (max-device-width:380px) 
body
{
    background-image: url("argeles3.jpg");
    background-attachment: fixed; /* Le fond restera fixe */
	 background-repeat: no-repeat;
	background-position: center 8px ;
	background-size: 800px 700px;
	 
text-align: center; 
p  bold; color: yellow; font-size: .6em;
h1  bold; color: yellow; font-size: 1em; 
} 

                                                                                                                                                                                                                                                                                                                                                                                                                     

 




