
/***********************************
 * Styles Generales
************************************/
body {
  background-color: f8ecbb;
  font-family: Arial, helvetica,sans-serif;
  font-size: 11pt;
  color: #FFFFFF;
	text-align: center;
}

h2,h3 {
      color: yellow;
      font-family: sans-serif;
}


/***********************************
 * Styles specifique a une class
************************************/
.mentionslegales {
	font-family: Arial, helvetica,sans-serif;
	font-size: 14pt;
	color: Yellow;
}

a.lienstexte {
  font-family: Arial, helvetica,sans-serif;
  font-size: 11pt;
	color: #FFFFFF;
}

a.mentionslegales {
  font-family: Arial, helvetica,sans-serif;
  font-size: 11pt;
	color: Yellow;
}

div.fond {
      position: relative;
      width: 1024px;
      height: 600px;
      text-align: center;
}

div.infos {
      background-color: transparent;
      position: absolute;
      overflow: hidden;
    	z-index:1;
}

div.contenu {
      background-color: transparent;
      color: white;
      font-family: "Arial";
}

span.zonereactive {
	color: Black;
	background-color: Lime;
}


/***********************************
 * Styles specifique a un Id
************************************/




/***********************************
 * Styles pour avoir un comportement
 * comme MS Office
************************************/

/* Fix for MS Office style paragraphs (MsoNormal) */
p {
	margin: 0;
	padding: 0;
}

/* Fix for MS Office unindeted lists */
.unIndentedList {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.unIndentedList li {
	padding: 0;
}

/* Fix for MS Office UL lists */
ul {
	margin-top: 0;
	margin-bottom: 0;
}

