body {
	margin: 0 auto;
	padding: 0;
	/* font-family: Verdana,Tahoma,Arial,sans-serif; */
	font-family: "Georgia", serif;
	font-size:10pt;
	background: black;
	color:white;
}

* {
box-sizing: border-box;
-moz-box-sizing: border-box;
}

a img {
	border:none;
}

div#err404 {
	border:2px solid white;
	width:80%;
	padding:10px;
}

a, a:visited {
	color:white;
}

/* Général Maquette */

img.maq-menu {
	margin-top:250px;
	border:none;
}

td.maq-droite {
	background-image: url(/images/iface/repet_droite.png);
	background-repeat: repeat-y;	
}

td.maq-gauche {
	background-image: url(/images/iface/repet_gauche.png);
	background-repeat: repeat-y;	
}

div.maq-content {
	padding-right: 25px;	
}

/* RoR */

div.flash-notice {
	border:1px solid #FF9933;
	background-color: white;
	color:black;
	padding:5px;
}

/* Formulaires */

input, textarea {
	border: 1px solid #A9A9A9;
}

table.form tr {
	vertical-align: top;	
}

table.form tr td:first-child {
	text-align:right;
}

/* Galerie */

#galerie tr.toiles {
	vertical-align: middle;
}

#galerie tr.titres-toiles {
	vertical-align: top;
	font-size: 8pt;
	height:25px;
}

#galerie td {
	text-align: center;
}

#galerie img.page {
	border:none;
	vertical-align: bottom;
}

#galerie a img {
	border:4px solid white;
}

#galerie img.vente-star {
	border:none;
}

div#galerie table {
	width:500px;
}

a.galerie-num-page { 
	vertical-align: text-bottom;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;	
}

span.galerie-num-page-current { 
	vertical-align: text-bottom;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 10pt;
	font-weight: bold;
	color:orange;
}

/* Blog */

#blog div.titre {
	color:Orange;
	font-weight: bold;
	font-size: 12pt;
	clear:both;
	margin:10px 0 5px 0;
}

#blog div.contenu {
	word-spacing: 1px;
	letter-spacing: 0.02em;
}

div#sommaire div.contenu p {margin: 0; padding: 0}

#blog img.image {
	float:left;
	margin:0 5px 3px 0;
	border:1px solid white;
}

/* Expos */

#expos table {
	width:90%;
}

#expos table td {
	padding: 2px;
}

/* Crédits */

a.credits-link {
	color:white;
	font-size:8pt;
}

/* Sommaire */

#sommaire div.titre, #sommaire div.titre a {
	color:orange;
	font-weight: bold;
	margin:7px 0 5px 0;
}

#sommaire img.thumb {
	border:1px solid white;	
	float:left;
	margin-right:5px;
	vertical-align: text-top;
}

#sommaire div.titre {
	/* border:3px solid red; */
}

/* Shop */

#shop h1 { font-size:9pt; font-weight:bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
#shop table#prix { margin-top:50px }
#shop table#prix tr { vertical-align:top }
#shop table#prix tr:first-child { font-weight:bold }
#shop div#cp img { width: 16%; height:16% }
#shop div#aff img { width: 25%; height:25%; margin-right:5px  }
#shop div#pos img { width: 33%; height:33%; margin-right:5px  }
#shop div#order_form { border: 1px solid #505050; padding:5px; margin-top:40px }