html, body {
	height: 100%; /* Voir -> Note 1 ci-dessous */
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}

body {
	padding: 0;
	background-image:url(../img/grib.png);
	background-repeat:no-repeat;
	background-color:#f1f1f1;}




h2 {
	padding: 50px 00px 0px 40px;
	font-size:19px;
	font-weight:bold;
	color:#414141;
	line-height:6px;}





#global {
	min-height: 100%; /* -> 1 */
	width: 775px;
	overflow: hidden; /* -> 2 */
	margin-left: auto;
	margin-right: auto; /* -> 3 */}

#entete {
	padding: 60px 0px 0px 0px;}





#contenu {
	color: #505050;
	
	border:solid;
	border-width:2px;
	border-color:#505050;
	
	-moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px; 
    border-radius: 10px;
	behavior: url(border-radius.htc);}

#contenu a {
	color: #000;
	text-decoration:none;}
	
#contenu p {
	padding: 0px 10px 0px 40px;}
	
#contenu a img {
	border:solid;
	border-width:2px;
	border-color:#505050;}
	
#contenu a img:hover, #contenu a img:focus {   
	border:solid;
	border-width:2px;
	border-color:#72ca99;}
	
#contenu a:hover, #contenu a:focus {
	color: #828282;}


#photo {
	margin-right:10px;}
	
#photo li {
	display: inline;
	padding: 0px 2px 0px 0px;}

#photo a img{
	margin-bottom:5px;}
	
#photo ul {
	margin-right: 0px;
	list-style: none;}




#jwplayer {
	margin-left: 62px;
	margin-top:30px;
	border:none;
	}


#player {
	text-align:left;
	margin-left:33px;
	margin-top:85px;
	border:none;}
	
#pochette {
	text-align:right;
	margin-right:30px;}

#mp3 {
	text-align:right;
	margin-right:30px}






#copyright{
	color: #505050;
	text-align:right;}

#copyright a {
	color: #2f2f2f;
	text-decoration:none;}

#copyright a:hover, #contenu a:focus {
	color: #828282;}



