@charset "utf-8";
/* CSS Document */
body,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
img {border:0;}
a { text-decoration:none; }
body {
	background-color:#0a0e23;
	color:#fff;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

table {
	width:90%;
}

td {
	margin:0 auto;
	float:none;
	font-size:11px;
	padding:5px;
	padding-top:5px;
	text-align:justify;
}

td img {
/*
	width:150px;
	height:130px;*/
}

#global {
	margin:0 auto;
	width:1024px;
	height:757px;
	background-repeat:no-repeat;
	background:url(../img/bg.jpg);
}
#header {
	position:relative;
	float:left;
	width:1024px;
	height:110px;	
}
#menu {
	float:right;
	width:auto;
	height:40px;
	padding-right:30px;
	padding-top:5px;
}
#main {
	position:relative;
	margin:0 auto;
	width:auto;	
	height:549px;
}
#main_boutique {
	position:relative;
	float:none;
	width:945px;
	height:525px;
	margin-left:50px;
	margin-top:25px;	
	background-repeat:no-repeat;
	background:url(../img/board_boutique2.png);
}
#main_boutique_txt{
	position:relative;
	margin:0 auto;
	margin:50px;
	margin-top:-5px;
	width:870px;	
	height:397px;
	overflow-y:auto;
}
#main_left {
	position:relative;
	float:left;
	width:239px;
	height:inherit;
}
#main_left_txt{
	position:relative;
	margin:0 auto;
	left:12px;	
	top:170px;
	font-size:15px;
}

#main_left img{
	position:relative;
	float:left;
	left:12px;
	top:148px;
	/*height:inherit;*/
}
#main_right {
	position:relative;
	float:left;
	width:785px;
	height:550px;
	background-repeat:no-repeat;
	background:url(../img/board.png);
}
#main_right_txt{
	position:relative;
	margin:0 auto;
	margin-top:30px;
	width:651px;	
	height:402px;
}
#footer {
	position:relative;
	margin: 0 auto;
	text-align:center;
	width:auto;
	height:38px;
	font-size:10px;
	margin-top:10px;	
}
.courriel {
	position:relative;
	color:#cd7b3c;
	font-size:16px;
	margin:0 auto;
	margin-left:20px;
	top:210px;
}
.courriel a{
	color:#cd7b3c;
	text-decoration:underline;	
}
.Entreprise {
	position:relative;
	float:left;
	left:52px;
	top:44px;
	/*height:20px;
	width:120px;*/
}
.Disques {
	position:relative;
	float:right;
	right:52px;
	top:34px;
	/*height:inherit;*/
}
.clearfloat {
	clear:both;
	line-height:0;
}
