/* @group basics */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: none;
}

body {


	color: #55626f;
	font: 14px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: #003 url(images/univers.jpg) repeat;
}

a:link, a:visited {
	color: #55626f;
}

a:active, a:hover {
	color: #d01f3c
}

ul {
	padding-left: 1.2em;
	list-style-type: square;
}

img {
	
}

sup {
	vertical-align: super;
	font-size: 60%;
}

img.banner {
	border-top: 1px solid #009;
	border-bottom: 1px solid #009;
	overflow: hidden;
	display: block;
}

/* @end */

/* @group generated */

#spacer {
	height: 40px;
	overflow: hidden;
}

#stripe {
	height: 10px;
	background-color: #006;
	margin-bottom: 20px;
	overflow: hidden;
}

/* @end */

/* @group page */

#pageContainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* @group header */

#header {
	height: 40px;
	padding-top: 110px;
	background-image: url(images/header_bg.jpg);
	overflow: hidden;
}

#menu, #footerLinks {
	height: 40px;
	float: left;
	display: inline-block;
}

#menu ul, #footerLinks ul {
	list-style: none;
	padding: 0;
}

#menu ul li, #footerLinks ul li {
	display: inline-block;
	float: left;
}

#menu a:link, #menu a:visited,
#footerLinks a:link, #footerLinks a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 10px 15px 0;
	border-right: 1px dotted #69c;
	text-shadow: #006 1px 0 3px;
	text-decoration: none;
}

#menu a:hover, #menu a:active, 
#footerLinks a:hover, #footerLinks a:active {
	background-color: rgba(30,5,171,0.2);
	color: #f6d400;
}

#dateTime, #lastModified {
	display: inline-block;
	float: right;
	padding: 10px 15px 0;
	color: #b8c4df;
	height: 30px;
	text-shadow: #006 1px 0 3px;
}

/* @end */

/* @group contentContainer */

#shadowTop {
	height: 18px;
	background: #fff url(images/shadow-top.gif) repeat-x left top;
}

#contentContainer {
	float: left;
	background-color: #fff;
}

/* @group content */

#content {
	float: left;
	display: inline-block;
	width: 690px;
	padding: 0 10px 0 15px;
}

#content h1 {
	display: none;
}

#content h2 {
	color: #d01f3c;
	line-height: 1;
	font-size: 26px;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 18px;
}

#content h3 {
	color: #334c7c;
	line-height: 1;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#content a span {
	text-decoration: underline;
}

#content strong {
	color: #008c00;
	font-weight: bold;
}

#content em {
	color: #008c00;
	font-style: normal;
	font-weight: normal;
}

#content .float {
	width: 335px;
	float: left;
}

#content .left {
	margin-right: 10px;
}

#content .right {
	margin-left: 10px;
}

#content .external {
	background: url(images/external.gif) no-repeat right center;
	padding-right: 1em;
}

#content .hideLinkIcon {
	background-image: none;
	padding-right: 0;
}

#content .disclaimer {
	color: #ccc;
}

/* @end */

/* @group sidebar */

#sidebar {
	width: 220px;
	float: left;
	padding: 0 15px 0 10px;
	display: inline-block;
}

#sidebar .external {
	background: url(images/external.gif) no-repeat right center;
	padding-right: 1em;
}

#quickLinks {
	
}

#quickLinks h4 {
	color: #334c7c;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
}

#quickLinks ul {
	list-style: none;
	padding-left: 0;
}


#quickLinks li, #google_translate_element {
	background-color: #f3f3f3;
	margin-bottom: 5px;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#quickLinks a {
	text-decoration: none;
	color: #55626f;
	font-size: 13px;
	line-height: 1;
}

#quickLinks a:hover {
	color: #008c00;
	text-decoration: underline;
}

/*

 @end */

#shadowBottom {
	height: 27px;
	background: #fff url(images/shadow-bottom.gif) repeat-x left bottom;
	overflow: hidden;
	clear: both;
}

/*

 @end */

/* @group footer */

#footer {
	height: 40px;
	background-image: url(images/footer_bg.jpg);
	overflow: hidden;
}

/* @end */

/*

 @end */

/* @group classes */

.mtop {
	padding-top: 9px;
}

.mbottom {
	padding-bottom: 9px;
}

.nobr {
	white-space: nowrap;
}

.image-right {
	float: right;
}

.image-left {
	float: left;
	padding-right: 9px;
	padding-bottom: 9px;
}

.radius-15 {
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.radius-top-15 {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-khtml-border-top-left-radius: 15px;
	-khtml-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.radius-bottom-15 {
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-khtml-border-bottom-left-radius: 15px;
	-khtml-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.shadow-15 {
	box-shadow: 0px 0px 15px rgba(0,0,16,0.5);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,16,0.5);
	-khtml-box-shadow: 0px 0px 15px rgba(0,0,16,0.5);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,16,0.5);
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.green {
	background-color: #dafde5;
}

.yellow {
	background-color: #fdf5df;
}

.red {
	background-color: #f7e2ff;
}

/* @end */