@CHARSET "UTF-8";

/*
 * Reset
 */

* { margin: 0; outline: none; padding: 0; }

img { border: 0;
}
/*
 * Fond de page
 */

body {
	background: #fff url("../images/all/body-background-repeat-x.jpg") left top repeat-x;
	color: #6f5643;
	font: 12px Arial, Helvetica, sans-serif;
}


/*
 * Classes générales
 */

.bold {
	font-weight: bold;
}


/*
 * Flash Messenger
 */
ul#flashMessenger {
	list-style-type: none;
	margin: 10px auto;
	padding: 2px 2px 0;
	width: 600px;
}

ul#flashMessenger li {
	margin-bottom: 2px;
}

ul#flashMessenger li span {
	color: #000;
	display: block;
	padding: 3px;
	text-align: center;
	width: 617px;
}

.error, .success, .notice {
	color: #000;
	margin: 10px 0;
	padding: 3px;
}

.error {
	background-color: #d55;
	border: 1px solid #f00;
}

.success {
	background-color: #5d5;
	border: 1px solid #0f0;
}

.notice {
	background-color: #da5;
	border: 1px solid #f80;
}


/*
 * Liens
 */

a {
	color: #d27f06;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
 * Conteneur global
 */

div#page-wrap {
	background: url("../images/all/pagewrap-background-repeat-y.png") top repeat-y;
	margin: 0 auto;
	width: 1000px;
}


/*
 * En-tête
 */

div#header {
	background: url("../images/all/header-branding-1.jpg") left top no-repeat;
	height: 220px;
	margin: 0 5px;
	width: 990px;
}

div.artists div#header {
	background-image: url("../images/all/header-branding-2.jpg");
}

div.projects div#header {
	background-image: url("../images/all/header-branding-3.jpg");
}

div.newsletter div#header {
	background-image: url("../images/all/header-branding-4.jpg");
}

div.blog div#header {
	background-image: url("../images/all/header-branding-5.jpg");
}

div.contact div#header {
	background-image: url("../images/all/header-branding-6.jpg");
}

div#header h1, div#header h2 {
	position: absolute;
	left: -20000px;
}

/*
 * Languages
 */

ul#languages {
	left: 915px;
	list-style-type: none;
	position: relative;
	top: 150px;
	width: 30px;
}

ul#languages a {
	/*background: url("../images/all/flags-sprite.jpg") no-repeat;*/
	color: #a92811;
	display: block;
	height: 15px;
	line-height: 16px;
	padding-left: 26px;
	text-transform: capitalize;
}


/*
 * Contenu principal
 */

div#main {
	background: url("../images/all/page-background-repeat.png") left top repeat-y;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 990px;
}

* html div#main {
	background: #fff url("");
}


/*
 * Menu principal
 */

ul#menu {
	display: block;
	left: 200px;
	list-style-type: none;
	position: relative;
	top: 175px;
}

ul#menu li {
	float: left;
	margin-right: 5px;
}

ul#menu li a {
	background: url("../images/all/menu-li-background.jpg") left no-repeat;
	color: #d07e07;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-indent: 38px;
	text-transform: uppercase;
}

ul#menu li a:hover {
	text-decoration: underline;
}

object#menu {
	left: 155px;
	position: relative;
	top: 154px;
}

/*
 * Contenu spécifique à la page
 */

div#content {

}


/*
 * Bloc : paramètres communs
 */

div.bloc {
	background: url("../images/all/bloc-background-bottom.jpg") left bottom no-repeat;
	margin: 10px auto;
	width: 790px;
}

div.bloc div.container {
	background: url("../images/all/bloc-background-top.jpg") left top no-repeat;
	padding: 50px 35px;
	width: 720px;
}

div.bloc h4 {
	height: 30px;
	margin-bottom: 10px;
	text-indent: -20000px;
}


/*
 * Cleaner
 */

div.cleaner {
	clear: both;
}


/*
 * Formulaires : paramètres communs
 */

form fieldset {
	border: 0;
}

form label.required span {
	color: #f00;
}

form fieldset input,
form fieldset select,
form fieldset textarea {
	background-color: #fff;
	border: 1px solid #6f5643;
	font: 12px Arial, Helvetica, sans-serif;
}



form fieldset input.checkbox,
form fieldset input.multi,
form fieldset input.radio,
form fieldset input.rating {
	background-color: transparent;
	border: 0;
	height: 14px;
	margin: 4px 10px 2px 0;
	width: 14px;
}

form ul.errors {
	background-color: #d55;
	border: 1px solid #f00;
	clear: both;
	list-style-type: none;
	margin: 20px 0;
	padding: 3px;
	width: 300px;
}

form ul.errors li {
	color: #000;
	margin-top: 3px;
}

