ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0;}
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

th
{
  background-color: #ccf;
/*  border:1px solid black;*/
}

form
{
  margin-right: 300px;
}

.marginright
{
  margin-right: 50%;
}

/*
table {
border-width:1px; 
border-style:solid; 
border-color:black;
border:1px solid black;
border-collapse:collapse;
width:50%;
}
*/
.grise {
border-width:1px; 
border-style:solid; 
border-color:black; 
background-color:silver;
}

.rouge {
border-width:1px; 
border-style:solid; 
border-color:black; 
background-color:red;
}

.vertciel {
border-width:1px; 
border-style:solid; 
border-color:black; 
background-color:#94FFC3;
}

.cafe {
border-width:1px; 
border-style:solid; 
border-color:black; 
background-color:#FFE108;
}

.rose {
border-width:1px; 
border-style:solid; 
border-color:black; 
background-color:#FFACF5;
}


.bleuciel {
border-width:1px; 
border-style:solid; 
border-color:black; 
background-color:#01F0FF;
}

.blue {
border-width:1px; 
border-style:solid; 
border-color:blue;
}

.none {
border-style:none;
}  


a:hover
{
  text-decoration: underline;
}

/*label
{
  color: #009999;
  font-weight: bold; 
}*/

body, td
{
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11.5px;
  background-color: #fff;
}

body
{
  padding: 20px;
}


<!-- Nouvelle version CSS -->

a:link,a:visited
{
  text-decoration: none;
}

p
{
  margin-bottom: 5px;
}

#sf_admin_bar
{
  margin-top: 8px;
  position: absolute;
  right: 20px;
  width: 250px;
}

#sf_admin_content
{
  margin-right: 270px;
}

h1
{
  margin: 8px 0;
  padding: 3px;
  padding-left: 0px;
  color: #555;
  font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
  font-size: 25px;
}

h2
{
  padding: 3px;
  color: #333;
  background-color: #ccf;
  font-size: 11px;
  margin-right:0;
}

input,textarea,select
{
  padding: 3px;
  font-family: Arial, sans-serif;
  font-size: 11.5px;
  border: 1px solid #ddd;
  vertical-align:middle;
}


label
{
  display: block;
  padding: 0 1em 3px 0;
  float: left;
  text-align: left;
  width: 15em;
  color: #666;
  font-weight: normal !important;
}



label.required
{
  color: #333 !important;
  font-weight: bold !important;
}

.sf_admin_filters input[type="checkbox"] + label
{
  display: inline;
  float: none;
}

.save-ok
{
  margin-bottom: 10px;
  border: 1px solid #73B65A;
}

.save-ok h2
{
  margin: 0 !important;
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #73B65A url(../images/ok.png) no-repeat 5px 2px;
}

.form-row
{
  clear: both;
  padding: 10px;
 /* border-bottom: 1px solid #ddd;*/
}

.form-row .content
{
  padding-left: 9em;
}

.form-errors
{
  margin-bottom: 10px;
  border: 1px solid #f33;
  background-color: #ffc;
}

.form-errors h2
{
  padding: 5px 20px 5px 25px;
  font-size: 11px;
  color: #fff;
  background: #f33 url(../images/error.png) no-repeat 5px 2px;
}

.form-errors dl
{
  padding: 5px;
}

.form-errors dt
{
  font-weight: bold;
  float: left;
  padding-right: 5px;
}

.form-errors dd
{
  margin: 0;
}

.form-error
{
  color: #f33;
}

.form-error input,.form-error select,.form-error textarea
{
  border: 1px solid #f33;
}

fieldset
{
  margin-bottom: 3px;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

fieldset.collapsed * { display:none; }
fieldset.collapsed h2,fieldset.collapsed { display:block !important; }
fieldset.collapsed .collapse-toggle { display: inline !important; }
fieldset.collapse h2 a.collapse-toggle { color:#ffc; }
fieldset.collapse h2 a.collapse-toggle:hover { text-decoration:underline; }

.float-left
{
  float: left;
}

.float-right
{
  float: right;
}

ul.sf_admin_td_actions
{
  list-style-type: none;
}

ul.sf_admin_td_actions li
{
  list-style-type: none;
  display: inline;
}

ul.sf_admin_actions
{
  margin: 10px 0;
  list-style-type: none;
  text-align: right;
}

ul.sf_admin_actions a
{
  color: #333;
}

ul.sf_admin_actions li
{
  list-style-type: none;
  display: inline;
}

ul.sf_admin_actions input
{
  padding: 3px 3px 3px 20px;
  color: #333;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  border-right: 4px solid #999;
  background-color: #ffc;
  cursor: hand;
  cursor: pointer;
}

.sf_admin_action_create
{
  background: url(../images/add.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_save
{
  background: url(../images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_save_and_add
{
  background: url(../images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_save_and_list
{
  background: url(../images/save.png) no-repeat 3px 2px;
  border-right: 4px solid #73B65A !important;
}

.sf_admin_action_delete
{
  background: url(../images/delete.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.sf_admin_action_cancel
{
  background: url(../images/cancel.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.sf_admin_action_filter
{
  background: url(../images/filter.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.sf_admin_action_reset_filter
{
  background: url(../images/reset.png) no-repeat 3px 2px;
  border-right: 4px solid #E75C58 !important;
}

.sf_admin_action_list
{
  background: url(../images/list.png) no-repeat 3px 2px;
  border-right: 4px solid #66f !important;
}

.sf_admin_default_action
{
  background-color: #fc6 !important;
  font-weight: bold !important;
}

.sf_admin_list
{
  width: 750;
  border: 1px solid #ddd;
  border-bottom: 0px;
  border-right: 0px;
}


.sf_admin_list th
{
  padding: 2px;
  background-color: #ccf;
  text-align: left;
}

.sf_admin_list th a
{
  color: #333;
}

.sf_admin_list td
{
  padding: 3px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.sf_admin_filters li
{
  list-style-type: none;
}

.sf_admin_row_1 td
{
  background-color: #eef;
}

.sf_admin_edit_help
{
  color: #aaa;
}

.mceEditor td
{
  padding: 0px;
}

select.sf_admin_multiple,select.sf_admin_multiple-selected
{
  width: 12em;
}

#sf_admin_container ul.sf_admin_checklist li
{
  list-style: none;
  line-height: 1.5em;
}

#sf_admin_container ul.sf_admin_checklist li label
{
  display: inline;
  float: none;
}




div#titreBloc{
	width:1068px;
	height:18px;
	font-size: 13px;
	background-color:#9999FF;
	font-weight: bold !important;
	}
div#contenuBloc{
	width:1050px;
	border: 1px solid ;
  	padding: 10px;
	}
div#titrepartieBloc{
  	font-weight: bold;
	}
div#carrepartieBloc{
	border: 1px solid ;
}