BODY {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 00px;
	margin-bottom: 0px; 
	font-family: MS Sans Serif, Verdana, Tahoma;
	font-size: 11pt;
}
P {
font-family: MS Sans Serif, Verdana, Tahoma;
font-size: 11pt;
}
TD {
font-family: MS Sans Serif, Verdana, Tahoma;
font-size: 11pt;
}
INPUT {
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px; border: 1px #000000; 
	border-bottom-style: solid; 
	border-left-style: solid; 
	border-right-style: solid; 
	border-top-style: solid
}

SELECT {
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px
}

TEXTAREA {
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px; border: 1px #000000; 
	border-bottom-style: solid; border-left-style: solid; 
	border-right-style: solid; border-top-style: solid
}

OPTION 	{
	BACKGROUND-COLOR: #FFFFFF; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, helvetica, sans-serif;  
	FONT-SIZE: 11px; font-weight: bold}

HR {
	color:#009933;
	height:1px;
	line-height:1px;
}

.h1 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000; 
}

.h2 {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000; 
}

A:hover {
	color: #FFCC00;
	text-decoration: none;
}
A:visited {
	color: #006600;
	text-decoration: none;
}
A:active {
	color: #CC0000;
	text-decoration: none;
}

A.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.text:link {
	color: #006600;
	text-decoration: none;
}
A.text:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFF00
}

.textbold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #006600; 
}

A.textbold:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #006600; 
	text-decoration: underline
}

A.textbold:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #006600; 
	text-decoration: none
}

.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.txtbox:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: underline
}

.txtbox:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.txtboxwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.txtboxalb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

A.txtboxalb:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}

A.txtboxalb:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
A.txtboxalb:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.error {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FF0000; 
}

A.error:link {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #990000; 
	text-decoration: none

}




A.error:hover {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #990000; 
	text-decoration: none
}

.hyperText  {
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background-color: #e3e3e3;
	padding: 5px;
	border: solid 2px #333333;
	width: 300px;
	layer-background-color: #e3e3e3 
	}


.TableWithHeading {
/*	border: 1px solid #FFCC66;*/
	padding: 2pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.TableWithoutHeading {
	border: 1px solid #FFCC66;
	margin: 3px;
}

.Header {
	background-color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	line-height: 16px;
	font-size: 11px;
	padding-right: 5px;
	font-weight: bold;
	letter-spacing: 1px;
}
form div {
  clear: both;
  margin-bottom: 2px;
}
form label {
  display: block;
  float: left;
  width: 80px;
  padding-left: 22px;
  cursor: pointer;
  cursor: hand;
}
form label.required {
  background-image: url(/images/required.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.problem {
  background-image: url(/images/caution.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
form label.completed {
  background-image: url(/images/complete.gif);
  background-repeat: no-repeat;
  background-position: 3px 0px;
}
div#submit {
  margin-left: 7em;
  padding-left: 22px;
  padding-top: 0.3em;
}
input#sujet, textarea {
  width: 350px;
}
input#email, input#tel {
  width: 40%;
}
input,textarea {
  border: 2px solid #ccc;
}
input:focus, textarea:focus {
  border: 2px solid #000;
}
.image {
	margin: 5px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #006600;
	border-bottom-color: #006600;
}
a {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	text-decoration: none;
	font-weight: bold
}
