body {
	margin: 0;
	font-family: Georgia, Garamond, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #385661;
}

/* Titles and paragraphs */
h1, h2, h3, h4, h5, p { margin: 0 0 1em 0; }
h1 { font-size: 2em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1em; }
h5 { font-size: 0.9em; }

/* Invisible items */
.invisible { display: none; }

/* Links */
a:link, a:visited { text-decoration: none; color: #6cb8d4; }
a:hover, a:active { color: #446f7e; }

a img { border: none; }

a.external {
	padding-right: 16px;
	background: url(./images/icon_external.png) no-repeat 100% 50%;
}

/* Main container */
#main {
	margin: 0 auto;
	padding: 32px 0 0 0;
	width: 680px;
}

/* Header */
#header {
	height: 128px;
	background: url(./images/main_header.png) no-repeat 50% 0;
}

#header h1.mainTitle {
	display: none;
}

/* Panel */
#panel {
	float: left;
	padding-left: 16px;
	width: 172px;
}

#panel ul {
	margin: 1.4em 0;
	padding: 0;
	list-style-type: none;
}

#panel ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}

#panel ul li a {
	display: block;
	margin: 0;
	padding: 2px 6px;
	border-left: 3px solid #eaf3cd;
	text-decoration: none;
}

#panel ul li.current a {
	padding-left: 9px;
	border-left: 3px solid #a8d077;
	background-color: #eaf3cd;
	color: #446f7e;
}

#panel ul li a:hover, #panel ul li a:active,
#panel ul li.current a:hover, #panel ul li.current a:active {
	border-color: #71c2df;
	background-color: #eaf3cd;
}

/* Content */
#content {
	float: right;
	padding: 16px;
	width: 452px;
}

#content h3, #content h4.location, #content p.location {
	text-align: right;
}

#content h2 {
	background: url(./images/main_separator.png) no-repeat 0 100%;
	text-transform: uppercase;
}

#content h4 {
	padding-left: 24px;
	background: url(./images/puce_1.png) no-repeat 0 50%;
	color: #799655;
}


#content p {
	text-align: justify;
}

#content div.block {
	clear: both;
	margin-bottom: 1.6em;
}

#content h3.period {
	margin-top: 1.4em;
	margin-bottom: 0.6em;
}

#content h4.location, #content p.location {
	padding-right: 4px;
	border-right: 3px solid #eaf3cd;
	font-size: 0.8em;
}

#content h4.location {
	margin-bottom: 0;
	background: none;
}

#content p.location {
	margin-top: 0;
}

#content ul {
	margin: 0 0 1.2em 1.2em;
	padding: 0;
	list-style-position: inside;
}

#content ul.iconlist {
	padding: 0 8px;
	list-style-type: none;
}

#content ul.iconlist li {
	clear: both;
	line-height: 18px;
}

#content ul.iconlist li img.icon {
	float: left;
	margin: 1px 6px 1px 1px;
}

/* Footer */
#footer {
	clear: both;
	padding: 4px 0 16px 0;
	background: url(./images/main_separator.png) no-repeat 50% 0;
	text-align: center;
	font-size: 0.9em;
	color: #999;
}

#footer p { margin: 2px 0; }
#footer p.update { font-size: 0.9em; }
#footer p.standards { margin-top: 10px; }

/* Main menu */
#menuMain {
	position: absolute;
	top : 96px;
	margin: 0 8px 0 208px;
	width: 440px;
	font-size: 0.9em;
	font-weight: bold;
}

#menuMain ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

#menuMain ul li {
	float: left;
	margin: 0 12px 0 0;
	border: none;
}

#menuMain ul li a,
#menuMain ul li.current a {
	padding: 0;
	border: none;
	background: none;
	color: #fff;
}

#menuMain ul li a:hover, #menuMain ul li a:active,
#menuMain ul li.current a:hover, #menuMain ul li.current a:active {
	border: none;
	background: none;
}

/* Languages menu */
#menuLanguages {
	position: absolute;
	top : 120px;
	margin: 0 8px 0 100px;
	font-size: 0.8em;
}

#menuLanguages ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style-type: none;
}

#menuLanguages ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
}

/* Various styles */
p.messageError {
	margin: 0 16px 32px 16px;
	padding: 1em;
	border: 1px solid #fb9c63;
	background: #fef6c9 url('./images/background_error.png') repeat-x;
	color: #b6390d;
}

p.certification {
	margin-top: 1.4em;
}

p.certification strong {
	color: #b6390d;
}
