/*** Feuille de style **********************************/

/*** Magasin *******************************************/
div.categorie {
	margin: 10px;
	border: 1px solid black;
	padding: 10px;
	text-align: center;
	font-family: "Lucida Calligraphy", serif;
}
div.categorie h4 {
	margin: 0px 0px 10px 0px;
	font-size: 200%;
}
div.categorie table {
	margin: auto;
}
div.categorie table td {
	vertical-align: top;
}
div.categorie table img {
	padding: 0px 5px;
	border: 0px;
}

/*** Galerie *******************************************/
div.galerie {
	text-align: center;
}
div.galerie img {
	margin: 5px;
}
/*** JPperso *******************************************/
span.textejp {color: #000080;}

/*** Formulaires ***************************************/
#contact fieldset {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}

#contact textarea,
#contact input[type=text] {
	width: 100%;
	background: #F4F4F4;
	border: 1px solid #B2B2B2;
	color: #000000;
	margin: 1px;
	padding: 3px;
}
#contact textarea {
	margin: 3px 0px;
}
#contact textarea:focus,
#contact input[type=text]:focus {
 	background: #FFFFFF;         
	border: 1px solid #878787;
}

#contact .submit {
	text-align: right;
	margin-top: 5px;
}

#contact dt {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
#contact dd {
	margin: 3px 0px 3px 100px;
}

.contactInfo {
	clear: left;
	float: left;
	margin-top: 10px;
	border: 1px solid #CCCCCC;
	padding: 0px 8px;
	width: 180px;
	font-size: 80%;
	color: #0E3259;
}
.contactInfo p {
	margin: 5px 0px;
}
.contactResult {
	margin-top: 20px;
	margin-left: 210px;
	border: 1px dotted #0E3259;
	border-left: 3px solid #0E3259;
	border-right: 3px solid #0E3259;
	padding: 10px;
	background: #EEEEEE;
	color: #0E3259;
}
