* {
	padding: 0;
	margin: 0;
	border: 0;
}
body {
	background-color: #3364b9;
	background-image: url(fond.jpg);
	background-attachment: fixed;
	color: #000;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#centrage {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 613px;
	margin: -304px 0 0 -482px;
	width: 964px;
}
/* AFFICHAGE DES TABLEAUX */
table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* BANNIERE */
#banniere {
	background-position: right;
	background-color: #f9f0d7;
	border-top: 2px #fff solid;
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	height: 80px;
	text-align: left;
	width: 960px;
}
#navhaut {
	border-bottom: 1px #fff solid;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	height: 16px;
	top: 2px;
	right: 2px;
	text-align: right;
	padding: 2px 2px 0 0;
	width: 705px;
}
#navhaut a:link, #navhaut a:visited, #navhaut a:active {
	color: #fff;
	text-decoration: none;
	padding: 0 1px;
}
#navhaut a:hover, #navhaut a:focus {
	background-color: #ad1f45;
	color: #fff;
	text-decoration: none;
	padding: 0 1px;
}
#navhaut a.img:link, #navhaut a.img:visited, #navhaut a.img:hover, #navhaut a.img:focus, #navhaut a.img:active {
	background-color: transparent;
	border: 0;
	padding: 0;
	text-decoration: none;
}

/* MENU DE NAVIGATION */
#image {
	position: relative;
	float: left;
	left: 60px;
	top: 10px;
}

/* CORPS DU SITE */
#contenu {
	border-left: 2px #fff solid;
	border-right: 2px #fff solid;
	height: 509px;
	width: 960px;
}

/* NAVIGATION */
#navigation {
	float: left;
	font-size: 11px;
	font-weight: bold;
	height: 509px;
	text-align: center;
	width: 150px;
}

#navigation ul {
	/*border-bottom: #dde5e7 1px solid;*/
	list-style:none;
	padding: 140px 0 0 0;
}
#navigation li {
	/*border-top: #dde5e7 1px solid;*/
	color: #fff;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	list-style-image: none;
	list-style: none;
	padding: 6px 0;
	text-align: center;
	width: 146px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	border: 0;
	color: #fff;
	display: block;
	padding: 0;
	text-decoration: none;
	width: 146px;
}
#navigation a:hover, #navigation a:focus {
	border: 0;
	background-color: #96acb7;
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0;
	width: 146px;
}
#navigation img {
	border:#dde5e7 1px solid;
}

/* TEXTE */
#texte {
	height: 509px;
	overflow: auto;
	width: auto;
}

/* ZONE DE TEXTE */
#texte h1 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	height: 30px;
	letter-spacing: 3px;
	text-align: left;
	/*text-indent: 80px;*/
	margin: 0 10px 20px 10px;
	padding: 4px 0 0 0;
}
#texte h2 {
	background: url("h2.gif") no-repeat bottom right;
	color: #822c47;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 4px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 10px 0 10px;
	padding: 0 0 2px 0;
	vertical-align: middle;
}
#texte h3 {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 3px;
	text-align: left;
	text-decoration: underline;
	text-transform: uppercase;
	margin: 10px 10px 0 10px;
	padding: 4px 0 6px 0;
}
#texte h3:first-letter {
	color: #ad1f45;
	margin: 10px 0 0 10px;
	padding: 4px 0 6px 0;
}

#texte address {
	color: #668797;
	font-size: 11px;
	font-style: normal;
	letter-spacing : 1px;
	text-align: left;
}

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

#texte p {
	line-height: 1.2em;
	text-align: justify;
	padding: 0 10px 14px 10px;
}
#texte p.titre:first-letter {
	float: left;
	font-style: normal;
	color: #ad1f45;
	line-height: 0.6em;
	font-size: 40px; 
	font-weight: bold;
}
#texte p.erreur {
	font-size: 18px; 
	font-weight: bold;
	padding: 0 10px 0 10px;
	margin:0;
}
#texte p.erreur:first-letter {
	font-style: normal;
	color: #ad1f45;
	font-size: 30px; 
	font-weight: bold;
}

img { 
	vertical-align: middle;
	border: 0;
}

/* classes */
#texte .info {
	font-size: 11px;
	text-align: left;
	padding-left: 40px;
}
#texte .fluo {
	background-color: #fcd160;
	background-image: url("fluo.gif");
}
#texte .tab {
	text-indent: 30px;
}
/* affichage des liens  */
#texte a:link, #texte a:visited, #texte a:active {
	/*border-bottom: #ad1f45 1px solid;*/
	color: #000;
	text-decoration: underline;
}
#texte a:hover, #texte a:focus {
	border-bottom: #47240d 1px solid;
	color: #ad1f45;
	text-decoration: underline;
}

#texte a.def:link, #texte a.def:active {
	color: #ad1f45;
	text-decoration: none;
	border-bottom: none;
	padding: 0;
}
#texte a.def:visited {
	color: #000;
	text-decoration: none;
	border-bottom: none;
	padding: 0;
}
#texte a.def:hover, #texte a.def:focus {
	text-decoration: none;
	border-bottom: #ad1f45 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 {
	background-color: transparent;
	border: 0;
	padding: 0;
	text-decoration: none;
}
#texte .doc_att {
	float: right;
	margin: 0 10px 4px 10px;
}

/* Formulaires */
#texte input {
	border-top: 1px #dde5e7 solid;
	border-left: 1px #dde5e7 solid;
	border-bottom: 1px #96acb7 solid;
	border-right: 1px #96acb7 solid;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	margin-top: 4px;
	text-transform: capitalize;
	width: 350px;
}

#texte input.bu {
	background-color: transparent; 
	color: #409c58;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-transform: none;
	text-align: center;
	width: auto;
}

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

/* PIED DE PAGE */
#pied {
	background: #f9f0d7 url(pied.gif) 0 0 repeat-y;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
	border-left: 2px #fff solid;
	font-size: 11px;
	height: 20px;
	width: 960px;
}
#pied h1 {
	color: #4ea86d;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	font-style : italic;
	font-weight: bold;
	letter-spacing: 3px;
	position: relative;
	top: 6px;
	padding-left: 7px;
	text-align: left;
}

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