#window {
	position: absolute;
	left:0;
	top:0;
	display:none;
	width:100%;
	height:100%;
	z-index:1000;
}
#window .bouton {
	background-color: #ffe54a;
	border: 1px solid #b59a00;
	padding:3px;
	cursor:pointer;
	color:#b59a00;
}
#window .bouton:hover {
	color: #ffe54a;
	cursor:pointer;
	background-color:#b59a00;
}
#window .type_1 {
	width:135px;
}
/*-------------- connexion ----------------*/
#window_10 {
	position: relative;
	width:100%;
	height:100%;
	background-color:white;
	overflow: hidden;
}
#window_10 .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	text-align:left;
	width:100%;
	height:35px;
	font-size: 1.2em;
	background-color:#497849;
	color:white;
}
#window_10 .header h1 {
	margin:5px;
	float:left;
}
#window_10 .type {
	margin-right:10px;
	color:#8fbc8f;
	font-style: italic;
}
#window_10 .B_close {
	background-color: #8fbc8f;
	border: 1px solid #8fbc8f;
	float:right;
	padding:2px 3px;
	margin:5px;
	font-size: 0.7em;
	position:relative;
	cursor:pointer;
	color:#497849;
}
#window_10 .B_close:hover {
	background-color: white;
	border: 1px solid #8fbc8f;
}
#window_10 .content {
	position:absolute;
	width:100%;
	height:100%;
	margin-top:35px;
}
/*-------------- newsletter ----------------*/
#window_2 {
	width:170px;
	font-size: 80%;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
}
#window_2 h3 {
	color:#5a6a85;
	position: relative;
	float:left;
	width:100%;
	text-align: left;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
#window_2 ul {
	margin: 0;
	padding: 0;
}
#window_2 li {
	margin: 0;
	padding: 0;
	list-style-type:none;
	position: relative;
	float:left;
	width:100%;
	margin-bottom:5px;
}
#window_2 .bouton {	position: absolute;
	right:10px;
	width:12px;
	height:12px;
	cursor:pointer;
	background-image: url(../png/ui.png);
	background-position: -120px -260px;
}
/*-------------- recherche ----------------*/
#window_3 {
	position: absolute;
	left:5px;
	top:105px;
	width:450px;
	height:260px;
	padding:10px;
	border: 2px solid black;
	background-color:white;
}
#window_3 h3 {
	position: relative;
	float:left;
	margin-bottom:10px;
}
#window_3 .recherche {
	position: relative;
	float:left;
	margin-bottom:10px;
}
#window_3 .recherche .entete span {
	position: relative;
	float:left;
}
#window_3 .recherche .entete, #window_3 .recherche .ligne li {
	position: relative;
	float:left;
}
#window_3 .recherche span  {
	position: relative;
	float:left;
}
#window_3 .recherche ul  {
	position: relative;
	float:left;
	height:200px;
	overflow:auto;
}
#window_3 .recherche .col_1 {
	width:150px;
}
#window_3 .recherche .col_2 {
	width:200px;
}
#window_3 .recherche .col_3 {
	width:80px;
}
#window_3 .recherche li {
	background-color: #e1e5e6;
	cursor:pointer;
}
#window_3 .recherche li:hover {
	color:white;
	background-color:#4c5762;
}
/*-------------- Suggestion ----------------*/
#window_4 {
	position: absolute;
	left:515px;
	top:0px;
	width:500px;
	padding:10px;
	border: 2px solid black;
	background-color:white;
}
#window_4 h3 {
	position: relative;
	margin-bottom:10px;
}
#window_4 #pa {
	display:none;
}
#window_4 #pa input {
	margin: 0;
	margin-left:5px;
	width:200px;
}
#window_4 select {
	width:250px;
	margin:10px 10px 0 0;
}
#window_4 input {
	margin:0 6px;
}