/* Document CSS LGFolio.net - Commun */

body {
	background: url(../img/fond.jpg);
	margin: 0;
	font: normal 13px Georgia, Trebuchet, "Times New Roman", Times, serif;
}

#page {
	width: 905px;
	margin: auto;
}

#info-meta {
	position: absolute;
	top: -9000px;
	width: 500px;
}

#div_01 {
	width: 528px;
	height: 93px;
	background: url(../img/img_01.jpg);
	float: left;
}

#div_02 {
	width: 224px;
	height: 93px;
	background: url(../img/img_03.jpg);
	float: left;
}

#div_03 {
	width: 283px;
	height: 176px;
	background: url(../img/img_04.jpg);
	float: left;
}

#div_04 {
	width: 622px;
	height: 176px;
	background: url(../img/img_06.jpg);
	float: left;
}

#div_05 {
	width: 180px;
	height: 80px;
	background: url(../img/img_07.jpg);
	float: left;
}

#conteneur_01 {
	width: 103px;
	height: 80px;
	float: left;
}

#div_06 {
	width: 100%;
	height: 46px;
	background: url(../img/img_08.jpg);
	float: left;
}

a.fr {
	display: block;
	width: 37px;
	height: 34px;
	background: url(../img/img_flagfr.jpg);
	background-position: top;
	float:left;
}
a.fr:hover {
	background-position: bottom;
}
a.en {
	display: block;
	width: 36px;
	height: 34px;
	background: url(../img/img_flaguk.jpg);
	background-position: top;
	float:left;
}
a.en:hover {
	background-position: bottom;
}

#div_07 {
	width: 30px;
	height: 34px;
	background: url(../img/img_15.jpg);
	float:left;
}

#div_08 {
	width: 213px;
	height: 80px;
	background: url(../img/img_13.jpg);
	float: left;
}

#conteneur_02 {
	background: url(../img/img_20.png) repeat-y;
	overflow:hidden;
	clear:both;
}

#div_09 {
	background: url(../img/img_17.jpg) no-repeat;
}

p {
	margin: 0 160px 0 220px;
	padding: 6px 0 6px 0;
	color: black;
	text-align: justify;
}

.note {
	color: #666;
	font-style: italic;
	font-size: 11px;
}

p a {
	color: #f90;
	text-decoration: none;
	border-bottom: 1px dotted #f90;
}
p a:hover {
	color: red;
	border-bottom: 1px solid red;
}

.titre_rubrique {
	width: 100%;
	height: 56px;
	background: url(../img/img_titrerubvide.png) no-repeat;
}

h1 {
	margin: 0;
	padding: 29px 0 0 50px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
}
h1:first-letter {
	font-size:19px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #333;
	margin: 6px 0 0 195px;
	/*border-bottom:1px dotted #fc6;
	width: 545px;*/
}

.infobulle {
	position: absolute;	
	visibility : hidden;
	/*border: 1px solid #f90;*/
	padding: 6px;
	font-size: 11px;
	color: #ffc; /*#333*/
	background-color: #333; /*#fc6*/
	/*transparence*/
	filter:alpha(opacity=90);  	/*filtre propriétaire d’IE*/
	-moz-opacity:0.90; 			/*filtre propriétaire de Mozilla/Firefox*/
	opacity: 0.90; 				/*CSS3*/
}

.top {
	text-align: right;
	padding: 6px 160px 0 0;
	clear: both;
}
.top img {
	border: 0;
}

.galerie {
	width: 380px;
	margin: 6px 0 12px 220px;
}
.galerie a {
	width: 48px;
	height: 48px;
}
.galerie img {
	border: 0;
	margin: 0 2px 2px 0;
	cursor: pointer;
}

#lecteur_video {
	text-align:center;
}

#form_musiques {
	width: 150px;
	margin: 6px 0 0 220px;
	float: left;
}
#form_musiques select {
	background-color: #333;
	color: #ffc;
	border: 0;
}
#form_musiques p {
	margin: 0;
	padding: 0;
}
#dewplayer {
	width: 200px;
	margin-top: 6px;
	float: left;
}

#form_liens select {
	background-color: #333;
	color: #ffc;
	border: 0;
}

#footer p {
	margin: 0;
	padding: 60px 0 0 0;
	text-align: center;
	color: white;
	font-size: 11px;
}
#footer p a {
	color: white;
	border: 0;
}
#footer p a:hover {
	border-bottom: 1px solid white;
}
#footer img {
	border: 0;
}
.logo {
	margin: 6px 0 0 0;
	text-align: center;
}
.logo a {
	border: 0;
}

