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

body {
	background: #010000 url("fond.jpg") fixed repeat;
	color: #372d36;
	font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	line-height: normal;
	text-decoration: none;
	text-align: left;
}
/* AFFICHAGE DES TABLEAUX */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* BANNIERE */
#banniere {
	background-color: #000;
	border-top: 10px #1c130b solid;
	border-left: 10px #1c130b solid;
	border-right: 10px #1c130b solid;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 730px;
}


/* MENU DE NAVIGATION */
#navigation {
	background-color: #1c130b;
	border-left: 10px #1c130b solid;
	border-right: 10px #1c130b solid;
	font-size: 13px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
	width: 730px;
}
#navigation a{
	text-decoration: none;
}
.menu_nav ul {
	list-style: none;
}
.menu_nav ul li{
	position: relative;
	float: left;
	border-right: #1c130b 1px solid;
	z-index: 100;
}

.menu_nav ul li a {
	background: url("nav_fond1.png") repeat-x;
	color: #fff;
	display: block;
	height: 29px;
	line-height: 29px;
	text-align: center;
	width: 145px;
}
.menu_nav ul li a:hover{
	background: url("nav_fond2.png") repeat-x;
	color: #fff;
}

.menu_nav ul li ul {
	background: url("nav_bas.png") 0 100% no-repeat;
	overflow: hidden;
	position: absolute;
}
.menu_nav ul li ul li {
	border: 1px solid #1c130b;
	border-bottom: none;
	clear: both;
}
.menu_nav ul li.active a{
	background: url("nav_fond3.png") repeat-x;
	border-bottom: 1px solid #f1ece3;
	color: #a1040b;
}
.menu_nav ul li.active ul li a{
	background: #f1ece3;
	color: #a1040b;
}
.menu_nav ul li ul li a {
	background: #a08f7c;
	font-size: 11px;
	text-align: center;
	width: 143px;
}
.menu_nav ul li ul li a:hover {
	background: #1c130b;
	color: #fff;
}

#contenu {
	background-color: #f1ece3;
	border-left: 10px #1c130b solid;
	border-right: 10px #1c130b solid;
	margin: 0 auto 0 auto;
	overflow: auto;
	width: 730px;
}
#contenu h1 {
	background: url("h1_contenu.gif") no-repeat;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #a1040b;
	height: 20px;
	margin: 10px 0 2px 12px;
	padding: 4px 0 0 20px;
	text-align: left;
	text-transform: uppercase;
}

/* ZONE DE TEXTE */
#texte {
	background-color: #e9e0ce;
	color: #372d36;
	font-family: georgia, times, "times new roman", sans-serif;
	margin: 0 auto 0 auto;
	min-height: 230px;
	padding: 10px 12px;
	width: 684px;
}

#texte h1 {
	background: none;
	color: #464e42;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}

#texte h2 {
	background: none;
	color: #464e42;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: left;
	text-decoration: underline;
	text-transform: none;
}
#texte h2:first-letter {
	color: #900;
}

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

#texte p {
	margin-bottom: 18px;
	text-align: justify;
}

#texte p.titre:first-letter {
	color: #544537;
	font-size: 16px; 
	font-weight: bold;
}
#texte .doc_ga {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}
#texte .doc_dr {
	float: right;
	margin-left: 10px;
	margin-bottom: 4px;
}
#texte .info {
	font-size: 11px;
	text-align: right;
}

#texte .fluo {
	color: #a71c05;
	font-weight: bold;
}

#texte .tab {
	text-indent: 30px;
}
#texte img { 
	vertical-align: middle;
	border: 0;
}
/* AFFICHAGE DES LIENS  */
#texte a:link, #texte a:visited, #texte a:active {
	color: #372d36;
	text-decoration: none;
	border-bottom: #900 1px dashed;
}
#texte a:hover, #texte a:focus {
	color: #000;
	text-decoration: none;
	border-bottom: #900 1px solid;
}

