body {
	margin:0px auto;
	padding:0px;
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	color: #333333;
	position: relative;
	background: #99C315 url(images/ussef2.jpg) no-repeat center top;
}

.contenu{



width:430px;
height:380px;

margin: 0px auto;
padding: 10px;
margin-top:70px;
color:#FFFFFF;



}
a:link,a:visited{
color:#B02B2C;
text-decoration:none;
}
a:hover{
color:#4096EE;
text-decoration:none;
}


#basic-accordian{
	
	padding:10px;
	

}



.rov:hover{
    opacity : 0.7;
    filter : alpha(opacity=10);
  } 

.accordion_headings{

	padding:5px;
	background:#99CC00;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#EEE;
	color:#000000;
	overflow: auto;
height:100px;
	
}

.header_highlight{
	background:#00CCFF;
}