/* --------------------------------------------------- */
/*  Default HTML element definitions                   */
/* --------------------------------------------------- */
body {
	background: #CBD4D9 url(/img/bg.jpg) repeat-x top;
	margin: 0 5px 0 5px;
	color: #39424A;
	text-align: center;
}
body, td {
	font: normal 13px/1.2em "Trebuchet MS", Arial, sans-serif;
}
ul, li, form, p, h1, h2, h3 {
	margin: 0;
	padding: 0;
}
img {
	margin: 2px;
}
a img {
	border: 0 none;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.breaker {
	overflow: hidden;
	clear: both;
	height: 1px;
}
.center {
	text-align: center;
}
/* --------------------------------------------------- */
/*  Page HTML definitions                              */
/* --------------------------------------------------- */
#supercontainer {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #FFF;
}
#globalcontainer {
	width: auto;
	padding: 6px 10px 2px 10px;
}
/* --------------------------------------------------- */
/*  Header                                             */
/* --------------------------------------------------- */
#header {
	position: relative;
	width: 740px;
	height: 170px;
	background: #015D90 url(/img/head.jpg) no-repeat top;
}
#infos {
	position: absolute;
	top: 22px;
	right: 6px;
	font-size: 11px;
}
/* --------------------------------------------------- */
/*  Menu                                               */
/* --------------------------------------------------- */
ul#menu {
	width: 740px;
	text-align: center;
	list-style: none;
	font-size: 14px;
}
#menu li {
	float: left;
}
#menu a {
	display: block;
	width: 148px;
	height: 25px;
	background: #D9DEE2 url(/img/menu.jpg) center no-repeat;
	color: #556677;
}
#menu a strong {
	display: block;
	padding: 5px 0;
}
/* --------------------------------------------------- */
/*  Content                                            */
/* --------------------------------------------------- */
#container, #containerb {
	clear: both;
	width: 740px;
	height: auto !important;
	height: 480px;
	min-height: 480px;
}
#container {
	background: #FFF url(/img/bgcontainer.gif) repeat-y top;
}
#containerb {
	background: #FFF url(/img/bgcontainerb.gif) repeat-y top;
}
#colbig {
	float: left;
	width: 493px;
	background: #F1F1F1 url(/img/bgcontent.jpg) repeat-x top;
}
#colbig a, .blocb a.lk {
	text-decoration: underline;
	color: #556677;
}
#colsmall {
	float: left;
	width: 247px;
}
#colsmallb {
	float: left;
	width: 247px;
	height: 480px;
	background: url(/img/deco.jpg) no-repeat left center;
}
#vmenu a {
	color: #39424A;
}
#vmenu p.sep {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #D5D5D5;
}
#vmenu img {
	margin: 1px;
}
.bloc {
	margin: 10px;
	padding: 8px;
	background: #FFF;
}
.blocb {
	margin: 10px;
	padding: 4px 0 4px 0;
	background: #FFF;
}
.bloc p, .blocb p {
	margin: 8px 0;
}
h2 {
	font-size: 18px;
	color: #006699;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #D5D5D5;
}
h3 {
	font-size: 16px;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #D5D5D5;
}
h3.blue {
	color: #006699;
}
h3.green {
	color: #99CC33;
}
h3.orange {
	color: #FF9933;
}
h3.gray {
	color: #556677;
}
/* --------------------------------------------------- */
/*  Footer                                             */
/* --------------------------------------------------- */
#footmenu {
	clear: both;
	width: 100%;
	height: 30px;
	background: url(/img/bgfoot.jpg) repeat-x top;
	color: #FFF;
	font-size: 12px;
}
#footmenu p {
	padding: 7px 0;
}
#foot {
	margin: 4px 0;
	width: 100%;
	font-size: 11px;
	color: #909CA8;
}
#foot a {
	color: #75818C;
}

