@charset "UTF-8";
.bloc-infos-contact {
	font-family: 'Andika', sans-serif;
	font-size: 1.128em;
	color: #b7b8ba;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bloc-contenu {
	background-color: #FFF;
	width: 1004px;
	float: left;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #de007f;
}
.bloc-data {
	float: left;
	width: 1000px;
	margin-top: 10px;
}
.legende-carte {
	font-family: 'Andika', sans-serif;
	font-size: 1em;
	color: #929395;
	text-align: left;
	width: 300px;
	margin-bottom: 30px;
}

.entete-carte {
	font-family: 'Andika', sans-serif;
	font-size: 1em;
	color: #929395;
	float: left;
	width: 300px;
}
.bloc-carte-encodage {
	width: 298px;
	border: 1px solid #999;
	float: left;
	margin-top: 2px;
	height: 414px;
}

.texte-jaune {
	color: #fbde06;
}

.texte-orange {
	color: #f37022;
}
.texte-mauve {
	color: #5c2d93;
}



.titre-page {
	font-family: 'Andika', sans-serif;
	font-size: 1.125em;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	background-color: #de007f;
	height: 60px;
	line-height: 30px;
}

.titre-carte-encodage {
	font-family: 'Andika', sans-serif;
	font-size: 1.250em;
	color: #000;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
}



.colonne-300 {
	float: left;
	width: 300px;
}
.lien-data {
	color: #000;
}

.bloc-shadow {
	-moz-box-shadow: 0px 0px 2px 2px rgba(204,204,204,0.75);
	-webkit-box-shadow: 0px 0px 2px 2px rgba(204,204,204,0.75);
	-o-box-shadow: 0px 0px 2px 2px rgba(204,204,204,0.75);
	box-shadow: 0px 0px 2px 2px rgba(204,204,204,0.75);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=0, Strength=2);
	/*Direction=134*/
}


.image-box-carte{
	width:298px;
	overflow:hidden;
	/*-moz-box-shadow: 0px 0px 2px 2px #656565;
	-webkit-box-shadow: 0px 0px 2px 2px #656565;
	-o-box-shadow: 0px 0px 2px 2px #656565;
	box-shadow: 0px 0px 2px 2px #656565;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=2);*/
}
.image-image-carte {
	width:298px;
	height:414px;
	/*background-position:center;*/
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	/*background-image: url(nuages.jpg);*/
} 
.image-image-carte:hover {
   /*opacity: 0.6;*/
   opacity: 1;
   transform: scale(1.15);
  -moz-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15); /* IE 9 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.15, M12=0, M21=0, M22=1.15, SizingMethod='auto expand')"; /* IE8 */
   filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.15, M12=0, M21=0, M22=1.15, SizingMethod='auto expand'); /* IE6 and 7 */ 
}
