﻿* {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px
color:#444A51;
font-style:normal
margin:0px;
padding:0px;
}
a, a:visited {
text-decoration:none;
color:#444A51;
font-style:normal;
}

a:hover {
text-decoration:none;
color:#BDD600;
font-style:normal;
}
body {
	
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px
}
body,td,th {
	font-size: 11px;
	color: #616972;
	font-style:normal;
}
h1 {
margin-left:15px;
color:#BDD600;
font-size:20px;
font-weight:bold;
}
h2 {
color:#616972;
font-style:normal;
font-size:15px;
font-weight:bold;
line-height:18px;
}
h3 {
color:#FF0000;
font-size:16px;
font-weight:bold;
line-height:18px;
}
#haut {
margin-left:-7px;
padding:0;
background: url(images/fond-arrondi2.png) no-repeat top right;
}
#haut div {
height:7px;
width:7px;
background: url(images/fond-arrondi2.png) no-repeat top left;
}
#gauche {
margin:auto;
background: url(images/fond-arrondi2.png) no-repeat bottom left;
max-width:2007px;
}
#droit {
	margin-left:7px;
	background: url(images/fond-arrondi2.png) no-repeat bottom right;
	padding-bottom:20px;
}

Menu_titre {
	color: #FFF;
}


form { 
   
  margin: 0;
  padding: 0;

}

form fieldset {
  border-color: #CCC;
  border-width: 1px;
  border-style: solid;
  padding: 10px;       
  margin: 0;
}

 

form label { 
	display: block;  
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form fieldset label:first-letter { 
	text-decoration:underline; 
}

form input, form textarea {
	width:auto;      
	margin:5px 0 0 10px;                           
}

form input#reset {
	margin-left:0px; 
}

textarea { overflow: auto;
   font-size:100%; 
   border:1px solid  #999999;
   }
input {
 border:1px solid  #999999;
 background-color: #FFFFFF;
  font-size:110%;

 }
 select, option {
  border:1px solid  #999999;
   font-size:110%;
 }
  select {
  border:1px solid  #999999;
   background-color: #FFFFFF;
   font-size:110%;
 }
input[type=radio] {
 
 background-color:transparent;
 border:none;
 }


form small {
	 
	margin: 0 0 5px 160px; 
	padding: 1px 3px;	 
}

form br {
	clear:left; 
}
/* boutton*/
 input[type="submit"]{
     color:#666;
	 background: transparent url('images/bg_button_span2.gif') no-repeat top left;
     width:160px;
     height:24px;
	 border: none;
     font-size: 12px;
}
input[type="button"]{
     color:#666;
	 background: transparent url('images/bg_button_span2.gif') no-repeat top left;
     width:160px;
     height:24px;
	 border: none;
     font-size: 12px;
}
  .ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell_no {
	background-color: #666666 ;
	color: #000;
	font-size: 13px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	 
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */


-->