body{
	margin:0px;
	width: 478px;
	font-family:arial;
	color:#494949;
	font-size:11px;
}

form
{
	margin:0;
	padding:0;
}

tr {
	height:28px;
}

td, input, textarea, select{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:verdana;
}

input, textarea, select{
	width:350px;
}

thead {
	background-color: #484D52;
	padding: 2px;
	font-size:11px;
	color:#fff;
}
th {
	height:20px;
}

td.label {
	width:145px;
}

td.date input{
	width:85px;
}

a, a:hover{
	color : #FF6400;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}
div.titre{
	margin: 5px 0;
	padding:0;	
}	

div.titre h3, div.titre h5{
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h2{
	background: transparent url("../images/virgule.gif") no-repeat top left;
	color : #4E4E20;
	line-height : 20px;
	font-weight: bold;
	margin : 0 0 20px 0;
	padding : 0 0 0 15px;
}

/* ------------------------------------------------ */
/*          Structure des boutons                     */
/* ------------------------------------------------ */
#buttons, div.buttons {
	padding : 20px 0;	
}

.button {
	display: inline;
}

.button a:link,
.button a:visited{    
	text-decoration: none;
	border: 1px solid;
  	font-size: 11px;
  	cursor: default;
  	font-style: normal;
  	padding: 5px 5px 5px 5px;
  	margin-left: 6px;
  	font-weight: bold;
  	height: 24px;
  	display: inline;
  	color: black;
  	border-color: #D0D0D0 #555555 #555555 #D0D0D0;
  	background-image: url(../images/bg_button_up.gif );
}

.button a:focus,
.button a:hover {
   border-top: 1px solid;
   border-right: 2px solid;
   border-left: 1px solid;
   border-bottom: 2px solid;
   border-color: #D0D0D0 #555555 #555555 #D0D0D0;
   cursor: default;
   margin-left: 5px;
   height: 24px;
}

.button a:active {
    background-image: url(../images/bg_button_down.gif );
    border: 1px solid;
    border-color: #555555 #D0D0D0 #D0D0D0 #555555;
    cursor: default;
    margin-left: 6px;
}

