body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #1d2226;
	/* url(gray_stripes.gif) repeat left top; */
}

h1{
	text-align: center;
	text-transform: capitalize;
	text-transform: uppercase;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	
	border-top: 3px double  #ffffff;
	border-bottom: 3px double  #ffffff;
}

#main {
	padding: 10px;
	top: 10%;
	display: table-cell;
	vertical-align: middle;
	margin:auto;
	margin-bottom: 20px;
	position: absolute;
	width: 1024px;
	height: 500px;
	background: #1d2226;	
}

#invite_centrale {
	margin:0px auto;
	width: 1000px;
	top: 50%;
	vertical-align: middle;
	padding: 20px;
	color: #b8b8b8;
	/*background: #5c5c5c;*/
	text-align : center;
}

#image {
	float:left;
	margin:0px auto;
	vertical-align: middle;
	padding: 5px;
	color: #b8b8b8;
	background: #6c6c6c;
	text-align : center;
}

#menu{
	text-align: center;
	border-bottom: 3px double  #ffffff;
	width: 100%;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
}

#menu ul li {
	float: left;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
	width: 16%;
}

#menu ul li a {
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	
	
}
#menu ul li a:hover {
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: lowercase;
	
	color: #fdfdfd;
	font-weight: bold;
	height:100px;
	text-align: center;
}