@charset "utf-8";
/* CSS Document */
body {
	background-color: #666;
	margin: 0 auto;
	text-align:center;
	color: #fff;
}
.style1 {
	font-family: Times New Roman;
	color: #3C6
}

.style2 {
	font-family: Times New Roman;
	color:#900
}

.sponsor {
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divDescription{
	width:800px;
	margin: 0 auto;
}


.divDesc{
  width:350px;
	border:solid 1px #000;
	padding: 15px 20px;
	text-align:justify;
}
#divDescFr{
	float:left;
}
#divDescEn{
	float:right;
}
#divLogo {
	position:absolute;
	left:0;
	top:0;
	width:180px;
	height:165px;
	z-index:1;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	color: #fff;
	font-size: 1.5em;
}
a:hover {
  color: #000;
}
.infoTitle{
  font-weight:bold;
}
.infoDesc1{
}
.infoDesc2{
}
.divDate{
	margin: 10px auto;
	width:350px;
	border:solid 1px #000;
	padding: 15px 20px;
}

