body, td {
  background: #fbfbfd url(../images/normal/fond.jpg) repeat-x ;
}

a:link, a:visited {
  text-decoration: none;
  color:#3c7bab;
}

a:hover {
  text-decoration: none;
  color:#f90;
}



/* -----------------------------------------------------------------------
								HEADER
   ----------------------------------------------------------------------- */

#connexion {
  background: #d4d4d4;
  width:  auto;
  height: 23px;
  border-left:1px solid #82b4d0;
  border-right:1px solid #82b4d0;
  
}

#connexion-droite {
  float: right;
  background: url(../images/normal/connexion-droite.jpg) repeat-y right;
  width: 400px;
  height: 23px;
}


#entreprises {
  width:auto;
  height:92px;
  background: url(../images/fond_top.jpg) no-repeat right; 
  border-left:1px solid #82b4d0;
  border-right:1px solid #82b4d0;
}

#nom-entreprise {
  float:left;
  width:372px;
  height:77px;
  padding-top:15px;
  padding-left:18px;
}

#navigation {
  background: url(../images/normal/fond_navigation.gif) repeat-x ;
  color:white;
}

div#header li :hover {
  color:#f1d7b8;
}

/* -----------------------------------------------------------------------
								CONTENT_MAIN
   ----------------------------------------------------------------------- */
   
#content_main {
  
  width: 763px;
  padding: 10px;
  margin: 0;
  border: solid 1px #82b4d0;
  background: url(../images/bord.jpg) repeat-y right;
  background-color:#f8f8f8;
}

#content_bar {
  border: solid 1px #82b4d0;
}

div#content_main h2 {
  font-size:14px;
  color:#004c93;
  background: url(../images/fond_h2.jpg) repeat-x;
  padding: 5px 5px 5px 10px;
}

div#content_main .warning {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: green;
}

div#content_main .error {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
}

div#content_main .ok {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  color: green;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form_error
{
  padding-left: 85px;
  color: #d8732f;
}


div#content_main ul.panellist li {
  padding:15px;
  list-style:none;
  list-style-image:url(../images/normal/puce_fleche.gif);
}

fieldset h2
{
  padding: 3px;
  color: #333;
  background-color: #f2dec4;
  font-size: 11px;
}

input, textarea, select
{
  padding: 3px;
  font-family: tahoma,arial, sans-serif;
  font-size: 11px;
  border: 1px solid #777;
  vertical-align:middle;
  color:#E26A00;
  background-color:#e6ecf2;
}

ul.sf_admin_actions input
{
  padding: 3px 3px 3px 20px;
  color:black;
  font-size: 11px;
  font-family: Arial, sans-serif;
  border: 0px;
  
  border: 1px dashed #82b4d0;
  background-color: #e0e0e0;
  cursor: pointer;
}


.sf_admin_list th
{
  padding: 2px;
  background-color: #f2dec4;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  text-align: left;
}

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



.colored {
  color:#E27500
}

hr.separated {
border-bottom: 1px dashed #aaa;
}

div#content_main h1 {
  font-size:16px;
  
  font-family:tahoma, Arial, serif;
  text-transform:uppercase ;
  padding: 10px 15px 20px 0px;
  color: #f28e13;
  font-weight:bold;
}

.catTitre {
padding-left:5px;
font-weight:bold;
color:#777777;
background:#e9eef2;
border-bottom: 1px solid #a0d0f2;

}

div#content_main h3 {
  margin-top:15px;
  margin-bottom:5px;
  font-size:12px;
  padding-left:5px;
  font-weight:bold;
	color:#777777;
	background:#e9eef2;
	border-bottom: 1px solid #a0d0f2;
}

#footer {
  height:80px;
  padding-top:20px;
  background:url(../images/normal/footer3.gif) no-repeat top left;
  text-align: right;
}