* {
	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: 390px;
	margin: 0 auto 0 auto;
    overflow: hidden;
    width: 960px;
	}

/* NAVIGATION PAR BULLES */
#navigation2 {
    background-color: transparent;
	float: left;
    font-size: 11px;
	font-weight: bold;
    height: 390px;
    overflow: hidden;
    width: 320px;
	}

/* TEXTE */
#texte {
    background-color: transparent;
	color: #492911;
    float: right;
    font-size: 13px;
	font-family: Arial, Helevetica, Verdana, Sans-Serif;
    font-weight: normal;
    height: 390px;
    overflow: auto;
    width: 620px;
	}
#texte h1.titre {
	border-bottom: none;
	color: #f87e40;
    font-family: georgia, times, "times new roman", sans-serif;
    font-size: 18px;
	font-weight: bold;
    font-style: italic;
    letter-spacing: 4px;
    text-align: right;
    margin: 0;
    padding: 10px 14px 0 0;
    }
#texte h1 {
	border-bottom: #9f8410 1px solid;
    font-family: georgia, times, "times new roman", sans-serif;
	font-size: 14px;
	font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 140px 0 0;
    text-align: left;
	}

#texte h2 {
	border-bottom: #dab30a 1px solid;
    font-family: georgia, times, "times new roman", sans-serif;
	font-size: 10px;
	font-style: italic;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 280px 0 0;
    text-align: left;
	}

#texte ul {
	margin-left: 20px;
	list-style:none;
    padding: 0 10px 6px 0;
	}
#texte li {
	list-style-type: circle;
    list-style-image: url(puce.gif);
	text-align: justify;
    }

#texte p {
    padding: 2px 10px 4px 0;
    text-align: justify;
	}
#texte p.titre:first-letter {
    color: #fa5400;
    float: left;
    font-size: 18px; 
    font-weight: bold;
    }

/* AFFICHAGE DES LIENS  */
#texte a:link, #texte a:visited, #texte a:active {
	color: #322412;
	text-decoration: underline;
	}
#texte a:hover, #texte a:focus {
    color: #fa5400;
	text-decoration: underline;
	}

#texte a.def:link, #texte a.def:active {
	color: #122D5F;
	text-decoration: none;
    border-bottom: none;
	padding: 0;
	}
#texte a.def:visited {
	color: #3D6484;
	text-decoration: none;
    border-bottom: none;
	padding: 0;
	}
#texte a.def:hover, #texte a.def:focus {
	text-decoration: none;
    border-bottom: #FABF21 1px solid;
	padding: 0;
	cursor: help;
	}

#texte a.img:link, #texte a.img:visited, #texte a.img:hover, #texte a.img:focus, #texte a.img:active {
    border: 0;
    padding: 0;
    text-decoration: none;
	}


/* AFFICHAGE DES ZONES DE SAISIES ET BOUTONS */
#texte input {
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    text-transform: capitalize;
    background-color: transparent;
    border: 0;
    border-bottom: #000000 1px solid;
	margin-top: 4px;
    width: 350px;
	}

#texte input.bu {
    background: #fa5400 url(bouton.jpg); 
	border: 0;
	border-bottom: #322412 1px solid;
	border-right: #322412 1px solid;
    color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
    padding: 1px 4px;
	text-transform: none;
	text-align: center;
	width: auto;
	}

#texte textarea {
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    background-color: transparent;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-right: #000000 1px solid;
    height: 100px;
    overflow: auto;
	width: 350px;
	}


/* PIED DE PAGE */
#pied {
	background: #FDFDFD url(pied.jpg) 0 0;
	border-bottom: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
	border-left: 2px #ffffff solid;
    font-size: 11px;
	height: 188px;
    margin: 0 auto 2px auto;
    width: 960px;
	}
#pied h1 {
    color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 10px;
	font-style: italic;
	font-weight: bold;
	height: 20px;
    letter-spacing: 1px;
	position: relative;
    top: 90px;
    margin: 0;
    padding-right: 4px;
	text-align: right;
    }

/* SIGNATURE */
#signature { 
    font-family: verdana, Arial, Helvetica, sans-serif;
    color: #6b3710;
    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: #6b3710;
    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: normal;
	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: 10px;
	text-align: right;
	}

.fluo {
    background: #f6a657 url(fluo.jpg) repeat 0 0;
    color: #ffffff;
	}

.tab {
	text-indent: 30px;
	}

