*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background: #7e1719 url(../images/bg1.png) left top repeat-x;
	font-family: arial, verdana, sans-serif;
	color: #2a2a2a;
}

h1{
	font-family: 'peeps', sans-serif;
	font-size: 32px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 30px 0 0 20px;
	text-shadow: 2px 2px 2px #000000;
	float: left;
}

h2{
	background: #cb2b2f;
	color: #ffffff;
	font-family: 'Oxygen', sans-serif;
	float: left;
	margin: 25px 0 5px 0;
	padding: 0 855px 0 10px;
	border-bottom: 2px dotted #ffffff;
	text-shadow: 1px 1px 1px #b5b5b5;
}

h3{
	color: #fb3b24;
	margin: 5px 0 0 30px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
}

h3{
	font-size: 14px;
}

h4{
	font-size: 14px;
}

p{
	text-shadow: 1px 1px 1px #a0a0a0;
	margin: 15px 30px;
}

.clear{
	clear: both;
}

#container{
	width: 940px;
	margin: 0 auto;
}

/* HEADER */

#header{
	width: 920px;
	height: 160px;
}

.neon{
	width: 940px;
	height: 40px;
	background: transparent url(../images/bg-neon1.png) top left no-repeat;
	float: left;
	margin: 0 0 0 -10px;
}

.masques{
	width: 136px;
	height: 110px;
	background: transparent url(../images/masques.png) top left no-repeat;
	position: absolute;
	z-index: 1;
	margin: 0 0 -30px 760px;
}

#logo{
	width: 920px;
	height: 90px;
}

#logo h1 span{
	font-family: 'artbrush', sans-serif;
	font-size: 24px;
	margin: 0 0 0 70px;
	text-transform: none;
}

#logo a{
	color: #ffffff;
	text-decoration: none;
}

/* MENU */

#menu{
	width: 920px;
	height: 30px;
	font-family: 'Oxygen', sans-serif;
	text-shadow: 2px 2px 2px #2a2a2a;
}

#menu ul{
	height: 30px;
	width: 500px;
	float: right;
	position: relative;
	z-index: 2;
}

#menu ul li{
	display: block;
	float: left;
	height: 30px;
	font-size: 16px;
}

#menu ul li a{
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
}

#menu ul li a:hover{
	color: #2a2a2a;
}
	
#menu ul li a.MenuOn{
	color: pink;
}

.sepa_menu{
	width: 21px;
	height: 30px;
	background: transparent url(../images/sepa_menu.png) top left no-repeat;
	float: right;
	margin: 5px 0;
}


#main{
	width: 940px;
	
}


/* CONTENT */

#content{
	width: 920px;
	min-height: 800px;
	background: #efefef url(../images/bg_content.png) left top repeat-x;
	position: relative;
	padding: 30px 0 0 0; 
}


/* CONTENT_FORMULAIRE */

form{
	color: #555555;
	background: #efefef;
	width: 900px;
	padding: 10px;
}

form p{
	margin:  0 0 0 485px;
}

fieldset{
	float: left;
}

form img{
	float: left;
	margin:  80px 0 0 150px;
	box-shadow: 1px 3px 10px #613d00;
}

legend{
	font-weight: bold;
	font-family: 'Oxygen', sans serif;
	font-size: 10px;
	padding: 0 0 5px 0
}


label{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin-left: 7px;
	
}

input{
	width: 250px;
	background-color: #efefef;
	border: 1px dashed #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

input.submit{
	width: 100px;
	margin-bottom: 0px;
	background-color: #333333;
	border: 1px solid #ffffff;
	color: #ffffff;
}


/* FOOTER */

#footer{
	width: 900px;
	height: 30px;
	background: transparent url(../images/bg1_menu.png) left top repeat-x;
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 0 10px;
}

#footer p{
	line-height: 30px;
	margin: 0;
}

#footer p.footerleft{
	float: left;
}

#footer p.footerright{
	float: right;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}


