@charset "UTF-8";

/* GLOBAL */

body {
	background: #eb701d url(../.images/fond-degrade-orange.png) repeat-x left top;
}

/* LOGO ET LIEN RETOUR */

p#logo {
	margin: 20px 0 20px 0;
}

/* BLOC DE CONTENU DE LA PAGE */

div#contenu {
	margin: 0 0 75px 40px;
}
div#contenu-tete {
	height: 40px;
	background-repeat: no-repeat;
	background-position: left top;
}
div#contenu-tete.info {
	background-image: url(../.images/info-bloc-tete-info.png);
}
div#contenu-tete.plus {
	background-image: url(../.images/info-bloc-tete-plus.png);
}
div#contenu-corps {
	overflow: hidden;
	background: url(../.images/info-bloc-corps.png) repeat-y left top;
}
div#contenu-corps div.fond {
	margin: 0 22px;
	padding: 1px 18px 1px 23px;
	background: black;
	color: #eee;
}
div#contenu-corps div.fond *:first-child {
	margin-top: 0;
}
div#contenu-pied {
	height: 30px;
	background: url(../.images/info-bloc-pied.png) no-repeat left bottom;
}

/* TEXTE */

div#contenu h1 {
	margin-bottom: 1.2em;
	text-align: center;
	font-size: 1.4em;
	font-variant: small-caps;
}
div#contenu h2 {
	font-size: 1.2em;
	font-variant: small-caps;
}
div#contenu h3 {
	margin: .8em 0 0 0;
	font-size: 1em;
	font-weight: normal;
	color: orange;
}
div#contenu h3+p, div#contenu h3+ul {
	margin-top: .1em;
}
div#contenu ul {
	margin: .5em 0;
	padding-left: 18px;
}

/* BLOCS DE TEXTE */

.intro {
	margin-bottom: 20px;
}
div.contenu2col1 {
	float: left;
	width: 50%;
}
div.contenu2col2 {
	margin-left: 60%;
}
.large {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}
.savoir-plus {
	text-align: center;
	color: #ff6;
}

/* PAGE DES ALBUMS */

div.bloc-album {
margin-bottom: 10px;
min-height: 210px;
width: 49.5%;
float: left;
text-align: center;
}
div.bloc-album img.pochette {
	/*display: block;
	margin: 0 auto;*/
	padding: 2px;
	border: solid 1px #885511;
}
div.bloc-album h2 {
	margin: .3em 10px .3em 0;
}
div.bloc-album p {
	margin: 0;
}

