/**
* >>>>>>>>>>>>> Style UNIQUEMENT POUR LE HEADER DE LA PAGE ACCUEIL <<<<<<<<<<<<<<
*/

#header{
	background:url(/templates/jardinot/images/header/header_accueil.png) no-repeat;
}

#header #connexion {
	float: right;
	padding-top: 5px;
}
	#table-connecte{
		height:85px;
		text-align:center;
	}
		#table-connecte .wording{
			font-weight:bold;
			font-size:13px;
		}
	#header #connexion ul /* Ma liste aura des puces en forme de dossiers */{
		list-style: url('../images/puce_li.gif') inside;
	}
		#header #connexion ul li a/* Ma liste aura des puces en forme de dossiers */{
		   text-decoration: none;
		   color: #666;
		}
		#header #connexion ul li a:hover/* Ma liste aura des puces en forme de dossiers */{
		   text-decoration: underline;
		}
#header #connexion #identification {
	width: 230px;
	text-align: center;
	margin-top: 30px;
	padding-top: 5px;
	/*background: transparent url(/templates/jardinot/images/accueil/separation_repeat.png) repeat-x;*/
}
#logo{
	width:221px;
	height:90px;
	float:left;
	margin:7px 0 0 22px;
	cursor:pointer;
}

#popup-oubli-mdp, #popup-identification{
	display:none;
	background-image:none;
	width:100%;
	height:100%
}
#choix-identification{
	border-collapse:collapse;
}
	#choix-identification td{
		width:33%;
		padding-left:10px;
		vertical-align:top;
	}
	.td-bordure{
		border-left:1px solid #c0c0c0;
		border-right:1px solid #c0c0c0;
	}
	#formulaire_oubli_mdp table{
		margin:auto;
	}
		#popup-oubli-mdp #td1{
			width:35%;
		}
		#popup-oubli-mdp #td2{
			width:45%;
		}
		#popup-oubli-mdp #td3{
			width:20%;
		}
#popup h1{
	color:#6bb43d;
	font-size:15px;
	margin-top:10px;
	text-align: left;
	height: 35px;
}
.separateur-vert{
	background: url(/templates/jardinot/images/article/separateur_vert.png) no-repeat;
	height: 3px;
	width: 138px;
	margin-top: 10px;
}
.input-identification{
	height:11px;
	margin-top:10px;
	font-size:10px;
	width:196px;
}
#choix-identification input[type=submit] {
	background:url(/templates/jardinot/images/search/repeat_bouton.png) repeat;
	height:21px;
	margin:15px 20px 0 0;
	padding:0px 11px 4px 11px;
	font-weight:bold;
	color:white;
	border: 0;
	cursor: pointer;
}
