/* SPECIAL! */

a img {
	text-decoration: none;
	border: 0 none;
}
a:visited {
	color: #0000EE;
}

p {
/*	text-align: justify;*/
}

p.p1 {
	font-size: 14px;
}

	
.multiplicatepor0, .multiplicatepor0 h1, .multiplicatepor0 p {
	visibility: hidden;
	font-size: 0;
	margin:0; padding:0;
	height: 1px;
}
.pontetransparente {
   filter:alpha(opacity=25);
   -moz-opacity:0.25;
   opacity: 0.25;
}
.iframe {
	overflow: auto;
}
.cleaner {
	clear:both;
	height:1px;
	font-size: 0;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}
.alert {
	width: 100%;
	text-align: center;
	border: 1px dashed Black;
	margin: 15px 0 25px 0;
	padding: 3px 10px 3px 10px;
	color: Black;
}
 
/* GENERAL */
html, body {
	height:100%;
}
body {
	background: #CCCCCC url(../img/template/background.gif) repeat-y center;
	margin: 0; padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
#conteneur {	
	position: absolute;
	width: 766px;
	left: 50%;
	margin: 0 0 0 -383px;
	height: auto !important;
	height: 100%;
	min-height: 100%; 
}