/* Feuille de style pour le contenu des pages
/* Feuille de style pour le contenu des pages
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";
@import "lightbox.css";
/* STYLE CONTENU */
#texte h1{
font-family:Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:bold;
line-height:30px;
height:30px;
color:#752468;
margin:10px 0px 10px 20px;
text-transform:uppercase;

}
#texte h2{
font-family:Arial, Helvetica, sans-serif;
font-size:1.3em;
font-weight:bold;
line-height:30px;
height:30px;
text-align:left;
color:#752468;
margin:10px 0px 5px 0;
}
#texte a:link, #texte a:visited{
	font-weight:bold;
		text-decoration:underline;
	color: #752468;
}
#texte a:hover, #texte a:active{
	font-weight:bold;
	text-decoration:none;
	color: #752468;
}

/* ------------------------------------------ANNONCES--------------------------------- */
#annonces{
	float:left;
	width:670px;
	min-height:104px;
	height:auto !important;
	height:104px;
	border:1px solid #5e3c23;
	margin-bottom:10px;
}
#annonces img{
	margin:5px;
	float:left;
}
#annonces p{
	margin:20px 5px 5px 5px;
	
}
#titre-annonce{
	float:left;
	width:666px;
	height:16px;
	background:#ebcc8b;
	padding:4px 0 0 4px;
	color:#643f24;
	font-weight:bold;
	font-size:12px;
}
.majuscule{
	text-transform:uppercase;
}
#titre-annonce2{
	float:left;
	width:500px;
}
#prix{
	width:50px;
	float:right;
	color:#000000;
}

#texte .appareils td{
	text-align: center;
	height: 57px;
	border: 1px solid #900151;
	padding: 0px;
	background-color: #EAB1E5;
}
#texte .appareils td img { margin: 0px; padding: 0px;}

#texte .appareils td.right {
  text-align: right;
}
#texte .appareils tr.petite td{
 height: 40px;
 text-align: left;
 padding-left: 60px;
}

#texte .appareils tr.petite2 td{
 height: 45px;
 text-align: left;
 padding-left: 18px;
}
/* ------------------------------------------FIN ANNONCES--------------------------------- */
/* STYLE DE LA PAGE CONTACT */
#contactTxt{
	width:45%;
	float:left;
}
#contactPlan{
	width:45%;
	float:right;
}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}

.table-tarifs { width: 721px; margin: 0 auto;}

.table-tarifs td { padding: 2px; text-align: center; border-bottom:  1px solid #900151; }
.table-tarifs td.title {background-color: #900151; font: bold 1.1em Arial, Helvetica, sans-serif; color: #fff;}

.table-tarifs td.produit {background-color: #EAB1E6; font: bold 1.1em Arial, Helvetica, sans-serif; border-right:  1px solid #900151; }
.table-tarifs td.tarifs01, .table-tarifs td.tarifs02 { background-color: #F7D3EF; font: noraml 1.1em Arial, Helvetica, sans-serif;}
.table-tarifs td.tarifs01 {border-right:  1px solid #900151;}

img{border: none;}

.text_tatouage{
	text-indent:30px;
	margin-top:10px;
	margin-bottom:10px;
}
