body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 12px Arial;
	line-height:20px;
	color: #3A3241;
}

/* -- highlight --*/

.highligh_text {
  font:18px Arial;
  font-weight:bold;
  color:#999999;
}


.highligh_text a:link, .highligh_text a:visited{
	color:#999999;
	text-decoration:none;
}

.highligh_text a:hover{
	color:#FF6600;
	text-decoration:underline;
}

/* -- index feature text --*/

.feature_text{
  padding-top:5px;
  font:14px Arial;
  font-weight:bold;
  text-align:center;
}

/* -- foot --*/

.footer {
  color:white;
}

/* -- General content -- */

.subtitle{
  font:18px Arial;
  color: #EE037D;
  font-weight:bold;
}

.subtitle-2{
  font:12px Arial;
  color: #EE037D;
  font-weight:bold;
}

/* -- Catalogue -- */

.catalogue_sublist_title{
  font:14px Arial;
  font-weight:bold;
}



/* -- form -- */

.text_field{
	width:150px;
	height:15px;
	font-size:11px;
}

.contact_form{
	width:630px;
	height:226px;
	font-size:12px;
}

.cake_inscription_form{
	width:345px;
	height:110px;
	font-size:12px;
}

/*-- link --*/

a.black:link, a.black:visited{
	color:#3A3241;
	text-decoration:none;
}

a.black:hover{
	color:#FF6600;
	text-decoration:underline;
}

a.white:link, a.white:visited{
	color:white;
	text-decoration:none;
}

a.white:hover{
	color:#FF6600;
	text-decoration:underline;
}