/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********************************************************************/

html {
	background: #92a5ff url(images/comptine.png) no-repeat center top;
}

body {
	background: #92a5ff url(images/tile.png) repeat-y center top;
	width: 873px;
	font: 12px/1.6em "Comic Sans", "Comic Sans MS", arial;
	margin: 0 auto;
}

p {
	font-size: 1.2em;
	margin: 1em 0px .5em;
}

#page {
	padding: 1px 30px 30px;
	background: url(images/comptine.png) no-repeat center top;
}

#header {
	text-align: center;
	padding: 0;
}

#logo {
	text-indent: -999em;
	background-image: url(images/logo.gif);
	width: 597px;
	height: 88px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#logo a {
	width: inherit;
	height: inherit;
	display: block;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color: #0d35cd;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	color: navy;
	margin-bottom: 1ex;
}

h2 {
	font-weight: bold;
	color: teal;
	font-size: 1.4em;
}

h3 {
	font-weight: bold;
	font-size: 1.1em;
}

p, form {
	margin-top: 1em;
}

address {
	text-align: center;
}

fieldset {
	padding: 2ex;
	width: 30em;
	margin: 0 auto 2ex;
	border: 2px groove silver;
}

textarea {
	height: 15em;
	width: 100%;
}

fieldset input[type='submit'] {
	float: right;
}

.loading {
	background: url(/images/icons/loading.gif) no-repeat 6px;
	padding: 0 0 0 30px;
	margin-top: 0;
}

#menu {
	padding: 5px 0;
	margin: 12px auto;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5em;
}

#menu a:hover, #menu a:active {
	color: red;
	text-decoration: none;
}

#menu .selected {
	color: red;
	text-decoration: none;
	text-shadow: #333 1px 1px 1px;
}

#menu li {
	display: inline;
	margin: 0 10px;
}

#content {
	min-height: 96ex;
	padding: 0;
}

#sidebar {
	width: 250px;
	float: left;
}

#search {
	text-align: center;
}

#list {
	overflow: auto;
	min-height: 10em;
	height: 46em;
	margin: 0 0 2ex;
	padding-left: 0;
}

#list ul {
	list-style-image: url(images/bullet.png);
	list-style-type: square;
	margin: 0;
	padding-left: 25px;
}

.icon {
	display: inline;
	background: transparent no-repeat 0 bottom;
	margin-left: 2px;
	padding-left: 15px;
	overflow: visible;
	vertical-align: bottom;
}

.icon span {
	display: none;
}

#list .mp3 {
	background-image: url(/images/petit_son_mp3.gif);
}

#list .partition {
	background-image: url(/images/petit_partition.gif);
}

.new {
	padding-left: 47px;
	background-image: url(/images/new.gif);
}

.img-shadow {
	float:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.nouveautes {
	list-style-type: none;
	padding: 0;
}

.nouveautes li {
	display: block;
	float: left;
	text-align: center;
	width: 160px;
	height: 200px;
	margin: 0 10px;
}

.nouveautes a {
	width: 140px;
	height: 105px;
	font-weight: bold;
	font-size: 1.1em;
}

.nouveautes img {
	width: 140px;
	height: 105px;
}

.nouveautes .date {
	display: block;
	width: 160px;
	font-size:0.9em;
}

/* @group Ressources */

#resources {
	padding: 0;
	margin: 0 0 2ex;
}

#resources li {
	display: inline;
}

#resources li.mp3 a {
	background: url(/images/icons/music.png) no-repeat 5px;
}

#resources li.print a {
	background: url(/images/icons/printer.png) no-repeat 5px;
}

#resources li.pdf a {
	background: url(/images/icons/page_white_acrobat.png) no-repeat 5px;
}

#resources li.permalink a {
	background: url(/images/icons/bookmark.png) no-repeat 5px;
}

#resources li a {
	border: 1px outset blue;
	padding: 3px 8px 3px 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#resources li a:hover {
	color: white;
	border: 1px inset blue;
	background-color: #7e6aff;
	text-decoration: none;
}

.fb-like {
	border: none;
	margin: -13px 1px;
	width: 180px;
	height: 30px;
}



/* @end */

/* @group Comptine */

#comptine {
	margin-left: 270px;
	width: 553px;
}

#comptine object {
	margin-bottom: 10px;
}

img.comptine {
	margin: 1em 10px 0 0;
	float: right;
	clear: right;
}

#credits {
	margin-top: 5ex;
	font-style: italic;
}

.paroles {
	font-size: 1.2em;
}

.refrain {
	font-weight: bold;
	color: teal;
}

.youtube-player {
	width: 425px;
	height: 344px;
}

.music-score {
	max-width: 500px;
	margin: 1em 0;
}

/* @end */

/* @group Livre d'or */

.date {
	font-size: 1.3em;
	line-height: 2.5em;
	clear: both;
}

.message {
	font-size: 1.2em;
	padding: 0 30px;
	text-align: justify;
}

.auteur {
	font-style: italic;
	text-align: right;
	font-size: 1.4em;
}

.reponse {
	color: teal;
	font-size: 1.3em;
}

.reponse + .message {
	font-style: italic;
	color: teal;
}

.NB {
	font-size: .9em;
	font-style: italic;
	font-variant: small-caps;
}

#envoi {
	text-align: center;
}



/* @end */

/* @group Liens */

#liens h1 {
	margin: 1em 0 0.8em;
}

#liens li {
	list-style-type: none;
	display: inline-block;
	width: 370px;
	height: 92px;
	margin-bottom: 2em;
}

#liens img {
	height: 82px;
	width: 111px;
	border: 1px solid silver;
}

#liens .name {
	position: absolute;
	padding: 5px 0 0 5px;
	font-size: .9em;
	width: 220px;
}

#liens .count {
	position: absolute;
	padding: 80px 0 0 5px;
	font-size: .8em;
	font-style: italic;
}

#liens .icon {
	height: 11px;
	position: absolute;
	margin: 30px 0 0 135px;
}



/* @end */

/* @group Boutique */

p.partner {
	text-align: center;
	font-style: italic;
	font-size: 1.2em;
}

.boutique li {
	list-style-type: none;
	display: block;
	clear: both;
	margin-bottom: 3em;
}

.boutique img {
	float: left;
	margin-bottom: 1em;
	margin-right: 1em;
}

.boutique p {
	margin-left: 190px;
}

.boutique p.titre {
	font-size: 1.5em;
	margin-left: 1em;
}

.boutique p.prix {
	font-size: 1.3em;
}

#jeux {
	margin-top: 30px;
	margin-left: 50px;
}

#jeux ul {
	list-style-type: none;
	padding: 0;
}

#jeux li {
	display: block;
	float: left;
	text-align: center;
	width: 160px;
	height: 180px;
	margin: 0 10px;
}

#jeux img {
	width: 140px;
	height: 105px;
}


/* @end */

#footer {
	text-align: center;
	width: 100%;
	clear: both;
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed gray;
}

#footer img {
	border: 1px outset silver;
}