/**
 * Container
 */
#container { position: relative; width: 770px; margin: 0 auto; border: 1px solid #7d7d7d; border-top: 0; }

	/**
	 * Header
	 */
	 #header { position: relative; background: url(../fr/nav/header.png) 0 50% no-repeat; height: 100px; }
		#header a.logo { position: absolute; top: 0; left: 0; height: 100px; width: 250px; }
		
	/**
	 * Sub Header
	 */
	 #sub-header { position: relative; background-color:#9FB6D5; border: 1px solid #546F90; border-left: 0; border-right: 0; color: #fff; line-height: 2.5em; height: 2.5em; padding: 0 10px; margin: 0; }
	 	#sub-header a { color: #fff; }
	 	#sub-header a.account { position: absolute; top: 0; right: 10px; }
	 
	/**
	 * Content
	 */
	#content { margin: 0; padding: 0; }
		#content .inscrit { width: 432px; }
		#content .non-inscrit { width: 210px; }
	
		#content input[type=submit],
		#content a.input { display: block; background-color: #FFFFFF; border: 1px solid #B2B7B7; font: 1em Verdana, sans-serif; margin: 0 auto; width: 150px; cursor: pointer; }
		#content a.input { width: 148px; text-align: center; color: #000; line-height: 15px; height: 15px; padding: 0; }
		#content a.input:hover { text-decoration: none; }
		
		#content input[type=submit].input-large { width: 300px; }
	/**
	 * Footer
	 */
	 #footer { position: relative; background-color: #9fb6d5; color: #FFFFFF; border-top: 1px solid #7d7d7d; height: 41px; padding: 5px 0; text-align: center; }
	 	#footer a { color: #FFFFFF; text-decoration: underline; }
