﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS",tahoma, Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	background-color:#a9a9a9;
/*	background-color: #545454;*/

/*Modif Herison*/
	background-color:#336666;
	
	width: 860px;
/*	padding-top:10px;*/
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #336666;
	border-bottom: 0;
	border-left: 1px solid #336666;
	border: 1px solid #336666;
}
#masthead {
	text-align: right;
	background-color: #036;
	background-color:#336666;
	background-color:#fff;
	padding:5px;
	width: 850px;
}
#navigation {
	background-color:#336666;
	background-color: #545454;
	background-color:#a9a9a9;
/*	background-color:#fff;*/
/*Modif Herison*/
	background-color:#336666;
	
	overflow: hidden;
/*	border-bottom:1px solid #336666;*/
	padding-top:5px;
	padding-bottom: 1px;
	padding-bottom: 2px;
/*Modif Herison*/
	padding-bottom: 1px;
}
#column_l {
	width: 648px;
	margin: 0;
	border-right:1px solid #336666;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 150px;
	width: 172px;
	margin: 0;
	margin:10px 0px 6px 0px;
	float: right;
	padding: 4px;

/*Modif Herison*/
/*	background-color: #a9a9a9;*/
	margin:4px 0px 6px 0px;
	position: relative;
}
#footer {
/*	width: 860px;*/
	text-align: center;
	background-color: #113962;
	background-color:#336666;
	padding-top: 2px;
	padding-top:1px;
	padding-bottom: 5px;
}
/* Styles pour le titre */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	color:#336666;
	margin: 10px 10px 0;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
/*	padding-top:10px;*/
	border-top:10px solid #336666;
}
#navigation li {
	float: left;
	text-align:center;
	background-color:#a9a9a9;
/*Modif Herison*/
	background-color: #545454;
}
#navigation a {
	color:#336666;
	color:#FFF;
	width:132px;
/*Modif Herison*/
	width:95px;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #c9c9c9 solid;
	border-right: 1px solid #336666;
/*	border-top:1px solid #a9a9a9;
	border-left:0px;*/
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}

/* Styles pour le pied de page */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom:10px solid #336666;
}
#footer li {
	float: left;
	text-align:center;
	background-color:#a9a9a9;	
/*Modif Herison*/
	background-color: #545454;
}
#footer a {
	color:#336666;
	color:#FFF;
	width:132px;
/*Modif Herison*/
	width:95px;
	
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px #c9c9c9 solid;
	border-right: 1px solid #336666;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
input{
	border:1px #336666 solid;
	font-size: 11px;
	font-family: "Trebuchet MS",tahoma, Arial, Helvetica, sans-serif;
}

#bloc{
	float:left;
	position:relative;
	width:150px;
}
#bloc_200{
	float:left;
	position:relative;
	width:200px;
}
#bloc_large{
	float:left;
	position:relative;
	display:block;
	width:220px;
	display:block;
}
#bloc_250{
	float:left;
	position:relative;
	width:300px;
	display:block;
}
#bloc_320{
	float:left;
	position:relative;
	width:330px;
	display:block;
}
#contact{
	float:left;position:absolute; width:460px; height:150px; border:1px solid #336666; background:#999; z-index:1;
}
.contact{
	float:left;position:absolute; width:460px; height:150px; border:1px solid #336666; background:#999; z-index:1;
}
#bloc_300{
	float:left;
	position:relative;
	width:400px;
	display:block;
}
/*
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}*/

/*Styles des partie droite*/
#column_r div {
	border:1px #d3d9d6 solid;
}
#column_r H3 {
	margin:0px;
	padding:2px;
	padding-left:15px;
	font-size: 11px;
/*	
	background:#545454;
	background:#999;
	background:#d3d9d6;
*/
	background:#C0C0C0;
}
#column_r p {
	font-size: 11px;
	margin:0px;
	margin:4px 0px 2px 0px;
	padding:2px;
	padding-left:15px;
}
#column_r a{
	color:#fff;
}
#column_r a:hover{
	color:blue;
}
/* Styles pour les liens */
H2 {
	font-size:20px;
}
H3 {
	margin:0px;
	padding:2px;
	padding-left:5px;
	font-size: 11px;
	background:#C0C0C0;
}

a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.select_top{
	background-color:#336666;
	/*background-color:#333;*/
	border-bottom:1px #fff solid; 
	border-top:1px #336666 solid;
	border-left:1px #336666 solid;
}
#A1 td{
	border-bottom:1px #336666 solid; border-right:1px #336666 dashed;
}
#A2 td{
	border-bottom:1px #336666 solid; border-right:1px #336666 dashed;
}
