/* Redéfinition des éléments HTML */

body {
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #004f77;
	background: #9bbbda;
	text-align: justify;
}

table, tr, td, div, p, h1, h2, h3, h4, h5, h6, form, img {
	margin: 0;
	padding: 0;
	border: 0;
}

ul {
	list-style-type: square;
}

h2 {
	color: #7f9db9;
	font: 12px Tahoma, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h3 {
	font: 11px Verdana, Tahoma, Helvetica, sans-serif;
}

h4 {
	background: #004f77;
	color: #9bbbda;
	height: 15px;
}

h6 {
	border: 0;
	width: 400px;
	height: 1px;
	margin: 20px auto;
	background: url('../../images/h6_background.png') no-repeat;
}

a:link, a:visited {
	font-weight: bold;
	color: #7f9db9;
	text-decoration: none;
}

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

input[type='text'], input[type='password'], select {
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	border: 1px solid #7f9db9;
	height: 14px;
}

input[type='checkbox'] {
	margin: 0;
}

input[type='file'] {
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
}

textarea {
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	border: 1px solid #7f9db9;
}

input[type='button'], input[type='submit'] {
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	border: 1px solid #7f9db9;
	cursor: pointer;
}

input[type='text']:hover, input[type='password']:hover, input[type='button']:hover, input[type='submit']:hover, input[type='text']:active, input[type='password']:active, input[type='button']:active, input[type='submit']:active, select:hover, select:active, textarea:hover, textarea:active {
	border: 1px solid #004f77;
}

select {
	height: 16px;
}

blockquote {
	margin: 10px;
	padding: 5px;
	border: 1px solid #7f9db9;
	background: #deebfc;
}

blockquote strong.quotetitle, div#code strong.quotetitle {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	display: block;
	margin: 0 0 5px 0;
}

/* Enveloppe principale */

table#wrap {
	background: #9bbbda;
	margin: 0 auto;
	width: 100%;
}

img.arrow {
	margin: 2px 0 0 5px;
}

form input[type=submit].ok {
	width: 25px;
	margin: 0 0 0 5px;
	padding: 0 0 1px 0;
}

img.screenshot {
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	-khtml-opacity: 0.5;
}

img.partner-button {
	opacity: .70;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	-khtml-opacity: 0.7;
}

img.screenshot:hover, img.screenshot:active, img.partner-button:hover, img.partner-button:active {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

/* Header */

div#header {
	height: 183px;
}

div#menubar {
	margin: 10px 0 0 0;
	padding: 0 10px;
	height: 37px;
	border: 1px solid #7f9db9;
	background: url('../../images/menubar_background.gif') repeat-x;
}

div#menubar a:link, div#menubar a:visited {
	margin: 0 2px;
}

div#menubar img {
	opacity: .50;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	-khtml-opacity: 0.5;
}

div#menubar img:hover, div#menubar img:active {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

form#login input[type='submit'] {
	padding: 0 0 1px 0;
	width: 25px;
}

/* Menus */

div#sidebar-left {
	width: 119px;
	float: left;
}

div#sidebar-right {
	width: 119px;
	float: right;
	margin: 0 12px 0 0;
}

div.menubox {
	font: 10px Tahoma, Verdana, Helvetica, sans-serif;
	border: 1px solid #7f9db9;
	margin: 0 0 10px 0;
	padding: 5px;
	width: 119px;
	background: url('../../images/menubox_background.gif') repeat-y;
}

div.menubox h3 {
	margin: -5px -5px 0 -5px;
	padding: 3px 0 2px 0;
	height: 20px;
	text-align: center;
	background: url('../../images/heading_background.gif') repeat-x;
}

a.cat {
	cursor: pointer;
	font: 11px Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	padding: 3px 8px;
	display: block;
	margin: 1px;
	color: #004f77;
}

a.cat:hover {
	border: 1px solid #7f9db9;
	background: #deebfc;
	text-decoration: none;
	margin: 0;
}

a.cat:active, a.cat:focus {
	border: 1px solid #004f77;
	text-decoration: none;
	margin: 0;
}

div.menubox form input[type=text] {
	width: 80px;
}

div.links {
	margin: 0 0 0 15px;
}

div.links div {
	border-left: 1px solid #7f9db9;
}

div.links div:hover {
	border-left: 1px solid #004f77;
	cursor: default;
}

div.links a:link, div.links a:visited {
	font-size: 10px;
	display: block;
	width: 58px;
	padding: 2px 6px;
}

div.links a:hover, div.links a:active {
	color: #004f77;
	text-decoration: none;
}

/* Contenu */

div#content {
	margin: 0 140px 10px 140px;
	padding: 10px;
	width: auto;
	border: 1px solid #7f9db9;
	background: #d0e2fb url('../../images/content_background.gif') repeat-y;
}

div#code {
	font-family: "Courier New", sans-serif;
	margin: 10px;
	padding: 5px;
	border: 1px solid #7f9db9;
	background: #FFFFFF;
}

div#sources-sshots {
	width: auto;
	margin: 0 auto;
}

div#last-sources {
	height: 170px;
	width: 100%;
	border: 1px solid #7f9db9;
	padding: 10px;
	overflow: auto;
}

div#last-sshots {
	width: 200px;
	height: 170px;
	border: 1px solid #7f9db9;
	padding: 10px;
}

div.module {
	width: auto;
	border: 1px solid #7f9db9;
	padding: 10px;
}

div.module:hover {
	border: 1px solid #004f77;
}

ul.titles {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.titles li {
	display: inline;
	margin: 0 10px;
	cursor: pointer;
	font-weight: bold;
	color: #7f9db9;
	text-decoration: none;
}

ul.titles li:hover {
	text-decoration: underline;
}

div.panel {
	margin: 0 auto;
	width: 500px;
}

div#tagitsource {
	background: #ffffff;
	border: 1px solid #7f9db9;
	padding: 0 10px;
}

div#tagitsource pre {
	padding: 0;
}

div#usersearch {
	width: 300px;
	height: 100px;
	overflow: auto;
	background: #ffffff;
	border: 1px solid #000000;
	border-left-color: #b2b2b2;
	border-top-color: #b2b2b2;
	display: none;
	margin: 0 0 1px 0;
}

div#usersearch p {
	padding: 1px 4px;
	color: #000000;
}

div#usersearch a:link, div#usersearch a:visited {
	display: block;
	width: auto;
	padding: 1px 4px;
	font-weight: normal;
	background: #ffffff;
	color: #000000;
}

div#usersearch a:hover {
	background: #335ea8;
	cursor: default;
	text-decoration: none;
	color: #ffffff;
}

div#usersearch a:active, div#usersearch a:focus {
	text-decoration: none;
	outline: 0;
}

table.type1 {
	margin: 0 auto;
}

table.type1 td {
	padding: 2px 10px;
}

table tr.heading {
	background: url('../../images/heading_background.gif') repeat-x;
}

table td.right-align {
	text-align: right;
}

table.type2 {
	text-align: center;
	width: 100%;
	border: 1px solid #7f9db9;
	border-bottom: 0;
	margin: 0 auto;
}

table.type2 tr {
	height: 20px;
}

table.type2 td {
	border-bottom: 1px solid #7f9db9;
	height: 20px;
}

table.type2 tr.heading td {
	border: 0;
}

/* Footer */

div#footer {
	height: 37px;
	text-align: right;
	border: 1px solid #7f9db9;
	background: url('../../images/menubar_background.gif') repeat-x;
	clear: both;
}