
/* basic elements */
html, body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Helvetica,Arial,sans-serifs;
	color: #ffffff;
	background: #fff
	text-align: justify;
}

#corpsall {
		background: #000000;
	min-height: 800px;
	padding-bottom: 100px;
}

a {
	text-decoration: none;
	color: #30821d;
}

a:hover {
	text-decoration: underline;
}

.breakspace {
	clear: both;
}

#corps {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
		background: #000000;
}

#corps h1{
	padding: 0;
	margin: 0;
	/*margin-left: 1%;
	margin-right: 1%;*/
	float: left;
	height: 150px;
	width: 100%;
	background: url("http://hiphopclermont.com/imgupl/131971209489logo.jpg") no-repeat ;}

#corps h1 span {	
	display: none;
}

#corps h1 em {
	float: right;
	width: 450px;
	height: 100%;
	background: url("http://hiphopclermont.com/imgupl/131971209412dates.jpg") no-repeat ;	
}


#corps h1 em span{
	display: none;
}

#corps #menu {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}



#corps #menu, #corps #menu a {
	color: #ffffff;
	font-weight: bold; 
	font-size: 100%;
}

#corps #menu ul {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#corps #menu {
	padding: 0px;
	margin: 0px;
	background: #30821d;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%;
}

#corps #menu ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 100%;
}

#corps #menu #m_right {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: normal; 
	font-style: normal; 
	font-size: 100%;
	text-align:left;
}

#footer {
	position: relative;
	width: 100%;
	background-color: #000;
	border-top: 20px solid #30821d;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer #legal {
	color: #fff;
	clear: both;
	padding-top: 30px;
	font-size: 80%;
}

#footer #legal p{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#footer #legal p span{
	font-weight: bold;
}

