@charset "utf-8";

/*
 *		Le Provencal Beach - CSS Layout
 *
 *		Copyright Alliance cube 2009
 */

/* Typo Generale */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
div,
span,
img,
a,
a:active,
a:link,
a:visited,
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	border: none;
	margin: 0px;
	padding: 0px;
}

p {
	text-align: justify;
	margin: 0px 0px 5px 0px;
}


h1 {
	font-size: 20px;
	color: #fff;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
}

a,
a:active,
a:link,
a:visited {
}

a:hover {
	color: #630;
}

i {
	font-weight: normal;
}

.red,
.red:active,
.red:link,
.red:visited,
.red2,
.red2:active,
.red2:link,
.red2:visited {
	color: #8f1721;
	font-size: 12px;
	margin: 0px;
	font-weight: bold;
}

.red2:hover {
	color: #C61E2C;
	margin: 0px 0px 0px 4px;
}