@charset "UTF-8";
/* CSS Document */


/* Page */

html, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

html {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
body {
	margin-top:10px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:30px;
	padding: 0em; /* Remettre à zéro si nécessaire. */
    /* Pensez à utiliser une collection de polices (2), par ex:
    font-family: Arial, Helvetica, FreeSans, sans-serif; */
    font-size: .8em; /* À adapter pour la police choisie. (3) */
    line-height: 1.4; /* À adapter au design. (4) */
    color: #565656;
    background: white;
	text-align: center; 

}

/* Titres */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: normal; /* Valeur par défaut. (6) */
    font-style: normal;
}
h1 {
    font-size: 1.75em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.25em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: 0;
    padding: 0;
}

/* Paragraphes */
p {
    margin:0; /* Marges plus faibles que par défaut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: none;
	font-family: inherit;
	font-size:inherit;
	color: black;
}

a:link {
    color: black;
	font-family: inherit;
	font-size:inherit;
}

a:visited {
    color:black;
	font-family: inherit;
	font-size:inherit;
}

a:hover, a:focus, a:active {
	text-decoration: underline;
	color:#9c1717;
	font-family: inherit;
	font-size:inherit;
}

a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}






/* --- --- */







.fond_colonne_gauche {
	width: 700px;
	min-height:500px;
	margin: 0;
	padding: 0;
	background: url(images/fond_colonne_gauche.gif) repeat-y;
	z-index:1;
}


/* --- haut de page (titre + langues) --- */


.titre_langues {
	position: relative;
	margin-top:-10px;
	margin-left: 108px;
	margin-right: 15px;
	padding-bottom: 15px;
	width: 577px;
	z-index:10;
}

.titre {
	float: left;
}

.titre h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#a93636;
	font-weight: 100;
}

.langues {
	float: right;
	margin-right:6px;
}

.langues img{
	display:inline;
	margin-top:14px;
}

.langues a, a:hover{
	text-decoration:none;
	border: 0px;
}




/* --- PAGE BIOGRAPHIE --- */



.content {
	clear:both;
	position: relative;
	margin-left: 108px;
	margin-right: 15px;
	padding-bottom: 15px;
	width: 577px;
	min-height:500px;
	z-index:10;
}

#text {
	float:left;
	display:block;
	position:relative;
	width: 360px;
	text-align:left;
}

#text table {
	display: block;
	position: relative;
	text-align:left;
}

#fond_text {
	background-image: url(images/fond_text_content.gif);
	background-repeat: repeat-y;
	width: 360px;
	min-height: 250px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#fond_text p {
	width:327px;
	text-align: justify;
	margin-left: 10px;
	margin-bottom: 10px;
}

#fond_text h2 {
	width:327px;
    font-size: 1.2em;
	font-weight:bold;
	margin-left: 10px;
	padding-bottom:20px;
	padding-top:5px;
}

#text_photos {
	position:relative;
	float: right;
	width: 217px;
}

#text_photos img{	
	margin-top: 2px;
	margin-bottom: 10px;
}

.clear { 
clear: both; 
} 




/* COLONNE DE DROITE + FOOTER */

.table_droite {
	float:right;
}

.colonne_droite {
	float: right;
	width: 230px;
	min-height: 500px;
}

#titre_colonne_droite {
	margin-bottom: 20px;
}

.newsletter {

}

.separation  {
	width:210px;
	margin-bottom: 30px;
	margin-top: 30px;
}

input#email {
	width:130px;
	height:14px;
	margin-top:15px;
	margin-right:5px;
	margin-left:15px;
}

.submit input{
float:right;
margin-top: -21px;
}


.telechargement ul {
	font-family: inherit;
	list-style-image: url(images/puce.gif);
	list-style-position: outside;
	line-height:22px;
	margin-left:32px;
}


.pedagogie ul {
	font-family: inherit;
	list-style-image: url(images/puce.gif);
	list-style-position: outside;
	line-height:22px;
	margin-left:32px;
}


.mentions_legales {
	font-family: inherit;
	font-size: inherit;
	text-align:center;
	line-height: 22px;
}







/* PAGE DISCOGRAPHIE */

#content_disco {
	clear:both;
	position: relative;
	margin-left: 109px;
	margin-right: 15px;
	padding-bottom: 15px;
	width: 568px;
	min-height:500px;
	z-index:10;
}

#disque_actuel {
	background-image:url(images/fond_page_disco_content.gif);
	background-repeat: repeat-y;
	width: 568px;
	min-height: 250px;
	margin: 0;
	padding: 0;
	z-index: 1;		
}

#disque_actuel p {
	width:545px;
	text-align: justify;
	margin-left: 13px;
	padding-bottom: 20px;
}

#disque_actuel h2 {
	width:545px;
    font-size: 1.2em;
	font-weight:bold;
	margin-left: 10px;
	padding-bottom:20px;
	padding-top:5px;
}

#disque_actuel img {
	margin-left: 20px;
	margin-bottom:10px;
	margin-right:13px;
	float:right;
}

