@CHARSET "UTF-8";

* {
	font-family: Arial, sans-serif;
	color: #000;
	font-size:13px;
}
a {
	color: inherit;
	text-decoration: inherit;
}

img {
	border: 0;
}

.clear{
	clear:both;
}

/**
 * Les formulaires
 */
.champEdit {
	text-align: right;
	margin: 0 10px 7px 0;
	color: black;
	font-size: 10px;
}
	.champEdit input[type=text],
	.champEdit input[type=password],
	select {
		border: 1px solid #BFBFBF;
	}
.submitRouge {
	border: 0;
	background-image: url('../images/clients/bt_rouge.png');
	width: 100px;
	height: 26px;
	color: #FFF;
	padding: 0 5px 5px 14px;
	font-size: 11px;
	cursor:pointer;
}

/**
 * Barre de titre
 */

.titre {
	background-image: url('../images/clients/titre_repeat.png');
	height: 28px;	
	color: #FFF;
	font-size: 12px;
	line-height: 22px;
}
	.titre .gauche {
		background-image: url('../images/clients/titre_gauche.png');
		width: 12px;
		height: 28px;
		float: left;
	}
	.titre .droite {
		background-image: url('../images/clients/titre_droite.png');
		width: 15px;
		height: 28px;
		float: right;
	}
	
/**
* Fil d'ariane
**/

#filArianne{	
	background-color: #FFF;
	height:30px;
	padding:20px 0 0 20px;
	text-transform: uppercase;
}
	#filArianne a{	
		text-decoration:none;
		font-size:12px;
	}
	/**
* 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{
			color: #000;
			border:0;
			float:left;
			cursor:pointer;
			height:21px;
			padding:2px 11px 0 23px;
			margin:15px 0 0 50px;			
		}
		#continue{
			color:#000;
			border:0;
			float:left;
			cursor:pointer;
			height:21px;
			padding:2px 11px 0 23px;
			margin:15px 0 0 80px;
		}
	.popup_close {
		cursor:pointer;
	}
