/* CSS Document */

a {
	color:#FF9966;
	text-decoration: none;
}

a:hover {
	color:#FF3300;
	text-decoration: underline;
}

A
{
  font-family: verdana;
  font-size: 9pt; 
  border:border-width=0; 
}

A.lien
{
  font-family: verdana;
  font-size: 9pt;
  color: #9E3A10;
  font-weight: bolder;
  
}

A.lien_img
{
  font-family: verdana;
  font-size: 9pt;
  border:border-width=4 color:#FF9966;
}

A.lien_petit
{
  font-family: verdana;
  font-size: 8pt;
  color: #FF9966;
  font-weight: bolder;
  
}
A.titre
{
  font-family: verdana;
  font-size: 22pt;
  color: #E77A39;
  font-weight:bolder;
  
}
P {		
font-family: verdana;
font-size: 9pt;
text-align: justify;
margin: 10px 10px 10px 10px;
}

P.centre {		
font-family: verdana;
font-size: 9pt;
text-align: center;
margin: 10px 10px 10px 10px;
}

h1 {
	font-family: verdana;
	font-size: 26pt;
	text-align: justify;
	color: #9E3A10;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 13px;
	width: 100%;
}

h2 {
	font-family: verdana;
	font-size: 26pt;
	text-align: center;
	color: #9E3A10;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 13px;
	width: 100%;
}

h3 {
	font-family: verdana;
	font-size: 12pt;
	text-align: justify;
	color: #9E3A10;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 19px;
}
h4 {
	font-family: verdana;
	font-size: 20pt;
	text-align: left;
	color: #9E3A10;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 13px;
	width: 100%;
}
/* essai d'ombrage h2 */

h6 {
	font-family: verdana;
	font-size: 26pt;
	color: #9E3A10;
	text-align: center;
	border: #A4D8EE;

}

P.ombre {		
font-family: verdana;
font-size: 18pt;
text-align: justify;
color: #9E3A10;
}

P.p_titre {		
font-family: arial;
font-size: 10pt;
text-align: left;
color: #9E3A10;
}


P.bdpage {		
font-family: verdana;
font-size: 8pt;
text-align: center;
color: #003399;
}

P.bdpage_n {		
font-family: verdana;
font-size: 8pt;
text-align: center;
font-style:italic;
color: #000000;
}
			
P.misha {		
font-family: verdana;
font-size: 10pt;
text-align: center;
}

P.signe {		
font-family: verdana;
font-size: 8pt;
text-align: right;
font-style: italic;
}								


/* les styles du formulaire*/
p.titre {
  color:#9E3A10;
  padding:.2em .3em;
  font-size:1.2em;
  text-align:center;
  border:1px outset #9E3A10;
  position:relative;
  margin-bottom:1em;
  width:10em;
  margin-left:1em;
  margin-top:1em;
}

fieldset {
  border:none;
  margin-bottom:1em;
  width:24em;
  padding-top:1.5em;
}

select {
  margin-left:12em;
  margin-bottom:0;
}
/* fieldset coordonnees */
fieldset#coordonnees {
  background:#FFFFFF;
  border:outset #9E3A10;
}

#coordonnees label {
  position:relative;
  font-family:Arial, Helvetica, sans-serif;
  font-size:90%;
  padding-top:.2em;
  left:20px;
}

#coordonnees input {
	margin-left:5em;
  line-height:1.4em;
  margin-bottom:.2em;
}

#civilite {
  font-size:90%;
}
#civilite input {
  margin-left:8em;
}
#civilite input + input {
  margin-left:1em;
}

fieldset#message {
  background:;
  border:outset #9E3A10;
}
/* zone de texte du message */
textarea {
  font:.8em "Trebuchet MS", Verdana, sans-serif;
  width:32em;
}

/* les boutons submit et reset */
input[type="submit"], input[type="reset"] {
  background:#9E3A10;
  font:1.2em "Trebuchet MS", Verdana, sans-serif;
}
p#buttons {
  text-align:center;
}