/* 
   création : 14.04.2007
	auteur : Roland Telle
   feuille de style pour l'espace de téléchargement
*/

body {
	color: White;
	background-color: #8c8c8c;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

.noscreen {
	display: none;
}

#wrapper {
	color: Black;
	background-color: White;
	width: 750px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#bandeau {
	color: Black;
	background-color: #f4ecd9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#bandeau p {
	padding: 5px 0 5px 0;
	margin-bottom: 0px;
}

#bandeau img {
	background-color: White;
/*	padding: 5px;
	border: 5px solid #d9d9d9; */
}

#zone_de_texte {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

/* ZONE DE NAVIGATION */
#zone_de_navigation {
	text-align: right;
	color: Black;
	background-color: #f4ecd9;
	background-image: none;
	background-repeat: repeat-y;
	background-position: top left;
	padding: 5px 10px 4px 10px;
	border-bottom: 1px solid #8c8c8c;
}

#zone_de_navigation ul {
	margin-bottom: 0;
}

#zone_de_navigation li {
	display: inline;
	list-style: none;
	margin: 0;
}

#zone_de_navigation a {
	text-decoration: none;
	color: Black;
	background-color: #f4ecd9;
	padding: 4px 8px 4px 8px;
	border: 1px solid #8c8c8c;
}

#zone_de_navigation a:active {
	background-color: White;
}

#zone_de_navigation a:hover {
	text-decoration: none;
	color: Black;
	background-color: White;
	padding-bottom: 5px;
	border-bottom: none;
}

#pied_de_page {
	padding: 20px;
	padding-top: 10px;
	border-top: 1px solid #A9122A;
	margin-top: 20px;
}

h1 {
	font-size: 150%;
}

.important {							/* bloc rouge */
	background-color: #FFDAB9;
	margin: 5px 0 20px;
	border: 1px solid #FF6347;
	padding: 10px 10px;
	color: black;
}

 table caption {
	padding-top: 30px;
	padding-bottom: 15px;
}

/* table {
	border: 1px dotted #eee;
	border-collapse: collapse;
	}

table thead th, table tbody td {
	border-color: #eee;
	padding: 3px 8px;
}

table tbody td {
	border: 1px dotted #eee;
	border-collapse: separate;
	text-align: left;
	vertical-align: top;
} */

/* Nouvelle présentation des tables */

.rtTable {
	width: inherit; /* table width */	
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
/*	margin-left: 10px; */
}

.rtTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

.rtTableHeader {
	background-color: #87888A; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

/* main table row color */
.rtTableRow {
	background-color: white;  /* alt row color 1 */
}

/* main table alternate row color */
.rtTableAltRow {
	background-color: #dcdcdc; /* alt row color 2 */	
}

address {
	text-align: center;
	font-size: 80%;
	font-style: normal;
/*	letter-spacing: 2px;*/
	line-height: 1.5em;
}

a:hover, a:focus {
	text-decoration: underline;
}

a:active {
	color: White;
	background-color: #FF6347;
}

span.souligne {
	text-decoration:underline
}

span.annule {
	text-decoration:line-through
}

p img {
	border: none
}

/*
Page de contact
*/

form {
	background-color: #eee;
	width: 400px;
	padding: 20px;
	border: 1px solid #8c8c8c;
}