﻿@import url("layout.css");
body {
	background-position: center center;
	font-family: "Century Gothic";
	font-size: 0.8em;
	background-color: #FFFFFF;
	background-image: url('../images/black_cray_bright2_logo.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-weight: normal;
}
#container {
	width: 700px;
	margin: 10px auto;
}
#masthead {
	border: 10px double #E3D9AD;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	width: 680px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Garamond;
	color: #EDE3E8;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #E3D9AD;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #E3D9AD;
	background-color: none;
}
#footer {
	text-align: center;
	clear: both;
	width: 698px;
	padding: 0px;
	border: 1px solid #E3D9AD;
	background-color: #fff;
}
/* Styles de titres */
#masthead h1 {
	color: #FFF7FA;
	clip: rect(auto, auto, auto, auto);
	font-variant: inherit;
	font-size: xx-large;
	text-transform: capitalize;
}
#masthead h3 {
	color: #FFF7FA;
	font-size: x-large;
}
/* Styles d'éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	background-color: #990000;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #990000;
}
#navigation a {
	color: #222861;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #FFFFFF;
	border: 1px solid #964;
	background-color: #961D05;
	text-align: right;
	font-weight: bold;
}
/* Styles du contenu */
h6 {
	color: #c82;
}
h5 {
	color: #c82;
}
h4 {
	color: #867813;
	font-family: garamond;
	font-size: medium;
}
h3 {
	color: #77293B;
	font-family: Garamond;
	font-weight: bold;
	font-size: large;
}
h2 {
	color: #951C0A;
	font-family: garamond;
	font-weight: bold;
	font-size: x-large;
}
#content h1 {
	color: #0053A0;
	font-weight: bold;
	font-size: xx-large;
	font-family: garamond;
}
#content img {
	padding: 5px;
	border: 0px solid #964;
}
/* Styles de pieds de page */
#footer p {
	color: #CCBB68;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #A08E36;
	text-decoration: none;
}
#footer a:hover {
	color: #4D441A;
	font-weight: bold;
	text-decoration: none;
}
a {
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
	color: #6E3063;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	cursor: pointer;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}