@charset "utf-8";
/* CSS Document */

.goShadow{
box-shadow:0px 0px 20px 0px #000;
-moz-box-shadow:0px 0px 20px 0px #000;
-webkit-box-shadow:0px 0px 20px 0px #000;
 }
 
  .goSlowShadow{
box-shadow:0px 0px 8px 0px #000;
-moz-box-shadow:0px 0px 8px 0px #000;
-webkit-box-shadow:0px 0px 8px 0px #000;
 }
 .mainBox{
position:relative;
margin-left:auto;
margin-right:auto;
width:800px;
}
.bannerBox{
height:130px;
background:url(../goImages/goBannerBG.png) repeat-x top;
}
#logoBox{
	position:absolute;
	width:125px;
	height:125px;
	top:2px;
	left:3px;
	background: url(../goImages/LogoGODHY.png) no-repeat top center;
}

.goTitleBox{
	position: absolute;
	top: 41px;
	left: 180px;
	height: 32px;
	width: 440px;
	background-image: url(../goImages/Nsigle.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.dateBox{
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #C80B0F;
	border:1px solid #630;
	color: #FFFFFF;
	height: 19px;
}
.menuBox{
position:relative;
height:35px;
border-top:1px solid #FFECD9;
overflow: hidden;
}
.goHomeBox{
	position: absolute;
	top:5px;
	right: 0px;
	height: 25px;
	width: 25px;
	background: url(../goImages/home.png) no-repeat top center;
	top:5px;
	cursor:pointer;
}

.goTopMailBox{
	position:absolute;
	right:40px;
	top:5px;
	width:70px;
	height:25px;
	background:url(../goImages/maillogo.png) #750000;
	background-repeat:no-repeat;
	background-size: contain;
	background-position:center;
	cursor:pointer;
}

.footBox{
position:relative;
clear:both;
height:150px;
background-color:#0066CC;
background-image:url(../goImages/LogoCouleurBottom.png);
background-repeat:no-repeat;
background-size:150px 150px;
background-position:left bottom;
}
.goHomeBottomMenuBox{
	position: absolute;
	border-bottom:1px solid #FFF;
	animation-direction: alternate;
	height: 22px;
	width: 339px;
	right: 0px;
	top: 0px;
}

.MenuBottom{
	background-color:#FFF;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
	color: #036;
	height:30px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	cursor:pointer;
}
.BSigleBox{
	position: absolute;
	left: 131px;
	height: 28px;
	top: 22px;
	width: 289px;
	background: url(../goImages/NbSigle.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


.BmailBox{
	position: absolute;
	top: 34px;
	right: 0px;
	width: 250px;
	padding-left: 30px;
	background:url(../goImages/mailIcone.png) no-repeat left top;
	font-family:Verdana, Geneva;
	font-size:12px;
	font-weight:700;
	color:#FFF;
}
.BPhoneBox{
	position: absolute;
	top: 69px;
	right: 0px;
	width: 250px;
	padding-left: 30px;
	background: url(../goImages/phoneIcone.png) no-repeat left top;
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-weight: 700;
	color: #FFF;
}

.BHomeBox{
	position: absolute;
	top: 101px;
	right: 0px;
	width: 250px;
	padding-left: 30px;
	background: url(../goImages/whiteHomeIcone.png) no-repeat left top;
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-weight: 600;
	color: #FFF;
}


.copyR{
	float:left;
	margin-left:210px;
	margin-top:100px;
	width:240px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #FFF;
}
#pageCenterBox{
	position:relative;
	min-height:100px;
}
.panelLeftBox{
	float:left;
	width:25%;
	min-height:200px;
	border-top:2px solid #600; 
}
.dataBox{
	float:right;
	width:73%;
	min-height:500px;
	border-top:2px solid #600;
}

.dataBox h3 strong{
	color:#036;
}
.dataBox p.title{
	margin-top:0;
	margin-bottom:5px;
	height:25px;
	background-color:#06C;
	color:#FFF;
	padding-left:15px;
	font-weight:bold;
	font-family:Georgia;
	font-size:18px;
}
.dataBox p{
	font-family:Geneva,Verdana;
		text-align:justify;
		padding-left:3px;
		padding-right:5px;
		color: #006;
		font-size:12px;
	}
.dataBox p.R{
	text-align:right;
}
.dataBox h4{
	background-color:#D7FFFF;
}
.dataBox h4,h5{
	color:#3D0079;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	margin-bottom:7px;
	margin-top:3px;
	color:#036;
}

.dataBox dt{
	font-family:Verdana,Sans,Arial;
	font-size:12px;
	font-weight:bold;
	color:#036;
}

.dataBox dd{
	font-family:Verdana,Arial,Sans;
	font-size:11px;
	font-weight:200;
	color:#00468C;
}

.dataBox table.centerTable{
	border-collapse:collapse;
	background-color: #E6FFFF;
	color: #036;
	margin-left:auto;
	margin-right:auto;
	width:98%;
}

.dataBox table tr th{
	background-color:#00F;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.dataBox table tr td{
	color:#036;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:200;
}

.dataBox table tr:hover td{
	background-color: #00F;
	color:#FFF;
	cursor:pointer;
	font-size:16px;
	
}
	

.pageleftLinksBox{
	margin-top:5px;
	border:1px solid #030;
}

.pageBoxTitle{
	height:15px;
	background-color: #500;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}

.pageLeftLinks{
	margin-top:3px;
	width:90%;
	padding-top:1px;
	padding-left:4px;
	border:1px solid #400000;
	min-height:15px;
	font-family:Verdana;
	font-size:13px;
	background-color:#630;
	color:#FFF;
	font-weight: 100;
	display:block;
	cursor:pointer;
}
.pageLeftIMGBox{
	margin-top:3px;
	height:200px;
	border:1px solid #CCC;
}

.pageLeftIMGBox img{
	display:block;
	width:100%;
	height:100%;
}
	
.dispalyImageCover{
	display:block;
	width:100%;
}

.goShadow{
box-shadow:0px 0px 20px 0px #000;
-moz-box-shadow:0px 0px 20px 0px #000;
-webkit-box-shadow:0px 0px 20px 0px #000;
 }
 
 .goSlowShadow{
box-shadow:0px 0px 8px 0px #000;
-moz-box-shadow:0px 0px 8px 0px #000;
-webkit-box-shadow:0px 0px 8px 0px #000;
 }
