.left {float:left;}
.right {float:right;}

img.left {
	margin-right: 10px;
}

img.right {
	margin-left: 10px;
}

/* Clearing method */

.clear {
		clear:both; 
	}

 /*End of clearing method */
 
a img, :link img, :visited img {border:none; outline: none;}
:focus { outline: 0; }

/* accessibility */
.hide  { display: none; }

span.accesskey {
     	text-decoration:none;
     }
.accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
/* end accessibility */

/*Photo gallery*/
/*Just add <div id="gallery"> </div> around your photos*/
#gallery {
	width: 100%;
	padding:1em;
}

#gallery img
{
	float:left;
	margin-bottom:1em;
	margin-left:1em;
}

/* Linkeo Tags */

#powered a {
font-size: 12px;
}

#powered img {
	height: 14px;
	width: 14px;
	vertical-align: middle;}

.linkeo_cnil {
	font-size: 10px;
	line-height: 12px;}
	
.optipage-footer {
padding: 10px 0 10px 5px;
}