form fieldset#fieldset-last input#submit {
	background: url("../images/all/form-submit-background-sprite.jpg") left top no-repeat;
	border: 0;
	color: #f7ac06;
	cursor: pointer;
	height: 20px;
	margin: 10px 0 0 150px;
	width: 73px;
}

form fieldset#fieldset-last input#submit:hover {
	background-position: 0 -20px;
	color: #e7390d;
}

/* antispam */
form fieldset#fieldset-last label,
form fieldset#fieldset-last input#misc {
	position: absolute;
	left: -20000px;
}

/*
 * Footer
 */

div#footer {
	background: url("../images/all/footer-background.jpg") left top no-repeat;
	font-size: 11px;
	height: 180px;
	margin: 0 5px;
	position: relative;
	width: 990px;
}

div#footer p#quickinfo {
	left: 15px;
	position: absolute;
	top: 162px;
}

p#produweb {
	color: #fff;
	position: absolute;
	right: 15px;
	top: 162px;
}

p#produweb a {
	background: url("../images/all/produweb.jpg") left center no-repeat;
	color: #fff;
	text-decoration: none;
	padding-left: 50px;
}

/*
p#produweb span {
	float: left;
	padding-right: 3px;
}

p#produweb a {
	background: url("../images/all/produweb.jpg") left center no-repeat;
	color: #fff;
	display: block;
	height: 14px;
	padding-left: 45px;
}
*/
p#produweb a:hover {
	border-bottom: 1px solid #fff;
}














/* Page : Login */
div.login form {
	margin-left: 150px;
}

div.login form fieldset#fieldset {
	margin-left: 150px;
	width: 400px;
}

div.login form fieldset#fieldset-first label,
div.login form fieldset#fieldset-first input {
	display: block;
	float: left;
	margin-bottom: 3px;
}

div.login form fieldset#fieldset-first label {
	clear: left;
	line-height: 20px;
	width: 150px;
}

div.login form fieldset#fieldset-first input {
	height: 20px;
	width: 225px;
}



/* Page : About */

body.fr div.about div#clara h4 {
	background: url("../images/about/clara-h4-background-fr.jpg") left top no-repeat;
	width: 185px;
}

body.en div.about div#clara h4 {
	background: url("../images/about/clara-h4-background-en.jpg") left top no-repeat;
	width: 185px;
}

div.about div#clara p {
	padding: 3px 10px 5px 0;
	text-align: justify;
}

div.about div#jmp h4 {
	background: url("../images/about/jmp-h4-background.jpg") left top no-repeat;
	width: 200px;
}

div.about div#jmp p {
	padding: 3px 10px 5px 0;
	text-align: justify;
}

div.about div#jmp div.colLeft,
div.about div#jmp div.colRight {
	float: left;
	width: 350px;
}

div.about div#jmp div.colLeft {
	background: url("../images/all/columns-separator.jpg") right repeat-y;
}

div.about div#jmp div.colRight {
	padding: 40px 0 0 20px;
}

div.about img#photo_jmp {
	/*background: url("../images/artists/artist-img-background.jpg") left top no-repeat;*/
	display: block;
	/*height: 120px;*/
	height: 200px;
	margin: 20px auto 10px;
	padding: 5px;
	/*width: 170px;*/
	width: 150px;
}

/* Page : Artists */

div.artists div#artist div.colLeft,
div.artists div#artist div.colCenter,
div.artists div#artist div.colRight {
	float: left;
	width: 210px;
}

div.artists div#artist div.colLeft,
div.artists div#artist div.colCenter {
	background: url("../images/all/columns-separator.jpg") right repeat-y;
}


div.artists div#artist div.colLeft,
div.artists div#artist div.colCenter,
div.artists div#artist div.colRight {
	padding: 0 15px;
}

div.artists div#artist div.colRight {
	padding-top: 35px;
}

body.fr div.artists div#artist h4 {
	background: url("../images/artists/artist-h4-background-fr.jpg") left top no-repeat;
	width: 70px;
}

body.en div.artists div#artist h4 {
	background: url("../images/artists/artist-h4-background-en.jpg") left top no-repeat;
	width: 70px;
}

body.fr div.artists div#artist.gallery h4 {
	background: url("../images/artists/gallery-h4-background-fr.jpg") left top no-repeat;
	margin-top: 15px;
	width: 185px;
}

body.en div.artists div#artist.gallery h4 {
	background: url("../images/artists/gallery-h4-background-en.jpg") left top no-repeat;
	margin-top: 15px;
	width: 185px;
}

div.artists div#artist img.photo {
	background: url("../images/artists/artist-img-background.jpg") left top no-repeat;
	display: block;
	height: 120px;
	margin: 10px auto;
	padding: 5px;
	width: 170px;
}

div.artists div#artist div.colLeft p.link {
	margin-top: 10px;
	text-align: center;
}

