/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- CSS STARTS HERE ------------------------------------------- */
/* Le Grimpereau*/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background:#3f3f3f;
	font-family: Georgia, Garamond, Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #444;
}

textarea
{
	font-family: Georgia, Garamond, Times, serif;
	font-size: 16px;
}

h3, h4
{
	font-weight: normal;
	text-align:center;
	padding-top: 5px;
}

h3
{
  font-size: 55px;
	line-height: 47px;
}


h4
{
	font-size: 19px;
	line-height: 145%;
	padding-top: 10px;
	font-variant: small-caps;
	letter-spacing:0.2em;
	text-transform: uppercase;
}


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

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

p
{
		padding-top:10px;
		text-align:center;
		line-height: 145%;
}


a
{
    color: #6a8286;
		text-decoration:none;
}

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

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

textarea
{
	border:1px solid #AAA;
	width: 340px;
	height: 100px;
	margin:2px 0 8px 0;
}

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

form label
{
	text-align: center;
	display: block;
}

.form_message
{
	text-align: center;
}

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

#wrapper
{
	left: -0.1px; /* DO THIS TO PREVENT "ONE-PIXEL" SHIFT FF */
	margin:auto;
	position: relative;
	width: 840px;
}

#page_top
{
	background: url('/_res/page_top.gif') center no-repeat;
	height: 20px;
}

#page_bottom
{
	background: url('/_res/page_bottom.gif') center no-repeat;
	height: 20px;
}

#header
{
	background: url('/_res/page_middle.gif') center repeat-y;
	padding: 0 20px;
}

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

#menu
{
	background: url('/_res/page_middle.gif')  center repeat-y;
	padding:5px 20px;
	height: 20px;
	font-family: "Lucida Grande", Tahoma;
	font-size: 15px;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align:center;
}

#menu a
{
	font-size: 15px;
	line-height: 30px;
	padding: 0 5px;
	text-decoration: none;
	color:#6a8286
}

.menu_1
{
	
	font-weight: bold;
	text-transform: uppercase;
	color: #444!important;
}


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

#home_link
{
	display: none;
}


#content
{
	background: url('/_res/page_middle.gif') center repeat-y;
}

.accueil #area_3 
{
	margin: 0 100px;
}

#content .inside
{
	padding: 20px;
}

.col_1_2_eq
{
	text-align:left;
	display:inline;
	float: left;
	margin-top: 20px;
	margin-right: 25px;
	width: 45%;
}



.col_2_2_eq
{
	text-align:left;
	display:inline;
	float: left;
	margin-top: 20px;
	width: 45%;
}



.col_1_3 
{
	display: inline;
	float: left;
	width: 26%;
	text-align: center;
}

.col_2_3
{
	display: inline;
	float: left;
	width: 47%;
}

.col_3_3
{
	display: inline;
	float: left;
	width: 26%;
	text-align: center;
}

.col_1_2_wi
{
	display:inline;
	float: left;
	margin-right: 10px;
	width: 60%;
}

.col_2_2_na
{
	display:inline;
	float: left;
	width: 36%;
}

.area
{
	margin-bottom:20px;
}


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

#footer
{
	background: url('/_res/page_middle.gif') center repeat-y;
	padding: 50px 20px 0 20px;
	height: 50px;
	text-align: center;
}

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

/* Scrolling title */
.wc_scrolling-title span
{
	font-weight: bold;
	font-size: 20px;
	color:#6a8286;
	line-height:1em;
	display: none;
}

.wc_scrolling-title .text_ticker
{
	height: 20px;
}

/* sous menu */
.wc_sous-menu p
{
	font-family: "Lucida Grande", Tahoma;
	font-size: 15px;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align:center;
}



