/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------- CSS STARTS HERE ------------------------------------------- */
/*cafe fielserstuff*/
*
{
	border: 0;
	margin: 0;
	padding: 0;
}

body
{
	background: #bbc6e1 url('/_res/bg.png') repeat-y center;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4
{
	color: #293680;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
    font-size: 1.6em;
}

h4
{
    font-size: 1.2em;
}

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

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

h3, h4
{
		padding-bottom: 0.5em;
}

p
{
    padding-bottom: .7em;
}

a
{
    color: #293680;
}

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

.textinput 
{
	border:1px solid #293680;
	width: 300px;
	margin: 2px 0 10px 0;
}

textarea
{
	border:1px solid #293680;
	width: 300px;
	height: 124px;
	margin:2px 0 10px 0;
}

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


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

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

#menu
{
	border-bottom: 1px solid #AAA;
	height: 30px;
	padding: 0 40px;
}

#menu a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 30px;
	padding: 0 5px;
	text-decoration: none;
}

.menu_1
{
	color:#274ba0;
}

#menu a:hover
{
	color:#274ba0;
}


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

#content
{
	margin: 45px;
}

.col_1_2_eq, .col_2_2_eq
{
	display:inline;
	float: left;
	width: 50%;
}

.page daccueil img
{
	position: center;
}

form label
{
	display: block;
}

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

#footer
{
	border-top: 1px solid #AAA;
	height: 40px;
	padding-top: 1.5em;
	text-align: center;
}

/* WC_CLASSES HERE */
/* EXAMPLE */
.wc_example
{
	
}

/* Alignement Centre */

.wc_alignement-gauche h3, .wc_alignement-gauche h4, .wc_alignement-gauche p
{
	text-align: center;
}