* {
	padding: 0;
	margin: 0;
    border: 0;
	}

body {
	background-color: #ffe27a;
    background-image: url(fond.jpg);
	background-attachment: fixed;
	color: #322412;
    font-family: Arial, Helevetica, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
    text-align: center;
	}

#centrage {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 613px;
	margin: -308px 0 0 -482px;
	width: 964px;
	}

/* BARRE DE NAVIGATION */
#navigation {
    background-color: transparent;
	height: 16px;
	margin: 0 auto 0 auto;
    overflow: hidden;
    width: 960px;
	}
#navigation ul {
    float: right;
    padding: 1px 0 0 0;
    }
#navigation li {
    display: inline;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 3px;
    list-style: none;
    padding-left: 18px;
    }
#navigation a {
    color: #322412;
    text-decoration: none;
    }
#navigation a:hover, #navigation a:focus {
    color: #fa5400;
    text-decoration: underline;
    }

/* CORPS DU SITE */
#contenu {
    background: #f2d1b2 url(contenu.jpg) repeat 0 0;
    border-top: 2px #ffffff solid;
	border-left: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
	height: 374px;
	margin: 0 auto 0 auto;
    overflow: hidden;
    width: 960px;
	}

/* BARRE DE TITRE */
#titre {
    background-color: transparent;
    font-size: 11px;
	font-weight: bold;
    height: 20px;
    width: 100%;
	}
#titre h1 {
    color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
	font-style : italic;
	font-weight: bold;
    letter-spacing: 1px;
	position: relative;
    margin: 0;
    padding-right: 4px;
	text-align: right;
    }

/* PIED DE PAGE */
#pied {
	background: #FDFDFD url(pied.jpg) 0 0;
    border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
	border-left: 2px #fff solid;
	height: 204px;
    margin: 0 auto 2px auto;
    width: 960px;
	}
#pied2 {
    font-size: 11px;
	height: 100%;
    overflow: auto;
    width: 100%;
	}

#pied2 a.img:link, #pied2 a.img:visited, #pied2 a.img:hover, #pied2 a.img:focus, #pied2 a.img:active {
    border: 0;
    padding: 0;
    text-decoration: none;
	}

/* SIGNATURE */
#signature { 
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #b68c00;
    margin: 0 auto 10px auto;
    width: 960px;
    } 
#signature p { 
    font-size: 9px;
    letter-spacing: 1px;
    text-align: right;
    }
#signature a:link, #signature a:visited, #signature a:active { 
    color: #b68c00;
    text-decoration: none;
    border: none;
    }
#signature a:hover, #signature a:focus { 
    color: #000;
    text-decoration: none;
    border: none;
    }


/* AFFICHAGE GENERAL */
address {
    font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	text-align: left;
	}

img { 
    vertical-align: middle;
    border: 0;
	}
.doc_att {
	border: #9f8410 1px solid;
    float: right;
	margin: 0 10px 4px 10px;
}

/* AFFICHAGE DES TABLEAUX */
table {
    border-spacing: 0;
    border-collapse: collapse;
}


/* CLASSES */
.info {
	font-size: 11px;
	text-align: right;
	}

.fluo {
    background: #f6a657 url(fluo.jpg) repeat 0 0;
    color: #ffffff;
	}

.tab {
	text-indent: 30px;
	}