@media screen {
	
	/* styles generaux */
	p{
		padding:0px;
		margin:0px;
		width:90%;
	}
	.SelectBox{
		width:117px;
		font-size:10px;
	}
	form{
		padding:0px;
		margin:0px;
	}
	
	/* conteneurs */
	#boutique1, #boutique2, #boutique3{
		margin:0px 0px 0px 0px;
		height:162px;
		width:790px;
		font-family:Arial;
	}
	html>body #boutique1, #boutique2, #boutique3{
		margin:0px 10px 0px 0px;
		height:162px;
		width:790px;
		font-family:Arial;
	}
	
	/* menus */
	#menu_boutique1{
		background: url("/images/info-fond2-beaute1.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_boutique2{
		background: url("/images/info-fond2-beaute2.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_boutique3{
		background: url("/images/info-fond2-beaute3.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_boutique1 a, #menu_boutique2 a, #menu_boutique3 a{
		text-decoration:none;
		font-weight:bold;
	}
	.item_boutique1, .item_boutique2, .item_boutique3{
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	.marge_boutique1{
		margin:0px 0px 0px 90px;
	}
	.marge_boutique2{
		margin:0px 0px 0px 175px;
	}
	.marge_boutique3{
		margin:0px 0px 0px 170px;
	}
	
	/* Barres sous-menu */
	#bar_boutique1, #bar_boutique2, #bar_boutique3{
		float:left;
		height:1px;
		width:790px;
		line-height:0;
		font-size:0;
	}
	.bar_boutique1{
		background-color:#000000;
	}
	.bar_boutique2{
		background-color:#000000;
	}
	.bar_boutique3{
		background-color:#000000;
	}
	
	/* specificites boutique1 */
	/*
	#content_boutique1{
		float:left;
		height:123px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_boutique1{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_boutique1{
		position:relative;
		float:left;
		height:133px;
		width:790px;
	}
	
	
	/* specificites boutique2 */
	/*
	#content_boutique2{
		float:left;
		height:123px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_boutique2{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_boutique2{
		position:relative;
		float:left;
		height:133px;
		width:790px;
	}
	
	
	/* specificites boutique3 */
	/*
	#content_boutique3{
		float:left;
		height:123px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_boutique3{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_boutique3{
		position:relative;
		float:left;
		height:133px;
		width:790px;
	}
	
	/* footers */
	#footer_boutique1, #footer_boutique2, #footer_boutique3{
		float:left;
		height:1Px;
		width:790px;
		text-align:right;
		line-height:1px;
		padding:0px 0px 0px 0px;
	}
	#footer_boutique1 a, #footer_boutique2 a, #footer_boutique3 a{
		text-decoration:none;
	}
	.footer_boutique1{
		background-color:#000000;
	}
	.footer_boutique2{
		background-color:#000000;
	}
	.footer_boutique3{
		background-color:#000000;
	}
	.footerLink{
		padding:1px 0px 0px 0px;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
	}

}