/**
 * design/balea-1.0/stylesheets/balea-qualite.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: 		100%;
 background-image:	url("/design/balea-fr-1.0/images/layout/carre_jaune.gif");  
 background-repeat: no-repeat;
 background-position: 0% 50%;
 color:             #000000;
 margin:            20px 0 10px 0;
 padding-left:		15px;
}

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

#content ul
{
  margin:			0 0 0 15px;
  padding:			0;
  float:			left;
   
}

#content ul  li
{
  margin:           0;
  padding:			0 0 0 0;
  list-style-type:	disc;

}


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

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

p.souligne
{
  text-decoration: 	underline;
}