/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- CSS STARTS HERE ------------------------------------------- */
/* La Farinella */
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background: #33608A url('_res/bg.gif') repeat-y center;
	background-attachment: fixed;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 14px;
	line-height: 1.3em;
}

textarea
{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 12px;
}

h1, h2, h3, h4
{
	color: #33608A;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
}

h3
{
    font-size: 24px;
}

h4
{
    font-size: 20px;
}

img.r
{
    float: right;
		margin: 0px 0 10px 10px;
}

img.l
{
    float: left;
		margin: 0px 10px 10px 0;
}

h3, h4
{
    padding-top: 25px;
}

p
{
    padding-top: 0.8em;
}

a
{
    color: #AAA;
}

.cf
{
	clear:both;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 0;
}

.textinput 
{
	border:1px solid #AAA;
	width: 290px;
	margin: 2px 0 5px 0;
}

textarea
{
	border:1px solid #AAA;
	width: 290px;
	height: 124px;
	margin:2px 0 5px 0;
}

form
{ margin: auto;
	width:292px;
	padding-bottom: 30px;
}

form label
{
	margin-top: 15px;
	display: block;
}

.submit
{
	border-top:2px solid #DDD;
	border-right:2px solid #AAA;
	border-bottom:2px solid #AAA;
	border-left:2px solid #DDD;
	width: 293px;
	margin:2px 0 2px 0;
	cursor:pointer;
}

#wrapper
{
	margin: auto;
	position: relative;
	width: 700px;
}

#header
{
	background: url('_res/header.png') no-repeat;
	height: 250px;
}

#menu
{
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-variant: small-caps;
	letter-spacing:0.2em;
	text-transform: uppercase;
	padding: 0 20px 0 75px;
	text-align: center;
	position:relative;
	top: -40px;
	border-bottom: 1px solid #000;
}

#menu a
{
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 5px;
	text-decoration: none;
	color:#000;
}

.menu_1
{
	color:#33608A !important;
	font-weight: bold;
	font-size: 17px !important;
}

#menu a:hover
{
	color:#33608A;
}

#menu .sep
{
	cursor: default;
	display: inline;
	padding: 0 .4em;
}

#home_link
{
	display: none;
}

#content
{
	margin:45px;
	position:relative;
	top: -40px;
}

.col_1_2_eq
{
	display:inline;
	float: left;
	margin-right: 20px;
	width: 48%;
}

.col_2_2_eq
{
	display:inline;
	float: left;
	width: 48%;
}


#viaah_map
{
	height: 300px;
	margin-top: 20px;
}

#footer
{
	border-top: 1px solid #000;
	height: 40px;
	padding-top: 20px;
	text-align: center;
}

/* WC_CLASSES HERE */
/* Alignement Centre */
.wc_alignement-gauche h3,
.wc_alignement-gauche h4,
.wc_alignement-gauche p
{
	text-align: center;
}

/* Menu */
.wc_menu h3, .wc_menu h4, .wc_menu p
{
	text-align: center;
}