#texte a.def:link, #texte a.def:active {
	color: #000;
	text-decoration: none;
	border-bottom: none;
	padding: 0;
}
#texte a.def:visited {
	color: #372d36;
	text-decoration: none;
	border-bottom: none;
	padding: 0;
}
#texte a.def:hover, #texte a.def:focus {
	text-decoration: none;
	border-bottom: #900 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 {
	background-color: #d7c9ae;
	border: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin-top: 3px;
	padding: 0 4px;
	text-transform: capitalize;
	width: 312px;
}

#texte input.bu {
	background-color: #a1040b; 
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-bottom: #544537 1px solid;
	border-right: #544537 1px solid;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 8px 2px 8px;
	text-transform: none;
	text-align: center;
	width: auto;
}

#texte input.cc {
	background-color: #e6e1d7;
	border: 0;
    margin: 0 2px 0 2px;
    padding: 2px;
	vertical-align: middle;
	width: 20px;
	}

#texte textarea {
	background-color: #d7c9ae;
	border: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	height: 100px;
	margin-top: 3px;
	overflow: auto;
	padding: 2px 4px;
	width: 312px;
}
#texte select {
	background-color: #d7c9ae;
	border: 0;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	margin-top: 3px;
	text-transform: capitalize;
	width: 320px;
}

/* ZONE DE NEWS */
#news {
	background-color: #6a6257;
	color: #fff;
	float: right;
	height: 220px;
	margin: 0 0 0 10px;
	padding: 10px 12px;
	width: 200px;
}
#news marquee {
	display: block;
	height: 220px;
	margin: 0;
	overflow: auto;
}
#news h1 {
	background: #c82b32;
	border-bottom: #c82b32 1px solid;
	color: #e9e0ce;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	height: auto;
	letter-spacing: 1px;
	margin: 40px 0 0 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: 0;
}
#news p {
	font-size: 11px;
	margin-bottom: 0;
	text-align: justify;
}
#news a:link, #news a:visited, #news a:active {
	color: #e9e0ce;
	text-decoration: none;
	border-bottom: #c82b32 1px dashed;
}
#news a:hover, #news a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: #c82b32 1px solid;
}

/* MENU DU BAS */
#menu_bas {
	background-color: #e9e0ce;
	border-left: 10px #1c130b solid;
	border-right: 10px #1c130b solid;
	color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	margin: 0 auto 0 auto;
	width: 730px;
}
#menu_bas ul {
	border-top: #464e42 1px solid;
	height: 14px;
	margin: 0 10px;
}
#menu_bas li {
	/*border-right: #464e42 1px solid;*/
	display: inline;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	height: 18px;
	letter-spacing: 1px;
	list-style: none;
	padding: 0 8px 0 8px;
	text-align: center;
}
#menu_bas a:link, #menu_bas a:visited, #menu_bas a:active {
	background-color: transparent;
	color: #464e42;
	margin: 0;
	padding: 0 8px 0 8px;
	text-decoration: none;
}
#menu_bas a:hover, #menu_bas a:focus {
	background-color: #464e42;
	color: #fff;
	margin: 0;
	padding: 0 8px 0 8px;
	text-decoration: none;
}


/* PIED DE PAGE */
#pied {
	background-color: #f1ece3;
	border-left: 10px #1c130b solid;
	border-right: 10px #1c130b solid;
	font-size: 11px;
	height: 26px;
	margin: 0 auto 0 auto;
	width: 730px;
}
#pied h1 {
	color: #544537;
	font-size: 10px;
	font-style : italic;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	top: 8px;
	margin: 0;
	padding: 0 10px 10px 0;
	text-align: right;
}

/* SIGNATURE */
#signature { 
	background-color: #1c130b;
	border-left: 10px #1c130b solid;
	border-right: 10px #1c130b solid;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #3B2F25;
	margin: 0 auto 10px auto;
	width: 730px;
} 
#signature p { 
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
}
#signature a:link, #signature a:visited, #signature a:active { 
	background-color: transparent;
	color: #3B2F25;
	text-decoration: none;
	border: none;
}
#signature a:hover, #signature a:focus { 
	background-color: transparent;
	color: #a69789;
	text-decoration: none;
	border: none;
}


/* AFFICHAGE GENERAL */
address {
	font-size: 14px;
	font-style : italic;
	letter-spacing : 1px;
	text-align: left;
}
