/* css principale */
body {
	margin: 0px 0px 0px 0px;
	background: url(../img/bkgwt.jpg) no-repeat scroll #000000;
	/* #D6B077 */
}
body, td, th {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #C1C8D5;
}

/* formulaires */
form input, textarea, select {
	font-size: 11px;
	font-family: verdana;
	background-color: #CCCCCC;
	border: 1px solid #FF8157;
	color: #000000;
	padding: 2px;
	font-weight: normal;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	background-color: #FFFFFF;
	font-weight: normal;
}
img {
	border: none;
}
form {
	margin: 0px;
}
fieldset {
	width: 380px;
}
/* layers
bloc gauche */
.bgh {
	background: url(../img/bg/bgh.png) no-repeat;
	height: 38px;
}
.bgc {
	background: url(../img/bg/bgc.png) repeat-y;
}
.bgb {
	background: url(../img/bg/bgb.png) no-repeat;
	height: 8px;
}

/* bloc central */
.bch {
	background: url(../img/bc/bch.png) no-repeat;
	width: 411px;
	height: 50px;
}
.bcc {
	background: url(../img/bc/bcc.png) repeat-y;
	width: 411px;
}
.bcb {
	background: url(../img/bc/bcb.png) no-repeat;
	width: 411px;
	height: 28px;
}

/* colors 
white */
#wht {
	font-size: 12px;
	color: #FFFFFF;
	padding: 0px 8px 0px 5px;
}
#wht a, a:active {
	font-size: 11px;
	color: #C1C8D5;
	text-decoration: none;
}
#wht a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* black */
#blk {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	overflow: hidden;
	z-index: auto;
}
#blk a, a:active {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
#blk a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

/* layers contenu */
#news {
	width: 375px;
	overflow: hidden;
}
#news p:first-letter {
	font-family: Impact;
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	display: block;
}