div.artists p.artistName {
	font-size: 14px;
	margin: 10px 0;
}

div.artists div#artist div.abstract {
	text-align: justify;
}

div.artists div#artist div.colCenter p.link {
	margin-top: 10px;
	text-align: right;
}

div.artists div#artist div.colRight div.topic {
	margin-top: 10px;
}

div.artists div#artist div.colRight div.topic div,
div.artists div#artist div.colRight div.topic div p {
	width: 95px;
}

div.artists div#artist div.colRight div.topic img {
	background: url("../images/artists/artist-topicality-background.jpg") left top no-repeat;
	display: block;
	float: right;
	height: 60px;
	margin: 0 10px;
	padding: 5px;
	width: 85px;
}

div.artists div#artist div.colRight div.audio {
	margin-top: 10px;
	margin-bottom: 15px;
}

div.artists div#artist div.colRight div.audio p {
	margin-bottom: 5px;
}

div.artists div#artist div.colRight div.video {
	margin-top: 10px;
}

div.artists div#artist div.colRight div.video p {
	margin-bottom: 5px;
}

body.fr div.artists div#artists h4 {
	background: url("../images/artists/artists-h4-background-fr.jpg") left top no-repeat;
	width: 75px;
}

body.en div.artists div#artists h4 {
	background: url("../images/artists/artists-h4-background-en.jpg") left top no-repeat;
	width: 75px;
}

div.artists div#artists ul {
	float: left;
	list-style-type: none;
	padding: 0 15px;
}

div.artists div#artists li {
	float: left;
	font-size: 15px;
	height: 30px;
	line-height: 20px;
	margin-bottom: 15px;
	padding: 5px 20px 5px 10px;
	width: 200px;
}

div.artists div#artist.info div.colLeft,
div.artists div#artist.info div.colRight,
div.artists div#furtherData div.colLeft,
div.artists div#furtherData div.colRight {
	float: left;
	width: 320px;
}

div.artists div#furtherData ul.playlist, ul.extras-list {
	list-style-type: none;
}

div.artists div#artist.info div.colLeft p.link {
	margin-bottom: 10px;
	text-align: left;
}

div.artists div#artist.info div.colRight {
	padding: 100px 0 0 20px;
}

div.artists div#furtherData div.colLeft {
	background: url("../images/all/columns-separator.jpg") right repeat-y;
	padding-right: 30px;
}

div.artists div#furtherData div.colRight {
	padding-left: 20px;
}

div.artists div#artist.info div.colRight p.link {
	text-align: center;
}

div.artists div#furtherData div.colLeft div.audio {
	margin-top: 10px;
	margin-bottom: 15px;
}

div.artists div#furtherData div.colLeft div.audio p {
	margin-bottom: 5px;
}

div.artists div#furtherData div.colLeft div.video {
	margin-top: 10px;
}

div.artists div#furtherData div.colLeft div.video p {
	margin-bottom: 5px;
}

div.artists div#furtherData div.colRight div.topic {
	margin-top: 10px;
}

div.artists div#furtherData div.colRight div.topic div,
div.artists div#furtherData div.colRight div.topic div p {
	width: 95px;
}

div.artists div#furtherData div.colRight div.topic img {
	background: url("../images/artists/artist-topicality-background.jpg") left top no-repeat;
	display: block;
	float: right;
	height: 60px;
	margin: 0 10px;
	padding: 5px;
	width: 85px;
}

/* Page : Projects */

body.fr div.projects div#artist h4 {
	background: url("../images/projects/artists-h4-background-fr.jpg") left top no-repeat;
	width: 75px;
}

body.fr div.projects div#artists h4 {
	background: url("../images/projects/artists-h4-background-fr.jpg") left top no-repeat;
	width: 75px;
}

body.fr div.projects div#artist.gallery h4 {
	background: url("../images/projects/gallery-h4-background-fr.jpg") left top no-repeat;
	margin-top: 15px;
	width: 185px;
}

body.en div.projects div#artist h4 {
	background: url("../images/projects/artists-h4-background-en.jpg") left top no-repeat;
	width: 75px;
}

body.en div.projects div#artists h4 {
	background: url("../images/projects/artists-h4-background-en.jpg") left top no-repeat;
	width: 75px;
}

body.en div.projects div#artist.gallery h4 {
	background: url("../images/projects/gallery-h4-background-en.jpg") left top no-repeat;
	margin-top: 15px;
	width: 185px;
}



/* Page : Newsletter */

div.newsletter div#form div.container {
	padding-bottom: 35px;
}

body.fr div.newsletter div#form h4 {
	background: url("../images/newsletter/form-h4-background-fr.jpg") left top no-repeat;
	margin-bottom: 10px;
	width: 270px;
}

