/* Balises */
body {
	background-color: white;
	color: #000000;
}

h1 {
	background: url(/images/fleche_titre.gif) center left no-repeat;
	background-color: #f7dddd;
	color: #b43737;
	font-weight: bold;
	font-family: Arial;
	font-size: 1.6em;
	padding-left: 24px;
}

h2 {
	color: #b93737;
	font-size: large;
}

h3 {
	color: #e15353;
	font-size: medium;
}

hr {
	height: 1px;
	border-bottom: none;
}

table {
	border: none;
	border-spacing: 0px;
	padding: 0px;
}

a {
	color: #e15353;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

b {
	color: #a03232;
}

img {
	border: 0px;
}

/* Classes */

img.embedded {
	vertical-align: middle;
}

.main_header {
	background: #b43737;
}

#copyrights {
	font-size: 0.8em;
}

table.item_list {
	border: none;
	border-color: #d78888;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.item_list td {
	border: 2px solid;
	border-color: #d78888;
	padding: 3px;
}

table.item_list th {
	border: 2px solid;
	border-color: #d78888;
	padding: 3px;
	text-align: center;
}

.example {
	background: #f8eeee;
	margin-top: 1em;
	margin-bottom: 1em;
}

.command {
	font-family: monospace;
	font-size: 0.9em;
}

.filename {
	font-family: monospace;
	font-size: 0.9em;
}

.terminal {
	font-family: monospace;
}

.synopsis {
	background: #ffffbd;
}

div.center {
	text-align: center;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

.nowrap {
	white-space: nowrap;
}

.main_content_cell {
	padding: 0 5px 0 5px;
}

.page_body {
	padding-top: 12px;
	text-align: justify;
}

.page_body_print {
	text-align: justify;
}

/*#main_page_header .banner {
	width: 610px;
}*/

.banner .ad_banner {
	background: #b43737;
	text-align: center;
}


.banner .top_border, .bottom_border {
	position: relative;
	font-size: 1px;
	height: 12px;
}

.banner .content {
	height: 60px;
	padding: 0 12px 0 12px;
}

.banner .top_left_corner {
	position: absolute;
	left: 0;
}

.banner .top_right_corner {
	position: absolute;
	right: 0;
}

.banner .bottom_left_corner {
	position: absolute;
	left: 0;
}

.banner .bottom_right_corner {
	position: absolute;
	right: 0;
}

.quick_nav_bar {
	font-size: 0.8em;
	text-align: center;
}

.menu_box {
	background: #b43737;
	color: white;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 20px;
}

.menu_box .top_border, .bottom_border {
	position: relative;
	font-size: 1px;
	height: 12px;
}

.menu_box .top_left_corner {
	position: absolute;
	left: 0;
}

.menu_box .top_right_corner {
	position: absolute;
	right: 0;
}

.menu_box .bottom_left_corner {
	position: absolute;
	left: 0;
}

.menu_box .bottom_right_corner {
	position: absolute;
	right: 0;
}

.menu_box .content {
	padding: 0 12px 0 12px;
	text-align: left;
}

.menu_box .content a {
	font-weight: normal;
	color: white;
}

.menu_box .content ul {
	line-height: 1.2em;
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 10px;
	padding-left: 0;
}

.menu_box .content ul ul {
	list-style-type: none;
	margin-left: 1.5em;
	font-size: 0.85em;
}

.menu_box form {
	margin-bottom: 5px;
	margin-top: 0;
}

.menu_box .submit_btn {
	background: #b43737;
	border: 2px solid #d78888;
	color: white;
	font-family: Arial;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
}

.last_update_date {
	font-size: 0.8em;
	margin-top: -20px;
	text-align: center;
}

#main_menu .ad, .award, .tracker {
	font-size: 0.9em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

#main_menu .ad a.more_link {
	color: black;
	font-size: 0.8em;
	font-weight: normal;
	margin-top: -20px;
	text-align: center;
}

.content_box {
	background: #f8eeee;
	border: 2px solid #f2dddd;
	margin: 10px auto 10px auto;
	padding: 2px;
}

.content_box .title {
	background: #f2dddd;
	color: #a03232;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
}

.content_box ul {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 0;
	text-align: left;
}

.index_content_box {
	width: 242px;
}

.page_link_bar {
	width: 100%;
}

.previous_page_link {
	float: left;
}

.next_page_link {
	float: right;
}

