body {
	background-color: #e7e7e7;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
}

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

form {
	margin: 0;
}

input, textarea {
	border: 1px #777 solid;
	font-size: 12px;
	background-color: #eee;
}

h1 {
	color: #2184bd;
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2 {
	color: #2184bd;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
}

h3 {
	color: #2184bd;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-variant: small-caps;
}

td,th {
	vertical-align: top;
	font-size: 10pt;
}

.fullWidth {
	width: 100%;
}

.textarea_small {
	height: 100px;
}

.code {
	font-size: 13px;
	font-family: "Courier New", monospace;
	border: 1px #777 solid;
	background-color: #ddd;
	overflow: auto;
	height: 400px;
}

#centralizer {
	text-align: center;
}


#b_lt, #b_rt {
	background-image: url(/images/b_lt.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 8px;
}

#b_rt {
	background-image: url(/images/b_rt.gif);
}

#b_t {
	background-image: url(/images/b_t.gif);
	background-repeat: repeat-x;
	height: 8px;
	font-size: 1px;
}


#mainContentArea {
	background-color: #fff;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica; 
	color: #444;
	vertical-align: top;
}

#b_l {
	background-image: url(/images/b_l.gif);
	background-repeat: repeat-y;
	width: 8px;
}

#b_r {
	background-image: url(/images/b_r.gif);
	background-repeat: repeat-y;
	width: 8px;
}

#topMenu {
	margin-left: 0;
	float: right;
}

#topMenu a {
	font-size: 12px;
	float: left;
	background-color: #87cdeb;
	margin-left: 3px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	display: inline;
	text-decoration: none;
	font-weight: bold;
}

#two-cols-layout-left {
	width: 70%;
	vertical-align: top;
	font-size: 13px;
	color: #555;
}


#two-cols-layout-right {
	width: 30%;
	vertical-align: top;
}


/* En nu de content */
.article {
}

.article h1{
	color: #2184bd;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 14px;
	margin-top: 14px;
}

.article p{
	color: #444;
	font-weight: normal;
	font-size: 12px;
}

.article div {
	background-color: #ddd;
	color: 444;
	padding: 2px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 30px;

}

.article .related-links a {
	color: #2184bd;
	text-decoration: none;
}


.navigation {
}

.navigation .caption {
	color: #2184bd;
	font-weight: bold;
	font-size: 16px;
	padding: 3px;
	margin-top: 15px;
}

.navigation a {
	color: #2184bd;
	display: block;
	font-size: 12px;
	margin: 6px;
	margin-left: 10px;
	text-decoration: none;
}

