/*
 * Style de base.
 *
 */
h1, h2, h3, h4, h5, body, html, hr, p, form, img, ol, ul, li {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
html, table {
	font-size: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
	background: #eee;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
pre {
	font-family: "Courier New", serif;
}
hr {
	height: 0;
	visibility: hidden;
	clear: both;
}
a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #AF957D;
}
a:hover {
	border-bottom-width: 2px;
}
a.ex {
	padding-right: .9em;
	margin-right: 3px;
	background: url(link-external.png) no-repeat 100% .35em;
}
h1 {
	font-size: 450%;
	font-weight: normal;
	font-family: Georgia, "Times new Roman", serif;
	padding: 15px 15px 5px 25px;
}
h1 a {
	color: white;
	border: 0;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	font-weight: normal;
	margin: 0 0 15px 0;
	font-size: 200%;
	color: #333;
	font-style: italic;
}
em {
	font-style: italic;
	font-weight: normal;
}
#top {
	padding-top: 20px;
}
#global {
	background: white;
	margin: 0 auto 20px;
	text-align: left;
	width: 950px;
	box-shadow: 0 0 20px #606060;
	-moz-box-shadow: 0 0 20px #606060;
	-webkit-box-shadow: 0 0 20px #606060;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#content {
	padding: 20px;
	background: white;
	border-top: 5px solid #DED3C9;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
}
header div {
	background: #427094 url(header-bg.png);
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}



/*
 * Menu principal.
 *
 */
#menu {
	display: block;
	width: 100%;
	margin-bottom: -20px;
}
#menu ul {
	text-align: right;
	margin-right: 15px;
	position: relative;
	top: -20px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	color: white;
	font-size: 120%;
	padding: 5px 10px 12px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-shadow: 0 0 10px #444;
	border: 0;
}
#menu ul li.current a {
	background: white;
	color: #31526B;
	text-shadow: 0 0 10px #ccc;
	padding: 15px 10px 17px;
	position: relative;
	margin-bottom: -5px;
	margin-top: -10px;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}
#menu ul li a:hover {
	text-decoration: underline;
}



/*
 * Page d'accueil.
 *
 */
#home_presentation {
	font-size: 170%;
	line-height: 1.4em;
	letter-spacing: .05em;
	padding: 20px;
	width: 505px;
	font-family: "Times New Roman", serif;
	margin: 30px 0 0 10px;
	font-style: italic;
}
#home_presentation strong,
#home_presentation em {
	font-size: 110%;
	font-weight: bold;
}

/* Téléchargement rapide */
#home_download {
	float: right;
	margin: 30px 30px 0 0;
	letter-spacing: .04em;
	text-align: right;
	line-height: 1.2em;
	padding: 20px 40px 25px 40px;
	border: 1px solid silver;
	box-shadow: 3px 3px 3px #999;
	-moz-box-shadow: 3px 3px 3px #999;
	-webkit-box-shadow: 3px 3px 3px #999;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
#home_download a {
	font-size: 125%;
	font-weight: bold;
	padding-bottom: 2px;
	color: #333;
	border: 0;
}
#home_download a span {
	display: inline;
	border-bottom: 1px solid #AF957D;
}
#home_download a:hover span {
	display: inline;
	border-bottom-width: 2px;
}
#home_download img {
	margin-right: 2px;
	top: 6px;
	position: relative;
}
#home_download span#download_infos {
	margin-top: 12px;
	display: block;
	color: #555;
}
#home_download span#download_title {
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
	color: #999;
	letter-spacing: .12em;
}

/* Blocs de présentation */
#home_blocs {
	margin: 0 20px;
	clear: both;
}
#home_blocs div {
	clear: both;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid silver;
}
#home_blocs h2 {
	font-weight: normal;
	color: #4F4233;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 200%;
	font-style: normal;
	margin: 0 0 15px;
}
#home_blocs h2 strong {
	font-weight: bold;
}
#home_blocs p {
	font-size: 120%;
	line-height: 1.6em;
}
#home_blocs img {
	float: right;
	margin: -40px 0 60px 30px;
}



/*
 * Page de téléchargement.
 *
 */
#page_telecharger h3 {
	font-weight: normal;
	color: #427094;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 180%;
	font-style: normal;
	margin: 40px 20px 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
#page_telecharger #download_igalerie_1 {
	margin-bottom: 10px;
}
#page_telecharger #download_igalerie_2 {
	margin-bottom: 30px;
}
#page_telecharger #content p {
	margin-left: 35px;
}
#page_telecharger .download_left {
	float: left;
	width: 220px;
	text-align: right;
}
#page_telecharger .download_right {
	margin-left: 260px;
	border-left: 1px solid #ddd;
}
#page_telecharger .download_right p {
	line-height: 2em;
	font-size: 110%;
}

/* Liens de téléchargement */
#page_telecharger .download_file {
	margin: 10px 0 30px;
}
#page_telecharger .download_file a {
	font-size: 125%;
	padding-bottom: 2px;
	border: 0;
}
#page_telecharger .download_file a span {
	display: inline;
	border-bottom: 1px solid #AF957D;
}
#page_telecharger .download_file a:hover span {
	display: inline;
	border-bottom-width: 2px;
}
#page_telecharger .download_file img {
	margin-right: 2px;
	top: 6px;
	position: relative;
}
#page_telecharger .download_infos {
	display: block;
	margin-top: 10px;
	color: #555;
}



