
body {
	background-color: white;
	max-width: 1024px;
	margin: 0px auto;
	font-size: 0.9em;
}
li {
	margin-left: 50px;
}

@media screen and (min-width: 851px) {
}
@media screen and (max-width: 850px) {
	#head_title .fl {
		display: none;
	}
}

#content {
	clear: both;
	padding-top: 10px;
}
#footer .panel {
	/*width: 1024px;
	margin: 0px auto;*/
	width: 100%;
}

#head_title {
	background-color: #f0f0f0;
	/*height: 90px;*/
	color: #4A4A49;
	/* FIXED
	position: fixed;
	top: 0px;
	z-index: 100;*/
	width: 100%;
}
	#head_title .title {
		/*height: 40px;
		line-height: 40px;*/
		font-size: 1.6em;
		font-weight: bold;
		text-align: center;
		/*color: #F38E35;*/
	}
	.social-container { margin: 2px 0px 0px; }
	.social-container a {}
	.social-container a:hover { color: #0080C0; }
	.panel.pages {
		/*height: 50px;
		line-height: 40px;*/
		padding: 0px !important;
		border: none !important;
		background-color: transparent !important;
		text-align: center;
		font-size: 1.1em;
	}
	.panel.pages .tag, .panel.links .tag, .panel.faces .tag {
		margin: 0px 4px !important;
    	border: none;
		color: inherit;
	}
	.panel.pages .tag.hover, .panel.links .tag.hover, .panel.faces .tag.hover {
    	border: none;
		text-decoration: underline;
		background-color: transparent;
		color: #F38E35 !important;
	}
	.panel.pages .tag.selected, .panel.footer .tag.selected {
    	border: none;
		font-weight: bold;
		color: #F38E35 !important;
	}
	.panel.footer, .panel.links {
		border: none;
		text-align: center;
		padding: 0px;
	}
	.panel.footer .tag {
    	border: none;
		/*color: black;*/
	}
	.panel.footer .tag.hover {
    	border: none;
		text-decoration: underline;
		background-color: transparent;
		color: #F38E35 !important;
	}

#footer {
	text-align: center;
	background-color: #F0F0F0;	/*#004F7D;*/
}
	#footer, #footer * {
		/*color: white;*/
	}

/* Texte d'introduction */
.panel.intro {
	margin: 20px 20px 0px;
}
	.panel.intro .content > * {
		padding: 5px 10px !important;
	}

/* PAGE : Accueil */

div#home {
	font-size: 1.1em;
    padding: 10px 0px;
}
	div#home > p {
		padding: 6px 20px;
	}
	div#home > .title {
		font-size: 1.1em;
		font-weight: bold;
		padding-top: 12px !important;
		padding-bottom: 8px !important;
	}
	div#home .slider {
		float: right;
		margin: 10px 20px 20px;
		padding: 5px 10px;
		width: 350px;
	}
	div#home #slider li {
		margin-left: 0px;
	}
	ul.lSPager li {
		margin-left: 10px;		
	}
div.todo {
	padding: 100px;
	text-align: center;
	font-size: 4em;
	color: red;
}

/* *** Styles communs avec STORE *** */
/* PAGE : Qui sommes nous et Partenaires */

div#preze, div#partenaires, div#contact, div#pdc {
	/*background: url('../images/nuage.jpg') no-repeat;*/
	padding: 10px 20px 20px;
	font-size: 1.1em;
}
	div#preze > *, div#partenaires > *, div#contact > *, div#pdc > * {
		padding: 3px 0px 6px;
	}
	div#preze p.title, div#partenaires p.title, div#pdc p.title {
		font-size: 1.3em;
		font-weight: bold;
		padding: 6px 0px 6px;
	}
	div#preze td {
		padding: 5px 0px;
	}
	div#preze .tag, div#preze .tag.hover {
		border: none;
		background-color: transparent;
		margin: 0px;
		padding: 0px;
		color: #004f7d !important;
	}
	div#preze .tag.hover {
		text-decoration: underline;
	}
	div#contact textarea {
		padding: 0px 8px;
	}
	.panel.objdmd {
		border: none;
	}
	.panel.objdmd .tag.selected {
		background-color: #F38E35 !important;
		color: white !important;
	}

