/* CSS Document */
html, body {
	text-align: center; /* Alignement horizontal dans Internet Explorer */
	margin: 0;
	padding: 0;
	height:100%;
	width:100%;
}
body{
	background:#4f3e5f;
}



.Jack01
{
	background:#FFFFFF;
}


/*************************************BLOCK*/

#conteneur {
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto;
	text-align: left;
	position:relative;
}
#header{
	width:100%;
	height:190px;
	margin:0 auto;
	padding:0;
	display:block;
	position:relative;
	}

#center{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 0 0 0;
	display:block;
	position:relative;
	text-align: left;
	background:#FFFFFF url(../dragon-graphisme/commun/centerBackTop.jpg) top left repeat-x;
	clear:both;
}
#centerBackBottom{
	width:100%;
	padding-bottom:45px;
	background: url(../dragon-graphisme/commun/centerBackBottom.jpg) bottom left repeat-x;
}
#footer{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 0 20px 0;
	display:block;
	clear:both;
	background:#4f3e5f url(../dragon-graphisme/commun/footerBack.jpg) repeat-x top center;
	position:relative;
}

.mainTab{
	width:940px;
	height:auto;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
	display:block;
	position:relative;
	text-align:left;
	vertical-align:top;
	clear:both;
}

/*************************************FIX*/

.separateur{
	clear:both;
}

.clearFix{
	clear:both;
	visibility:hidden;
	width:auto;
}

/******************************************** liens */
a {
	color:#000;
	text-decoration:none;
}
a:hover
{
	color:#CC0000;
}

/*************COULEUR********************/
.orange
{
	color:#CC0000;
	font-weight:bold;
}
/*************IMAGES & LEGENDES**********/
img
{
	margin:5px 0;
	padding:0;
	display:block;
	clear:both;
}
.imgLegend, .tabLegend
{
	font: 12px Arial, Helvetica, sans-serif, Verdana;	
	color:#999999;
	font-style:italic;
	margin:2px 0 5px 0;
	padding:2px 0 5px 0;
}
