@charset "utf-8";
/*---------------------------------------------------------------------------*/
/* Import stylesheets */
/*----------------------------------------------------------------------------------------------------*/
@import url(common.css);
@import url(css-styled-content.css);
/*---------------------------------------------------------------------------*/
/* Breadcrumb and icons */
/*---------------------------------------------------------------------------*/
#breadcrumb-icons {
	clear: both;
	margin: 12px 0px;
}
#breadcrumb {
	background: url(../img/bg-breadcrumb.gif) repeat-y left;
	color: #023E73;
	height: 24px;
	padding-left: 14px;
	line-height: 24px;
	font-size: 90%;
}
#breadcrumb A {
	text-decoration: none;
	color: #023E73;
}
#breadcrumb A:hover {
	text-decoration: underline;
}
#icons {
	margin: 0 14px;
}
#addtofavorites {
	background: url(../img/favorites.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 24px;
	margin: 0px 2px;
	width: 20px;
}
#addtofavorites:hover {
	background: url(../img/favorites_hover.gif) no-repeat center;
}
#tipafriend {
	background: url(../img/mail.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 24px;
	margin: 0px 2px;
	width: 20px;
}
#tipafriend:hover {
	background: url(../img/mail_hover.gif) no-repeat center;
}
#pdfformat {
	background: url(../img/pdf.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 24px;
	margin: 0px 2px;
	width: 20px;
}
#pdfformat:hover {
	background: url(../img/pdf_hover.gif) no-repeat center;
}
#print {
	background: url(../img/print.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 24px;
	margin: 0px 2px;
	width: 20px;
}
#print:hover {
	background: url(../img/print_hover.gif) no-repeat center;
}
/*---------------------------------------------------------------------------*/
/* Left Menu */
/*---------------------------------------------------------------------------*/
#menu {
	float: left;
	margin-bottom: 12px;
}
#menu UL {
	list-style: none;
	width: 180px;
}
#menu UL UL {
	background: none;
}
#menu UL UL UL {
}
#menu A {
	text-decoration: none;
	display: block;
}
/* Level 1 */
#menu LI A {
	padding: .3em;
	color: #005BAB;
	font-weight: bold;
	text-align: center;
	background-color: #E5EEF6;
	background-image: url('../img/bg-navigation.png');
	border-top: 1px solid #B2CDE6;
	border-bottom: 1px solid #B2CDE6;
}
#menu LI A:hover {
}
/* Level 2 */
#menu LI LI A {
	/* cancel inheritance */
	border-top: none;
	background-image: none;
	font-style: italic;
	text-align: left;
	/* own styles */
	border-bottom: 1px dotted #B2CDE6;
	background-color: #FEF6DE;
	color: #023E73;
	padding-left: .6em;
}
#menu LI LI A.current {
	background-color: #FFFFFF;
	background-image: url('../img/arrow-menu.png');
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
	padding-right: 20px;
}
#menu LI LI A.active {
	background-color: #FFFFFF;
	font-weight: bold;
}
#menu LI LI A.has-subpages {
	border-bottom: none;
}
#menu LI LI A:hover {
	background-color: #337CBC;
	color: #FFFFFF;
}
#menu LI LI A.current:hover {
	background-image: url('../img/arrow-menu_hover.png');
}
/* Level 3 */
#menu LI LI LI A {
	background-color: #FFFCF4;
	padding-left: 1.6em;
	font-weight: normal;
	font-style: normal;
}
/* Level 4 */
#menu LI LI LI LI A {
	background-color: #FFFFFF;
	padding-left: 3em;
	font-size: 90%;
	font-weight: normal;
}
#menu LI LI LI LI A.current {
	font-weight: normal;
}
/*---------------------------------------------------------------------------*/
/* Page */
/*---------------------------------------------------------------------------*/
#page {
	overflow: hidden;
	margin-bottom: 12px;
	min-height: 300px;
}
/*---------------------------------------------------------------------------*/
#titles {
	text-align: center;
}
#titles H1 {
	font-size: 140%;
	padding: 0.5em 2em 0.2em 2em;
}
#titles H2 {
	font-size: 120%;
	padding: 0.3em 2em 0.2em 2em;
}
#page_title {
	color: #005BAB;
}
#page_subtitle {
	color: #005BAB;
}
/*---------------------------------------------------------------------------*/
/* Right Menu */
/*---------------------------------------------------------------------------*/
#content h2.head-toc {
	float: right;
	margin: 6px 0px 0px 12px;
	padding: 2px 12px;
	text-align: center;
	width: 180px;
	background-color: #FEF6DE;
	border-top: 1px dotted #B2CDE6;
	border-bottom: 1px dotted #B2CDE6;
}
#content UL.float-right-menu {
	clear: right;
	float: right;
	margin: 0px 0px 12px 12px;
	padding: 6px 12px 12px 12px;
	width: 180px;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #B2CDE6;
}
#content UL.float-right-menu LI {
	/*list-style-type: none;*/
	margin: 2px 2px 2px 24px;
}

