body
{
    padding-right: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    color: white;
    padding-top: 0px;
    background-color: #000000;
}
body.blanc
{
    background-color: silver;
}
div#menu
{
    width: 99px;
    padding-top: 50px;
}
div#contenu
{
    padding-left: 100px;
    font-size: 16px;
    color: white;
    padding-top: 30px;
    font-family: arial,verdana,sans-serif;
}
div#contenuDense
{
    padding-left: 100px;
    font-size: 14px;
    color: white;
    padding-top: 30px;
    font-family: arial,verdana,sans-serif;
    font-weight: bold;
}
div.nix
{
    padding-left: 0px;
    padding-top: 0px;
    font-size: 9px;
    color: black;
}
div#zoneImages
	{
		padding: 0px;
		margin: 0px;
	}
div.divCarte
	{
		position: absolute;
		top: 140px;
		left: 320px;
		padding: 0px;
		margin: 0px;
		background-color: black;
		color: gray;
		text-align: center;
		height: 600px;
		width:314px;
		font-size: 12px;
		font-weight: bold;
		cursor: pointer;
	}
img.carte
	{
		width:314px;
		height:446px;
	}
table
{
	border: 0px;
}
table.dense
{
    font-size: 12px;
}
td.cadremenu
{
    vertical-align: top;
    width: 90px;
    background-color: gray;
}
td.cadrecontenu
{
    vertical-align: top;
}
td.carreau
{
    width: 250px;
    height: 318px;
    font-size: 12px;
	vertical-align: top;
}
td.suite
{
    font-weight: bold;
    font-size: 14px;
    vertical-align: center;
	text-align: center;
	color: gray;
	padding: 10px;
}
p.titre
{
    font-weight: bold;
    font-size: 32px;
    font-family: serif;
    text-align: center;
	color: white;
}
p.TitreOuvrage
{
    font-weight: bold;
    font-size: 18px;
    text-align: center;
	color: white;
}
p.gdTitreOuvrage
{
    font-family: arial-narrow,sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
	color: white;
	}
p.standard
{
	font-size: 16px;
}
p.note
{
	font-size: 14px;
}
p.standardRight
{
	font-size: 16px;
	text-align: right;
}
p.centreReduit
{
    margin-left: 150px;
    margin-right: 100px;
    font-size: 16px;
}
p.centreReduitItalique
{
    margin-left: 150px;
    margin-right: 100px;
    font-size: 16px;
    font-style: italic;
}
p.centreReduitCitation
{
    margin-left: 150px;
    margin-right: 100px;
    font-size: 16px;
    font-style: italic;
}
p.centreReduitAuteur
{
    margin-left: 150px;
    margin-right: 100px;
    font-size: 16px;
    color: silver;
}
p.centreReduitRight
{
    margin-left: 150px;
    margin-right: 100px;
    font-size: 16px;
    text-align: right;
}
p.descriptif
{
    font-size: 14px;
    color: silver;
    text-align: center;
}
p.publication
{
   font-weight: bold;
}
p.evenTitre
{
    font-size: 12px;
    font-weight: bold;
}
p.copyright
{
	font-size: 10px;
	font-weight: normal
}
p.evenSmall
{
    font-size: 10px;
}
p.alerte
{
    font-size: 12px;
    font-weight: bold;
    color: red;
    text-align: center;
}
.icone
{
	border: 0px;
    width: 25px;
    height: 25px;
	cursor: pointer;
}
div#menu a
{
	display:block;
	line-height: 31px;
	width: 99px;	
	border: 0px;
	text-decoration: none;
	vertical-align: middle;
	color: black;
    font-family: arial-narrow,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: url(images/boutonmenu.png) no-repeat;
}
div#menu a:hover
{
	background:url(images/boutonhover.png) no-repeat;
	border: 0px;
}
img.sansBordure
{
	margin-top: 10px;
	margin-bottom: 15px;
	border: 0px;
}
img.bordure
{
	margin-top: 10px;
	margin-bottom: 15px;
	border-style:solid; 
	border-width: 1px;
	border-color: gray;
}
a:link
{
    font-weight: bold;	
	text-decoration: none;
	color: silver;	
}
a:active
{
    font-weight: bold;	
	text-decoration: none;
	color: silver;	
}
a:visited
{
    font-weight: bold;	
	text-decoration: none;
	color: silver;	
}
a:hover
{
    font-weight: bold;	
	color: white;
}