/**
 * design/balea-1.0/stylesheets/balea-embarque.css
 *
 * Feuille de style pour la rubrique embarque.
 *
 * @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_jaune_grande.gif");  
 background-repeat: no-repeat;
 background-position: 0% 50%;
 color:             #e8ba2e;
 margin:            10px 0 0 0;
 padding-left:		20px;
}

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

#content h3
{
  background:		url("/design/balea-fr-1.0/images/layout/carre_jaune.gif") no-repeat;
  background-position: 0% 50%;	  
  list-style-type:	none;
  margin:           -5px 0 0 0;
  padding:			0 0 0 15px;
  color:			#000000;
  clear:			both;
 
}

#content h4
{
  font-size: 		 100%;
  color:             #e8ba2e;
  font-weight:		 bold;
}

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

 /*  gestion des tableaux  */

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

table.renderedtable 
{
  width:			47%;
  height:			32em;
  margin:			0 5px 20px 3px;
  border:        1px solid #cccccc;
  padding:			0; 
  border:     		0;
  text-align:		left;
  float:			left;
  
}

table.renderedtable td
{
  padding:		 10px 5px 0 10px;
  margin:		 0;
}


#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-center img 
{
  list-style-type: 	none;
  display:			inline; 
  margin:			0;
  padding:			0 10px 10px 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;
}

/* Gestin de la partie basse de la page */

#content table.logoblue
{
  margin:			10px 0 10px 0;
  padding:			0;
  border:     		0 none;
  float:			left;
}

#content table.logoblue td
{
  border:     		0 none;
}

#content table.logoblue img
{
  margin:			0 0 0 5px;
  padding:			0;
}

#content table.interfaces_bas
{
  margin:			0;
  padding:			0;
  float:			left;
  border:			none;
  border-width:     0;  
  border-collapse:   collapse;
  clear:			both;
  padding-right:	0;
  border-spacing:	2px; /* necessaire pour safari */
}


#content table.interfaces_bas td
{
  margin:			0;
  padding:			15px 10px 0 10px;
  border:			0 none; 
  border-width:     0;  
}

#content table.interfaces_bas img
{
  margin:			0;
  padding:			0;
  border-style:		solid ridge;
  border-width:		1px;
  border-color:		#5a6160;
}


