body {
    background : #222;
    color : white;
  }

#header {
    background-image:url(http://magikdata.com/fr/style/titre.png);
    height:100px;
    
  }

#menu {
    font-size:16px;
    font-weight:bold;
    
  }
  
#menu li {
    display: inline;
    list-style-type: none;    
  }
  
#menu, #titre {
    text-align:center;
  }

#description {
    text-align:justify;
  }


a {
    color: #ff9900;
    text-decoration:none;
  }
  
a:hover {
    color: #ffffff;
  }

h1, h2 {
    background-image:url(http://magikdata.com/fr/style/bg.png);
    background-repeat: repeat-x repeat-y; 
    border: solid 1px #202020;

  }
  
h1 {
    text-align:center;
  }

h2 {
    padding-left:20px;
    color: #60bdd2;
  }

.orangetext		{ color: #ff9900; }
.orange		{ background-color: #ff9900; }
.jaune		{ color: #ff9900; }


.bluetext		{ color: #60bdd2; }
.blue		{ background-color: #60bdd2; }

.stripped {
    background-image:url(http://magikdata.com/fr/style/bg.png);
    background-repeat: repeat-x repeat-y; 
    border: solid 1px #202020;
    }
    
.space { padding-left:20px;}

.small { height:170px; width:170px;}
.small2 {width: 100px; height:66px;}
.small-A4 {width: 100px; height:135px;}
.small-doubleA4 {width: 210px; height:160px;}
.small-A3 {width: 210px; height:155px;}
.small-A5 {width: 135px; height:100px;}
.small-carre {width: 140px; height:140px;}
.medium-A4 {width: 150px; height:212px;}


.centrer { text-align:center;}		

#prix {
	font-size: 30px;
	font-weight: bold;
	text-align:center;
	line-height:36px;
  width:250px;
  margin:auto;
}

.petit {
	line-height:12px;
	font-size: 12px;
	font-weight: normal;
}

