#global{
	width:800px;
	text-align:left;
	background-image:url('../design/connexion_fond.jpg');
	background-repeat: repeat-y;
	font-family:arial;
	font-size:12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#header{
	background-image:url('../design/connexion_header2.jpg');
	background-repeat: no-repeat;
	height:145px;
	font-weight:bold;
	text-align:right;
}



#footer{
	background-image:url('../design/connexion_footer.jpg');
	background-repeat: no-repeat;
	height:45px;
	
}



#centre{
	height:120px;
	overflow:hidden;
	padding: 0px 50px;

}

input{
	width:140px;
	border:1px solid #5c6e9e;
	color:#5c6e9e;
	font-weight:bold;
	font-size:12px;
	
}

input[type=submit]{
	background-color:#d3d8e5;
}

#centre .texte {
	font-size: 10pt;
	font-style: italic;
	height: 18px;
	margin-bottom: 10px;


