	BODY {
		background-color:#c80000;
		background-image:url('img/background.jpg');
		background-position:50% 0%;
	}
	.clear{
		float:none;
		clear:both;
		height:1px;
		width:100%;
	}
	DIV.banner {
		width:612px;
		height:221px;
		position:absolute;
		top:10px;
		left:50%;
		margin-left:-282px;
		background-image:url('img/logo.png');
		background-repeat:no-repeat;
	}
	DIV.pics {
		position:absolute;
		width:1143px;
		top:420px;
		left:50%;
		margin-left:-568px;
		background-image:url('img/pics.png');
		background-repeat:repeat-y;
		background-position:0px 00px;
	}
	DIV.header {
		position:absolute;
		margin-left:-520px;
		top:180px;
		left:50%;
		width:1040px;
		height:378px;
		position:absolute;
		background-image:url('img/bg2.png');
		background-repeat:no-repeat;
	}
	DIV.backpattern {
		background-image:url('img/bgpat.png');
		background-repeat:repeat-y;
		margin-left:48px;
		margin-top:148px;
		width:1040px;
		padding:0px;
	}
	DIV.conteneur {
		margin:0px;
		margin-top:-10px;
		width:100%;
		height:714px;
		background-image:url('img/bg3.png');
		background-position:20px 0px;
		background-repeat:no-repeat;
	}
	DIV.menu {
		width:100%;
		height:104px;
		margin-top:55px;
	}
	DIV.menuitem {
		float:left;
		height:100%;
		cursor:pointer;
	}
	DIV.menuitem#mi1 {
		background-image:url('img/menuitem1.png');
		width:132px;
	}
	DIV.menuitem#mi2 {
		background-image:url('img/menuitem2.png');
		width:176px;
	}
	DIV.menuitem#mi3 {
		background-image:url('img/menuitem3.png');
		width:123px;
	}
	DIV.menuitem#mi4 {
		background-image:url('img/menuitem4.png');
		width:144px;
		margin-left:181px;
	}
	DIV.menuitem#mi5 {
		background-image:url('img/menuitem5.png');
		width:121px;
	}
	DIV.menuitem#mi6 {
		background-image:url('img/menuitem6.png');
		width:163px;
	}
	DIV.titre {
		margin-top:10px;
		width:100%;
		background-repeat:no-repeat;
		background-position:50% 25%;
		height:70px;
	}
	DIV.titre#t1 { background-image:url('img/titre1.png'); }
	DIV.titre#t2 { background-image:url('img/titre2.png'); }
	DIV.titre#t3 { background-image:url('img/titre3.png'); }
	DIV.titre#t4 { background-image:url('img/titre4.png'); }
	DIV.titre#t5 { background-image:url('img/titre5.png'); }
	DIV.titre#t6 { background-image:url('img/titre6.png'); }
	DIV.contenu {
		width:1000px;
		height:714px;
		margin-left:20px;
	}
	DIV.leftcol {
		width:775px;
		float:left;
		height:100px;
		height:750px;
		overflow-y:visible;
		overflow-x:hidden;
		padding-top:10px;
	}
	DIV.rightcol {
		width:225px;
		float:left;
		background-image:url('img/vline.png');
		background-repeat:no-repeat;
		background-position:0% 50%;
		height:100%;
	}
	DIV.article {
		width:715px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		padding-left:30px;
		padding-right:30px;
		margin-top:10px;
	}
	DIV.titre_article {
		font-weight:bold;
		color:#FFFFFF;
		text-transform:uppercase;
		text-align:center;
		margin-bottom:20px;
	}
	DIV.texte_article {
		font-weight:normal;
		text-align:left;
		margin-bottom:20px;
		line-height:24px;
		background-image:url('img/hline.png');
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom:10px;
		color:#f7eb96;	
	}
	DIV.footer {
		color:#FFFFFF;
		margin-left:30px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:9px;
	}
	
	TABLE.shop {
		margin-left:50px;
		width:930px;
	}
	TABLE.shop TD {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#f7eb96;		
	}
	TABLE.shop DIV.texte_article { background-image:none;	}
	TABLE.shop DIV.titre_article { text-align:left;	}
	TABLE.shop LI { 
		list-style:decimal;
		margin-top:-5px;
		font-size:11px;
	}
	
	TABLE.shows {
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		color:#f7eb96;
		border-collapse:collapse;
	}
	TABLE.shows TH {
		background-color:#000000;
		font-size:14px;
		color:#FC3;
		height:25px;
	}
	TABLE.shows TR {
		padding:3px;
		border:1px solid #f7eb96;
		height:25px;
	}
	
	A:link {
		font-weight:bold;
		color:#FFFFFF;
	}
	A:visited {
		font-weight:bold;
		color:#DDDDDD;
	}
	A:hover {
		font-weight:bold;
		color:#FFFFFF;
		text-decoration:underline;
	}