@charset "utf-8";
.fondu {
	/* [disabled]position: absolute; */
	/* [disabled]left: 157px; */
	/* [disabled]top: 89px; */
	/* [disabled]width: 246px; */
	/* [disabled]height: 182px; */
	/* [disabled]z-index: 1; */
	background-color: #CCCCCC;
	-webkit-transition: all 700ms ease 0s;
	-moz-transition: all 700ms ease 0s;
	-ms-transition: all 700ms ease 0s;
	-o-transition: all 700ms ease 0s;
	transition: all 700ms ease 0s;
}

.fondu:hover {
	background-color: #09F;
}

.Texte24 {
	font-size: 24px;
}
.Texte10 {
	font-size: 10px;
}


body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}

.Rot45{
	transform: rotate(-45deg);
	
	}
	
.Rot5{
	transform: rotate(5deg);
	
	}
		
.MyRot{
	border-radius: 5;
	transform: rotate(20deg);
	opacity: .4;
	padding: 15px;
	-webkit-transition: transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	-ms-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;	
	}
	
.MyRot:hover{
	z-index: 100 !important;
	opacity: .85;
	transform: rotate(0deg);
	box-shadow:#333
	background-color: #CCCCCC;
	box-shadow: 0px 0px 7px 2px #333;
	-ms-transition: transform 1s ease;
	-o-transition: transform 1s ease;
	transform: scale(1.5,1.5);
	-webkit-transition: transform 1s ease;
	-moz-transition: -moz-transform 1s ease;
	transition: transform 1s ease;
	/* [disabled]margin: auto !important; */
	/* [disabled]position: relative !important; */
	}	

.JR-CSS3-1 {
	/*--ok--*/
}
.Lien-1 {
	color: #333;
	text-decoration: none;
	list-style-type: none;
}
.Lien-1:hover {
	color: #CCC;
	text-decoration: none;
	list-style-type: none;
	background-color: #333;
	display: inline-block;
}
.ul-1 {
	list-style-type: none;
}
