html,body {
	height: 100%;
    margin: 0;
    padding: 0;
}

body {
	width: 100%;
	background-color: black;
	font-family: sans-serif;
}

input{
    border-style: none;
    border-width: 0px;
}

#global, body, #header-flyer {
    margin: 0px;
    padding: 0px;
    font-size: small;
    color: #6f7072;
}

h2, h3, h4, h5, h6{
	color: white;
}

a {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #7F8082;
}

#main-menu{
	float: right;
	margin-right: 50px;
}
#main-menu li{
	padding: 0px;
	margin: 0px;
	margin-right: 25px;
	display: inline;
}
#main-menu li a{
	display: inline-block;
	width: 86px;
	height: 39px;
	background-image: url('../pics/menu-bg.gif');
	background-position: top;
	background-repeat: no-repeat;
	color: #7F8082;
	font-family: sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	padding-top: 15px;
}
#main-menu li a:hover{
	color: black;
}
#main-content{
	margin-top: 10px;
	margin-left: 10px;
	padding-right: 15px;
	float: right;
	width: 754px;
	height: 500px;
	overflow: auto;
}
#global {
    width: 946px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -473px;
	background-color: black;
	padding: 0px;
}

#menu-user{
	position: absolute;
	top: 500px;
	color: #7F8082;
	font-size: 12px;
	width: 175px;
}
#menu-user a{
	color: #7F8082;
}
#menu-user ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu-user ul li a{
	padding-left: 10px;
	color: black;
}
#header {
	float: right;
	width: 781px;
	height: 70px;
	background-color: white;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url('../pics/header-bg.gif');
}

#cote {
	width: 172px;
	height: 583px;
	background-image: url('../pics/bord-bg.gif');
}
#cote img{
	margin-top: 85px;
	border: 0px;
}

#header-flyer {
    /*text-indent: -999em;*/
    /*background-image: url('pics/headerevent.jpg');*/
    width: 750px;
    height: 400px;
}

#global h2 {
	color: #AF09F5;
	font-size: 16px;
	text-align: center;
	font-size: normal;
	margin: 15px;
	padding:0px;
}

#global h3{
	font-size: 14px;
	margin: 10px;
	padding: 0px;
}
#footer{
	height: 10px;
	background-color: #575859;
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	color: white;
}

fieldset {
	margin: 22px;
	padding: 12px;
	border: 2px solid #606163;
}

legend {
	font-weight: bold;
	color: white;
	font-size: 12px;
}

label {
	display: block;
	width:  350px;
	float: left;
}

.connect a{
	color: grey;
	font-family: sans-serif;
	font-size: 15px;
	text-decoration: none;
	text-align: center;
}
.connect a:hover{
	color: black;
}


.fielderror {
	font-size: small;
	padding-left: 2em;
	color: #19ff47;
	font-weight: bold;
}

.date {
	display: inline;
	float: none;
	width: auto;
}

.oblig {
	color: #E600B8;
}

.purple{
	color: #E600B8;
}

.soldout {
	color: #606163;
	font-size: 15px;
	font-weight: bold;
}

.submit {
	text-align: center;
}

.concept-fin {
	color: #A100E6;
	font-style: italic;
}

.concept-p {
	margin: 15px;
	padding: 15px;
}

#message {
	width: 800px;
	height: 250px;
}

.invit1 {
	margin: 2px;
}

em {
	text-decoration: underline;
	font-style: normal;
}

#boissons td, #boissons th {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
}

#boissons td {
	padding-left: 25px;
}

#boissons th h5 {
	margin-top: 2em;
	margin-left: 1em;
	padding: 0;
	font-size: small;
}

p {
	text-align:justify;
}


/*ajout soirée du 19/12*/
.navigation li{
	list-style: none;
}
.navigation a{
	text-decoration:none;
}
.form_title{
	color: #A100E6;
}
.subMenu em{
	text-decoration: none;
	color: white;
}
.subMenu li{
	list-style: disc;
}

