/**
* >>>>>>>>>>>>> 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;}
.clearDroite{clear: right;}
.clearGauche{clear: left;}
.droite		{text-align: right;}
.gauche		{text-align: left;}
.centre		{text-align: center;}

.dragable 	{cursor: move;}
.clicable 	{cursor: pointer;}

.bold{ font-weight: bold; }
.underline{ text-decoration:underline; }

img.bottom{vertical-align:bottom;}
a.gris{
	color:#ccc;
	text-decoration:none;
}
a.gris:hover {
	color:#3a1;
}

/* différente largeur */
.width16{width:16%;}
.width20{width:20%;}
.width25{width:25%;}
.width33{width:33%;}
.width50{width:50%;}
.width100{width:95%;}

#content h2{
	font-size:2em;
	padding:10px 0;
}

textarea {font-size:12px;}

/* INPUT */
.input-130-black{
	background:url(/templates/1m2s/images/input-130-black.png) no-repeat right;
	height:15px;
	font-size:12px;
	border:0;
	padding:0px 4px 0px 4px;
	width:122px;
}
.input-155-black{
	background:url(/templates/1m2s/images/input-155-black.png) no-repeat right;
	height:16px;
	border:0;
	width:155px;
	font-size:12px;
}
.input-130{
	background:url(/templates/1m2s/images/input-130.png) no-repeat right;
	height:16px;
	width:134px;
	font-size:12px;
}
.input-155{
	background:url(/templates/1m2s/images/input-155.png) no-repeat right;
	height:16px;
	width:155px;
	border:0;
	font-size:12px;
}
.input-300{
	background:url(/templates/1m2s/images/input-300.png) no-repeat right;
	height:16px;
	width:300px;
	border:0;
	font-size:12px;
}
.input-47{
	background:url(/templates/1m2s/images/input-47.png) no-repeat right;
	height:21px;
	width:47px;
	font-size:12px;
	border:0;
	text-align:center;
	padding-top:3px;
}
.ok-black {
	background:url(/templates/1m2s/images/ok-black.png) no-repeat right;
	width:27px;
	height:26px;
	border:0;
}
.deconnexion-black {
	background:url(/templates/1m2s/images/deconnexion-black.png) no-repeat right;
	width:127px;
	height:26px;
	border:0;
}

.banniere-right {
	margin-top:10px;
	/*background:#fff;*/
	padding:10px 0px;
}

/* input qui sera changer via le script input_effacable */
input.effacable {
	color:#aaa;
}
.divClickable {cursor:pointer;}
.clickable {cursor:pointer;}
.help {cursor:help;}

#popup {
	left:182px;
	top:267px;
	position:absolute;
	width:688px;
	z-index:500;
	cursor:move;
}
	#popup input{
		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;	
	}
	.popup_close {
		cursor:pointer;
	}
	
#content #paging {
	margin-top:10px;
	border-top: 1px solid #7F7F7F;
	text-align: right;
}
#content #toppaging {
	margin-bottom:10px;
	border-bottom: 1px solid #7F7F7F;
	text-align: right;
}
	#content #paging a {
		color: black;
		text-decoration: none;
	}
		#content #paging a:hover {
			text-decoration: underline;
		}
	#content #toppaging a {
		color: black;
		text-decoration: none;
	}
		#content #toppaging a:hover {
			text-decoration: underline;
		}
		
#content #fil_ariane {
}
	#content #fil_ariane a {
		color: #000;
		text-decoration: none;
	}
	#content #fil_ariane a:hover {
		text-decoration: underline;
	}

/* Les vignettes articles */
.vignette {
	background-image: url('../images/articles/vignette_produit.png');
	background-repeat: no-repeat;
	height: 219px;
	width: 169px;
	padding-top:1px; 
}
	.vignette a {
		color: inherit;
		text-decoration: inherit;
		font: inherit;
	}
		.vignette a img {
			border: 0;
		}
	.vignette div.image {
		width: 159px;
		height: 140px;
		margin: 6px 0 0 5px;
	}
	.vignette h3 {
		margin: 10px 0 0 0; 
		text-align: center;
		padding: 0 10px;
		height: 28px;
		overflow: hidden;
		font-size: 12px;
		font-weight: normal;
		font-family: Arial;
	}
	.vignette h3 a {
		color: #000;
		text-decoration: none;
	}
		.vignette div.prix_article {
			margin: 10px 0 0 0; 
			text-align: center;
			padding: 0 10px;
			
			color: #5A851A;
			font-weight: bold;
			font-family: Arial;
			font-size: 15px;
		}
		.vignette div.prix_article sup {
			font-size:10px;
			font-weight: normal;
		}
			.vignette div.prix_article a {
				text-decoration: none;
				color: #5A851A;
			}
			
/* Les grandes vignettes d'articles (cf home) */
.grandeVignette {
	background: url('../images/articles/grande_vignette_produit.png') no-repeat;
	height: 473px;
	width: 365px;
	position: relative;
	text-align: center;
}
	.grandeVignette a {
		color: inherit;
		text-decoration: inherit;
		font: inherit;
	}
	.grandeVignette div.image {
		position: absolute;
		left: 20px;
		top: 55px;
	}
	.grandeVignette h3 {
		position: absolute;
		top: 400px;
		height: 28px;
		left: 20px;
		width: 318px;
		font-size: 12px;
		font-weight: normal;
	}
	.grandeVignette h3 a {
		color: #000;
		text-decoration: none;
		font-family: Arial;
	}
		.grandeVignette div.prix_article {
			left: 20px;
			width: 318px;
			position: absolute;
			top: 438px;
			height: 28px;
			
			color: #5A851A;
			font-weight: bold;
			font-size: 15px;
		}
			.grandeVignette div.prix_article sup {
				font-size:10px;
				font-weight: normal;
			}
			.grandeVignette div.prix_article a {
				font-family: Arial;
				text-decoration: none;
				color: #5A851A;
			}

/* TOOLTIP */
.tip{
	border: 1px solid black;
	padding: 10px;
	background: #eee;
}