body {
	background-color: #FDFDFD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:active,a:focus {
outline:none;
}
.bg1 {
	background-image: url(img-communes/bg1.png);
	background-repeat: repeat-y;
	background-position: left;
}
.bgint {
	background-image: url(img-communes/bg-int.png);
	background-repeat: repeat-y;
}
.navig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #675841;
	text-decoration:none;
	letter-spacing: 1px;
}
a.navig:hover{
	color: #ab0232;
	text-decoration:none;
}

.arialbaspage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AE9B80;
}
a.arialbaspage {
	text-decoration:none;
}
a.arialbaspage:hover {
	text-decoration:underline;
}

.arialgras3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3D221D;
}


div.listimage {
	float: left;
	height: 95px;
	width: 80px;
	padding: 5px;
	text-align: center;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.listimage-lien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AE9B80;
}
a.listimage-lien {
	text-decoration:none;
}
a.listimage-lien:hover {
	text-decoration:underline;
}
.fondtableau {
	border: 1px solid #BBB2A4;
	background-color: #E0D9CE;
}

a.rouge-cerise {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AE9B80;
	text-decoration:none;
}
a.rouge-cerise:hover {
	text-decoration:underline;
}


/*FORM */
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #675841;
}
.erreur{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab0232;
}
.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #675841;
	background-color: #F2EEE9;
	border: 1px solid #BBB2A4;
}
.champs2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #675841;
	display:none;
	background-color: #F2EEE9;
	border: 1px solid #BBB2A4;
}

/*CALENDRIER */
.ds_box {
	background-color: #FFF;
	border: 1px solid #70553F;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #B6AD9F;
	color: #F2EEE9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #E0D9CE;
	color: #3D221D;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #F2EEE9;
	color: #3D221D;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */


