body{
	background-color: #191919;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
}

h2 {
	color: #931e26;
}

#pub {
	width: 1000px;
	margin: 0px auto 0px auto;
}

#main {
	width: 781px;
	margin: 0px auto 0px auto;
}

#header{
	width: 781px;
	height: 158px;
	background-image: url('../images/marius/generique.gif');
	background-repeat: no-repeat;
}



#identification {
	width: 771px;
	height: 21px;
	background-image: url('../images/musicals/font-user.gif');
	text-align: right;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
}

#content{
	width: 761px;
	min-height: 500px;
	background-color: #ffb808;
	color: #000000;
	padding: 10px;
}


/******************************* MENU ONGLET ***********************************/

#topmenu {
	position: absolute;
	width: 781px;
	height: 75px;
	margin: 85px auto 0px auto;
}

#top-onglet{
	width: 675px;
	height: 45px;
	margin: 0px auto 0px auto;
}

#topmenu a{
	color: #000000;
	text-decoration: none;
}

#topmenu .onglet-right{
	background-image: url('../images/musicals/onglet-right.gif');
	background-position: right;
	
	height: 25px;
	margin-top: 15px;
	
	padding-top:5px;
	padding-right: 10px;
	font-size: 11pt;
	float: left;
}

#topmenu .onglet-left{
	background-image: url('../images/musicals/onglet-left.gif');
	background-repeat: no-repeat;
	
	height: 30px;
	margin-top: 15px;
	
	width: 10px;
	margin-left: 2px;
	float: left;
}

.onglet-over{
	background-position: right;
	
	height: 35px;
	margin-top: 0px;
	
	padding-right: 10px;
	padding-top:10px;
	font-size: 11pt;
	float: left;
}

.ongletl-over{
	background-repeat: no-repeat;
	
	height: 45px;
	margin-top: 0px;
	
	width: 10px;
	margin-left: 2px;
	float: left;
}
/************************* CONTENU *******************************************/

#contenu{
	font-size: 9pt;
}
#contenu ul {
	margin-left: 20px;
}

#contenu blockquote {
	margin-left: 20px;
}

/******************************* FORUM ******************************************/

#forum{
	width: 740px;
	padding: 10px;
	background-color: #ffffff;
}
#forum a{
	color: #000000;
	text-decoration: none;
}

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

#forum .quest td{
	border: solid 1px #acacac;
	padding: 5px;
}


/************************ SOUS MENU ******************************************/

#sousmenu{
	width: 781px;
	height: 22px;
	background-color: #000000;
	padding-top:5px;
}

#sousmenu #in-sousmenu{
	width: 450px;
	margin: 0px auto 0px auto;
}
#sousmenu a {
	text-decoration: none;
}

#sousmenu a{
	color: #ffffff;
	margin-top: 5px;
}

/*************************** MOTEUR DE RECHERCHE ********************************/


#moteur {
	float: right;
	display: bloc;
	margin-top: 5px;
	margin-right: 5px;
}

#moteur input{
	margin-top: 5px;
}

/************************* BANDO PUB **************************************/

#bando-pub {
	margin: 0px auto 0px auto;
	width: 728px; 
	height: 90px; 
	padding-top: 10px;
}

/************************** FOOTER *************************************/

#footer{
	width: 761px;
	min-height: 150px;
	background-color: #000000;
	padding: 10px;
}

/***************************** NEWS *************************************/

.news {
	width: 420px; 
	background-color: #ffffff; 
	padding: 10px;
}

.news a{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.article{
	font-size: 10pt;
}

#identification a{
	color: #000000;
	text-decoration: none;
}
#identification a:hover{
	color: #000000;
	text-decoration: underline;
}

/******************** INPUT ******************************************/

input {
	border: solid 1px #acacac;
}
