/* Styles Musée romain - 06.05.09 P.B. @ grafix*/


/* Elements de base */

body {
		background-color: #a79e98;
		margin-top: 0;
		padding: 0;
		color: #000000;
		}
		
img {
		border: 0;
		padding: 0;
		margin: 0;
		}

div {
		margin-top: 0;
		border: 0;
		padding: 0;
		}
		

/* Table contenu */
.Contenu {
	   background: #d3cfc6;
}	


/* Liens */
		
a:link {
		color: #d7893f;
		font-weight: bold;
		text-decoration: underline;
		}
		
a:visited {
		color: #d7893f;
		font-weight: bold;
		text-decoration: underline;
		}
		
a:hover {
		color: #9e5107;
		font-weight: bold;
		text-decoration: none;
		}		


.pied a:link {
		color: #2c1808;
		text-decoration: underline;
		}

.pied a:visited {
		color: #2c1808;
		text-decoration: underline;
		}

.pied a:hover {
		color: #9e5107;
		text-decoration: none;
		}


/* Elements de texte */

.titre {
	   font-family: Arial, Helvetica, sans-serif;
	   font-size: 9.2pt;
	   font-weight: bold;
	   color: #d7893f;
	   text-decoration: none;
	   font-style: normal;
	   line-height: normal;
	   text-transform: uppercase;
		}

.soustitre {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8.8pt;
		font-weight: bold;
		color: #4a2201;
		text-decoration: none;
		font-style: normal;
		line-height: normal;
		}

.texte {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8.5pt;
		font-weight: normal;
		font-style: normal;
		color: #000;
		text-decoration: none;
		line-height: normal;
		}

.italic {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8.5pt;
		font-weight: normal;
		font-style: italic;
		color: #000;
		text-decoration: none;
		line-height: normal;
		}
		
.gras {

		font-family: Arial, Helvetica, sans-serif;
		font-size: 8.5pt;
		font-weight: bold;
		font-style: normal;
		color: #000;
		text-decoration: none;
		line-height: normal;
      }

.petit {
	   font-size: 8pt;
	   font-family: Arial, Helvetica, sans-serif;
      }

/* Pied de page */

.pied {
	   background: #a79e98;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 7.5pt;
		color:#000;
		text-align: center;
		}