#achat_disque {
	width: 284px;
	float:left;
}

#ecoute_disque {
	width: 284px;
	float:right;
}

#achat_disque ul {
	list-style-image:url(images/page_disco_puce.gif);
	margin-left: 30px;
	font-weight:bold;
}

#ecoute_disque ul {
	list-style-image:url(images/page_disco_puce.gif);
	margin-left: 30px;
	font-weight:bold;
}


#achat_disque img {
	float:left;
}

#achat_disque a:hover img {
	border:solid;
	border-color:#666666;
	border-width:1px;
}

#liste_disques {
	background-image:url(images/fond_page_disco_content.gif);
	background-repeat: repeat-y;
	width: 568px;
	min-height: 250px;
	margin: 0;
	padding: 0;
	z-index: 1;		
}





#petitdisque {
	width: 150px;
	padding-left: 30px;
	padding-bottom: 20px;
	height: 170px;
	display: inline-block;
	float: left;
}

#disquelien img {
	border: 3px solid #f6f6f6;
}

#disquelien img {
	margin-bottom: 5px;
}

#disquelien img:hover {
	border: 3px solid #CECECE;
}









/* PAGE ACTUALITÉS */


#actualites {
	background-image:url(images/fond_page_disco_content.gif);
	background-repeat: repeat-y;
	width: 568px;
	min-height: 250px;
	margin: 0;
	padding: 0;
	z-index: 1;		
}

#actualites p {
	width:545px;
	text-align: justify;
	margin-left: 11px;
	padding-bottom: 5px;
	padding-top:10px;
}

#actualites h2 {
	width:545px;
    font-size: 1.2em;
	font-weight:bold;
	margin-left: 10px;
	padding-bottom:20px;
	padding-top:5px;
}

#actualites img {
	margin-left: 20px;
	margin-bottom:10px;
	margin-right:20px;
	float:right;
}

#actualites ul {
	list-style-image:url(images/page_disco_puce.gif);
	margin-left:27px;
	font-size:1.2em;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:20px;
}








/* PAGE MEDIAS : reprendre la page disco + les css et scripts de la page medias du site de Didier */


#liste_videos {
	background-image:url(images/fond_page_disco_content.gif);
	background-repeat: repeat-y;
	width: 568px;
	min-height: 210px;
	margin: 0;
	padding: 0;
	z-index: 1;		
}


#photos_medias {
	background-image:url(images/fond_page_disco_content.gif);
	background-repeat: repeat-y;
	width: 568px;
	min-height: 500px;
	margin: 0;
	padding: 0;
	z-index: 1;		
}

#photos_medias p {
	width:545px;
	text-align: justify;
	margin-left: 13px;
	padding-bottom: 20px;
}

#photos_medias h2 {
	width:545px;
    font-size: 1.2em;
	font-weight:bold;
	margin-left: 10px;
	padding-bottom:20px;
	padding-top:5px;
}

#photos_medias img {
	margin-left: 20px;
	margin-bottom:10px;
	margin-right:13px;
	float:right;
}


#photos_centre {
	text-align:center;
}



#petitdisque {
	width: 150px;
	padding-left: 30px;
	padding-bottom: 20px;
	height: 170px;
	display: inline-block;
	float: left;
}

#disquelien img {
	border: 3px solid #f6f6f6;
}

#disquelien img {
	margin-bottom: 5px;
}

#disquelien img:hover {
	border: 3px solid #CECECE;
}









/* PAGE CONTACT */

#tilt-contact #main form
{
	width:500px;
}
	
	#tilt-contact #main form label
	{
		display:block;
		float:left;
		width:125px;
		text-align:right;
		padding:4px 5px 0 0;
	}
	
	#tilt-contact #main form p
	{
		clear:both;
		margin:0 0 5px 0;
	}
	
	#tilt-contact #main form select
	{
		color:#494946;
		width:342px;
		padding:0 0 0 5px;
		border:1px solid #c5c6bd;
	}

	
	#tilt-contact #main form input {
		color:#494946;
		width:330px;
		padding:2px 5px;
		border:1px solid #c5c6bd;
		font-family: Arial, Sans-serif;
	}
	
	#bouton {
		padding-left:165px;
	}
	#tilt-contact #main form textarea
	{
		color:#494946;
		width:330px;
		height:75px;
		padding:2px 5px;
		font-family: Arial, Verdana, sans-serif;
		font-size:11px;
		font-weight:normal;
		border:1px solid #c5c6bd;
	}


	#tilt-contact #main form .envoyer button { 
		cursor:pointer; border:none; background:transparent; 
	}
	
	.fond_colonne_gauche_contact {
	width: 700px;
	min-height:250px;
	margin: 0;
	padding: 0;
	background: url(images/fond_colonne_gauche.gif) repeat-y;
	z-index:1;
}


#content_disco_contact {
	clear:both;
	position: relative;
	margin-left: 109px;
	margin-right: 15px;
	padding-bottom: 15px;
	width: 568px;
	min-height:250px;
	z-index:10;
}
