#middle {
	background: silver;
}

/* Menu horizontal */
#menu {
	height: 19px;
	overflow: auto;
	background: silver;
	overflow: visible;
}

/* Elément conteneur du menu */
#mainMenu {
	width: auto;
	list-style: none;
	position: absolute;
}

/* Toutes les éléments du menu */
#mainMenu li {
	float: left;
	width: 130px;
	text-align: center;
	line-height: 15px;
	display: block;
	text-decoration: none;
	z-index: 200;
}

/* Eléments de sous menu */
#mainMenu li ul li {
	text-align: left;
	cursor: pointer;
}

/* Liens des sous menus */
#mainMenu li ul li a {
	padding-left: 2px;
}

/* Eléments de liste et liens du menu */
#menu ul, #menu li, #menu a {
	display: block;
}

/* Tous les liens du menu */
#menu a {
	padding: 2px 0px;
	text-decoration: none;
	color: #B40000;
}

/* Liens primaires et secondaires */
#menu li a.mainLink, #menu li a.nextLink {
	font-size: 1.2em;
	background: silver;
	display: block;
}

/* Liens primaires */
#menu li a.mainLink {
	font-weight: bold;
}

/* Liens secondaires */
#menu li a.nextLink {
	border: 1px solid gray;
	margin-top: -1px;
	font-size: 1em;
	overflow: auto;
}

/* Listes et liens primaires et secondaires au survol */
#menu li:hover, #menu li a.mainLink:hover, #menu li a.nextLink:hover {
	color: white;
	background: gray;	
}

/* Eléments de sous menu au repos et au survol */
#menu ul ul, #menu li:hover ul ul {
	display: none;
}

/* Eléments de menu et de sous menu au survol */
#menu li:hover ul, #menu li:hover li:hover ul {
	display: block;
}

/* Page d'accueil */
#home {
	height: auto !important;
	height: 100px;
	min-height: 100px;
	background: #333333;
	color: white;
	text-align: center;
	margin-top: -4px;
	padding-bottom: 5px;
}

/* Titre de la page d'accueil */
#home h1 {
	font-size: 2em;
	padding-bottom: 10px;
	padding-top: 5px;
}

/* Liens hypertextes dans la page d'accueil */
#home p a {
	color: white;
	text-decoration: underline;
}
#home p a:hover {
	color: red;
	text-decoration: none;
}

/* Zone de galerie et portrait */
#galerie, #portrait, #portrait {
	overflow: visible !important;
	overflow: hidden;
}

/* Toutes les parties de la zone galerie*/
#gal_left, #gal_center, #gal_right {
	float: left;
	height: 600px;
}

/* Zone image à gauche */
#gal_left {
	width: 105px;
}

/* Zone du centre de la galerie */
#gal_center {
	width: 650px;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

/* Tout les éléments de droite */
#gal_right, #right_title, #galerie #right_text {
	width: 212px;
	text-align: center;
}

/* Titre à droite */
#right_title {
	height: 95px;
	background: #333333;
	padding-top: 50px;
	color: white;
	font-size: 1.6em;
	width: 213px;
}

/* Texte de droite dans galerie et portrait */
#galerie #right_text, #portrait #right_text {
	background: silver;
	color: #333333;
	padding-top: 20px;
}

/* Texte à droite dans galerie */
#galerie #right_text {
	height: auto !important;
	height: 435px;
	min-height: 435px;
	width: 203px;
	padding-left: 5px;
	padding-right: 5px;
}

/* Texte à droite dans portrait */
#portrait #right_text {
	padding-left: 10px;
}

/* Paragraphe du texte à droite dans galerie */
#galerie #right_text p {
	margin-bottom: 35px;
}

/* Paragraphe du texte à droite dans portrait */
#portrait #right_text p {
	margin-bottom: 15px;
} 

/* Mise en gras du texte à droite */
#right_text span {
	font-weight: bold;
}

#right_text h6 {
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
}

#port_left, #port_right {
	float: left;
	height: auto !important;
	height: 500px;
	min-height: 500px;
	background: silver;
}

#port_left {
	width: 756px;
	border-right: 1px solid black;
}

#port_right {
	width: 212x;
}

#port_photos img {
	border: 1px black solid;
	margin: 1px;
	margin-bottom: -3px !important;
	margin-bottom: 0;
}

#portrait #right_text {
	height: 863px !important;
	height: 864px;
	min-height: 863px;
	width: 203px;
}

