@charset "utf-8";
/* CSS Document */

/* 
This is a utility rule that allows you to create rounded corners on an image. Simply assign this class to any image on your page.
*/
.round-img {
	display: block;
	border-radius: 6px;
	border: 2px solid;
	border-color: #8E3636;
	background-color: #FBEFA7;
}

/*
This rule allows you to assign rounded corners and a drop shadow to an image. Simply assign this class to any image on your page.
*/
.image-speciale { 
	border-radius: 6px; 
	box-shadow: 0px 0px 30px #000; 
}
.inline {
	float: left;
}
.tight {
	line-height: .8em;	
}
.redHighLight {
	color:#F00
}
.yellowHighLight {
	color: #FF0
}
.MyImage {
    width: .8em;
    height: .8em;
}
.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
