/**
* CSS "Dynastie et Patrimoine culturel"
*/

body {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 13px;
	background: url(/style/imgs/background.png) repeat-x #e3dbbf;
}

a img {
	border: none;
}

#lang {
	position: absolute;
	background: #fff;
	border-bottom: #800000 4px solid;
	border-right: #800000 2px solid;
	border-left: #aaa 1px solid;
	border-top: #aaa 1px solid;
	width: 50%;
	left: 50%;
	height: 350px;
	top: 50%;
	margin-top: -175px;
	margin-left: -25%;
}

#lang h1 {
	text-align: center;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #800000;
}

#lang a {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	text-decoration: none;
}

#lang a:hover {
	text-decoration: underline;
}

#header {
	position: relative;
	margin: 10px auto 0 auto;
	padding: 0 0 0 155px;
	background: url(/style/imgs/header_.png);
	width: 613px;
	height: 149px;
}

#header ul {
	position: absolute;
	top: 130px;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header a {
	font-size: 12px;
	text-align: center;
	width: 89px;
	height: 13px;
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 3px;
	background: url(/style/imgs/tab_normal.png) no-repeat;
}

#header a.active, #header a:hover {
	color: #fff;
	background: url(/style/imgs/tab_active.png) no-repeat;
}

#page {
	margin: 0 auto 30px auto;
	//background: url(/style/imgs/background.jpg);
	background: #fff;
	border: #aaa 1px solid;
	border-top: #880000 4px solid;
	width: 768px;
}

.center {
	text-align: center;
}

#menu { /* parent : #page */
	float: left;
	margin: 10px 10px 10px 5px;
	width: 150px;
	font-size: 12px;
	border: #ccc 1px solid;
	background: #eee;
}

#menu h2 {
	width: 140px;
	height: 15px;
	padding: 5px;
	margin: 0;
	background: #800000;
	font-family: Arial, Times, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#menu a {
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	color: #800000;
	text-decoration: underline;
}

#menu ul {
	margin: 10px 0 10px 25px;
	padding: 0;
}

#corps { /* parent : #page */
	float: right;
	width: 570px;
	padding: 5px 15px 5px 10px;
	text-align: justify;
	margin-bottom: 15px;
}

#corps h1 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 24px;
	font-weight: bold;
	border-bottom: #aaa 1px solid;
	color: #800000;
}

#corps h2 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#corps h2 a {
	text-decoration: none;
}

#corps h3 {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

#corps big {
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#corps a {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}

#corps blockquote {
	background: #eee;
	border: #aaa 1px solid;
	padding: 5px;
	width: 95%;
	margin: auto;
	font-style: italic;
}

#corps .une {
	background: #f8f7e4;
	width: 95%;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

#corps .une img {
	float: left;
	margin-right: 20px;
}

#corps a:hover { color: #000; }

#corps p#fil {
	color: #666;
	font-family: 'Trebuchet MS', Times, sans-serif;
	font-size: 12px;
}

#corps p#fil a {
	color: #888;
	text-decoration: none;
}

#corps p#fil a:hover {
	text-decoration: underline;
}

#corps legend {
	font-weight: bold;
	color: #800000;
	font-size: 13px;
}

#corps fieldset {
	padding: 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: #800000 1px solid;
}

#corps input, textarea {
	border: #aaa 1px solid;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#corps .submit {
	font-size: 12px;
	background: #800000;
	color: #fff;
	border: #800000 1px solid;
	padding: 2px;
}

#corps .submit:hover {
	background: #fff;
	color: #800000;
	border: #800000 1px solid;
	padding: 2px;
}

.right { text-align: right; }
.center { text-align: center; }

#footer { /* parent : #page */
	color: #fff;
	background: #800000;
	clear: both;
	margin: auto;
	width: 768px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
