/* CHANGEMENT DE BACKGROUND PAR CLASS="" sur body */ 


body.surfTheme .part-top{
	background:transparent url(../../img/white/contactTop-surf.jpg) center top no-repeat;   
} 

body.snowTheme .part-top{
	background:transparent url(../../img/white/contactTop-snow.jpg) center top no-repeat;    
}      


body.skateTheme .part-top {
	background:transparent url(../../img/white/contactTop-skate.jpg) center top no-repeat;       
}

.part-top{
	height:228px;
	margin-top:-1px;
	width:100%;
} 



.part-content{
	background:transparent url(../../img/white/part-content.jpg) left top repeat-x;
}

