﻿@charset "utf-8";

/*  ------------------------------------------
/*  Réinitialise toutes les marges et les espaces
/*  ------------------------------------------
*/

* {
	margin: 0px;
	padding: 0px;
}

/*  ------------------------------------------
/*  Corps Principal
/*  ------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: white url(../../accueil/images/design/fond.png) 100% fixed;
	background-repeat: repeat-x;
	font-size: 1em;
	/* Centrage IE */
	text-align: center;
}

/*  ------------------------------------------
/*  Design - Background
/*  ------------------------------------------
*/

#div-main {
	position: absolute;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 700px;
	/* Centrage du site */
	margin-top: -350px;
	margin-left: -500px;
}

#div-left {
	background-image: url(../images/design/da_left.png);
	position: absolute;
	top: 200px;
	left: 0px;
	width: 294px;
	height: 500px;
}

#div-menu {
	position: absolute;
	top: 0px;
	left: 40px;
	width: 200px;
	height: 280px;
}

#div-content {
	position: absolute;
	top: 130px;
	left: 253px;
	width: 747px;
	height: 547px;
	z-index: 100;
	/* Specificite a IE - scrollbare */
	overflow: auto;
}

#div-header {
	background-image: url(../images/design/da_header.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 200px;
}

#div-footer {
	position: absolute;
	top: 677px;
	left: 253px;
	width: 747px;
	height: 20px;
	font-size: 0.8em;
}

/*  ------------------------------------------
/*  Mise en forme des liens
/*  ------------------------------------------
*/

a {
	color: #000000;
	text-decoration: underline;
}

a img {
	border: 0px;
}

/*  ------------------------------------------
/*  MENU
/*  ------------------------------------------
*/

ul#menu {
	list-style-type: none;
	line-height: 31px;
	font-size: 1.3em;
	text-align: left;
}

ul#menu li a {
	text-decoration: none;
}

ul#menu li a:hover {
	text-decoration: overline underline;
}

/*  ------------------------------------------
/*  Divers mise en forme
/*  ------------------------------------------
*/

h1 {
	color: #000000;
	font-size: 1.55em;
	font-weight: bold;
}

h2 {
	color: #ff0000;
	font-size: 1.25em;
	font-weight: bold;
}

table {
	border: 0px;
	/* Centrage FF */
	margin-left: auto;
	margin-right: auto;
}

th {
	font-size: 0.9em;
	padding: 10px;
}

td {
	padding: 1px;
}

li {
	margin: 3px;
}

#div-content p {
	text-align: justify;
	margin: 15px;
}

/* Texte en arrière plan DA (div-center) */
.txt-blanc {
	color: #FFFFFF;
	text-align: left;
}

.rouge {
	color: red;
}

.gras {
	font-weight: bold;
}

.hr {
	height: 1px;
	border-top: 1px solid #000000;
	margin-bottom: 2px;
	padding: 2px;
}

/*  ------------------------------------------
/*  ACCUEIL
/*  ------------------------------------------
*/

#new-expo {
	position: absolute;
	top: 50px;
	left: 630px;
	width: 350px;
	height: 40px;
	font-size: 1.8em;
	/*border: 1px solid red;*/
}

img#accueil-jd {
	float: left;
	margin: 15px;
}

/*  ------------------------------------------
/*  EXPOSITIONS
/*  ------------------------------------------
*/

.left {
	text-align: left;
}

th.underline {
	text-decoration: underline;
}

.underline {
	border: 1px solid #FFD000;
	font-size: 0.9em;
}

/*  ------------------------------------------
/*  GALLERY
/*  ------------------------------------------
*/

.tab-h2 {
	width: 708px;
	height: 100px;
	text-align: center;
}

table.gallery {
	float: left;
	width: 170px;
	height: 210px;
	text-align: center;
	/* Centrage FF */
	margin-left: auto;
	margin-right: auto;
}

img.img-genere {
	border: 1px solid red;
}

/*  ------------------------------------------
/*  CONTACT
/*  ------------------------------------------
*/

#tab-td-contact {
	width: 70px;
}

#div-center {
	margin-left: auto;
	margin-right: auto;
}

p#txt-contact {
	text-align: center;
	font-weight: bold;
}