﻿@import url(layout.css);
/* Styles pour les balises DIV */

html>body #navigation {
	overflow: hidden;
}


#a {
    color:  white;
}



/* Styles pour les éléments de navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #5B6161;
	color: #FFFFFF;
}
#navigation li {
	float: left;
}
#navigation a {
	margin: 0 1px;
	padding: 5px;
	display: block;
	border: 1px solid ;
	text-decoration: none;
    color:  white;
}

#navigation a:hover {
	background-color: #5B6161;
}

#column_left a {
	color: white;
	}




/* Styles pour la colonne de droite */
#column_right h4 {
	color: #FFFFFF;
	margin-top: 0px;
}
#column_right p {
	color: #FFFFFF;
	margin-top: 0px;
}
#column_right a {
	color: #FFFFFF;
}
#column_right a:hover {
	color: #FFFFFF;
}
/* Styles pour la colonne de gauche */
h1 {
	font-size: xx-large;
	color: #FFFFFF;
	margin-top: 0px;
}
h2 {
	font-size: x-large;
	color: #FFFFFF;
	margin-top: 0px;
	border-bottom-style: ridge;
	border-bottom-width: thin;
	border-bottom-color: #E49218;
	border-color:#A13938;
}
h3 {
	font-size: medium;
	color: #FFFFFF;
	margin-top: 0px;
}
h4 {
	font-size: small;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 2px;
}

h5 { 
	font-size: x-small;
	margin-top: 0px;
}
h6 { 
	font-size: xx-small;
	margin-top: 0px;
}




/* Styles pour le pied de page */
#footer a {
 color: #979481;
}

/* Styles pour le contenu */
.citation {
	font-family: "French Script MT";
	font-size: x-large;
}

.biographietexte {
	font-family: Tahoma;
	font-size: medium;
	text-align: left;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.signature {
	font-style: italic;
	position: inherit;
	text-align: right;
	font-family: "Bradley Hand ITC";
	font-size: medium;
}

.legende {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.commentaire {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font: normal normal normal 100% Arial, Helvetica, sans-serif;
	border: thin #FFFFFF inset;
	text-align: left;
	background-color: #A13938;
	color: #FFFFFF;
	font-weight: bold;
}

.tableau_titre {
	padding: 10px;
	font-size: large;
	background-color: #A13938;
	color: #5B6161;
	border-spacing: 1px;
}


