*{
	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 0 0 10px;
	width: 900px;
	border-bottom: 2px dotted #ffffff;
	text-shadow: 1px 1px 1px #b5b5b5;
}

h3{
	background: url(../images/bt_progr.png) 0 0 no-repeat;
	color: #ffffff;
	margin: 30px 0 0 10px;
	font-family: 'Oxygen', sans-serif;
	text-transform: uppercase;
}

h3{
	font-size: 14px;
}

p{
	margin: 15px 30px;
}

p span{
	font-family: 'artbrush', sans-serif;
}

.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: 700px;
	background: #efefef url(../images/bg_content.png) left top repeat-x;
	float: left;
}


/* CONTENT_PLAN DU SITE */


#content h3{
	padding: 5px;
}

#plan{
	background: #ffffff;
	width: 890px;
	margin: 0 10px 10px 10px;
	padding: 5px;
	box-shadow: 2px 2px 2px #555555;
	color: #ffffff;
}

.sommaire{
	width: 850px;
}

.bt_plan{
	width: 30px;
	height: 30px;
	background: transparent url(../images/bt_plan.png) left top no-repeat;
	float: left;
}

.texte{
	width: 620px;
	height: 200px;
	font-size: 11px;
	font-family: 'Oxygène', sans-serif;
	margin : 10px 15px;
	padding: 10px 0;
	color: #000000;
	text-align: justify;
	text-shadow: 1px 1px 1px #a0a0a0;
	float: left;
}

.texte ul{
	list-style: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 10px 0 30px;
}

.texte ul li{
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	float: left;
}

.texte p a{
	color: #372227;
	padding: 0 0;
}


#content h2 span{
	font-family: 'artbrush', sans-serif;
}	


/* 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;
}


