/**
 * inCom - site
 *
 * 2008 (c) in4biz Sarl (http://www.in4biz.com)
 */

body,html {
	font-size:11px;
	margin: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	background-image: url(/images/site/background.jpg);
	background-repeat: repeat-x;
}

#global {
	margin-left: auto;
	margin-right: auto;
	width:875px;
}

#main {
	width:875px;
	margin-left:auto;
	margin-right:auto;
		
}

#middle_conten {
	background-repeat: no-repeat;
	background-color:#d9dadb;
}

h1 {
	font-size:0.9em;
	color: #8dc340;
}

h2 {
	font-size:0.7sem;
	color: #8dc340;
}

label {
	width: 140px;
	display: block;
	font-size: 13px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	float: left;
}

a.qp_disabled{
	
	display:none;
	width:30px;
	
}

#formbutton {
	margin-left: 100px;
}

a {
	color: #939393;
}

.clearer {
	clear:both;
	height:1px;
	line-height:1px;
	width:1px;
	font-family:monospace;
	font-size:1px;
	font-size-adjust:none;
	font-variant:normal;
	font-weight:normal;
	font-stretch:normal;
	font-style:normal;
}

.big_link{
	font-size:1.1em;
	font-weight:600;
	color: #91c640;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

textarea{
	width:250px;
}

.menu-actif, .menu-actif a{
	color: #ffffff;
	width:95px;
	height:22px;
	text-align:center;
	float:left;
	background-image: url(/images/site/tab_on.gif);
		background-repeat: no-repeat;
}

.menu-inactif, .menu-inactif a{
	color: #ffffff;
	width:95px;
	height:23px;
	text-align:center;
	float:left;
	background-image: url(/images/site/tab_off.gif);
		background-repeat: no-repeat;
}