
table { font-size: 0.95em; }

A:link    { color: #0011BB; text-decoration: none; }
A:visited { color: #0011BB; text-decoration: none; }
A:hover   { color: #605040; text-decoration: underline; }

h2 { margin: 0; padding: 4px; color: #665544; padding-left: 0; }


#leftside {
	position: absolute;
}

#rightside {
	margin-left: 230px;
}

.bodyhome {
	margin: 0px;
}

td {
    text-align: justify;
}

.imgshadow {
	box-shadow: 0px 0px 20px #bbb;
	-moz-box-shadow: 0px 0px 20px #bbb;
	-webkit-box-shadow: 0px 0px 20px #bbb;
}

.imgscreenshot {
	width: 120px;
}

.center {
	text-align: center;
}

/* =============================================================================
	3. 768up TABLET & SMALLER LAPTOPS

	This is the average viewing window. So Desktops, Laptops, and
	in general anyone not viewing on a mobile device. Here's where
	you can add resource intensive styles.
   ========================================================================== */

/* Si taille plus petite que taille image on redimensionne image à largeur du device, soit 100% */
#mainimage { }
@media only screen and (max-width: 767px) {

	#mainimage { width:100%; height: auto; }
	
	#topnavi ul li {
		background: none;
	}

  .floatright { margin: 0px; padding: 0px; float: none; width: 100%; }

	#rightside {
		margin-left: 2px;
		margin-right: 2px;
	}
	#leftside { display: none; }

	.adsbygoogle { display: none !important; }

	.megabannerads { display: none !important; }
	
	.fb-follow { display: none !important; }
	#fb-root { display: none !important; }

	.imgscreenshot {
		width: 90px;
	}

}


