html, body, table{
	margin:0;
	padding:0;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	!font-size:12px; /* IE et boutons taille du texte */
	color:#FFFFFF;
	background-color:#000000;
}

#global-center{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	border:none;
}

table{
	width:100%;
	border:none;
	border-spacing:0;
	border-collapse:collapse;
}
/****************************/
a{
	text-decoration:none;
	color:#FFFFFF;
}

img{
	border:none;
	margin:0;
}

.format_png{
	!behavior: url("win_png.htc");
}

#site{
	width:977px;
	min-height:573px;
}

#content_all{
	width:977px;
	min-height:573px;
	float:left;
	margin:0 auto 0 auto;
	background-image:url(../../images/fond.jpg);
	background-repeat:no-repeat;
	background-color:#700F0F;
	border:1px solid #AB0505;
}

* html #content_all{
	height:573px;
}

#content_left{
	/*width:214px;*/
	min-height:490px;
	float:left;
}

#content_middle{
	/*width:504px;*/
	min-height:490px;
	float:left;
	padding-top:3px;
	text-align:left;
}

#content_right{
	/*width:256px;*/
	min-height:490px;
	padding-top:3;
	float:left;
}

#content_left, #content_middle, #content_right{
	min-height:493px;
}

* html #content_left, * html #content_middle, * html #content_right{
	height:493px;
	display:inline;
}

.picto{
	width:159px;
	float:left;
	margin:0 0 0 30px;
	display:inline;
}

#content_middle p a{
	color:#6272D7;
	text-decoration:underline;
	/*font-weight:bold;*/
}