body
{
	height:100%;
	width:100%;
	font-family: Arial;
	font-size: 12px;
	/*color:#313131;*/
	/*background:#f19b46 url(images/bg-repeat2.jpg) repeat-x;*/
	background-image: url(../images/bg-repeat-bleu.jpg);
	background-repeat: repeat-x;
	background-position: left top;	
	padding: 0px; /* Opera requiere un margin de 0 */
	margin:0px;
	text-align: center; /*centers board in MSIE */
	position:relative;
	z-index:1;
}

img{border:none;}
p{border:0;}

.ui-corner-all{ -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all{ -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all{ -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.ui-corner-all {background-color:#eaeaea;}

#cadre
{
	height:auto;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height: 177px;
	width:1024px;
	margin-bottom:35px;
}

#logo {
	background: url(../images/logo_Pause_egestion_blc.png) no-repeat 0px 20px;
	border:0;
	height: 197px;
	width: 353px;
	float:left;
}

#erreur
{
	color:#a9a9a9;
}

#formulaire
{
	height:220px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:url(../images/bg-connexion-bleu.png) no-repeat;
	margin-top:100px;
	padding:20px;
}

.formulaire-ligne
{
	height:40px;
	width:auto;
	margin:0px 0px 10px 0px;
}

.formulaire-ligne div
{
	float:left;
}

.formulaire-ligne-left
{
	width:150px;
	padding-top:10px;
	text-align:right;
}

.formulaire-ligne-right
{
	width:350px;
	padding-top:5px;
}

.formulaire-ligne-right input
{
	height:25px;
	width:250px;
	font-size:10px;
}

.formulaire-ligne-valid
{
	margin-left:200px;
}
.formulaire-ligne-valid-correspondance
{
	margin-top:35px;
	margin-left:20px;
}
#footer
{
	width:100%;
	font-size:10px;
	color:#FFF;
	float:left;
	clear:both;
	margin-bottom:10px;
	margin-top:50px;
}