html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #DEDEDE;
	text-align: center;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	font-size: 13px;
}
h1, h2, h3 {
	margin-top: 0;
}
h1 {
padding: 0;
margin:0;
font-size: 1.5em;
color: #769712;
}
h3 {
width:400px;
background:#b4bcc7;
padding-left:10px;
margin:15px 0 10px 10px;
font-weight: bold;
color: #000000;
}
hr {
	display: none;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
p {

}
img{
border:0;
vertical-align:middle;
}
p img{
float:left;
margin:5px;
}

/*  Formulaire  */

form {
margin:0;
padding:0;
}
label {
font-family:"trebuchet ms",sans-serif;
font-weight:bold;
margin-right:10px;
}
input {
border:1px solid black;
font-family:"trebuchet ms",sans-serif;
}
select, option {
}
textarea {
border:1px solid black;
font-family:"trebuchet ms",sans-serif;
}
iframe{
margin:0;
}

.invisible{
display:hidden;
}

/* Page */

#page {
	text-align: left;
	width: 1000px;
	height: 100%;
	margin: 10px auto 0 auto;
	position: relative;
	background: #6d88b7;	
	padding: 0;
border-style:solid;
border-width:1px;
border-color:#57738c;
}

/* Entete */

#header {	
	border: none;
	background:#9C9C9C;
}
#header a img {
display:block;
width:1000px;
}
h1#top {
display:none;
}

/* Niveau 1  Groupe 1 */

.niveau1 .groupe1 {
	position: relative;
	height: 30px; 
margin-left:10px;

}
.niveau1 .groupe1 h2 {
}
.niveau1 .groupe1 ul, .niveau1 .groupe1 li {
	padding: 0;
       margin:0;
	list-style-type: none;
}
.niveau1 .groupe1 ul {
position: absolute;
width:950px;
}
.niveau1 .groupe1 li {
float: left;
height: 40px;
width: 170px;
}
.niveau1 .groupe1 li a { 
display: block;
background-image: url(css1/bouton.gif);
color: #757575;
font: 14px Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
font-weight:bold;
text-decoration: none;
text-align: center;
line-height:40px;
}
.niveau1 .groupe1 li a:hover {
color: #000;
background-image: url(css1/bouton.gif);
}
.niveau1 .groupe1 li a.selectionne{
color: #000;
background-image: url(css1/bouton.gif);
}

/* Main */

#main {
background: #6d88b7;
}

/* Contenu */

#content{
margin:15px;
padding-left:10px;
border-style:solid;
border-width:1px;
border-color:#3b474e;
min-height:500px;
height:auto !important;
height:500px;
text-align:left;
background: #fff;

}

/* Pied de page */

#footer {
width:1000px;
margin:0 auto;
height:24px;
line-height:24px;
text-align:center;
}

#footer a{
font-weight:bold;
color:#000;
}


/* Module */

#resultat{
margin-left:5px;
text-align:left;
}

.libelle{
display:inline;
text-align:left;
margin-left:10px;
margin-right:10px;
}

#partie_webmaster{
width:100%;
margin-bottom:8px;
text-align:center;
background:#dedede;
border-style: none none solid none;
border-width: 1px;
border-color: #444;
}

#partie_webmaster form{
text-align:left;
margin-top:15px;
margin-bottom:15px;
}

#partie_webmaster #bouton{
margin-left:10px;
}

#partie_webmaster .titre{
display:block;
width:100%;
text-align:center;
font-size:130%;
font-weight:bold;
background:#ff8803;
}

#partie_webmaster .description{
margin:10px 0 10px 5px;
text-align:left;
font-weight:bold;
}

#partie_webmaster .amodifier{
display:inline;
font-weight:bold;
font-style:italic;
color:#F00;
}

#code{
width:94%;
height:89px;
margin-left:2%;
margin-right:2%;
font-size:85%;
}

#partie_gauche{
float:left;
width:49%;
text-align:center;
}
#partie_droite{
float:left;
width:49%;
text-align:center;
}

.visualisation{
width:100%;
background:#FFF;
border-style:dashed none dashed none;
border-width:1px;
border-color:#000;
}


.fluxRSS{
 margin-left:40px;
 margin-top:4px;
 text-align:left;
 color: black;
 display : list-item;
 list-style-image : url(../im/rss.png);
 list-style-position: outside;
} 

.fluxRSS a{
margin-left:5px;
font-weight:bold;
}

.encart{
float:left;
text-align:left;
width:350px;
margin:5px;
}

.liste{
text-align:left;
}

#outil{
float-right;
text-align:right;
font-size:80%;
margin-right:4px;
}

#outil input{
margin:3px;
}

.paragraphe{
margin:0 30px;
}