body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: small;
	text-align: center;
	background: #393D3D;
	color: #555;
}

#container {
	width: 821px;
	text-align: left;
	margin: 20px auto;
	background: url(../images/main_bg.png) top left repeat-y;
}

#header {
	width: 821px;
	height: 128px;
	background: url(../images/logo.png);
}

#menu {
	width: 821px;
	background: url(../images/menu_bg.png) top left no-repeat;
}

#gris {
	width: 821px;
	height: 59px;
	background: url(../images/gris.png);
}

#footer {
	width: 821px;
	height: 18px;
	background: url(../images/footer.png);
}

#content {
	padding: 52px;
}

* html body #content {
	padding: 52px;
}

#left {
	position: relative;
	border: 1px #b2a29c solid;
	width: 350px;
	height: 320px;
	float: left;
}

#right {
	position: relative;
	border: 1px #b2a29c solid;
	width: 350px;
	height: 320px;
	float: right;
}

#right_content {
	overflow: auto;
	height: 320px;
}

#tl {
	position: absolute;
	top: -14px;
	left: -14px;
	width: 28px;
	height: 28px;
	background: url(../images/carre_tl.png) no-repeat;
	z-index: 2;
}

#br {
	position: absolute;
	bottom: -14px;
	right: -14px;
	width: 28px;
	height: 28px;
	background: url(../images/carre_br.png) no-repeat;
}

#menu ul, #gris ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-left: 4px;
}

#gris ul {
	margin-left: 30px;
	padding-top: 15px;
}

#menu li, #gris li {
	float: left;
}

#menu a, #gris a {
	display: block;
	padding: 5px 3px 2px 0px;
	font-size: 11px;
	color: #060606;
	text-decoration: none;
	background: url(../images/puce.png) 3px 10px no-repeat;
	padding-left: 10px;
}

#gris a {
	color: #721603;
	font-size: 14px;
}

#menu a:hover, #gris a:hover {
	text-decoration: underline;
	background-image: url(../images/puce_act.png);
	color: #5A1001;
}

#menu .active, #gris .active {
	color: #5A1001;
	background-image: url(../images/puce_act.png);
	text-decoration: underline;
}

h1, h2, h3 {
	font-weight: normal;
	clear: both;
	margin: 5px;
}

h1 {
	text-align: right;
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

#right p {
	padding: 5px 10px 0px 20px;
	margin: 8px 0;
}

ul#photos_all, ul#photos_page {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#photos_all li, #photos_page li {
	float: left;
	padding: 5px;
}

a img {
	border: 1px solid #b2a29c;
	padding: 2px;
	background: #393D3D;
}

#thumbs {
	width: 50px;
	float: left;
}

#thumbs img {
	margin: 10px 0 0 10px;
}

#details {
	float: right;
	width: 280px;
}

.readon {
	float: right;
	padding-right: 10px;
	font-size: 11px;
	color: #000;
}

#credits {
	text-align: center;
	color: #888;
	font-size: 10px;
}

#credits a {
	color: #aaa;
}

.dias img {
	border: 0;
	padding: 0;
}

#right_content form {
	font-size: 80%;
}
/* Localized */