
.clearfix
{
	background-color: #f8f8f8;
	padding: 10px;
}

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

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

img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div
{
	padding: 0px;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

.textImage 
{
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul
{
	list-style-type: square;
}

.clear 
{
	clear:left;
}

#p_info
{
	display: none;
}

#p_list
{
	display: none;
}

.tools
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border-color: #503304;
	border-width: 1px;
	border-style: solid;
	background-color:#af2437;
	color: #FFFFFF;
	padding: 3px;
	font-weight: bold;
	width: 35px;
	margin-bottom: 3px;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

.gallerie_picture
{
	float: left;
	padding: 10px;
	background-color: #f8f8f8;
	margin: 10px;
}

.panier_steps
{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align:center;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
}

.support_msg
{
	width: 400px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -200px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

