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

.body {
	background-color: #3F758F;
    background-image: url(../../cadres/AP_actif.jpg);
	background-repeat:no-repeat;
	background-position: center;
	background-attachment:fixed;
	background-size:auto;	
}
.Header {
	background-color:#FCF;
}

.tableau {
	height:auto;
	width:1010px;
	vertical-align:central;
	background-color:#FFF;
	border-radius: 15px 15px 15px 15px;
	-moz-box-shabow: inset 0px 10px #cccccc;
	-webkit-box-shadow: inset 0px 0px 0px #999999;
	box-shadow: inset 0px 0px 3px #0033FF;
}
.border {
	border-radius: 15px 15px 15px 15px;
	-moz-box-shabow: inset 0px 10px #cccccc;
	-webkit-box-shadow: inset 0px 0px 0px #999999;
	box-shadow: inset 0px 0px 3px #0033FF;
}
.border_dt {
	border-radius: 0px 15px 0px 0px;
	-moz-box-shabow: inset 0px 10px #cccccc;
	-webkit-box-shadow: inset 0px 0px 0px #000;
	box-shadow: inset 0px 0px 0px #0033FF;
}

.border_gh {
	border-radius: 0px 0px 0px 0px;
	-moz-box-shabow: inset 0px 0px #cccccc;
	-webkit-box-shadow: inset 0px 0px 1px #000000;
	box-shadow: inset 0px 0px 0px #E5E5E5;
	background-color: #E5E5E5;
	background-image:url(../../cadres/ccc_dr.jpg);
}

.border_anglegh {
	border-radius: 15px 0px 0px 0px;
	-moz-box-shabow: inset 0px 2px #cccccc;
	-webkit-box-shadow: inset 0px 0px 1px #000000;
	box-shadow: inset 0px 0px 0px #E5E5E5;
	background-color: #E5E5E5;
	background-image:url(../../cadres/ccc_dr.jpg);
}

.border_logo {
	border-radius: 0px 0px 0px 0px;
	-moz-box-shabow: inset 0px 10px #ccc;
	-webkit-box-shadow: inset 0px 0px 1px #CCCCCC;
	box-shadow: inset 0px 0px 1px #E5E5E5;
	background-color: #3F758F;
	background-image:url(../../D_IMAGES/CNGOF_logo_02.jpg);
    text-align:center;

}


.webmaster {
	font-size: 11px;
	text-align:center;
	border-radius: 0px 0px 0px 15px;
	-moz-box-shabow: inset 0px 10px #ccc;
	-webkit-box-shadow: inset 0px 0px 1px #CCCCCC;
	box-shadow: inset 0px 0px 1px #E5E5E5;
	background-color: #CCC;
	 
}

.footer {
	font-size: 11px;
	text-align:center;
	border-radius: 0px 0px 15px 0px;
	-moz-box-shabow: inset 0px 10px #ccc;
	-webkit-box-shadow: inset 0px 0px 1px #CCCCCC;
	box-shadow: inset 0px 0px 1px #E5E5E5;
	background-color: #CCC;
	 
}
.img {
	border:none;
	 
}
.bouton {
	background-color: #D2F3F9;
	height: 38px;
	width: 164px;
	border: medium double #9CC;
	color: #FFF;
	letter-spacing: 2px;
	padding: 10px;
	margin-bottom:auto;
	margin: 10px;
	border-radius:10px 10px 10px 10px;
}
  li {
	float: left;
	position: relative;
	width:5.88em;
  }
  dt {
	font-size: 20px;
	background-color:#9CF;
	border-color:#fff;
	border-style: groove;
	border-radius: 6px 6px 6px 6px;
  }
  dd {
	font-size: 16px;
	font-style:oblique;
	font-weight: bolder;
	line-height:inherit;
  }

a:link {
	color: #30F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #F00;
}