/*---------------------------------------------------------------------------*/
/* Top Navigation */
/*---------------------------------------------------------------------------*/
.top-nav {
	background-color: #FFFCF4;
	border-top: 1px dotted #B2CDE6;
	border-bottom: 1px dotted #B2CDE6;
	margin: 12px;
	padding: .3em  .5em;
	height: 1.3em;
}
/*---------------------------------------------------------------------------*/
/* Previous - Next */
/*---------------------------------------------------------------------------*/
.prev-next-nav {
	background-color: #FFFCF4;
	border-top: 1px dotted #B2CDE6;
	border-bottom: 1px dotted #B2CDE6;
	margin: 12px;
	padding: .3em  .5em;
	height: 1.3em;
}
.prev-next-nav A {
	color: #005BAB;
	/*color: #023E73;*/
	text-decoration: none;
}
.prev-next-nav A:hover {
	text-decoration: underline;
	color: #0071B6;
}
.prev-next-nav A:hover .prev {
	text-decoration: underline;
	color: #0071B6;
}
.prev-next-nav A:hover .next {
	text-decoration: underline;
	color: #0071B6;
}
.prev {
	float: left;
	width: 45%;
}
.next {
	float: right;
	text-align: right;
	width: 45%;
}
.up {
	text-align: center;
	width: 10%;
	margin: 0 auto;
}
/*---------------------------------------------------------------------------*/
/* Summary */
/*---------------------------------------------------------------------------*/
#summary {
	margin: 12px 12px 0em 12px;
	border: 1px solid #B2CDE6;
	background-color: #FFFCF4;
}
#summary H1 {
	padding: .3em;
	color: #005BAB;
	text-align: center;
	background-color: #E5EEF6;
	background-image: url('../img/bg-navigation.png');
	font-size: 110%;
}
#summary UL {
	padding: .5em 1em .5em 2em;
}
/*---------------------------------------------------------------------------*/
/* Content */
/*---------------------------------------------------------------------------*/
/* Liens */
#content {
	padding: 0px 12px;
}
#content A:link {
	color: #005BAB;
}
#content A:visited {
	color: #005BAB;
}
#content A:hover {
	color: #0071B6;
}

/* Titres */
#content H2 {
	/*clear: left;*/
	margin: 1em 0em .5em 0em;
	border-bottom: 1px dotted #005BAB;
	color: #005BAB;
	font-size: 120%;
	text-align: left;
	/*overflow: hidden;*/
}
#content H2 A {
	text-decoration: none;
}
#content H3 {
	padding: .5em 0em;
	color: #005BAB;
	font-size: 120%;
}
#content H4 {
	font-style: italic;
	font-weight: bold;
	padding: .5em 0;
	color: #005BAB;
	/*text-indent: .5em;*/
	font-size: 112%;
}
#content H5 {
	font-weight: bold;
	padding: .5em 0;
	color: #005BAB;
	/*text-indent: .5em;*/
	font-size: 100%;
}
#content H6 {
	font-style: italic;
	font-weight: bold;
	padding: .5em 0;
	color: #005BAB;
	text-indent: .5em;
	font-size: 100%;
}

/* Listes */
#content UL, #content OL {
	margin-left: .5em;
	padding-left: 1.3em;
	/*text-align: left;*/
}
#content LI {
	margin: .2em .5em .2em .8em;
}
#content LI LI {
	margin: .2em 0em .2em .8em;
}

/* Liste de définition */
#content dl {
	margin: 0 0 0 2em;
}
#content dt {
	font-size: 100%;
	font-weight: bold;
	display: inline;
}
#content dd {
	font-size: 100%;
	display: inline;
}

/* Liste de définitions d'abbréviations */
#content dl.acronym dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: right;
}
#content dl.acronym dt:after {
	content: " :";
}
#content dl.acronym dd {
	margin: 0 0 0 104px;
	padding: 0 0 0.5em 0;
	display: block;
}
#content dl.acronym dd p {
	margin: 0;
	padding: 0;
}

/* Formulaires */
FIELDSET {
	border: 1px dotted #005BAB;
	margin: .5em 2em 1em 2em;
	padding-bottom: .5em;
}
#content LEGEND {
	color: #005BAB;
	background-color: #FFFFFF;
	margin-left: .5em;
	padding: 0 .5em .5em .5em;
	font-weight: bold;
}
#content BLOCKQUOTE {
	margin: 0em 2em;
}

/*---------------------------------------------------------------------------*/
/* Infos */
/*---------------------------------------------------------------------------*/
#container-infos {
	clear: both;
}
#infos {
	border-top: 1px solid #CCCCCC;
	height: 24px;
	line-height: 24px;
}
#infos A {
	color: #005082;
}
#infos A:hover {
	color: #0071B6;
}
#gototop {
	background: url(../img/up.gif) no-repeat center;
	cursor: pointer;
	float: right;
	height: 20px;
	margin: 1px 10px 1px 2px;
	width: 20px;
}
#gototop:hover {
	background: url(../img/up_hover.gif) no-repeat center;
}
#lastupdated {
	color: #005BAB;
	float: right;
	padding-right: 10px;
}
#author {
	color: #005BAB;
	height: 1.7em;
	line-height: 1.7em;
	padding: .4em 0em .1em .5em;
}