body.en div.newsletter div#form h4 {
	background: url("../images/newsletter/form-h4-background-en.jpg") left top no-repeat;
	margin-bottom: 10px;
	width: 270px;
}

div.newsletter div#form form {
	background: url("../images/newsletter/form-background.jpg") right bottom no-repeat;
	margin-top: -60px;
	padding-bottom: 30px;
	padding-top: 80px;
}

div.newsletter div#form fieldset#fieldset-newsletter {
	width: 400px;
}

div.newsletter div#form form fieldset#fieldset-first label,
div.newsletter div#form form fieldset#fieldset-first input,
div.newsletter div#form form fieldset#fieldset-first textarea {
	display: block;
	float: left;
	margin-bottom: 3px;
}

div.newsletter div#form form fieldset#fieldset-first label {
	clear: left;
	line-height: 20px;
	width: 150px;
}

div.newsletter div#form form fieldset#fieldset-first input {
	height: 20px;
	width: 225px;
}

div.newsletter div#form form fieldset#fieldset-first textarea {
	height: 100px;
	width: 225px;
}


/* Page : Contact */

div.blog div#blog h4 {
	background: url("../images/blog/blog-h4-background.jpg") left top no-repeat;
	width: 60px;
}

div.blog div#blog div.colLeft {
	float: left;
	padding-right: 20px;
	width: 490px;
}

div.blog div#blog div.colRight {
	background: url("../images/all/columns-separator.jpg") left repeat-y;
	float: left;
	height: auto;
	min-height: 300px;
	padding: 40px 0 0 20px;
	width: 170px;
}

*:first-child+html div.blog div#blog div.colRight {
	height: 300px;
}

div.blog div#blog ul.posts {
	list-style-type: none;
}

div.blog div#blog li.post,
div.blog div#blog.post {
	margin-bottom: 50px;
	text-align: justify;
}

div.blog div#blog li.post h5,
div.blog div#blog.post h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

div.blog div#blog li.post div.body,
div.blog div#blog.post div.body {
	padding-right: 15px;
}

div.blog div#blog li.post div.body *,
div.blog div#blog.post div.body * {
	padding: 3px 0;
}

div.blog div#blog ul.archives {
	list-style-type: none;
	margin-top: 10px;
}

div.blog div#blog ul.archives li {
	margin-bottom: 5px;
}

div.blog div#blog ul.archives li a {
	background: url("../images/all/menu-li-background.jpg") left no-repeat;
	color: #d07e07;
	display: block;
	font-size: 12px;
	text-decoration: none;
	text-indent: 38px;
	text-transform: capitalize;
}

div.blog div#blog ul.archives li a.selected {
	font-weight: bold;
}

div.blog div#blog ul.archives li a:hover {
	text-decoration: underline;
}

div.blog ul#pagination {
	list-style-type: none;
	margin-top: 30px;
	text-align: center;
}

div.blog ul#pagination li {
	display: inline;
	padding: 5px;
}



/* Page : Contact */

div.contact div#coordinates h4 {
	background: url("../images/contact/coordinates-h4-background.jpg") left top no-repeat;
	width: 85px;
}

div.contact div#coordinates div.colLeft,
div.contact div#coordinates div.colRight {
	float: left;
	width: 350px;
}

div.contact div#coordinates div.colRight {
	background: url("../images/all/columns-separator.jpg") left repeat-y;
	padding: 40px 0 0 20px;
}

div.contact div#coordinates p {
	background: url("../images/contact/coordinates-p-background-bottom.jpg") left bottom no-repeat;
	margin-bottom: 7px;
	padding-bottom: 3px;
	width: 210px;
}


body.fr div.contact div#form h4 {
	background: url("../images/contact/form-h4-background-fr.jpg") left top no-repeat;
	margin-bottom: 10px;
	width: 205px;
}

body.en div.contact div#form h4 {
	background: url("../images/contact/form-h4-background-en.jpg") left top no-repeat;
	margin-bottom: 10px;
	width: 205px;
}

div.contact div#form form {
	background: url("../images/contact/form-background.jpg") right top no-repeat;
	margin-top: -60px;
	padding-top: 80px;
}

div.contact div#form fieldset#fieldset-contact {
	width: 400px;
}

div.contact div#form form fieldset#fieldset-first label,
div.contact div#form form fieldset#fieldset-first input,
div.contact div#form form fieldset#fieldset-first textarea {
	display: block;
	float: left;
	margin-bottom: 3px;
}

div.contact div#form form fieldset#fieldset-first label {
	clear: left;
	line-height: 20px;
	width: 150px;
}

div.contact div#form form fieldset#fieldset-first input {
	height: 20px;
	width: 225px;
}

div.contact div#form form fieldset#fieldset-first textarea {
	height: 100px;
	width: 225px;
}