#portrait #right_text p {
	margin-left: 0;
}

#portrait #right_text p span {
	font-size: 110%;
	font-weight: normal;
}

#portrait #right_text p a {
	color: #B40000;
	text-decoration: underline;
}

#portrait #right_text p a:hover {
	text-decoration: none;
}

#portrait h1 {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#portrait p {
	margin-bottom: 15px;
}

#portrait ul {
	margin-bottom: 15px;
}

#portrait p, #portrait ul {
	margin-left: 30px;
}

#portrait ul {
	list-style: none;
}

#atelier {
	text-align: center;
	color: #333333;
}

#atelier_left {
	width: 160px;
	background: silver;
}

#atelier_right {
	width: 810px;
	background: silver;
	line-height: 15px;
}

#atelier_left, #atelier_right {
	float: left;
	height: 780px;
	overflow: hidden;
}

#atelier_right #cours {
	margin-top: 80px;
	text-align: left;
	margin-left: 50px;
}

#atelier_right h1 {
	color: black;
	font-weight: bold;
	font-size: 1.6em;
	font-variant: small-caps;
	margin: 25px;
}

#atelier_right h2 {
	font-size: 3.5em; /*2.6*/
	font-weight: bold;
	color: #B40000;
	font-variant: normal;
	margin: 25px;
	margin-left: 0;
	margin-bottom: 30px; /*10*/
}

#atelier_right h3 {
	font-size: 2.2em; /*1.8*/
	font-weight: bold;
	color: #B40000;
	margin-bottom: 40px;
	line-height: 25px; /*25*/
}

#atelier_right h4 {
	font-size: 1.6em; /*1.2*/
	font-weight: bold;
	margin-bottom: 60px; /*40*/
}

#atelier_right h5 {
	font-size: 1.2em; /*1*/
	font-weight: normal;
}

#atelier_right img {
	border: 1px solid black;
	font-weight: normal;
}

#atelier_right p {
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
}

#atelier_right p a {
	color: #B40000;
	text-decoration: underline;
}

#atelier_right p a:hover {
	text-decoration: none;
}

#atelier_right p span {
	font-weight: bold;
}

#atelier_right ul {
	text-align: left;
	margin-left: 75px;
	margin-bottom: 15px;
}

#atelier_right li {
	margin-left: 75px;
}

#atelier_right img {
	margin-bottom: 20px;
}

#atelier_right #dates {
	background: #D9D9D9;
	width: 750px;
	height: 55px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
	padding-top: 10px;
	font-weight: bold;
}

#atelier_right #dates p {
	float: left;
}

#atelier #left {
	float: left;
}

#lien {
	width: 800px;
	margin: 20px auto;
}

#lien ul {
	list-style: none;
}

#lien ul li {
	margin-bottom: 15px;
	font-weight: bold;
}

#lien ul li a {
	color: #B40000;
	text-decoration: underline;
}

#lien ul li a:hover {
	text-decoration: none;
}

#lien ul li hr {
	margin-top: 15px;
}

#actus {
	background: #333333;
	overflow: visible;
	text-align: left;
	padding: 20px;
}

#press, #expo {
	border-bottom: black 1px solid;
	padding-bottom: 15px;
	padding-top: 15px;
}

#press #hr, #expo #hr {
	height: 1px;
	line-height: 1px;	
	overflow: hidden;
	background: url(../img/dotted.gif);
}

#press h1, #expo h1 {
	color: white;
	font-size: 1.5em;
	margin-bottom: 10px;
}

#press p, #expo p {
	font-weight: bold;
	font-size: 1.2em;
	color: #B0B0B0;
	margin-top: 20px;
}

#press p a, #biblio p a, #expo #rdNext {
	color: #FF6600;
	text-decoration: underline;
}

#expo p a {
	color: white;
	text-decoration: underline;
}

#press p a:hover, #biblio p a:hover, #expo p a:hover {
	text-decoration: none;
}

#biblio {
	border: 1px solid black;
	height: auto !important;
	height: 40px;
	min-height: 40px;
	overflow: hidden !important;
	overflow: visible;
	margin-top: -1px;
}

#biblio #left, #biblio #right {
	width: 458px;
	padding-left: 5px;
}

#biblio #left {
	float: left;
}

#biblio #right {
	float: right;
	text-align: left;
}

#biblio #left h1 {
	color: red;
	font-weight: bold;
	font-size: 1.4em;
}

#biblio p {
	color: white;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#biblio p a {
	font-weight: bold;
}