/*
 * Documentation.
 *
 */
/* Menu */
ul.doc_menu {
	float: left;
	width: 330px;
	margin-top: 4px;
}
ul.doc_menu li {
	margin: 10px 0 0 10px;
	line-height: 1.6em;
}
ul.doc_menu li,
ul.doc_menu li.current li {
	background: url(submenu-list-square.png) no-repeat 0 9px;
	padding-left: 12px;
}
ul.doc_menu li.current {
	background: none;
}
ul.doc_menu li.current a {
	background: #EDE5DF;
	padding: 5px 8px 5px 8px;
	margin-left: -12px;
	border-left: 4px solid #806550;
	border-bottom: 0;
}
ul.doc_menu li a,
ul.doc_menu li.current li a {
	background: none;
	margin: 0;
	padding: 0;
	border-left: 0;
	border-bottom: 1px solid #AF957D;
}
ul.doc_menu li a:hover,
ul.doc_menu li.current li a:hover {
	border-bottom-width: 2px;
}
ul.doc_menu li.doc_menu_sub {
	background: none;
	margin-top: 20px;
	margin-bottom: 25px;
}
ul.doc_menu li.doc_menu_sub span {
	font-weight: bold;
	color: #444;
	font-size: 110%;
	font-style: italic;
	margin-left: -15px;
}

/* Contenu */
#doc_content {
	border: 1px solid silver;
	margin: 0 0 0 340px;
	padding: 0 20px 15px;
	font-size: 110%;
}
#doc_content h3 {
	font-size: 135%;
	font-weight: normal;
	text-transform: uppercase;
	color: #222;
	padding: 20px 20px 8px;
	margin: 0 -20px 35px;
	background: url(doc-content-header.png) repeat-x 0 -20px;
}
#doc_content h4 {
	color: #222;
	font-size: 110%;
	margin: 30px 0 15px;
	padding-top: 15px;
	border-bottom: 2px solid silver;
	padding-bottom: 3px;
}
#doc_content h3 + h4 {
	margin-top: -15px;
}
#doc_content h5 {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin-top: 25px;
}
#doc_content p {
	margin: 15px 0;
	line-height: 1.6em;
	text-align: justify;
}
#doc_content strong {
	color: #303030;
}
#doc_content ul {
	margin-left: 15px;
}
#doc_content ul li {
	list-style: disc;
	margin: 10px 0 0 15px;
	line-height: 1.6em;
}
#doc_content ul.list_num li {
	list-style: decimal;
}
#doc_content span.file {
	font-weight: bold;
	color: #447725;
	letter-spacing: .02em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	white-space: nowrap;
}
#doc_content .center {
	text-align: center;
}
#doc_content .app {
	font-weight: bold;
	color: #426194;
}
#doc_content .code {
	font-family: "Courier New", serif;
	font-size: 110%;
	color: #B63A26;
	font-weight: bold;
}
#doc_content pre.code {
	overflow: auto;
	border: 1px solid #ddd;
	border-left: 3px solid #B63A26;
	padding: 15px 5px 15px 15px;
}
#doc_content pre.quote {
	font-family: "Courier New", serif;
	font-size: 110%;
	color: #3A3A3A;
	
	overflow: auto;
	border: 1px solid #ddd;
	border-left: 3px solid #626262;
	padding: 15px 5px 15px 15px;
}
#doc_content pre.quote strong {
	font-weight: bold;
}
#doc_content img.screenshot {
	border: 1px solid #ddd;
	border-width: 1px 0 0 1px;
	box-shadow: 6px 6px 12px #aaa;
	-moz-box-shadow: 6px 6px 12px #aaa;
	-webkit-box-shadow: 6px 6px 12px #aaa;
}
#doc_content figure {
	margin: 30px 0;
	display: block;
}
#doc_content figcaption {
	color: gray;
	font-size: 90%;
	font-style: italic;
	padding: 10px 0 0;
	margin: 0;
	display: block;
	width: 90%;
}

/* Tableaux */
#doc_content table {
	margin: 15px auto;
}
#doc_content td,
#doc_content th {
	padding: 8px;
	border: 1px solid silver;
}
#doc_content th {
	font-weight: bold;
	text-align: center;
}

/* Accès direct */
#doc_direct_access {
	text-align: right;
	margin: 15px 0 0 340px;
	height: 32px;
}
#doc_direct_access select {
	border: 1px solid silver;
	max-width: 25em;
	margin-top: 5px;
}
#page_documentation_faq #doc_direct_access {
	text-align: left;
}

/* Dernière modification */
#doc_filemtime {
	text-align: right;
	margin: 5px 0 0 340px;
	font-style: italic;
	color: #777;
}

/* Contenu spécifique */
#page_documentation_parametres-de-la-table-config #doc_content  h4 span {
	font-weight: normal;
	font-style: italic;
}



/*
 * Pied de page.
 *
 */
footer p {
	margin-top: 30px;
	background: #427094 url(header-bg.png);
	border-top: 5px solid #DED3C9;
	padding: 7px 0;
	text-align: center;
	color: white;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
}
footer p span {
	font-size: 110%;
}
footer a {
	letter-spacing: .1em;
	border: 0;
	color: white;
	font-size: 110%;
	margin-left: 5px;
}
footer a:hover {
	text-decoration: underline;
}
footer small {
	font-size: 95%;
}