/**
 * design/balea-1.0/stylesheets/balea-commandes.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_bleue_grande.gif");  
  background-repeat: no-repeat;
  background-position: 0% 0%;
  color:             #205966;
  margin:            10px 0 0 0;
  padding-left:		20px;
  clear:            both;
}

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

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

#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_bleu.gif") no-repeat;
  background-position: 0% 85%;	  
  list-style-type:	none;
  margin:           0;
  padding:			0.5em 0 0 1.5em;
}


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

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

/* gestion des images */
/* Alignées à 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;
}

/* Au centre */
.object-center 
{
  margin-left: 		0;
  padding:   		0;
}

.object-center img
{
  margin: 		0 0 10px 0;
  padding:   		0;
}

/* Alignées à gauche */
.object-left 
{
  margin: 	  		0 0 0 0;
  padding: 			0;
  float: 			left;
}

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

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

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