body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1a1a1a;
	scrollbar-3dlight-color: #fdefbe;
	scrollbar-arrow-color: #3a362a;
	scrollbar-base-color: #fdefbe;
	scrollbar-darkshadow-color: #fdefbe;
	scrollbar-highlight-color: #3a362a;
	scrollbar-face-color: #fdefbe;
	scrollbar-shadow-color: #3a362a;
}

/* STRUCTURE */
.bgLeft {
	background-image:url(../images/structure/bg_left.jpg);
	background-position:top right;
	background-color:#1a1a1a;
	background-repeat:no-repeat;
}

.bgRight {
	background-image:url(../images/structure/bg_right.jpg);
	background-position:top left;
	background-color:#1a1a1a;
	background-repeat:no-repeat;
}

.separateurStructure {
	width:2px;
	background-color:#4a4a4a;
}

.bannerBg {
	background-image:url(../images/structure/banner.jpg);
	vertical-align:bottom;
}

.copyright, .copyright a:hover{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#555555;
	text-align:center;
	text-decoration:none;
}

.copyright a{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:11px;
	color:#555555;
	text-align:center;
}

/* MENU */
.menu {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:white;
	text-decoration:none;
}

.menu a{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:white;
	text-decoration:none;
}

.menu a:hover{
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#dcc388;
	text-decoration:underline;
}

.menu2 {
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:white;
	text-decoration:none;
	text-align:center;
}

.inputblur{

	border: 1px solid #c7b784;
	background-color: #fdefbe;
}

.inputfocus{

	border: 1px solid #c7b784;
	background-color: #c7b784;
}
