body * {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; }

/******************************* calques principaux ************************************/
.main
{
  text-align:center;
  margin: auto;
  width:925px;
}

.top
{
  margin-top:10px;
}

.main2
{
  text-align:center;
  margin: 0 auto;
  width:925px;
  border-style:solid;
  border-width:1px;
  border-color:  #8EBED0;
}


.menu
{
  background-color: #F1F1F1;
  float:left;
  width:190px;
  text-align:left;
  height: 640px;
}

.contenu
{

  padding-top:30px;
  margin-left:190px;
  width:730px;
  text-align:left;
  min-height: 610px;
}

* html #content{
height:610px;
}

.content2
{
  margin-left:10px;
  margin-right:10px;
  text-align:left;
}


.headline
{ 
  padding: 10px 10px 10px 10px;
  border-style:solid;
  border-width:1px;
  border-color:#5F91CA;
  background-color:#F1F1F1;
  width:420px;
  text-align:left;
  margin: auto;
}

/******************************* Style pour le menu ************************************/

a:link { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #5F91CA; text-decoration:none; }
a:active { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #5F91C5; text-decoration:underline; }
a:visited { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #5F91C5; text-decoration:none; }
a:hover { font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #5F91C5; text-decoration:underline; }

.titre_menu
{

      margin-top:15px;
      padding-top:7px;
       margin-bottom:10px;
       width:175px;
       height:30px;
       text-align:center;
	background-image: url(/images/menu.jpg);
	background-repeat: no-repeat;
       color:  #000000;
}

.detail_menu
{
       margin-left:15px;
}

.detail_menu2
{
       margin-left:5px;
}

#sf_guard_auth_form
{
       text-align:center;
}



/******************************* Fonts ANP************************************/
.titre
{
	text-align:center;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5F91CA;
}

.titre1
{	
	background-color: #F1F1F1;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5F91CA;
}

.titre2
{	
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texte
{	
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.textegras
{	
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.texteheadline
{	
       margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5F91CA;
}

.required
{	
	color: red;
}

/************************ admin generator **********************************************/

.sf_admin_list caption {
	text-align:center;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #5F91CA;
       margin-bottom:20px;
}

#sf_admin_container
{
  width: 100%;
  margin: 0 auto;
  position:absolute;

}

#sf_admin_content table {
  width: 100%;
  align : center;
}

#sf_admin_content table th {
  background-color: #A5C7EA;
  padding-left:4px;
  padding-right:4px;
  height:40px;
text-align:center;
}


#sf_admin_content table thead th {
  font-size: 12px;
  border-right:  3px solid #FFFFFF;
}

#sf_admin_content table th a {
  font-weight: bold;
}

#sf_admin_content table td {
  padding-left:4px;
  padding-right:4px;
  font-size: 12px;
  border-right:  3px solid #FFFFFF;
}

.sf_admin_row_0 {
  background-color:#f1f1f1;
}

.sf_admin_row_1 {
  background-color:#e3f2f2;
}

#sf_admin_content table img {
  border-style:none;
}

sup {
  font-size: 8px;
}

.sf_admin_list table thead tr {

}


.filter-row {
  float:left;
  margin-right:  6px;
}
/************************ propel **********************************************/

.form_error {
  color:red;
}


 
.sf_apply_row label {
  font-weight:bold;
}

.sf_admin_actions {
  list-style-type : none;
  margin-left:0px;
}

.sf_admin_td_actions li {
  list-style-type : none;
  float: left;
width:100%;
}