@media screen {
	
	/* styles generaux */
	p{
		padding:0px;
		margin:0px;
		width:90%;
	}
	.SelectBox{
		width:117px;
		font-size:10px;
	}
	form{
		padding:0px;
		margin:0px;
	}
	
	/* conteneurs */
	#partie1, #partie2, #partie3{
		margin:0px 0px 0px 0px;
		height:122px;
		width:530px;
		font-family:Arial;
	}
	html>body #partie1, #partie2, #partie3{
		margin:0px 10px 0px 0px;
		height:122px;
		width:530px;
		font-family:Arial;
	}
	
	/* menus */
	#menu_partie1{
		background: url("/images/info-fond-voyages1.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_partie2{
		background: url("/images/info-fond-voyages2.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_partie3{
		background: url("/images/info-fond-voyages3.jpg") no-repeat left;
		height:20px;
		padding:3px 0px 0px 0px;
	}
	#menu_partie1 a, #menu_partie2 a, #menu_partie3 a{
		text-decoration:none;
	}
	.item_partie1, .item_partie2, .item_partie3{
		font-size:11px;
		font-weight:bold;
		text-decoration:none;
		color:#000000;
	}
	.marge_partie1{
		margin:0px 0px 0px 60px;
	}
	.marge_partie2{
		margin:0px 0px 0px 126px;
	}
	.marge_partie3{
		margin:0px 0px 0px 115px;
	}
	
	/* Barres sous-menu */
	#bar_partie1, #bar_partie2, #bar_partie3{
		float:left;
		height:2px;
		width:530px;
		line-height:0;
		font-size:0;
	}
	.bar_partie1{
		background-color:#79828E;
	}
	.bar_partie2{
		background-color:#FFA200;
	}
	.bar_partie3{
		background-color:#FFA200;
	}
	
	/* specificites partie1 */
	/*
	#content_partie1{
		float:left;
		height:83px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_partie1{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_partie1{
		position:relative;
		float:left;
		height:83px;
		width:530px;
		background-color:#FFFFFF;
	}
	
	
	/* specificites partie2 */
	/*
	#content_partie2{
		float:left;
		height:83px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_partie2{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_partie2{
		position:relative;
		float:left;
		height:83px;
		width:530px;
		background-color:#FFFFFF;
	}
	
	/* specificites partie3 */
	/*
	#content_partie3{
		float:left;
		height:83px;
		width:123px;
		font-size:12px;
		padding:10px 0px 0px 4px;
	}
	
	#img_partie3{
		float:left;
		width:140px;
		height:133px;
	}
	*/
	
	#content_partie3{
		position:relative;
		float:left;
		height:83px;
		width:530px;
		background-color:#FFFFFF;
	}
	
	/* footers */
	#footer_partie1, #footer_partie2, #footer_partie3{
		float:left;
		height:1Px;
		width:530px;
		text-align:right;
		line-height:8px;
		padding:0px 0px 0px 0px;
	}
	#footer_partie1 a, #footer_partie2 a, #footer_partie3 a{
		text-decoration:none;
	}
	.footer_partie1{
		background-color:#6A6A6A;
	}
	.footer_partie2{
		background-color:#6A6A6A;
	}
	.footer_partie3{
		background-color:#6A6A6A;
	}
	.footerLink{
		padding:0px 0px 0px 0px;
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		color:#FFFFFF;
	}

}