﻿@import url(layout.css);
body {
	margin: 20px;
	background-color: #CCCCCC;
	background:#FFFF6A;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: small;
	font-size:12px;
	color: #000000;
}
/* Styles pour les balises DIV */
#container {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	background:#ccbb99;
	background:#FF6600;
	/*background:#998866;*/
	/*background-color: #000000;*/
	border-bottom: 10px solid #999999;
	border-bottom: 10px solid #FF6600;
	border-top: 10px solid #999999;
	border-top: 10px solid #FF6600;
}
#masthead {
	background-color: #778899;
	background:#fff;
	padding: 15px;
	background-image: url('../logo/logo.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#navigation {
	background-color: #998866;
	background-color:#FFFF00;
	text-align: center;
	border-top: 10px solid #445566;
	border-top: 0px solid #445566;
/*	border-top: 10px solid #ccbb99;*/
	border-bottom: 0px solid #665533;
	border-bottom: 10px solid #445566;
	border-bottom: 10px solid #666;
	border-bottom: 0px solid #666;
	
	overflow:hidden;
}
/*html>body #navigation {
	overflow: hidden;
}*/
#content_container {
	background-color:#ffffff;
	background:#ccbb99;
	/*background:#445566;
	background:#666;
	*/
	background:#FF6600;
		padding: 0px;
}
#column_left {
	float: left;
	background:#fff;
	border-top: 10px solid #666;
	border-top: 10px solid #FF6600;/*#456;*/
	font-size:14px;
	/*font-size:12px;*/
}
#column_first {
	/*border:1px dotted #666;*/
	border-top: 10px solid #FFFF00; /*#999;*/

}
#column_right {
	background-color: #ccbb99;
	background-color:#FF6600;
	padding-bottom: 30px;
	border-top: 10px solid #FFFF00; /*#999;*/

}
#image {
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 3px;
}
#footer {
	background-color: #666666;
	background-color:#FFFF00;
	color: #FFFFFF;
}
/* Styles pour le titre */
#masthead h1 {
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-size: xx-large;
	width:300px;
	float:right;
	position:static;
	border:1px dotted; 
	margin: 0px;
	text-align: right;
	padding: 0px;
}
#column_first h3{
	background: #FFFF00; /*#998866;#999;*/
	font-size:11px;
	font-weight:bold;
	color:#000;
	padding:2px;
/*	border:1px silver solid;*/
	margin-bottom:0px;
}
#column_first a{
	color:#456;
	color:#000;
	font-size:x-small;
	font-size:11px;
	/*font-weight:bold;*/
}
#column_first p{
	margin-bottom:8px;
	margin-top:8px;
}

#masthead h3 {
	margin-top: 0.4em;
	
	color: #f5f5f5;
	margin-bottom: 0px;
	text-align: right;
	font-size: large;
	padding-top: .3em;
	font-style: normal;
	font-weight: normal;
}
#masthead a {
	color: #000000;
	text-decoration: none;
}
#masthead a:hover {
	text-decoration: none;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
/*	height:30px;*/
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	color:#000;
	width:82px;
	font-size:12px;
	text-decoration: none;
	margin: 0 0px;
	padding: 5px;
	display: block;
	border: 1px dotted #986;
	border-right:1px dotted #fff;
}
#navigation a:hover {
	border: 1px dotted #456;
	background-color: #456;
	background:#666;
	background:#FF6600;
}
/* Styles pour la colonne de droite */
#column_right h4 {
	color: #112233;
	margin-top: 0px;
}
#column_right p {
	color: #000000;
	margin-top: 0px;
/*	font-size: small;*/
}
#column_right a {
	color: #443311;
	color:blue;
}
#column_right a:hover {
	/*background-color: #776644;*/
	color: #FFFFFF;
}
/* Styles pour la colonne de gauche */
h1 {
	font-size: xx-large;
	color: #333333;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #333333;
	margin-top: 0px;
}
h3 {
	font-size: large;
	color: #333333;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #000000;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #112233;
	color:#0000FF;
}
a:hover {
	color: #998866;
	color:#FF0000;
	text-decoration: none;
}
/* Styles pour le pied de page */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: x-small;
	width:270px;
	border:0px dotted;
	color:#000;
	font-weight:bold;
}
#footer a {
	color: #FFFFFF;
	color:#000;
	font-weight: bold;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
