 
html {
/* L'image est positionnée en fond et est centrée */
background: url(image/f1.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;

}body {
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;
}


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;
}
#content{
	margin-left: auto;
	margin-right: auto;
	padding-left:20px;
}
#content0{padding-left:200px;}
#header{
	height: auto;
	width: auto;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	background-attachment: fixed;
    font-size: 1.875em;
    border-radius: 20px;	
}

#titre{
	height: auto;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #efda07;
	text-shadow: -1px -1px #0c0, 1px 1px #060, -3px 0 4px #000;
	text-align: center;
	padding-bottom: 5px;
}


#wrapper 
{	float:left;
	width: 100%;
	height: 100%;
    margin-top:5px;
	margin-left:10px;
	margin-right:10px;
	display:block;
	clear:both;
	margin:0;
	padding:8px
}
.box {
height: 650px;
  width: 750px;
}
#bloc 
{margin-left:20px;
margin-top:20px;
width:100%;height:100%;}
}
.tdA 	{text-align: center;
 height:90px;}

.normal_inner_block{overflow:auto}

.block{color:#2b5115;margin-bottom:5px;padding:1px;vertical-align:top;width:950px;height:200px; }
.blockcontent{background-color:#eddfd2;border-style:double; border-color:orange;margin:0 2px 10px 0;padding:5px;}

.rotate-zoom-out img {
	-webkit-transform: rotate(10deg) scale(1.25);
	transform: rotate(10deg) scale(1.25);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rotate-zoom-out :hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}


.rotate-zoom-out img {
	-webkit-transform: rotate(10deg) scale(1.25);
	transform: rotate(10deg) scale(1.25);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.rotate-zoom-out :hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}

.imgs {display: flex; justify-content: center; align-items: center;}

.mlt_zoom a:hover img{width:236px; height:236px;}

#module_contenu {margin-top: 0px;}

.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); 