body
{
	background-color: #CAD0D6;
}

td
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.intro
{
	font-size: 9px;
	color: #C6D4D8;
	padding-left: 15px;
	padding-top: 10px;
}
.main
{
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 60px;
}
a
{
	color: #407097;
}

#divHeader
{
	position: relative;
	width: 100%;
	height: 89px;
}



#divHeaderLeft
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(./images/bg_header_left.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 50%;
	height: 100%;
}

#divHeaderCenter
{
	position: absolute;
	background-image: url(./images/bg_header_center.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}

#divHeaderRight
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(./images/bg_header_right.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	width: 50%;
	height: 100%;
}
#divMenu
{
	position: relative;
	width: 100%;
	background-image: url(./images/bg_menu.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	text-align: center;
	height: 47px;
}

#divContent
{
	position: relative;
	margin: 0 auto;
	width: 750px;
	height: 300px;
	color: #0C2F44;
	font-family: Comic Sans MS;
	text-align: justify;
	font-size: 15px;
}

html > body #divContent
{
	height: auto;
	min-height: 300px;
}

#divFooter
{
	position: relative;
	font-family: Comic Sans MS;
	font-size: 15px;
	color: #0C2F44;
	border-top: solid 3px #0C2F44;
	width: 750px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.spacer
{
	height: 30px;
	width: 100px;
	clear: both;
}

/* ------------------------------------------------------------------------------------
Menu
------------------------------------------------------------------------------------ */
.menu
{
	margin: 0 auto;
	padding: 0px;
}

.menu li
{
	display: inline;
	list-style-type: none;
	padding: 0;
}


.menu a
{
	color: #FFFFFF;
	font-family: Calibri;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}

ul.sousMenu
{
	visibility: hidden;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 22px;
	left: 0px;
	padding: 0px;
}

li.level1 a
{
	border-left: solid 1px #24475D;
}

li.level2 a
{
	border-left: solid 1px #0C2F43;
}

li.level1.last a
{
	border-right: solid 1px #24475D;
}

li.level2.last a
{
	border-right: solid 1px #0C2F43;
}

li a
{
	font-weight: normal;
}

li.active a
{
	font-weight: bold;
	color: #EDEF00;
}

li.active .sousMenu a
{
	font-weight: normal;
	color: #FFFFFF;
}

li.active .sousMenu li.active a
{
	font-weight: bold;
	color: #EDEF00;
}

li.level1.active > .sousMenu
{
	visibility: visible;
}


.menu ul a:hover > ul.sousMenu
{
	visibility: visible;
}



/*Formulaire*/
.tableform
{
	/*margin: 0 auto;*/
}
.tableform td
{
	font-size: 11px;
	font-family: "Tahoma";
	text-align: left;
}

.tableform td input
{
	width: 100%;
}

/*input, textarea, a.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #27537a;
	border: 1px solid #0C2F43;
	background-color: #CAD0D6;
}
a.button
{
	cursor: default;
	display: block;
	text-align: center;
	padding: 1px 0px 1px 0px;
}
input:hover, textarea:hover, a.button:hover, input.hover, bouton.hover
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
}*/



