/* ------------------------------------ *
 hel.CSS
 mardi 25 juin 2008
  * ------------------------------------ */
body {
 background-color: #500404;
}
a:link {
  color: #4040FF;
  font-weight:normal;
	text-decoration: none;
}
a:visited {
	color: #4040FF;
	font-weight:normal;
	text-decoration: none;
}
a:hover {
	color: #000080;
	font-weight:normal;
	text-decoration: underline;
}
h1 {
	margin-left: 10px;
	width: 500px;
	height: 22px;
  font-family: verdana, sans-serif;
  font-size:14pt;
  font-style: normal;
  font-weight: bold;
  color: #9F0100;
  background-image: url('images/fond_h1.gif');
}
h2 {
	margin-left: 20px;
	width: 500px;
	height: 20px;
  font-family: verdana, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight:bold;
  color:#9F0100;
  background-image: url('images/fond_h2.gif');
}
p {
  font-family:verdana, sans-serif;
  font-size:10pt;
  font-style:normal;
  font-weight:normal;
  color:#500404;
  background-color:transparent;
  margin-left:0px;
  margin-right:0px;
}
.tab_header {
   width: 950px;
   height: 100%;
   background-image: url('images/header.jpg');
   background-repeat: no-repeat;
}
.tab_body {
   width: 950px;
   height: 100%;
   background-image: url('images/body.jpg');
   background-repeat: no-repeat;
}
.tab_footer {
   width: 950px;
   height: 100%;
   background-image: url('images/footer.jpg');
   background-repeat: no-repeat;
}
.tab_text {
   padding: 0px;
   font-family: verdana, trebuchet, sans-serif;
   font-size: 10pt;
   font-style: normal;
   color: #500404;
   text-align: justify;
}
#men {
   font-family:verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: #FFFFFF;  
   text-decoration: none;
   font-weight: normal;   
}
a.menu:link {
    color: #FFFFFF;
}
a.menu:visited {
    color: #FFFFFF;
}
a.menu:hover {
    color: #FFD0F0;
    font-weight: normal;
    text-decoration: underline;
}
a.menu:active {
    color: #FFD0F0;
    font-weight: normal;
    text-decoration: underline;
}
#td_marg {
  margin-top: 0px;
  margin-left: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
}
.img_st {
  border-width: 2px;
  border-style: ridge;
  border-color: #500404;
}
.envoi {
   width: 60px;
   height: 20px;
   margin: 0;
   padding: 0;
   border: 0;
   background: transparent url(images/envoi.gif) no-repeat;
   cursor: pointer;
}
.box_input {
  border-style: solid ;
  border-color: #380707 ;
  border-width: 1px ;
  font-family:  verdana, trebuchet, sans-serif;
  font-size:10px;
  color:#000000;
  font-style: normal;
  font-weight:normal;     
  background-image:url(images/fond_box.jpg);
}
#mention {
	 margin-top: 5px;
	 margin-right: 50px;
	 margin-bottom: 0px;
	 margin-left: 50px;
   font-family: verdana, trebuchet, sans-serif;
   font-size: 7pt;
   font-style: normal;
   color: #888888;
}

