BODY {
  margin:0px;
  scrollbar-face-color: #0E67D3;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-shadow-color: #333333;
  scrollbar-3dlight-color: #0E67D3;
  scrollbar-arrow-color:  #000000;
  scrollbar-track-color: #EFEFEF;
  scrollbar-darkshadow-color: #000000;
  background-image: url(pic/color.jpg);
  padding:0px;
  margin:0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#333333;
  text-align: center;


}

.page {
  background-color: #FFFFFF;
  width:760px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #FF9900;
  text-align: left;
}

.header{
  width: auto;
  height: 2px;
}

.title{
  width:760px;
  height:15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.title2{
  margin-left:20px;
  height:16px;
}

.nav{
  height:25px;
  margin-right:20px;
  text-align: right;
}

.lien a {
   text-decoration: none;
   color: #FF9900;
}
	 
.lien a:hover {
  color: #333333; 
  text-decoration: underline;
}

.lien a:active {
   color: #FF9900;
}

.content{
  width:740px;
  margin:10px;
}

.contentleft{
  width:390px;
  float:left;
  margin:10px;
}

.contentright{
  width:auto;
  margin:10px;
}

.footer{
  width:760px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}

li {
  list-style-image: url(pic/list.png);
  margin: 3px;
  padding: 3px;
}

.menu a {
   height: 3%;
   text-decoration: none;
   color: #666666;
}
	 
.menu a:hover {
  color: #FFCB6A; 
  text-decoration: underline;
}

.menu a:active {
   color: #FFCB6A;
}

.mainpic{
  border: 1px solid #FF9900;
}

.center{
  text-align:center;
}

.contact{
  color:#FFFFFF;
  font-size:90%;
}

.orange{
  color:#FF9900;
}

.blue{
  color:#3366CC;
  font-weight:bold;
}
.email a {
   text-decoration: none;
   color: #FFFFFF;
}
	 
.email a:hover {
  color: #FF9900; 
  text-decoration: none;
}

.email a:active {
   color: #FF9900;
}