html {
	font-family: "Arial", "Verdana";
	color: #381c00;
	overflow-y: scroll;
} 

body { 
	background-image: url(../img/bg.jpg);
	margin-top: 0;
}
a {
	color: #381c00;
}
#wrapper { 
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
#main {
	padding: 10px;
	background-image: url(../img/bgmid.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#subnav {
	color: #9f8e60;
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #c2b389;
	padding-bottom: 4px;
}

.lblContact {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 4px;
}

#texteDemande {
	padding-left: 126px;
}

.msgErr {
	background-color: #fbf89b;
	border: 1px solid #000000;
	color: red;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
}

.msgOK {
	background-color: #d8f78c;
	border: 1px solid #000000;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 10px;
}

.tabDetail {
	border-right: 1px solid #c2b389;
}

.tabDetail tr {
	border-left: 1px solid #c2b389;
}

.tabDetail td {
	border-left: 1px solid #c2b389;
	border-bottom: 1px solid #c2b389;
	border-top: 1px solid #c2b389;
	text-align: center;
}

.tabDetail th {
	border-top: 1px solid #c2b389;
	border-left: 1px solid #c2b389;
	border-bottom: 1px solid #c2b389;
}

.altbg {
	background-color: #ffffff;
}

.tabFiche img {
	border: 1px solid #000;
}

.center {
	text-align: center;
}

.ligneDess
{
	border-bottom: 1px solid #c2b389;
	margin-bottom: 2px;
	font-weight: bold;
}