*{
	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: 36px;
	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;
	position: relative;
}

.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;
	min-height: 1750px;
}

/* CONTENT */

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

.presentation{
	background: #a56e00;
	width: 900px;
	height: 300px;
	margin: 0 10px 10px 10px;
	box-shadow: 2px 2px 2px #555555;
	float: left;
}

.presentation img{
	margin: 15px 15px 15px 20px;
	float: right;
	border: 3px ridge #ffffff;
	box-shadow: 1px 3px 10px #613d00;
}

.presentation p{
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
}

.presentation p span{
	font-weight: bold;
	font-style: italic;
}

.presentation p a{
	color: #372227;
}

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

#spectencours{
	width: 792px;
	position:absolute;
	left:80px;
	top:380px;
	float: left;
}

.aff_legend {
	margin: 10px 15px;
	overflow: hidden;
	float: left;
	position: relative;
}


.aff_legend a {
	text-decoration: none;
	float: left;
}
.aff_legend a:hover {
	cursor: pointer;
}

.aff_legend a img {
	background: #cb2b2f;
	border: 2px solid #372227;
	float: left;
	margin: 0;
	padding: 10px;

}

.aff_legend a .bt {
	background:url(../images/bt.png) 0 0 no-repeat;
	width: 135px;
	height: 25px;
	position: absolute;
	left: 11px;
	bottom: 0;
	font-size:14px;
	color: #ffffff;
	padding:5px;
	text-shadow: 1px 1px 1px #efefef;
}
.aff_legend a:hover .bt { 
	visibility: hidden;
}

.aff_legend a:hover .detail{
	position: absolute;
	bottom: 12px;
	left: 12px;
	padding: 10px;
	margin: 0;
	display: block;
	background: #cb2b2f;
	width: 178px;
	border-top: 2px solid #372227;
}

.aff_legend a:hover .detail1{
	position: absolute;
	bottom: 12px;
	left: 12px;
	padding: 10px;
	margin: 0;
	display: block;
	background: #cb2b2f;
	width: 420px;
	border-top: 2px solid #372227;
}

.aff_legend a:hover .detail h3, .aff_legend a:hover .detail1 h3{
	margin:0;
	padding:0;
	font-size:11px;
	color: #501e27;
	text-shadow: 1px 1px 1px #efefef;
}
.aff_legend a:hover .detail p, .aff_legend a:hover .detail1 p{
	margin:0;
	padding:0;
	font-size:11px;
	text-align: justify;
	color: #ffffff;
}


.aff_legend a .detail, .aff_legend a .detail1{	
	display: none;
}


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


