body {
/* L'image est positionnée en fond et est centrée */
background: url(image/fond5.jpg) no-repeat center center fixed;
/* Ajout de la propriété avec les préfixes pour tous les moteurs de rendu */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}
.titre {
text-shadow: -1px -1px #0c0, 1px 1px #060, -3px 0 4px #000;
	color:yellow;	
	font-family: 'Lucida Unicode Calligraphy', Segoe Print, sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align: center; height:80px;font-size: 25px;

}

a{
	color: #666666;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
		text-decoration: none;
}
a:hover,a:active,a:focus{
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #B29C82;
		text-decoration: none;
}


.top {
  vertical-align: middle;
}

    @import url(mobile.css) (max-width: 625px);
    @import url(tablette.css) (max-width: 1024px);
    @import url(mondesign.css)(max-width:1920px); 

 .tab {text-align: left; font-size: 16px;color:#2c6d2f;        font-family:Comic Sans MS, sans-serif;font-weight: bold;  backdrop-filter: blur(6px);}
 
#bloc 
{margin-left:20px;
margin-top:20px;
width:100%;height:100%;}

}
.imag {height:40%; width:40%;}