/**
*	###########
*	#__________#
*	__________#
*	________#
*	_____###_____˛xiT development
*	_________#
*	___________#
*	#__________#
*	_#________#
*	__#______#
*	____####
*
*	style.v3.css			Main CSS file
*	@version 				1.0
*	@author 				33xiT <admin@33xit.fr>
*	@copyright				Copyright 2008(c) 33xiT. All Rights Reserved.
*
*/

* {
	margin:		0;
	padding:	0;
	border:		0;
	font-family:Trebuchet MS, Verdana, Arial, sans-serif;
	line-height:1.15em;
	color:		#3f6486;
}

body {
	background-color:	#28333f;
	padding:			2em;
}

tt {
	font-family:Courier New, serif;
	font-weight: bold;
}

h1 {
	font-size:	1.4em;
	font-weight:normal;
	color:		#223648;
	margin:		1.2em 0 1.2em 0.8em;
}

h1 a {
	text-decoration: none;
}

h1 small {
	color: #223648;
}

h2 {
	font-size:	1.2em;
	font-weight:normal;
	margin:		1em 0 1em 1.4em;
	color:		#2c465e;
}

h3 {
	font-size:	1em;
	font-weight:normal;
	margin:		0.8em 0 0.8em 2.2em;
	color:		#33506c;
}

*:first-child+html h3, * html {
	font-weight: bold;
}

p {
	font-size:	0.85em;
	text-align:	justify;
	margin:		0 0.8em 0.8em;
}

html:first-child p {
	font-size: 0.8em;
}

input[type="text"], input[type="button"], textarea {
	padding: 5px;
	border: 1px #4185CA solid;
}

textarea {
	font-size: 1em;
	width: 100%;
}

ul {
	margin: 0.8em 2em;
}

li ul {
	margin: 0.4em 2em;
}

li {
	font-size:		0.85em;
	list-style-type:square;
}

li ul li {
	list-style-type:circle;
	font-size:		1em;
}

small {
	font-size: 0.7em;
}

abbr {
	cursor:			help;
	border-bottom:	1px #3f6486 dotted;
}

sup {
	color:			#eb3759;
	text-decoration:blink;
}

a, a abbr, li a abbr {
	color: #2c465e;
}

a:hover, a:hover abbr, li a:hover abbr {
	color: #4185CA;
}

hr {
	clear:		both;
	visibility:	hidden;
}

table {
	width: 100%;
}

#ielow {
	display: none;
}

.back {
	margin:		0.8em 0;
	font-size:	0.7em;
}

html:first-child .back {
	font-size: 0.7em;
}

.back a {
	color:				#c9d8eb;
	height:				14px;
	width:				88px;
	text-decoration:	none;
	display: 			block;
	padding:			3px 10px 1px 10px;
	background:			url(./background_backlink.jpg) 0 0 no-repeat;
}

.back a:hover {
	color:		#3f6486;
	background:	url(./background_backlink.jpg) 0 -18px no-repeat;
}

#container {
	min-width:		700px;
	background:		#fff url(./background_container.jpg) bottom right no-repeat;
}

#cor_tl, #cor_tr, #cor_bl, #cor_br, #icor_tl, #icor_tr, #icor_bl, #icor_br, .iicor_tl, .iicor_tr, .iicor_bl, .iicor_br {
	width:	10px;
	height:	10px;
	display:block;
}

#cor_tl, #cor_tr, #cor_bl, #cor_br {
	background: #fff url(./corner.jpg) no-repeat;
}

#icor_tl, #icor_tr, #icor_bl, #icor_br {
	background: #e1e8f2 url(./icorner.jpg) no-repeat;
}

#nfo .iicor_tl, #nfo .iicor_tr, #nfo .iicor_bl, #nfo .iicor_br {
	background: #fff9c5 url(./nfo_iicorner.jpg) no-repeat;
	margin: -1px;
}

.iicor_tl, .iicor_tr, .iicor_bl, .iicor_br {
	background: #c9d8eb url(./iicorner.jpg) no-repeat;
}

#cor_tr, #icor_tr, #nfo .iicor_tr, .iicor_tr {
	float:				right;
	background-position:-10px 0;
}

#cor_bl, #icor_bl, #nfo .iicor_bl, .iicor_bl {
	background-position: 0 -10px;
}

#cor_br, #icor_br, #nfo .iicor_br, .iicor_br {
	float:				right;
	background-position:-10px -10px;
}

#content {
	float:				left;
	width:				65%;
	min-width:			450px;
	background-color:	#e1e8f2;
	margin:				0 10px;
}

.element {
	margin:				10px;
	background-color:	#c9d8eb;
}

.element span {
	color: #5181ad;
}

#nfo h3{
	float: none;
}

.element h3 {
	margin:	0 0.8em 0.45em 0.8em;
	float:	right;
}

.element p {
	max-width: 85%;
	
}

#nfo {
	border:		1px #ffd63f solid;
	background:	#fff9c5 url(./background_nfo) bottom right no-repeat;
}

#menu {
	margin-left: 65%;
}

#menu li {
	list-style-type: none;
}

#menu li ul {
	margin: 0;
}

#menu li a {
	display:		block;
	padding:		0.3em 0 0.3em 1.4em;
	text-decoration:none;
	max-width:		20em;
}

#menu li ul li a {
	text-indent: 20px;
}

#menu li a:hover {
	background-color: #e2e9f3;
}

.right {
	text-align: right;
}

#tools {
	text-align:	center;
	margin:		2em auto 1em auto;
	width:		100%;
}

#tools a {
	margin: 0 1em;
}