	/**	
		CFI Web Agency
		http://www.cfiweb.fr
		>> 5 sur 5 - Connect Assitance
		
	**/
	
	html, body {
		background: #b91d72;
		margin:0;
		padding:0;
		height:100%;
	}
	img {border:0px;}	
	
	#indexHeader {
		float:left;	
		height:450px;
		width:100%;
		background-color: #000;
		text-align:center;		
	}
	
	#indexFooter {
		float:left;	
		width:100%;
		background-color: #b91d72;
		font:11px Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
		padding-top:10px;
	}
	.IndexInput {
		border:0px;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		width:145px;
		color: #000;
		padding:2px 2px;
	}
	a{
	color:#e271af;
	text-decoration:none;
	}
	a:hover{border-bottom:1px #e271af solid;}