@import url(menu_haut.css);
@import url(menu_gauche.css);
@import url(menu_arbre.css);
@import url(chapo.css);
@import url(rub.css);
@import url(pics.css);
@import url(location.css);

body {
	background-color: #a7aebe;
	border-width: 0;
	color: #20345a;
	font-family: verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.abLayout {
	background-color: #fff;
	border-collapse: collapse;
	border-width: 0;
	color: inherit;
	left: 50%;
	margin: 0;
	margin-left: -501px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 1002px;
}

.leftColumn {
	text-align: center;
	vertical-align: top;
	width: 202px;
}

.leftColumn address {
	background-color: transparent;
	color: #6f7b94;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin: 65px 0 2em;
}

.leftColumn address strong, .leftColumn address a, .leftColumn address a:hover {
	background-color: transparent;
	color: #364052;
	font-weight: normal;
}

.searchField {
	background: #fff;
	border-color: #b5bbc8;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	color: #393939;
	font-size: 11px;
	height: 11px;
	line-height: 11px;
	margin: 0;
	padding: 1px;
	vertical-align: middle;
	width: 159px;
}

.searchSubmit {
	border-color: #b5bbc8;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	height: 13px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	width: 13px;
}

.header {
	height: 106px;
	padding: 0;
	text-align: right;
	vertical-align: top;
	width: 800px;
}

.header img {
	height: 28px;
	margin: 26px 24px 20px 0;
	width: 275px;
}

.content {
	background-image: url(../images/interface/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-color: #475877;
	border-style: solid;
	border-width: 1px 0 0 1px;
	font-family: arial, sans-serif;
	font-size: 12px;
	padding: 11px 24px 16px 30px;
	vertical-align: top;
}

.content img {
	margin: 2px 5px 0 0;
}

.content table td {
	font-size : 12px;
}

h1 {
	background-color: transparent;
	color: #636363;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin: 0 0 16px 0;
	text-align: right;
}

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

a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

img {
	border-width: 0;
}

form {
	margin: 0;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left:auto;
	margin-right:auto;
	width:1003px;
	background-image: url(../images/interface/footer.gif);
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.footer a {
	font-size: 11px;
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}

.footer a:hover {
	font-size: 11px;
	color: #afafaf;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.form table {
	width: 100%;
}

.form td {
	vertical-align: top;
}

.form thead input {
	border-color: #b5bbc8;
	border-style: solid;
	border-width: 1px;
	vertical-align: middle;
}

.form tbody input {
	background: #fff;
	border-color: #b5bbc8;
	border-style: solid;
	border-width: 1px;
	color: #393939;
	margin: 0;
	padding: 1px;
}

.formFixedWidth {
	width: 160px;
}

.form tbody textarea {
	background: #fff;
	border-color: #b5bbc8;
	border-style: solid;
	border-width: 1px;
	color: #393939;
	height: 8em;
	margin: 0;
	padding: 1px;
	width: 400px;
}

.form .mandatory {
	background-color: transparent;
	color: #c05;
}