/**
* >>>>>>>>>>>>> Style pour tout ce qui est générique. <<<<<<<<<<<<<<
* Pour le css d'une page particulière, créé un autre fichier css
*/

.right		{float: right;}
.left		{float: left;}
.clear		{clear: both;}
.droite		{text-align: right;}
.gauche		{text-align: left;}
.centre		{text-align: center;}

.dragable 	{cursor: move;}
.clicable 	{cursor: pointer;}

/**
* différente largeur
*/
.width20{width:20%;}
.width25{width:25%;}
.width33{width:33%;}
.width50{width:50%;}
.width100{width:100%;}

.red{color:red;}
.vert{color:#6bb43d;}
.bold{font-weight:bold;}

a img {border:0;}

h2 {
	color:#492;
	font-size:1.2em;
	font-weight:bold;
}

/**
* Style pour les input extensibles 3 images 
*/
.input3parties input {
	margin:0;
	padding:0;
	border:0;
	vertical-align:middle;
}
.input3parties {
	margin:0;
	padding:0;
}
.input3parties img {
	margin:0;
	padding:0;
	vertical-align:bottom;
	/*.vertical-align:middle;*/
}
.divClickable {
	cursor:pointer;
}
/**
* Style pour le paging
*/
#paging{
	float:right;
	margin:10px;
	color:#6bb43d;
}
	#paging a{
		color:#6bb43d;
		text-decoration:none;
	}
	#paging strong{
		font-size:14px;
	}

/**
* Style pour la popup
*/
#popup {
	left:182px;
	top:267px;
	position:fixed;
	width:688px;
	z-index:500;
	cursor:move;
}
	#popup input[type="text"]{
		margin:10px;
	}
	#popup_haut {
		background: transparent url(../images/popup/popup_haut-trans.png) no-repeat;
		height:35px;
		width:688px;
		text-align:right;
	}
	#popup_haut img{
		padding:5px;		
	}
	#popup_bas {
		background: transparent url(../images/popup/popup_bas-trans.png) no-repeat;
		height:37px;
		width:688px;
	}
	#popup_contenu {
		background: transparent url(../images/popup/popup_repeat-trans.png) repeat-y;
		padding:5px 30px;
		width:628px;
		text-align:center;	
	}
		#allerpanier{
			background:url(/templates/jardinot/images/search/repeat_bouton.png) repeat;
			color:white;
			border:0;
			float:left;
			cursor:pointer;
			height:21px;
			padding:2px 11px 0 11px;
			margin:15px 0 0 176px;
		}
		#continue{
			background:url(/templates/jardinot/images/search/repeat_bouton.png) repeat;
			color:white;
			border:0;
			float:left;
			cursor:pointer;
			height:21px;
			padding:2px 11px 0 11px;
			margin:15px 0 0 50px;
		}
	.popup_close {
		cursor:pointer;
	}
	
#notification {
	position:absolute;
	margin-left:-200px;
	left:50%;
	width:400px;
	padding:8px;
	text-align:center;
	background:#7bc44d;
	color:#fff;
	top:-100px;
	border:3px solid #ffffff;
	font-weight:bold;
	z-index:140;
}