@charset "iso-8859-1";

/*** MINI RESET ******************************************************************************/
a, img { border: 0; }
a:focus { outline:0; } 


/*** GENERAL *********************************************************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	text-shadow: 0 0 0 #000000;
}
h1, h2, h3, h4, h5, h6, a, table { color: #000000; }


/*** MAIN *************************************************************************************/
div#main {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
	background-color: #ffffff;
}


/*** HEADER **********************************************************************************/
div#header {
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 180px;
}
div#header img {
	margin: 0;
	padding: 90px 0 0 50px;
}


/*** MENU ***********************************************************************************/
div#sidebar_gauche {
	float: left;
	margin: 0;
	padding: 0;
	width: 280px;
}
div#sidebar_gauche ul#menu {
	margin: 0;
	padding: 18px 0 0 40px;
	list-style-type: none;
	list-style-position: inside;
}
div#sidebar_gauche ul#menu li {
	float: left;
	width: 240px;
}
div#sidebar_gauche ul#menu li img {
	float: left;
	width: 11px;
	height: 35px;
}
div#sidebar_gauche ul#menu li a.bouton_image {
	display: block;
	float: right;
	width: 229px;
	height: 35px;
}
div#sidebar_gauche ul#menu li.separation {
	float: right;
	width: 229px;
	height: 1px;
	background-image: url(/media/images/menu/separation.jpg);
	background-repeat: no-repeat;
}
div#sidebar_gauche ul.sous_menu {
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
	list-style-position: inside;
}
div#sidebar_gauche ul.sous_menu li a {
	display: block;
	margin: 0;
	padding: 0 0 10px 11px;
	width: 229px;
	line-height: 15px;
	text-decoration: none;
}
div#sidebar_gauche ul.sous_menu li a:hover { text-decoration: underline; }


/*** BOUTONS MENU ****************************************************************************/
a#menu_accueil {
	background-image: url(/media/images/menu/accueil.jpg);
	background-repeat: no-repeat;
}
a#menu_accueil:hover {
	background-image: url(/media/images/menu/black/accueil.jpg);
	background-repeat: no-repeat;
}

a#menu_encres {
	background-image: url(/media/images/menu/encres.jpg);
	background-repeat: no-repeat;
}
a#menu_encres:hover {
	background-image: url(/media/images/menu/black/encres.jpg);
	background-repeat: no-repeat;
}

a#menu_performances {
	background-image: url(/media/images/menu/performances.jpg);
	background-repeat: no-repeat;
}
a#menu_performances:hover {
	background-image: url(/media/images/menu/black/performances.jpg);
	background-repeat: no-repeat;
}

a#menu_residences {
	background-image: url(/media/images/menu/residences.jpg);
	background-repeat: no-repeat;
}
a#menu_residences:hover {
	background-image: url(/media/images/menu/black/residences.jpg);
	background-repeat: no-repeat;
}

a#menu_projets {
	background-image: url(/media/images/menu/projets.jpg);
	background-repeat: no-repeat;
}
a#menu_projets:hover {
	background-image: url(/media/images/menu/black/projets.jpg);
	background-repeat: no-repeat;
}

a#menu_publications {
	background-image: url(/media/images/menu/publications.jpg);
	background-repeat: no-repeat;
}
a#menu_publications:hover {
	background-image: url(/media/images/menu/black/publications.jpg);
	background-repeat: no-repeat;
}

a#menu_lectures_textes {
	background-image: url(/media/images/menu/lectures-textes.jpg);
	background-repeat: no-repeat;
}
a#menu_lectures_textes:hover {
	background-image: url(/media/images/menu/black/lectures-textes.jpg);
	background-repeat: no-repeat;
}

a#menu_actualite {
	background-image: url(/media/images/menu/actualite.jpg);
	background-repeat: no-repeat;
}
a#menu_actualite:hover {
	background-image: url(/media/images/menu/black/actualite.jpg);
	background-repeat: no-repeat;
}

a#menu_biographie {
	background-image: url(/media/images/menu/biographie.jpg);
	background-repeat: no-repeat;
}
a#menu_biographie:hover {
	background-image: url(/media/images/menu/black/biographie.jpg);
	background-repeat: no-repeat;
}

a#menu_contact_newsletter {
	background-image: url(/media/images/menu/contact-newsletter.jpg);
	background-repeat: no-repeat;
}
a#menu_contact_newsletter:hover {
	background-image: url(/media/images/menu/black/contact-newsletter.jpg);
	background-repeat: no-repeat;
}

a#menu_liens {
	background-image: url(/media/images/menu/liens.jpg);
	background-repeat: no-repeat;
}
a#menu_liens:hover {
	background-image: url(/media/images/menu/black/liens.jpg);
	background-repeat: no-repeat;
}


/*** MAIN CONTENT ****************************************************************************/
div#main_content {
	float: left;
	margin: 0;
	padding: 0 50px 0 40px;
	width: 630px;
	text-align: justify;
}


/*** FOOTER *********************************************************************************/
div#footer {
	float: left;
	margin: 0;
	padding: 20px 0 0 320px;
	width: 630px;
	color: #7d7d7d;
}
div#footer a {
	text-decoration: none;
	color: #7d7d7d;
}




