<?php 
header("Content-Type: text/css;");
?>
@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size:12px;
	color: #333;
	margin:0px;
	padding:0px;
}
html {
  width: 100%;
  height: 100%;
	margin:0px;
	padding:0px;
}
body {
	text-align:center;
	background: #fff;
	color: #0063dc;
  height: 100%;  
  width: 100%;
	margin:0px;
	padding:0px;
  /*background:rgb(0,0,204);*/
}
a {
  color: #ooc;
  text-decoration: none;
  font-size: 11px;
}
a:hover {
	color: #fff;
	background:  rgb(0,51,255);
}

ul {
  list-style: none;
}
li {
  display: inline;
  font-size: 150%;
}
h1 {font-size:200%;
  color: rgb(0,51,255);}
h2 {font-size:175%;}
h3 {font-size:130%;}
h4 {font-size:100%;}
h5 {font-size:70%;}
h6 {font-size:60%;}
hr {
  border: none;
  border-top: 20px solid rgb(0,51,102);
  margin: 5px 0;
}
#container {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
  overflow: auto;
  background: url(http://www.myrtille.com/import/img/stripe.png) left top repeat;
}
#myrtille {
  width: 1000px;
  height: 1000px;
  margin: 0 auto;
  background: url(http://www.myrtille.com/import/img/start_myrtille.jpg) left top no-repeat;
  border-left: 4px solid #ccc;border-right: 4px solid #ccc;
}
