/*Pour les pages infos */
body
{
	width: 98%;
	background: url("../images/header.jpg") ;
	font-style: "Liberation sans", Arial, Helvetica, serif;
}
div#page_infos
{
	width: 58%;
	margin: auto;
	margin-top: 80px;
}
div#infos
{
	width: 96%;
	margin: auto;
	background:url("../images/content_article_bg.jpg") repeat;
	padding: 10px 5px;
	box-shadow:-6px -6px 4px #192666;
	border-radius: 10px;
}
a, a img
{
	text-decoration: none;
}

label
 {
	display:block;
	width:150px;
	float:left;
}
fieldset
{
	border: 3px double #6495ed;
	border-radius: 10px;
}
a
{
	text-decoration: none;
	color: blue;
}
h1
{
	color: Blue;
	text-align: center;
/* Fin */