﻿@import url(layout.css);
body {
	margin: 0px;
	/*background-color: #555533;*/
	background-image:  url("../img/fd.gif");
	font-family:  Tahoma, Verdana, Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 0.8em;
	padding: 0px;
}
/* Styles pour les balises DIV */
#container {
	border-right: 3px solid #A89B84;
	border-left: 1px solid #A89B84;
	border-bottom: 2px solid #A89B84;
	border-top: 1px solid #A89B84;
	background-color: #000000;
	background-image:  url("../img/photo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}
#masthead {
	background-color: #EEEECC;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 5px;
}
#navigation {
	background-color: #DCD3C4;
	margin-left: 140px;
        font-size: 11px; 
	text-align: center;
}
html>body #navigation {
	overflow: hidden;
}
#content_container {

	background-image:  url("../img/fond.gif");
	padding: 0px;
	/*pour IE6 pb de background-image Regler avec "-height:1%"*/
	/*pour appliquer css exclusivement IE6, il faut mettre le signe - ou _ devant*/
        -height:1%;
}
#column_left {
	float: left;
}

#footer {
	background-image:  url("../img/fond.gif");
	padding-top: 2px;
	padding-bottom: 2px;
}
/* Styles pour le titre */
#masthead h1 {
	color: #555533;
	font-style: italic;
	font-size: 2.6em;
	margin: 0px;
	text-align: right;
}

#masthead a {
	color: #555533;
	text-decoration: none;
}
/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 3px;
	border: 0px solid #cc9;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	color: #eec;
	text-decoration: none;
	background-color: #B4A48A;
	border: 0px solid #cc9;
}

/* Styles pour la colonne de gauche */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
h2 {
	font-size: x-large;
	color: #235029;
	margin-top: 0px;
}
h3 {
	font-size: small;
	color: #444422;
	margin-top: 0px;
}
h4 {
	font-size: medium;
	color: #555533;
	margin-top: 0px;
}
h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}
a {
	color: #063500;	
}

/* Styles pour le pied de page */
#footer p {
	margin: 0;
	font-size: 0.75em;
	text-align: left;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.75em;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}