@charset "UTF-8";
@media screen, projection
{

	html * { font-size: 100.01%; }
	/* base layout gets standard font size 12px */
	body {
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:75.00%;
		color:#444;
		background:#424444 url("../../images/background.jpg") no-repeat top center fixed;
		padding:0;
	}

	#header { color:#FFF; padding:0; background:#000 url(../../images/bg-header.jpg) no-repeat; }

	.page { padding:0; }

	#nav ul { margin-left:0; }

	/* Centering layout in old IE-versions */
	.page_margins { text-align:left; margin:0 auto; background:#FFF; width:1001px; min-width:1000px; max-width:none; }

	.dm-color { color:#FFDE1A; }
	.store-infos a { font-size:13px; }
	.store-infos div { float:left; margin:5px 10px 2px 10px; }
	.store-contact a span { color:#FFDE1A; margin-left:10px; font-size:14px; }
	
	#header a.bis { color:#CABB60; }

	.recherche-box { float:left; margin:10px 20px 0 15px; width:330px; }
	.recherche-box .subcolumns div { float:left; font-size:12pt; margin:10px 5px 0 0; }
	.recherche-box .champ-recherche { background:url(../../images/infobox/header-champ-recherche.png) no-repeat center top; width:240px; }
	.recherche-box a { font-size:14px; display:block; margin:10px 0 0 30px; }
	#searchlight { border:none; width:202px; padding:0.2em; text-align:center; margin-left:15px; }

	.prix-box { color:red; font-size:12pt; }
	.old-prix-box { font-size:11pt; text-decoration:line-through; }

	#header a, #header a:hover { color:#FFF; font-weight:bold; text-decoration:none; }
	#header a.normal { font-weight:normal; }

  #main { float:left; width:100%; padding:0; background:#FFF; }

  #footer { color:#FFF; background:#000; padding:5px 0px; line-height:1.5em; }
  #footer a { color:#FFF; font-weight:bold;}
  #footer a:focus,
  #footer a:hover,
  #footer a:active {color:#4D87C7; text-decoration:underline;}

	#footer h6 { font-family:Verdana; font-weight:normal; color:#FFF; margin:5px; font-size:90%; }

	#footer #liens-utiles { font-family:Verdana; font-weight:normal; font-size:90%; margin-top:1em; }
	#footer #newsletter { background:url(../../images/infobox/footer-bg-newsletter.jpg) no-repeat center 12px; width:282px; height:141px; float:right; padding:60px 10px 0 10px; }

	/* #col1 becomes the middle column */
	#col1 { width:751px; float:left; margin-left:250px; }

	/* #col2 becomes the left column */
	#col2 { width:250px; float:left;  margin-left:-1000px; }
	#col2_content img { margin-bottom:5px; }

	/* #col3 becomes the right column */
	#col3 { margin:0 1px 0 0; width:0; float:right; }
	#col1_content, #col2_content, #col3_content {padding:0 0 10px 0;}
}