
/*** Prerequis ***/

html, body {
	margin: 0;
	padding: 0;
	height: 100%
}


body
{
	
	font-family: Arial, Verdana;
	font-size:12px;
	background-image:url(../img/page/fondPage.png);
	background-repeat:repeat-x;
	text-align:justify;
	padding:0;
	margin:0;
	background-color:#FFFFFF;
	color:#515151;
}


a
{
	text-decoration:none;
	color:#515151;
}

a:visited
{
	text-decoration:none;
	color:#515151;
}

a:hover
{
	text-decoration:underline;
	color:#000000;
}

img
{
	border:0px none;
}


#Div-Global
{
	text-align:justify;
	width:874px;
	margin-left:auto;
	margin-right:auto;	
}

.pageAccueil #Div-Global{
	position:absolute;
	margin-left:-437px;
	left:50%;
	top:0px;
}

.pageAccueil{
	background-image:url(../img/page/fondAccueil.png);
	background-repeat:repeat-x;
}

.lblStandard{
	font-size:12px;
}

.txtStandard{
	font-size:12px;
	border:1px solid #CCCCCC;
}