﻿/*________________________________DIV_____________________________*/
#global {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	z-index: 0;
	visibility: visible;
}
#bandeau {
	position:absolute;
	width:700px;
	height:173px;
	z-index:2;
	left: 0px;
	top: -13px;
	visibility: visible;
}
/*________________________________FORMULAIRE_____________________________*/
.contentCust {
	font-family: Tahoma; 
	font-size: 11px; 
	background-color: #FFF;
	border-color: #CCC;
	border-style: solid;
	border-width: 1px;
	color: #333;
	padding-left:5px;
	padding-top:2px;
	height:21px;
	width:138px;
}
/*________________________________AUTRES_____________________________*/
.chemin {
	font-family: Tahoma;
	font-size: 12px;
	color: #7aa106;
}
