body
{
	margin: 10px 0;
	padding: 0;
	text-align: center;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif;
	background: #6699cc;
	/*background-image: url(../images/bg.png);*/
	background: url(../images/home-bg.png) repeat 0 0 #ccc;
	/*background: url(../images/background.jpg) no-repeat center fixed #A2A2A2;*/
}

div#conteneur
{
	width: 980px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #6699cc;
	background: #fff;
}

#conteneur img
{
	margin-top: 5px;
	border-style: none;
}

h1#header
{
	height: 158px;
	background: url(../images/photo.jpg) no-repeat left top #00589F;
	margin: 0 auto;
  width: 980px;
}

h1#header a
{
	width: 400px;
	display: block;
	position: relative;
	left: 145px;
}

h1#header a span
{
	display: none;
}

ul#menu
{
	height: 35px;
	margin: 0;
	padding: 0;
	background: url(../images/bg_menu.jpg) repeat-x 0 -25px;
	border-top-style: solid;
	border-color: #003366;
	list-style-type: none;
}

ul#menu li
{
	float: left;
	text-align: center;
}

ul#menu li a
{
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-decoration: none;
	border-right: 2px solid #6699cc;
	padding: 0 21px 0 21px;
	font-family: Lucida Grande MS,helvetica,sans-serif;
}

ul#menu li:last-child a
{
	border-right: none;
}

ul#menu li a:hover
{
	background-color: #ffffff;
	color: #6699cc;
}

div#contenu
{
	padding: 0 25px 0 100px;
	background: url(../images/bg_page.jpg) no-repeat 15px 15px;
}

div#contenu h2
{
	padding-left: 25px;
	line-height: 25px;
	font-size: 1.4em;
	background: url(../images/goutte.ico) no-repeat left bottom;
	color: #003366;
	border-bottom: 1px solid #003366;
}

div#contenu h3
{
	margin-left: 15px;
	padding-left: 5px;
	border-bottom: 1px solid #003366;
	border-left: 3px solid #003366;
	color: #003366;
}

div#contenu p
{
	text-align: justify;
	line-height: 1.7em;
}

div#contenu a
{
	color: #003366;
}

div#contenu a:hover
{
	color: #003366;
}

#footer
{
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: #003366;
	height: 30px;
}

#footer img.img_validation {
  margin-bottom: 5px;
}

#footer a {
	float: left;
	text-decoration: none;
}

#footer a.copyright {
	float: right;
	text-decoration: none;
	color: #6699CC;
}

label
{
	text-decoration: underline;
}

pre
{
	overflow: auto;
	background: #003366;
	border: 2px solid #000000;
	padding: 5px 0 0 5px;
	font-size: 1.2em;
}

.label_gauche
{
	width: 130px;
	display: block;
	float: left;
	padding-right: 1%;
	text-align: right;
	text-decoration: none;
}

.label_gauche2
{
	width: 75px;
	display: block;
	float: left;
	padding-right: 1%;
	text-align: right;
	text-decoration: none;
}

.label_droite
{
	margin-left: 1%;
	text-decoration: none;
}

.span_droite
{
	margin-left: 140px;
	margin-bottom: 10px;
	display: block;
}

legend
{
	background-color: #6699CC;
	color: #FFFFFF;
	border: 1px solid #003366;
	font-weight: bold;
}

#info_javascript
{
	position: absolute;
	z-index: 100;
	/*filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	background-color: #6699CC;
	font-weight: bold;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2000px;
	font-size: 24px;
	text-align: center;
	padding-top: 400px;
	color: #FFFFFF;
}

* html pre
{
	width: 636px;
}

pre span
{
	color: #003366;
}

pre span.comment
{
	color: #003366;
}

fieldset
{
   /*width: 300px;*/
   padding-left: 50px;
}

input, textarea
{
   background-color: #cccccc;
   border: 1px solid black;
   margin-left: 10px;
}

input:hover
{
   background-color: #6699cc;
   border-style: solid;
   border-color: #000000;
}

input:focus
{
   background-color: #ffffff;
   border-style: solid;
   border-color: #6699cc;
}

textarea:hover
{
   background-color: #6699cc;
   border-style: solid;
   border-color: #000000;
}

textarea:focus
{
   background-color: #ffffff;
   border-style: solid;
   border-color: #6699cc;
}

.submit {
	padding-left: 150px;
}

label.en_tete {
	font-weight: bold;
	display: block;
  float: left;
}

a.lien_top {
	display: block;
	padding: 20px 0;
}

span.bold {
	font-weight: bold;
}
