/* CSS Document */

/*reprsie du style général */

BODY {
	/*background-repeat: no-repeat;*/
	background-color: #CCCCCC;
	background-position: center;	/*text-align: ;
	/*margin: 0;*/
	/*font-family: ;
	display: ;
	left: ;*/
}

#container {
	width: 800px;
	background-repeat: no-repeat;
	/*border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #DDEEAA;*/
	/*clip: rect(auto,auto,auto,auto);*/
	/*top: 0px;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #24585E;
}

#content {
	background-position: center top;
	background-repeat: no-repeat;
	text-align: center;
	float: left ;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	/*border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
	background-color: #24585E;
	/*text-indent: 1px;*/
	width: 770px;
	clear: left;
	margin-left: 15px;
	margin-right: 15px;
}

/* style formulaire */

p.titre {
	color:#FFFFFF;
	padding:.2em .3em;
	font-size:1.2em;
	border:2px outset #24585E;
	position:relative;
	margin-bottom:-1em;
	width:10em;
	margin-left:1em;
	margin-top:1em;
	background-color: #232C2D;
}

fieldset {
  border:none;
  margin-bottom:1em;
  width:34em;
  padding-top:1.5em;
}

select {
  margin-left:9em;
  margin-bottom:0;
}

/* fieldset coordonnees */
fieldset#coordonnees {
	background-color: #CCCCCC;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #666666;
	color: #000000;
}

#coordonnees label {
	position:absolute;
	font-size:100%;
	padding-top:0.2em;
	padding-left: 0.3em;
	text-indent: 10px;
	font-family: "Times New Roman", Times, serif;
 /* left:350px;*/
}

#coordonnees input {
	margin-left:10em;
	line-height:1.4em;
	margin-bottom:0.3em;
}

/* fieldset message */
fieldset#message {
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}

#civilite {
	font-size:90%;
	color: #000000;
	text-indent: -20px;
}

#civilite input {
  margin-left:7em;
}

#civilite input + input {
  margin-left:1em;
}

/* cases a cocher des centres d'interet */
#interets {
  font-size:90%;
}
#interets input {
  margin-left:9em;
}
#interets input +input {
  margin-left:1em;
}
#interets br+input {
  margin-left:9em;
}

/* zone de texte du message */
textarea {
  font:.8em "Trebuchet MS", Verdana, sans-serif;
  width:35em;
  padding:.2em;
  margin-bottom:1.4em;
  margin-left:2em;
}

/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #232C2D;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-style: normal;
}

p#buttons {
  text-align:center;
}