/* PAGES de type galerie ou modle */

#galeries {
	padding-bottom: 10px;
}
	.panel.galeries {
		margin: 10px 0px 20px;
		border: none;
	}
	.panel.galeries.logos {
		margin: 15px 0px !important;
	}
	.panel.galeries .content {
		text-align: center;
	}
	.panel.galeries .tag {
		margin: 0px 20px;
		padding: 4px 20px;
		font-size: 1.2em;
	}
	.panel.galeries .tag.selected {
		background-color: #F38E35 !important;
		color: white !important;
	}
	/* item d'une liste multi-selection ou de modles */
	#galeries .listitem, #galeries img.jMosaic-item {
		cursor: pointer;
	}
	#galeries .listitem.multi { width: 174px; }
	#galeries .listitem.multi .logo { height: 190px; }
	#galeries .listitem.modele { width: 309px; }
	#galeries .listitem.modele .logo { height: 180px; }
	#galeries .listitem.logo { width: 100px; }
	#galeries .listitem.logo .logo { height: 78px; background-color: #A0A0A0; }
	#galeries .listitem.photo { width: 225px; height: 280px; padding: 5px; }
	#galeries .listitem .logo {
		background: transparent no-repeat center center;
		background-size: contain;
		border: 14px solid transparent;
	}
	#galeries .listitem .title {
		font-size: 1.2em;
		text-align: center;
		white-space: nowrap;
		overflow: hidden;
	}
	#galeries .listitem.hover {
		font-weight: bold;
	}
	#galeries .listitem.hover .logo {
		border: 4px solid transparent;
	}
	#galeries .listitem.selected {
		background-color: #F38E35;
	}
	/* Surcharges */
	#galeries .listitem.logo {
		margin: 10px 5px !important;
	}
	
/* Fenetre de selection d'un logo existant */
		
#galeries.logos {
	height: 400px;
	overflow: hidden auto;
}

/* Prix et panier */

.panel.faces {
	position: absolute;
	z-index: 10;
	border: none;
}
#prix {
	display: inline-block;
	text-align: center;
	/*margin: 0px -25px 10px 0px;*/
	padding: 5px 15px;
	/*background-color: #F38E35;*/
	background-color: white;
	position: absolute;
	z-index: 10;
}
	#prix .txt1 {
		color: #F38E35;
		font-size: 1.3em;		
	}
	#prix .txt2 {
		color: #F38E35;
		font-weight: bold;
		font-size: 1.5em;		
	}
	#prix *[tag="commander"] {
		font-size: 1.2em;
		font-weight: bold;
	}
	
/* Surcharges photobox */

#pbCaption .title, #pbCaption .counter{ color:#F38E35; }
.pbCaptionText{ font-size: 1.1em; }

/* Commande */

#commande {
	padding: 10px 0px 10px 20px;
}
	#commande .panel .content > div {
		padding: 6px 10px;
	}
	#commande .panel {
		display: inline-block;
		vertical-align: top;
		margin: 0px 20px 20px 0px;
	}
	table#adresse td {
		text-align: left;
		padding: 5px 10px;
	}
	table#adresse input {
		padding: 0px 4px;
	}
	table#adresse textarea {
		padding: 2px 4px;
	}
	/*table#panier tr:hover {
		background-color: lightgrey;
	}*/
	table#panier td, table#panier th {
		text-align: center;
		padding: 5px 6px;
	}
	table#panier tr.product td {
		padding: 3px 6px !important;
	}
	table#panier input {
		text-align: center;
	}
	table#panier .totalttc, table#panier .remise {
		font-weight: bold;
	}
	
	.cmdconfirm {
		text-align: justify;
		font-size: 1.1em;
		padding: 10px 10px;
	}
	.cmdconfirm > * {
		padding: 6px 0px;
	}

/* Tableau des tailles */

.panel.tabtaille {
	margin-top: 30px !important;
}
table.tabtaille {
	border: 1px solid gray;
	margin-left: 150px;
	width: 300px;
	margin-top: 0px;
	font-size: 0.9em;
}
	table.tabtaille td, table.tabtaille th {
		border: 1px solid gray;
		text-align: center;
	}
