/**
 *  GENERAL
 */ 
  
body {
 margin:auto;
 font-family: Arial;
 font-size:12px;
 background: url("images/bg.gif") repeat-y top center;
}

#page {
 margin:auto;
 width:979px;
}

#header {	
 background: #fff url("images/header.gif") no-repeat -15px 0px;
 min-width:979px;
 height:148px;
}

#separ {
 background: url("images/separ.gif") repeat-x;
 height:5px;
 min-width:979px;
}

#menu {
 margin-top:-9px;
 background: #000 url("images/menu.gif") repeat-x;
 min-width:979px;
 height:50px;
}

*>#menu {
 margin-top:0px;
}

/**
 * FORM BUTTON
 */

.button{
	margin-left:165px;
}

.auto{
	margin:0 auto;
}

a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url("images/buttonBackground.gif");
	background-repeat: no-repeat;
	width: 132px;
	height: 28px;
	padding: 5px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	
}

a.button:link, a.button:visited {
	color: #002577;
}

a.button:hover, a.button:active {
	background-position: 0 -36px;
	cursor: pointer;
}

a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -72px;
	color: #5F5F5F;
	cursor: default;
}

.icon {
	display: inline-block;
	background-repeat: no-repeat;
	padding: 0 0 5px 18px;
	padding-left: 20px;
}

a.button:hover .icon, a.button:active .icon {
	background-position: 0 -28px;
}

a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
	background-position: 0 -56px;
}
/* list of button icons */
#send .icon {
	background-image: url("images/ok.gif");
}
#cancel .icon {
	background-image: url("images/cancel.gif");
}
#import .icon {
	background-image: url("images/import.gif");
}

/**
 * NEWS
 */ 
#divNews{
 	float:left;
 	width:70%;
 	height:40%;
}

#lastNews{
 	height:100px;
}

#divCat{
 	height:100%;
}

#tabNews{
 	margin-left:100px;
}

#news{
 	text-decoration:none;
 	color:#180a4f;
}

#Infos{
 	margin-left:100px;
}



/**
 * FORMS
 */
 
input{
	font-family:Verdana;
	font-size:9pt;
	color:#2A4988;
	background-color:#FFFFFF;
	border:1px solid #2a4988;
	width: 146px;
	text-align: left;
}

textarea{
	font-family:Verdana;
	font-size:9pt;
	color:#2A4988;
	background-color:#FFFFFF;
	border:1px solid #2a4988;
	width: 300px;
	text-align: left;
}

input:focus{
	background-color:#C5D6FD;
}

select{
	font-family:Verdana;
	font-size:9pt;
	color:#2A4988;
	background-color:#FFFFFF;
	border:1px solid #2a4988;
	width: 210px;
	text-align: left;
}

label{
	float:left;
	width:150px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
	color:#062265; 
	font-size:9pt;
}  
   
fieldset.form{
	border: 0;
}

div.form{
 	margin-left:250px;
}

font.form_details{
	color:#062265; 
	margin-right: 0.2em;
	margin-left: 0.2em;
}

/**
 * CATALOGUE
 */
.item {
	width:46%;
	margin:10px 5px 10px 5px;
	height:100px;
}

.item:hover{
	cursor:pointer;
	background-color:#FDFCDB;
}

.item table{
	background-color:#F2F0F0;
}

.right{
	float:right;
}

.left{
	float:left;
}

.pointer{
	cursor:pointer;
}

.alpha{
	opacity:0.6;	
}

.alpha:hover{
	opacity:1;
}

.item_name {
	 font-weight:bold; 
	 width:75%;
	 margin-top:10px;
}

.item_image {
	 border:0px solid #000;
	 width:20%;
}

.item_type {
	 padding-top: 5px;
}

.item_localisation {
	 padding-bottom:5px;
}

#cat{
	margin-left:auto;
	margin-right:auto;
	width:880px;
}

#view_item {
	 margin:auto;
	 width:80%;
	 margin-top:20px;
}

/**
 * UNKNOW
 */
 
#title{
	font-family:Verdana;
 	padding-top:20px;
 	padding-bottom:10px;
 	text-align:center;
 	font-weight:bold;
 	font-size:18px;
 	width:100%;
}

#link{
 	text-decoration:none;
 	color:#92248A;
}
#link:visited{
 	text-decoration:none;
 	color:#0063B3;
}

#link:hover{
	font-weight:bold;
 	color:#0063B3;
}

/*
 * CUS
 */
#carte{
	float:left;
	width:400px;
	height:357px;
	width:240px;
}

#liste_communes{
	float:right;
	width:300px;
}

#cus{
	margin:auto;
	width:600px;
}

#nordOuest{
	background-color:#ffff;
	background-image: url("images/nordOuest.gif");
	cursor: pointer;
	height:171px;
	width:114px;
	float:left;
}

#nordOuest:hover{
	background-color:#aca3ff;
}

#nordEst{
	background-color:#ffff;
	background-image: url("images/nordEst.gif");
	cursor: pointer;
	height:171px;
	width:126px;
	float:right;
}

#nordEst:hover{
	background-color:#aca3ff;
}

#sudOuest{
 	background-color:#ffff;
	background-image: url("images/sudOuest.gif");
	cursor: pointer;
	height:186px;
	width:91px;
	float:left;
}

#sudOuest:hover{
	background-color:#aca3ff;
}

#sudEst{
	background-color:#ffff;
	background-image: url("images/sudEst.gif");
	cursor: pointer;
	height:186px;
	width:149px;
	float:right;
}

#sudEst:hover{
	background-color:#aca3ff;
}

#loc{
	width:100%;
	height:50;
	text-align:center;
	font-size:20px;
	color:#00a;
}

.search_item{
	margin-top:4px;
	margin-bottom:4px;
}

#footer{
	margin: 20px 0  0;
	vertical-align:bottom;
	text-align:center;
}

.clear{
	clear:both;
}

#voir_produit{
	height:13px;
	width:17px;
	background:url("images/jumelles.gif");
	cursor:pointer;
	display:block;
}

#content {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}