﻿@import url(layout.css);
body {
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", tahoma, Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	background-color:#545454;
	background-color:#D8D8D8;
	margin-top:0px;
	top:0px;
}
span{
	font-size:14px; font-weight:bolder; color:#fff;
}
#container {
	background-color: #fff;
	width: 620px;
	width: 780px;
	margin: 0px auto;
	border-top:  1px solid #545454;
	border-bottom: 0;
	border-right: 2px solid #b7b7b7;
	border-left: 2px solid #b7b7b7;
	border-right: 1px solid #545454;
	border-left: 1px solid #545454;
	border-bottom: 1px solid #545454;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	/*background-color: #a9a9a9;*/
}

#masthead {
	text-align: right;
	background-color: #036;
	background-color:#808080;
	background-color: #a9a9a9;
	width: 620px;
	width: 780px;	
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 550px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	overflow:hidden;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
	color:#000;
}
#column_r_b {
	width: 192px;
	overflow:hidden;
	border:1px solid #a9a9a9;
	border-right:1px solid #fff;
	margin: 0;
	float: right;
	padding: 3px;
	background-color: #fff;
	position: relative;
}

#footer {
	width: 620px;
	width: 780px;
	text-align: center;
	background-color: #113962;
	background-color: #a9a9a9;
	padding-top: 5px;
	padding-bottom: 5px;
}
#photo{
	float:left; width:96px; position:relative; text-align:center;
}
/* Styles pour le titre */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	color:black;
	margin: 5px 5px 0;
}
#masthead h2 {
	font-size: 11px;
	color: #fff;
	color:black;
	margin: 0px 0px 0;
}
#column_l li {
	margin-bottom:8px;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	/*width: 100%;*/
	background-color: #545454;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	background-color: #545454;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	background-color: #545454;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
	border-right:0px solid #c9c9c9;
	border-bottom:1px solid #a9a9a9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	border-right:0px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles pour le pied de page */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	color: #000;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles pour les liens */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.show_menu {
	color: #000;
	border: 2px solid #a9a9a9;
	border-right:0px solid #a9a9a9;
	background-color: #a9a9a9;
}
.fine{
	border-bottom:1px solid #545454;
}
.fixed{
	width:90px; height:60px;
}
.plus{
	float:right; position:absolute; width:20px; height:20px;
}
