body {
	margin:0;
	margin-top:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#000;
	background-color:#fff;
	background-image:url(img/bg.png);
}
.page {
	width: 85%;
	margin:0 auto;
	padding:5px;
}
.container {
	width: 100%;
	float:left;
}
a:link, a:visited, a:active {
	color:#333;
	text-decoration: underline;
	letter-spacing: 0px;
	font-weight:bold;
}
a:hover {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	background-color:#000;
}
.header {
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:bold;
	margin-right:5px;
	background-color:#fff;
}
.header a:link, .header a:visited, .header a:active {
	color:#666;
}
.header a:hover {
	color:#fff;
}
.nav {
	width:20%;
	margin-right:0.8%;
	height:100%;
	float:left;
	text-align: left;
	font-size:85%;
	color:#000;
	text-align:center;
}
.boite1 {
	border-left:solid #FF6600 4px;;
	background-color:#fff;
	padding:5px;
	margin-bottom:10px;
}
.boite1 a:hover {
	background-color:#666;
	color:#fc6;
}
.boite2 {
	border-left:solid #009900 4px;;
	background-color:#fff;
	padding:5px;
	margin-bottom:10px;
}
.boite2 a:hover {
	background-color:#666;
	color:#3f9;
}
.boite3 {
	border-left:solid #0066CC 4px;;
	background-color:#fff;
	padding:5px;
}
.boite3 a:hover {
	background-color:#666;
	color:#0ef;
}
.boite4 {
	border-left:solid #000 4px;
	font-size:70%;
	text-align:left;
	padding:2px;
	height:45px;
	background-color:#fff;
}
.main {
	width:78.8%;
	float:left;
	text-align: center;
	font-size:85%;
	color:#000;
	height:100%;
}
.formules {
	text-align:center;
	border: 3px solid #000;
	padding:5px;
	background-color:#fff;
	margin:0px;
	margin-bottom:10px;
	height:100%;
}
.formules a:link, .formules a:visited, .formules a:active {
	color:#FF6600;
}
.formules a:hover {
	color:#999;
}

.txt p {
	margin:0px;
	margin-bottom:10px;
}
h1 {
	font-size: 115%;
	font-weight:bold;
	color:#000;
	width:80%;
	letter-spacing: 1px;
	background-color:#fc6;
	border-left:solid 4px #FF6600;
	border-right:solid 4px #FF6600;
	text-align:center;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:15px;
	padding:2px;
}
h2 {
	margin:0 auto;
	margin-bottom:10px;
	margin-top:15px;
	color:#000;
	text-align:center;
	font-weight:bold;
	letter-spacing:2px;
	font-size:110%;
	width:50%;
	background-color:#3f9;
	border-left: 4px solid #009900;
	border-right: 4px solid #009900;
	padding:2px;
}
h3 {
	margin:0 auto;
	font-size:100%;
	font-weight:bold;
	color:#000;
	font-variant:small-caps;
	text-align:center;
	background-color:#0ef;
	width:25%;
	border-right: 4px solid #0066CC;
	border-left: 4px solid #0066CC;
	padding:2px;
}
p {
	margin: 0px;
}
.footer {
	border: solid 3px #000;
	background-color:#fff;
	text-align:center;
	padding:2px;
}




a.info {
   position: relative;
   font-weight:normal;
   text-decoration: none;
   border-bottom: 1px #000 dashed;
   color:#000;
   background: none;
}
a.info span {
   display: none;
}
a.info:hover {
   background: none;
   z-index: 500;
   cursor: help;
   position:relative;
}
a.info:hover span {
   display: inline;
   position: absolute;
   top: 18px;
   left: 0px;
   background: #ddd;
   color: #000;
   font-size:80%;
   font-weight: normal;
   padding: 5px;
   width:200px;
   border: 1px solid #000;
   border-left: 4px solid #000;
   text-align:left;
}




ul {
	margin-bottom:10px;
	margin-top:20px;
	text-align:left;
}
li {
	list-style:none;
	margin-bottom:12px;
	border: 1px #000000 dotted;
	padding:3px;
	list-style-image:url(http://kategriss.free.fr/spd/forum/goodies/mini_lien.gif);
	text-align:left;
}
li:hover
{
	background-color:#000033;
	border-color:#000;
	color:#fff;
}
fieldset {
	width:97%;
	border:double 3px #FF9933;
	padding:5px;
}
.formule {
	border: 2px solid #33CCFF;
	width:98%;
}
.coord input {
	width:75%;
}
input {
	background-color:#ccc;
	border:solid 1px #000;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
input:hover {
	background-color:#FF9900;
}
textarea {
	border:solid 1px #000;
	width:75%;
	background-color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
textarea:hover {
	background-color:#f90;
}
select {
	background-color:#ccc;
}
option {
	background-color:#ccc;
	border:1px solid #000;
}
.label {
	letter-spacing:-1px;
	margin:0 auto;
	margin-top:5px;
	margin-bottom:0px;
	width:50%;
	border:1px dotted #000;
	padding-bottom:3px;
	padding-top:1px;
}
label {
	width: 100px;
	float:left;
}
.error {
	text-align:left;
}
.error p {
	font-weight:bold;
}
strong {
	color:#0066CC;
}
em {
	color:#FF9900;
	font-weight:bold;
}
.header a:link, .header a:visited, .header a:active {
	text-decoration:none;
}
.trio1:hover {
	background-color:#fc6;
}
.trio2:hover {
	background-color:#3f9;
}
.trio3:hover {
	background-color:#0ef;
}