﻿@import url("layoutmuriel.css");
body {
	font-family: Verdana;
	background-repeat: repeat;
}
#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	border-top: 2px solid #8c8c8c;
	background-color: #fff;
}
#masthead {
	text-align: center;
	background-color: #fff;
	background-image: url("../Muriel/images/banniere_haut2.gif");
	background-repeat: no-repeat;
}
#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #cdc;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	background-color: #fff;
}
html>body #column_l {
	background-color: #fff;
}
#column_r {
	background-color: #fff;
}
html>body #column_r {
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	color: #000066;
	margin-bottom: 0;
}
#masthead h3 {
	color: #000066;
	margin-top: 0;
	text-align: right;
	font-size: x-large;
}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border: 1px solid #C6DBEE;
	background-color: #C6DBEE;
}

/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000080;
	text-align:right;
}
h2 {
	font-size: x-large;
	color: #000066;
	text-align: center;
}
h3 {
	font-size: x-large;
	color: #c77;
	text-align:right;
}
h4 {
	font-size: medium;
	color: #c77;
}
blockquote,p,ol,ul {
	font-size: small;
	color: #000;
}
h5 {
	font-size: x-small;
	color: #000066;
	line-height: normal;
	text-align: center;
}
h6 {
	font-size: xx-small;
	color: #c77;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #c77;
}
/* Links */
a {
	color: #c55;
	text-decoration: none;
}
a:hover {
	color: #9c9;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
td {
	text-align: center;
	color: #000066;
	font-size: xx-small;
}
.stylemargin {
	text-align: justify;
	padding-right: 200px;
	padding-left: 200px;
}
.stylemargin2 {
	text-align: justify;
	padding-right: 10px;
	padding-left: 10px;
}
