/********************** FRAMES **********************/
body {
	margin: 0;
	padding-top: 10px;
	font-family: Arial;
	font-size: 11px;
	background: #fff url('../img/body-bg.jpg') no-repeat -825px -200px;
	background-attachment: fixed;
}
div#container {
	min-height: 100%;
}
div#sidebar {
	float: left;
	width: 275px;
}
div#menu {
	height: 300px;
	width: 230px;
	background: transparent url('../img/menu-bg.png') no-repeat left top;
}
div#menuContent {
	width: 230px;
	height: 189px;
}
div#login {
	width: 230px;
	height: 120px;
	padding-top: 10px;
	color: #fff;
}
div#login input[type=text], div#login input[type=password] {
	width: 120px;
	margin: 2px 0 0 30px;
	padding-left: 20px;
	background: #e3e3e3 url('../img/login.png') no-repeat 2px center;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #8e8e8e;
}
div#login input[type=password] {
	background-image: url('../img/password.png');
}
div#login input[type=button], div#login input[type=submit] {
	border: 1px solid #8e8e8e;
	background-color: #e3e3e3;
	font-family: Arial;
	font-size: 12px;
	margin: 2px 0 0 62px;
}
div#login input[type=submit] {
	margin: 10px 0 0 0;
}
div#login input[type=button]:hover, div#login input[type=submit]:hover {
	cursor: pointer;
}
div#login .connected {
	margin: 10px 0 0 30px;
}
div#cloud {}
div#image {}
div#main {
	float: left;
	width: 705px;
}
div#header{
	padding-right: 100px;
}
div#logo_ni {}
div#logo_microtek {
	text-align: right;
}
div#content {
	padding: 0 100px 0 40px;
}
div#footer {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	margin-top: 10px;
	padding-left: 60px;
	clear: both;
}
div#bug {
	clear: both;
}

/********************** TXT **********************/
a {
	color: #8b8b8b;
	text-decoration: none;
}
p {
	font: Tahoma;
	font-size: 12px;
	color: #666;
	text-align: justify;
}
li {
	font: Tahoma;
	font-size: 12px;
	color: #666;
	text-align: justify;
}
ul {
	font: Tahoma;
	font-size: 12px;
	color: #666;
	text-align: justify;
}
.tit_accueil {
	font: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333;
}
.tit_accueil2 {
	font: Tahoma;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #3333FF;
}
.error {
	font-weight: bold;
	color: #cc0000;
}
img {
	border: 0;
}

/********************** CONTACT **********************/
.contactFormLeft {
	float: left;
	width: 225px;
}
.contactFormRight {
	float: left;
	width: 340px;
}
.contactTable td {
	padding: 4px;
}
.contactFormRight textarea {
	font-family: Arial;
	font-size: 11px;
	border: 0;
	width: 320px;
	height: 180px;
	padding: 10px;
	background: transparent url('../img/textarea-bg.png') no-repeat left top;
	overflow: auto;
}
.contactFormLeft input[type=text], .captchaTry {
	font-family: Arial;
	font-size: 11px;
	width: 140px;
	height: 17px;
	padding: 3px 5px 0 5px;
	border: 0;
	background: transparent url('../img/input-bg.png') no-repeat left top;
}
.contactButton {
	font-family: Arial;
	font-size: 12px;
	width: 80px;
	border: 1px solid #8b8b8b;
	background-color: #fff;
}
.contactButton:hover {
	cursor: pointer;
}
.contactFormLeft select {
	font-family: Arial;
	font-size: 11px;
}
.contactCoord, .contactMap {
	float: left;
	width: 560px;
}
.contactMap iframe {
	width: 560px;
	height: 250px;
	border: 1px solid #8b8b8b;
}
.contactTitle {
	margin-top: 25px;
	width: 565px;
	border-bottom: 1px solid #8b8b8b;
}
.captchaTry {
	font-weight: bold;
	text-align: center;
	margin-right: 30px;
}
.captchaImg {
	vertical-align: middle;
	margin-right: 30px;
}

/********************** FAQ **********************/
.FaqGrid {
	width: 100%;
	margin-top: 15px;
}
.faqQuestion {
	padding: 10px 10px 10px 30px;
	background: #dfdfdf url('../img/question.png') no-repeat 5px 5px;
	border: 1px solid #8e8e8e;
	color: #666;
	margin: 5px 0 0 0;
	font-size: 12px;
	font-weight: bold;
}
.faqQuestion:hover {
	cursor: pointer;
}
.faqAnswer {
	display: none;
	font-size: 11px;
	padding: 10px 10px 10px 30px;
	background: #ebebeb url('../img/answer.png') no-repeat 5px 5px;
	border: 1px solid #8e8e8e;
	border-top: 0;
	margin: 0 10px;
	color: #000;
}
.faqQuestion li {
	font-size: 12px;
	color: #666;
}
.faqAnswer li {
	font-size: 11px;
	color: #000;
}
.faqPager a {
	font-size: 12px;
	display: block;
	padding: 2px 4px;
	border: 1px solid #8e8e8e;
	background-color: #dfdfdf;
}
.faqPager span {
	font-size: 12px;
	display: block;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px solid #8e8e8e;
	background-color: #ebebeb;
}