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

/*DEFAULT*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	text-align:justify;
}

img{
	border:none;
}

* {
	margin:0;
	padding:0;
}

a {
	color:#751f20;
	text-decoration:none;
}

a:hover {
	color:#751f20;
	text-decoration:underline;
}

h1{
	margin:0 0 0 0;
	text-align:left;
	text-transform:uppercase;
	color:#3f2b21;
	font-size:18px;
}

h2{
	margin:0 0 0 0;
	text-transform:uppercase;
	color:#741d1e;
	font-size:14px;
}

/*DIV PRINCIPAUX*/
#global {
	position:absolute;
	left:50%;
	top:0px;
	width:990px;
	height:auto;
	z-index:1;
	margin-left: -495px;
	background-image: url(../images/spacer-bg.jpg);
	background-repeat: repeat-y;
	min-height:1200px;
}
#column-left{
	position:relative;
	top:0px;
	left:0px;
	width:686px;
	height:auto;
}

/*SIDEBAR*/
#sidebar{
	position:absolute;
	top:0px;
	left:686px;
	width:304px;
	height:auto;
}

/*video*/
#video{
	float:left;
	width:300px;
	height:auto;
}
#cd{
	float:left;
	width:300px;
	height:auto;
	text-align:center;
}
#newsletter{
	float:left;
	width:300px;
	height:auto;
	margin-top:20px;
}

#facebook{
	float:left;
	width:300px;
	height:auto;
	margin-top:40px;
}
#shop{
	float:left;
	width:300px;
	height:auto;
	text-align:center;
	margin-top:20px;
}

/*HEADER*/
#header{
	float:left;
	width:686px;
	height:460px;
	left:0px;
	top:0px;
	z-index:2;
}

.flag-hovers:hover {
opacity:0.7;
}

.flag-hovers {
opacity:1;
}

/*drapeaux*/
#drapeaux{
	position:absolute;
	width:107px;
	height:26px;
	left:14px;
	top:0px;
	z-index:3;
	background-image:url(../images/drapeau-bg.jpg);
}
#fr{
	float:left;
	width:27px;
	height:16px;
	margin-right:7px;
	margin-left:7px;
	margin-top:5px;
}
#en{
	float:left;
	width:27px;
	height:16px;
	margin-right:7px;
	margin-top:5px;
}

#po{
	float:left;
	width:23px;
	height:16px;
	margin-top:5px;
}
		
	
/*NEWS*/
#news{
	float:left;
	width:640px;
	height:auto;
	margin-left:15px;
	margin-top:10px;
	/*background-color:#fff;*/
}

#titre{
	float:left;
	width:640px;
	height:auto;
	margin-left:15px;
	background-color:#fff;
	padding:0;
	margin:0;
	}

#content{
	/*float:left;*/
	width:640px;
	height:auto;
	margin-top:25px;
	text-align:justify;
}

#sep{
	float:left;
	width:640px;
	height:10px;
	margin-top:20px;
	background-image:url(../images/sep.gif);
	background-repeat:repeat-x;
	margin-left:15px;
}

.vignette{
	float:left;
	margin-right:10px;
	height:auto;
	width:160px;
	border:3px solid #3f2b21;
	padding:0;
	margin:0x;
}


/*FOOTER*/
#footer{
	position:absolute;
	width:990px;
	height:40px;
	top:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	padding-top:2px;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#999999;
	/*text-decoration:underline;*/
}

#footernav ul {
	padding:0 0 0 100px;
	margin:0;
}

#footernav ul li {
	float:left;
	list-style-type:none;
	margin:0 15px;
}

ul li {
	list-style-image:none;
	list-style-type:none;
}

#footernav ul li a {
	display:block;
	height:35px;
}

.hidden {
	text-indent:-9999px;
}

#footernav ul li.nav01 a {
	background:transparent url(../images/sonymusic.gif) no-repeat scroll 0 0;
	width:40px;
}

#footernav ul li.nav02 a {
	background:transparent url(../images/columbia.gif) no-repeat scroll 0 0;
	width:40px;
}

#footernav ul li.nav03 a {
	padding-top:12px;
}

#footernav ul li.nav04 a {
	padding-top:12px;
}



#gallery {
	float:left;
	margin-top:30px;
}

#gallery ul {

}

#gallery ul li {
	float:left;
	list-style-type:none;
	margin:15px 5px 0px 15px;
}

.mini {
	border:3px solid #000000;
	height:80px;
	width:auto;
}

.mini:hover {
	border:3px solid #3F2B21;
}

