

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

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

a.lienstexte {
	color: silver;
}

a.mentionslegales {
  font-size: 11pt;
	color: teal;
}


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

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

/***********************************
 * 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;
}




