/* Universel */
a:link {
	COLOR: green;
	TEXT-DECORATION: underline;
} 
a:visited {
	COLOR: #e79d5a;
	TEXT-DECORATION: underline;
} 
a:hover {
	COLOR: red;
	TEXT-DECORATION: none;
}
a:active {
	color: White;
	text-decoration: none;
	background-color: #e79d5a;
}
body {
	background: Black;
	margin: 0px;
	padding: 0px;
	font-family: Times New Roman;
	font-size: large;
	color: #e79d5a;
	text-align: left;
	text-decoration: none;
	font-style: italic;
}
div#copy-right {
	width: 1200px;
	height: auto;
	float: right;
	text-align: right;
	font-size: smaller;
	padding-right: 1cm;
}
.page-courante {
	color: #808080;
}
p.citations {
	color: #808080;
}
p.texte-commun {
	color: #e79d5a;
}
p.image-centree {
	text-align: center;
}
.texte-centre {
	width: auto;
	height: auto;
	text-align: left;
	padding-left: 4cm;
	clear: both;
	padding-right: 4cm;
	vertical-align: bottom;
}
/* Index */
div#bandeau {
	width: auto;
	height: auto;
	background-color: Black;
	text-align: center;
	padding-top: 3cm;
}
div#menu {
	width: 400px;
	height: auto;
	background-color: Black;
	padding-top: 3cm;
	float: left;
	padding-left: 20px;
}
div#tableau-vertical-gauche {
	width: auto;
	height: auto;
	background-color: Black;
	margin-left: 10%;
	text-align: left;
	font-family: Times New Roman;
	font-style: normal;
	padding-top: 1cm;
}
div#texte-vertical-droite {
	width: auto;
	height: auto;
	padding-top: 3cm;
	padding-left: 480px;
	padding-right: 40px;
}
div#fond-page {
	clear: both;
	width: 100%;
	height: 50px;
	background-color: Black;
}
/* Petites Galeries */
div#menu-haut {
	width: 100px;
	height: 180px;
	font-style: normal;
	padding-top: 1cm;
	padding-left: 1cm;
	float: left;
	padding-bottom: 3cm;
}
div#menu-info {
	width: 100px;
	height: 40px;
	font-style: normal;
	padding-top: 1cm;
	padding-left: 1cm;
	float: left;
	padding-bottom: 1cm;
}
ul#nav-haut {
	margin: 0;
	padding: 0;
}
ul#nav-haut li {
   padding:0;
   margin:0;
	list-style-type:none;
}
div#titre {
	width: auto;
	height: 180px;
	padding-top: 1cm;
	text-align: center;
	padding-bottom: 3cm;
	padding-left: 120px;
}
div#titre-info {
	width: auto;
	height: 40px;
	padding-top: 1cm;
	text-align: center;
	padding-bottom: 1cm;
	padding-left: 120px;
}
div#titre2 {
	width: auto;
	height: 20px;
	padding-top: 1cm;
	text-align: left;
	padding-bottom: 1cm;
	padding-left: 4cm;
}
div#galeries {
	width: 1600px;
	height: 500px;
	padding-top: 1cm;
	padding-left: 2cm;
}
div.galeries-tableaux {
	float: left;
	width: auto;
	height: auto;
	text-align: center;
}
div#galeries-basdepage {
	width: auto;
	height: auto;
	text-align: center;
	padding-top: 2cm;
	clear: both;
}
/* Grandes Galeries */
div.grandes-galeries-gauches {
	width: 1200px;
	height: 300px;
	padding-top: 1cm;
	text-align: left;
	background-color: Black;
	padding-left: 2cm;
	clear: both;
	float: left;
}
div.grandes-galeries-droites {
	width: 1200px;
	height: 300px;
	padding-top: 1cm;
	padding-right: 2cm;
	clear: both;
	text-align: right;
	background-color: Black;

}
div.grandes-galeries-centre {
	width: 1200px;
	height: 300px;
	padding-top: 1cm;
	background-color: Black;
	clear: both;
	text-align: center;
	float: none;
}
div#navigation {
	width: 1200px;
	height: 100px;
	padding-top: 1cm;
	padding-left: 2cm;
	clear: both;
	text-align: center;
}
/* Afficheurs */
div#afficheurs {
	width: 1200px;
	height: auto;
	padding-top: 1cm;
	padding-left: 2cm;
	clear: both;
	text-align: center;
}
/* Téléchargements */
div#fonds-ecran-texte {
	width: 800px;
	height: auto;
	padding-top: 1cm;
	text-align: left;
	float: left;
	padding-left: 40px;
}
div#fonds-ecran-images {
	width: auto;
	height: auto;
	padding-top: 1cm;
	text-align: center;
	padding-left: 840px;
}
/* Liens */
div#liens-texte-1 {
	width: 350px;
	height: 120px;
	text-align: left;
	padding-left: 1cm;
	float: left;
}
div#liens-texte-2 {
	width: auto;
	height: 120px;
	text-align: left;
	padding-left: 2cm;
}
p.texte-liens1 {
	color: #BA8F56;
	font-size: larger;
	font-weight: bold;
}
div#liens-autres {
	width: auto;
	height: auto;
	text-align: center;
	padding-top: 1cm;
	float: none;
}
