body {
	font-size: 12px;
	font-family: Arial;
	/*color: #000099;*/
	text-align : left;
	/*margin:0px;*/
}

#main {
	width:90%;
	min-height: 600px;
	/*height: 100%;*/
	margin-left:auto;
	margin-right:auto;
	/*margin-top:0px;*/
	border: 0px solid yellow;
	/*background: url(fond.jpg) repeat-y;*/
}

#logo {
	margin: 0.2em 1em 0.2em 50px;
	/*background: url(/octopus.gif) no-repeat;*/
	height: 80px;
	width: 130px;
	float: left;
	border: 0px solid red;
}

#conteneur {
	padding-left:60px;
	width: 85%;
	/*padding:0;*/
	border: 0px solid #ccccff;
	float:left;
	text-align: justify;
}
.spacer {
	clear : both;
}
#bas {
	font-size: 9px;
	border: 0px solid black;
	text-align: center;
}
#banniere {
	/*position: relative;
	top: -70px;
	left: 180px;
	float: left;
	width: 480px; */
	margin-top:12px;
	text-align: center;
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-family: Arial;
	/*color: #000099;*/
}
h2, h3, h4 {
	font-size: 12px;
	margin : 0px 0px 0px 0px;
	padding : 12px 0px 0px 0px;
}
h1, h1:hover, h1:visited {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}
h2, h2:hover, h2:visited  {
	text-decoration: none;
}
h3, h3:hover, h3:visited  {
	text-decoration : underline;
}
h4, h4:hover, h4:visited  {
	text-decoration : underline;
	font-weight : normal;
}

textarea, select {
	cursor: text;
	font: normal 1em Arial;
	background-color: #fff;
	padding: 1.5px 0.2em;
	border: 1px solid #009;
	color: #009;
}

input {
	font: normal 12px Arial;
	padding: 2px 0.2em;
	border: 1px solid #009;
	color: #009;
}

img {
	border: 0px none Blue;
}

table {
	border-width: 0;
	background-color: transparent;
}

td {
	font-size: 12px;
	font-family: Arial;
	/*color: #000099;*/
	text-align: left;
}

a, a:visited {
	text-decoration: none; 
	/*color: #000099;*/
}
a:hover {
	text-decoration: underline;
}

.titre {
  margin-top: 20px;
  font-size: 18pt;
  text-align: center;
}
