body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #ffffff;
	background-position: 0px 165px;
	background-image: url("./images/bande-noir.png");
	background-repeat: repeat-x;
}
#conteneur
{
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#tete-site
{
	width: 800px;
	height: 45px;
	background-image: url("./images/tete.png");
}
#haut-site
{
	width: 800px;
	height: 120px;
	background-image: url("./images/fond-blanc.png");
	background-repeat: repeat-y;
	text-align: left;
}
#haut-site img#logo
{
	margin-left: 55px;
	margin-top: 0px;
}
#menu-haut
{
	margin-top: 10px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 27px;
	position: absolute;
	z-index: 10001;
	padding-left: 20px;
}
#menu-haut img
{
	border: 0px;
}
#menu-haut a
{
	display: block;
	text-decoration: none;
	width: 140px;
	height: 20px;
}
#menu-haut a#accueil
{
	background-image: url("./images/accueil.png");	
}
#menu-haut a#accueil:hover
{
	background-image: url("./images/accueil-h.png");	
}
#menu-haut a#produits
{
	background-image: url("./images/produits.png");	
}
#menu-haut a#produits:hover
{
	background-image: url("./images/produits-h.png");	
}
#menu-haut a#services
{
	background-image: url("./images/services.png");	
}
#menu-haut a#services:hover
{
	background-image: url("./images/services-h.png");	
}
#menu-haut a#creations
{
	background-image: url("./images/creations.png");	
}
#menu-haut a#creations:hover
{
	background-image: url("./images/creations-h.png");	
}
#menu-haut a#contact
{
	background-image: url("./images/contact.png");	
}
#menu-haut a#contact:hover
{
	background-image: url("./images/contact-h.png");	
}
#photo-site
{
	width: 800px;
	height: 240px;
	background-image: url("./images/fond-noir.png");
	background-repeat: repeat-y;
}
#centre-site
{
	width: 800px;
	background-image: url("./images/fond-blanc.png");
	background-repeat: repeat-y;
}
h1
{
	margin-top: 0px;
	margin-bottom: 30px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 9px solid #e6e6e6;
	color: #299dc6;
	padding-left: 20px;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
}
h2
{
	margin-top: 0px;
	margin-bottom: 30px;
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 9px solid #e6e6e6;
	color: #299dc6;
	padding-left: 20px;
	font-size: 24px;
	text-align: left;
	font-weight: normal;
}
.text
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}
#bas-site
{
	width: 800px;
	height: 30px;
	background-image: url("./images/pied.png");
	color: #666666;
}
#menu-bas
{
	margin-top: 50px;
	width: 800px;
	height: 20px;
	color: #666666;
}
#menu-bas a
{
	color: #666666;
	text-decoration: none;
	margin-left: 12px;
	margin-right: 12px;
	font-size: 11px;
}
#menu-bas a:hover
{
	color: #299dc6;
}
#pied-site
{
	width: 800px;
	color: #b3b3b3;
	font-size: 11px;
}
#pied-site a
{
	color: #b3b3b3;
	text-decoration: none;
}
#pied-site a:hover
{
	text-decoration: underline;
}
#chargement-images
{
	display: none;
	width: 0px;
	height: 0px;
}
p.ss-text-h2
{
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#pres-prod
{
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}
.prod
{
	width: 240px;
	height: 50px;
	margin-bottom: 20px;
	float: left;
}
.prod a
{
	display: block;
	width: 235px;
	height: 50px;
	font-size: 20px;
	color: #ffffff;
	padding-left: 5px;
	line-height: 50px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 200px -2px;
	text-decoration: none;
	background-color: #ffffff;
	-moz-border-radius:10px;
}
.prod a:hover
{
	background-repeat: no-repeat;
	background-position: 200px -2px;
}
.prod-gauche
{
	margin-right: 40px;
}
.prod a#cartes-visite
{
	background-color: #f0037f;
	background-image: url("./images/cartes.png");
}
.prod a#cartes-visite:hover
{
	background-image: url("./images/cartes-h.png");
	background-color: #ffffff;
	color: #f0037f;
}
.prod a#flyers
{
	background-color: #aad400;
	background-image: url("./images/flyers.png");
}
.prod a#flyers:hover
{
	background-image: url("./images/flyers-h.png");
	background-color: #ffffff;
	color: #aad400;
}
.prod a#affiches
{
	background-color: #00a0c6;
	background-image: url("./images/affiches.png");
}
.prod a#affiches:hover
{
	background-image: url("./images/affiches-h.png");
	background-color: #ffffff;
	color: #00a0c6;
}
.prod a#entete
{
	background-color: #ffbf00;
	background-image: url("./images/entetes.png");
}
.prod a#entete:hover
{
	background-image: url("./images/entetes-h.png");
	background-color: #ffffff;
	color: #ffbf00;
}
.prod a#brochures
{
	background-color: #ff6600;
	background-image: url("./images/brochures.png");
}
.prod a#brochures:hover
{
	background-image: url("./images/brochures-h.png");
	background-color: #ffffff;
	color: #ff6600;
}
.prod a#chemises
{
	background-color: #aa00d4;
	background-image: url("./images/chemises.png");
}
.prod a#chemises:hover
{
	background-image: url("./images/chemises-h.png");
	background-color: #ffffff;
	color: #aa00d4;
}
.prod a#depliants
{
	background-color: #0a50a1;
	background-image: url("./images/depliants.png");
}
.prod a#depliants:hover
{
	background-image: url("./images/depliants-h.png");
	background-color: #ffffff;
	color: #0a50a1;
}
.prod a#autres
{
	background-color: #868789;
	background-image: url("./images/autres.png");
}
.prod a#autres:hover
{
	background-image: url("./images/autres-h.png");
	background-color: #ffffff;
	color: #868789;
}
.tab-form-contact
{
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	width: 360px;
	margin-left: auto;
	margin-right: auto;
}
/*
.ss-menu
{
	background-color: #ffffff;
	text-align: left;
	width: 200px;
	float: left;
}
.ss-menu a
{
	display: block;
	width: 195px;
	padding-left: 5px;
	height: 15px;
	line-height: 15px;
	text-decoration: none;
	color: #4d4d4d;
}
.ss-menu a:hover
{
	background-color: #299dc6;
	color: #ffffff;
}
*/
.menuOnglet
{
	float: left;
	width: 150px;
}
.barreOnglet
{
	display: none;
	margin-top: 10px;	
}
.barreOnglet span
{
	display: block;
	height: 20px;
}
.barreOnglet a
{
	display: block;
	width: 195px;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	color: #4d4d4d;
	background-color: #ffffff;
}
.barreOnglet a:hover
{
	background-color: #299dc6;
	color: #ffffff;
}
#cadrePrix
{
	background-color: #299dc6;
	margin-left: auto;
	margin-right: auto;
	width: 610px;
	padding: 20px;
}
#cadrePrix h3
{
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.optionPrixRadio
{
	width: 180px;
	padding-top: 10px;
	padding-left: 10px;
	margin-right: 20px;
	text-align: left;
	float: left;
	background-color: #ffffff;
	padding-bottom: 15px;
}
.optionPrix
{
	width: 170px;
	padding: 10px;	
	background-color: #ffffff;
	margin-bottom: 15px;
}
.cadre-option-list
{
	width: 190px;
	text-align: left;
	float: left;
}
.divPrixTotal
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 27px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 15px;
}
a#lien-dr
{
	text-decoration: underline;
	color: #000000;
}
a#lien-dr:hover
{
	text-decoration: underline;
	color: #299dc6;
}
a#lien-contact
{
	text-decoration: none;
	font-weight: bold;
	color: #299dc6;
	width: 240px;
	font-size: 13px;
	height: 25px;
	display: block;
	background-color: #ffffff;
	line-height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #299dc6;
}
a#lien-contact:hover
{
	background-color: #299dc6;
	color: #ffffff;
}
hr.clear
{
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	padding: 0px;
	border: 0px;
	margin: -7px 0;
}