* {
	margin:0;
	padding:0;
}
	
/** Clear Floats Without Structural Markup: 
---------------------------------
*  http://www.positioniseverything.net/easyclearing.html
*/
.clearfix {
	display:inline-block;
}

.clearfix:after {
	clear:both;
	display:block;
	font-size:0;
	content:" ";
	height:0;
	visibility:hidden;
}


	
/* Hides from IE-mac \*/
* html .clearfix {
	height:1%;
}

.clearfix {
	display:block;
	clear: both;
}
/* End hide from IE-mac */

	
/* clear classes for content 
---------------------------------*/
.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.clearboth {
	clear:both;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

/******* commons style ******/
.nosize {
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.indent {
	text-indent: -5555px;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.erreur{
	color: red;
	font-weight: bold;	
}

