/* REGLES GENERALES */

/*retablit des marges par defaut nulles*/

html{
	width:100%;
	height:100%;
	}
body
{
	margin:0px;
	padding:0px;
	background-color:white;	/* editeur opencms */
	height:100%;
}

*{
	margin:0px;
	padding:0px;
	/*color:#000000;*/
	font-family:verdana;
	font-size:9px;
	text-decoration:none;
	text-transform:none;
	font-weight:normal;
}

a, a *{
	border-width:0px;
	font-size:9px;
	font-weight:normal;
	text-decoration:underline
}

a:hover, a:hover *{
	text-decoration:none
}

a.inverted, a.inverted *{
	text-decoration:none
}

a.inverted:hover, a.inverted:hover *{
	text-decoration:underline
}

a.menutop
{
  display:block;
  color:#033B8A;
	font-size:9px;
	font-weight:bold;
  background-color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	width:100%
}

a.menutop:hover
{
  color:#FFFFFF;
  background-color:#99125F
}

a.menuleft, a.menuleft *
{
  color: #033B8A;
  text-decoration:none;
  line-height:20px;
}

a.menuleft:hover, a.menuleft:hover *
{
  color: #033B8A;
  text-decoration:underline
}

a.menuleftsel, a.menuleftsel *
{
  color: #A01362;
	font-weight:bold;
  text-decoration:none;
  line-height:20px;
}

a.menuleftsel:hover, a.menuleftsel:hover *
{
  color: #A01362;
	font-weight:bold;
  text-decoration:underline
}
p{
	margin-left:3px;
	margin-right:3px;
}
img
{
  border:0px;
}

table#CENTER
{
  margin:auto;
  height:100%;
}

.titre_chapitre, .titre_chapitre *
{
  color:#033B8A;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase
}

.titre_page, .titre_page *
{
  color:#A01362;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase
}

.sous_titre, .sous_titre *
{
  color:#033B8A;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase
}

.texte_flash, .texte_flash *
{
  color:#A01362
}

.texte_hightlight, .texte_hightlight *
{
  color:#033B8A
}

.texte_lowlight, .texte_lowlight *
{
  color:#FFFFFF
}

/********************
   Module
*********************/

td.module a
{
  color: #A4105A;
  text-decoration:underline;
}

td.module a:hover
{
  color: #A4105A;
  text-decoration: none;
}

/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Les styles de liste � puces */


ul
{
  margin-left:10px;
}

li
{
  margin-left:10px;
  list-style-position: outside;
  list-style-image: url(/opencms/sites/system/modules/fr.activeo.website/resources/images/puce_bleu.gif);
}


/*
table {
	border:1px solid red;
}
*/