@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-align:center;
}

body {
	background-color: #f8cee0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../img/mu-sos-bg-2.jpg");
	background-repeat: repeat;
}

.nfo_container a:link {
	color: #333;
	text-decoration: underline;
}
.nfo_container a:visited {
	text-decoration: none;
	color: #e52e87;
}
.nfo_container a:hover {
	text-decoration: underline;
}
.nfo_container a:active {
	text-decoration: none;
}


#img_container {
    width:800px; /* 800 */
    height:3325px; /* 450 */
}


#nfo_container {
    width:800px; /* 800 */
}

#footer_container {
    width:800px;
    height: 30px;
}


.img_container{
	border:0px solid #333;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-400px; /* -400 */
	margin-top: 0px;	/* 50px 10px	*/
	margin-bottom:0px;
}

.nfo_container{
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:5px solid #eee;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-bottom:0px;
	background-color: #ffffff;	/* f9cee1;	*/	/* #fbeaf1 */
	opacity: 1;
	border-radius: 10px 10px 10px 10px;
	margin-top: 50px;
}


/*-----------------------------------------------------------------------------------*/
/*  *CSS MAP
/*-----------------------------------------------------------------------------------*/

.map_image {
	display: block; 
	width: 800px; 
	height: 3325px; 
	position: relative; 
	background-image: url("../img/mu-sos-arbre-800-8-256-50.png");
	background-position: 0 0; 
	background-repeat: no-repeat; 
}

.map_image .map_link { 
	display: block; 
	position: absolute; 
	text-indent: -999em; 
	overflow: hidden; 
}

.map_image #map_link_0 { width: 800px; height: 235px; top: 0px; left: 0px; }
.map_image #map_link_1 { width: 800px; height: 680px; top: 235px; left: 0px; }
.map_image #map_link_2 { width: 800px; height: 640px; top: 915px; left: 0px; }
.map_image #map_link_3 { width: 800px; height: 800px; top: 1555px; left: 0px; }
.map_image #map_link_4 { width: 800px; height: 460px; top: 2355px; left: 0px; }
.map_image #map_link_5 { width: 800px; height: 510px; top: 2815px; left: 0px; }
.map_image #map_link_6 { width: 320px; height: 200px; top: 2110px; left: 480px; }


/*-----------------------------------------------------------------------------------*/
/*  *Top Scroll Button
/*-----------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block; /* none */
    cursor: pointer;
    z-index: 20;
}

.top a {
    text-decoration: none;
    background-image: url(../img/sprites.png);	
    background-position: -106.00001525878906px -7px ;
    width: 36px;
    height: 36px;
    display: block;
    text-indent: -9999999px;
}

.top .scroll {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity = 0);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
}

.top .scroll p {
    font-size: 14px;   /* 10px */ 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
} 

.top a:hover .scroll p, .top a:hover .scroll, .top:hover .scroll {
    display: block;
    float: left;
    text-decoration: none;
    visibility: visible;
    opacity: .95;
    filter: alpha(opacity = 95);
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*-----------------------------------------------------------------------------------*/
/*  *MEDIA
/*-----------------------------------------------------------------------------------*/

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
body {
	background-color: f8cee0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../img/mu-sos-bg-2.jpg");
	background-repeat: repeat;
}
.top {
    position: fixed;
    bottom: 20px;
    right: 40px; /*20px*/
    display: block;
    cursor: pointer;
    z-index: 20;
}
.top a {
    text-decoration: none;
    background-image: url(../img/spritesmob.png);	
    background-position: 0px 0px ;
    width: 100px;
    height: 100px;
    display: block;
    text-indent: -9999999px;
}
.top .scroll p {
    font-size: 1.5em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.nfo_container{
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:5px solid #eee;
	overflow:hidden;
	position:relative;
	left:50%;
	margin-left:-400px;
	margin-bottom:0px;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 10px 10px 10px 10px;
	margin-top: 50px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/* RETINA ----------- */
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
.map_image {
	display: block; 
	width: 800px; 
	height: 3325px; 
	background-image: url("../img/mu-sos-arbre-800-192dpi.png");
	position: relative; 
	background-position: 0 0; 
	background-repeat: no-repeat; 
}
}