* {
	padding: 0;
	margin: 0;
    border: 0;
	}

body {
    background-color: #bdb76b;
    background-image: url("fond.gif");
    background-attachment: fixed;
    color: #38280b;
    font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
    font-weight: normal;
	line-height: normal;
    text-decoration: none;
    text-align: left;
}

/* MENU DE NAVIGATION */
#navigation {
    height: 21px;
    margin: 0 auto 0 20px;
    padding-top: 19px;
    text-align: right;
    width: 960px;
	}
#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:focus, #navigation a:active {
    background: transparent;
	border: 0;
    cursor: pointer;
	padding: 0;
    text-decoration: none;
	}

/* BANNIERE */
#banniere {
    background-color: #F9F8EF;
 	background-image: url("fond.jpg");
	background-repeat: repeat;
    border-top: 1px #514f2e solid;
	border-left: 1px #514f2e solid;
	border-right: 1px #514f2e solid;
	margin: 0 auto 0 20px;
    padding: 36px 0 0 0;
	text-align: right;
	width: 960px;
	}

/* CORPS DU SITE */
#contenu {
	background: #fdfdfd url("fond.jpg") repeat fixed;
	border-left: 1px #514f2e solid;
	border-right: 1px #514f2e solid;
	min-height: 436px;
    margin: 0 auto 0 20px;
	padding-bottom: 4px;
    width: 960px;
	}

table.contenu {
    margin: 20px 10px 0 120px;
    width: 826px;
    }

/* AFFICHAGE DES TITRES */
#contenu h1 {
    color: #514f2e;
    border-bottom: #F09600 2px solid;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 320px;
    padding: 20px 0 0 15px;
    text-align: left;
    } 
#contenu h2 {
    color: #514f2e;
    border-bottom: #F09600 1px solid;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 2px 213px;
    padding: 20px 0 0 15px;
    text-align: left;
    } 
#contenu h3 {
    color: #514f2e;
    border-bottom: #F09600 1px solid;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 2px 107px;
    padding: 20px 0 0 15px;
    text-align: left;
    }

/* AFFICHAGE DES LISTES */
#contenu ul, #contenu li {
    font-size: 10pt;
    line-height: 1.2;
    list-style-image: url("puce.gif");
    margin: 8px 10px 0 20px;
    text-align: justify;
    } 

/* AFFICHAGE DES CARACTÈRES */
#contenu p {
    font-size: 10pt;
    line-height: 1.2;
    padding: 0 10px 6px 10px;
    text-align : justify;
    }
#image p {
    font-size: 10px;
    margin: 0;
    padding: 0;
    text-align: right;
    }
#contenu .fluo {
    color: #38280b;
    background-color: #fed788;
    text-decoration: none;
    }
#contenu .tab {
    text-indent: 30px;
    }

/* AFFICHAGE DES LIENS  */
#contenu a:link, #contenu a:visited, #contenu a:active {
	color: #38280b;
	cursor: pointer;
	text-decoration: none;
    border-bottom: #38280b 1px solid;
	padding: 0 2px 0 2px;
	}
#contenu a:hover, #contenu a:focus {
	cursor: pointer;
	text-decoration: none;
    border-bottom: #F09600 1px solid;
	padding: 0 2px 0 2px;
	}

#contenu a.def:link, #contenu a.def:active {
	color: #38280b;
	cursor: help;
	text-decoration: underline;
    border-bottom: none;
	padding: 0;
	}
#contenu a.def:visited {
	color: #38280b;
	cursor: help;
	text-decoration: none;
    border-bottom: none;
	padding: 0;
	}
#contenu a.def:hover, a:focus {
	background-color: #F09600;
    color: #fff;
	cursor: help;
    text-decoration: none;
	padding: 0;
	}
#contenu a.img:link, #contenu a.img:visited, #contenu a.img:hover, #contenu a.img:focus, #contenu a.img:active {
    border: 0;
    padding: 0;
    text-decoration: none;
	}
/* AFFICHAGE DES IMAGES */
#contenu img { 
    vertical-align: middle;
}
#image a:link, #image a:visited, #image a:active {
	color: #38280b;
	text-decoration: none;
	padding: 0 2px 0 2px;
	}
#image a:hover, #image a:focus {
	background-color: #F09600;
    color: #fff;
    text-decoration: none;
	padding: 0 2px 0 2px;
	}

/* AFFICHAGE DES TABLEAUX */
td {
    font-size: 13px;
    } 

/* PIED DE PAGE */
#pied {
    background-color: #F9F8EF;
 	background-image: url("fond.jpg");
    background-repeat: repeat;
	border-bottom: 1px #514f2e solid;
	border-right: 1px #514f2e solid;
	border-left: 1px #514f2e solid;
    clear: both;
	font-size: 11px;
	height: 60px;
    margin: 0 auto 2px 20px;
    width: 960px;
	}
#pied h1 {
    color: #514f2e;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
	font-style : italic;
	font-weight: bold;
	height: 20px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 10px 0 0;
	text-align: right;
    }
#pied ul {
	list-style: none;
    text-align: right;
    padding: 15px 10px 0 0;
	}
#pied li {
    font-size: 10px;
	font-weight: normal;
    color: #121826;
    display: inline;
	letter-spacing: 1px;
    text-align: right;
	}
#pied a:link, #pied a:visited, #pied a:active {
	color: #38280b;
	cursor: pointer;
	padding: 0 2px 0 2px;
    text-decoration: none;
	}
#pied a:hover, #pied a:focus {
	color: #fff;
	cursor: pointer;
    background-color: #F09600;
    padding: 0 2px 0 2px;
    text-decoration: none;
	}

/* SIGNATURE */
#signature { 
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #514f2e;
    margin: 0 auto 4px 20px;
    width: 960px;
    } 
#signature p { 
    font-size: 9px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 4px;
    text-align: right;
    }
#signature a:link, #signature a:visited, #signature a:active { 
    background-color: transparent;
    color: #514f2e;
	cursor: pointer;
    text-decoration: none;
    border: none;
    }
#signature a:hover, #signature a:focus { 
    background-color: #514f2e;
    color: #fff;
	cursor: pointer;
    text-decoration: none;
    border: none;
    }

/* AFFICHAGE GENERAL */
a.img:link, a.img:visited, a.img:hover, a.img:focus, a.img:active {
    border: 0;
	cursor: pointer;
	padding: 0;
    text-decoration: none;
	}
.doc_att {
	float: left;
	margin-right: 10px;
    margin-bottom: 4px;
}

/* AFFICHAGE DES ZONES DE SAISIES ET BOUTONS */
#contenu input {
    color: #808000;
	font-family:Verdana, Arial, Helvetica;
    font-size: 12px;
    text-transform: capitalize;
    background-color: transparent;
    border: 0;
    border-bottom: #514f2e 1px solid;
	width: 360px;
	}

#contenu input.bu {
    background-color: #514f2e; 
	border: #514f2e 1px solid;
    color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 4px;
	text-transform: none;
	text-align: center;
	width: auto;
	}

#contenu textarea {
    background-color: transparent;
    border: #514f2e 1px solid;
    color: #808000;
	font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    height: 120px;
    overflow: auto;
	width: 400px;
	}