body {
	margin: 0;
	padding: 0;
	font-family: "Comic Sans MS", cursive;
	background-color: #365D96;
	background-image: url(../fond.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	font-size: small;
	color: #000000;
}
/*--- FOND ---*/
#fond {
width: 100%;
}

#container {
width: 980px;
border: 1px solid #000000;
background: #EBEBEB; 
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
}
/* contenu */
#contenu {
	float: left;
	width: 700px;
	border-right: 2px solid #E0F0B7;
	padding: 10px;
	padding-top: 0px;
	padding-right: 15px;
	font-size: 95%;
	font-weight: bold;
}
/* fin contenu */

/* bandeau haut */
#header {
margin-top: -21px;

height: 30px;
border-bottom: 0px solid #000000;
background: url(/images/fond_entête.jpg);
background-color: #E0F0B7;
}


#bandeauhaut {
	height: 200px;
	padding:0;
	border-bottom: 1px solid #000000;
	color: #000;
}

/* fin bandeau haut */

/* partie principale*/
#partieprincipale {
	
background: #FFFFFF; 
	width: 700px;
	margin: 10px;
	margin-top: 0px;
	font-weight: bold;

}

#partieprincipale a:link {
	color: #3A00F1;
	text-decoration: none;
}

#partieprincipale a:visited {
	color: #3A00F1;
	text-decoration: none;
}


#partieprincipale a:active {
	color: #3A00F1;
	text-decoration: none;
}

#partieprincipale a:hover {
	color: #A7C165;
	text-decoration: none;
}
/* fin partie principale*/

#bas {
margin: 0px;
}

/* Formulaire contact*/
p.titre {		/* encadrement bloc coordonné et message*/
  background:#DED983;
  color:#345071;
  padding:2PX 3PX;
  font-size:15PX;
  border:2px outset #DED983;
  position:relative;
  margin-bottom:-10PX;
  width:100PX;
  margin-left:10PX;
  margin-top:10PX;
}
fieldset {
  border:none;
  margin-bottom:10PX;
  width:350PX;
  padding-top:15PX;
}
select {
  margin-left:9PX;
  margin-bottom:0;
}
/* fieldset coordonnees */
fieldset#coordonnees {
  background:#A7C165;
  border:outset #A4D8EE;
}
#coordonnees label {
	position:left;
  font-size:90%;
  padding-top:5px;
  left:20px;
}
#coordonnees input {
  margin-left:40px;
  line-height:10px;
  margin-bottom:5px;
}
/* fieldset message */
fieldset#message {
  background:#A7C165;
  border:outset #9DF2CE;
}
#civilite {
  font-size:90%;
}
#civilite input {
  margin-left:90PX;
}
#civilite input + input {
  margin-left:10PX;
}
/* zone de texte du message */
textarea {
  font:8PX "Trebuchet MS", Verdana, sans-serif;
  width:290PX;
  padding:2PX;
}
/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
  background:#DED983;
  font:12PX "Trebuchet MS", Verdana, sans-serif;
  color:#345071;
}
p#buttons {
  text-align:center;
}
