@charset "utf-8";
/* CSS Document */
body {
	background-color: #262626;
	color: #262626;
	margin-left: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #fb5300;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h1 {
	color: #fb5300;
	margin-top: 4px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
h2 {
	color: #fb5300;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
}
ul {
	list-style-image: url(/images/puce.png);
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
	background-color: #f8f3ea;
	border: solid 1px #262626;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262626;
	background-color: #f8f3ea;
	border: solid 1px #262626;
}
.menuTitle {
	color: #f8f3ea;
	font-style: normal;
	font-stretch: extra-condensed; 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
.menuItem {
	color: #f8f3ea;
	background-color: #3f2b21;
	font-style: normal;
	font-stretch: extra-condensed; 
	text-decoration: none;
	font-size: 11px;
}
.menuItemSelected {
	color: #fb5300;
	background-color: #3f2b21;
	font-style: normal;
	font-stretch: extra-condensed; 
	text-decoration: none;
	font-size: 11px;
}
.content {
	background-color: #f8f3ea;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.contentText {
	background-color: #f8f3ea;
	
}
.footer {
	font-size: 10px;
	color: #ffffff;
}
.contentDiv{
	height: 225px;
	overflow:auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 15px;
}
.photoDiv{
	height: 450;
	width: 528;
	overflow:auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

