/**
 * design/balea-1.0/stylesheets/balea-enligne.css
 *
 * Feuille de style pour la rubrique pesage en ligne
 *
 * @version   1.0
 * @author    ovea <contact@ovea.com>
 * @copyright copyright 2006, ovea
 */

#content h1
{
 font-size: 			120%;
 background-image:		url("/design/balea-fr-1.0/images/layout/fleche_verte_grande.gif");  
 background-repeat: 	no-repeat;
 background-position: 	0% 50%;
 color:             	#016523;
 margin:            	10px 0 0 0;
 padding-left:			20px;
}

#content h2
{
 clear:            both;
 font-size: 			120%;
 background-image:		url("/design/balea-fr-1.0/images/layout/fleche_verte.gif");  
 background-repeat: 	no-repeat;
 background-position: 	0% 50%;
 color:             	#000000;
 margin:            	20px 0 10px 0;
 padding-left:			20px;
}

#content h3, h4, h5, h6
{
  color:				#2E9CCC;
}

#content ul
{
  margin:			0 0 1em 0;
  padding:			0;
  float:			left;
  list-style-type:	none; 
}

#content ul  li
{
  background:			url("/design/balea-fr-1.0/images/layout/carre_gris.gif") no-repeat;
  background-position: 0% 85%;	  
  list-style-type:	none;
  margin:           0;
  padding:			0.5em 0 0 1.5em;
}


/***********************************************/
/***********************************************/

 /*  gestion des tableaux  */

/* en fonction du nb de colonne du tab on applique un % 
pour chaque cellule en largeur */

table.renderedtable 
{
  width:			100%;
  margin:			0;
  padding:			0;
  border:     2px solid #d2d2d2;
  text-align:		center;
  border-collapse:	collapse;
}

table.renderedtable td.entete
{
  background:		#d2d2d2;
  /*border-width:		1px;*/
  border-bottom:    1px solid #f2f2f2;
  border-right:    1px solid #f2f2f2;
  border-left:    1px solid #f2f2f2;
  border-top:    1px solid #f2f2f2;
}



#content p
{
  margin:			10px 0 10px 0;
  padding:			0;
  clear:            both;
}

/* gestion des images */

/* Classe pour les objects reliés dans les champs XML */
/* Aligné à droite */
.object-right 
{ 
  margin: 	  		0 5px 0px 5px;
  padding: 			0;
  float: 			right;
  
}

.object-right img
{ 
  
  border-style:		solid ridge;
  border-width:		1px;
  border-color:		#5a6160;
}

.object-center 
{
  margin-left: 		0;
  padding:   		0;
}

.object-left 
{
  margin: 	  		0 0 0 0;
  padding: 			0;
  float: 			left;
  
}

.object-left img
{
  border-style:		solid ridge;
  border-width:		1px;
  border-color:		#5a6160;
  margin: 	  		0 0 10px 0;
}

/* Mise en couleur de la rubrique sur laquelle on se trouve */
#nav li.animal a,#nav li.animal a link,#nav li.animal a visited,#nav li.animal a a:hover
{
  background: 		#016523;
}

ul#nav li.animal ul a,ul#nav li.animal ul a link,ul#nav li.animal ul a visited,ul#nav li.animal ul a hover
{
  color:			#ffffff;
  background: 		#4B5353;
}
