/*--------------------------------------------------
	Styles importés
--------------------------------------------------*/

@import url("../../css/commun.css");

/*--------------------------------------------------
	Styles
--------------------------------------------------*/

@charset "UTF-8" ; 

@media all
{

body { 
	background : #cccccc repeat-x top left fixed ; 
}

.page_margins { 
}

.carte { 
}

.page { 
/*	background : #cccccc ; */
	background-image : url('../images/content.png') ; 
}
  
.header1 { 
	background : #ffffa0 ; 
}

.header2 { 
	background-image : url('../images/deg1.jpg') ; 
}
  
.main1 { 
}

.main2 { 
	background : #ffffff ; 
}
  
.footer1 { 
	background-image : url('../images/deg2.jpg') ; 
}

.footer2 { 
	background : #ffffa0 ; 
}

.province { 
	color : #008800 ; 
	background-color : #ffffaa ; 
	font-weight : bold ;
}

.lieux { 
	color : #000060 ;
	border-color : #C0C0C0 ; 
	border-style : solid ; 
}

.lieux b { 
}
	
.prog-cr { 
	color : #004000 ;
}

.desc-j { 
	color : #400000 ;
}

.nuit { 
	background : url('../../images/deg-DDDDFF.jpg') ; 
	border-color : #BDBDDF ; 
}

.site { 
/*	background : #ffffff ;  */
	background : url('../../images/deg-FFD7D7.jpg') ; 
	border-color : #DFB7B7 ; 
}

.repas { 
	background : url('../../images/deg-D7FFD7.jpg') ; 
	border-color : #B7DFB7 ; 
}

.hr1 { 
	color : #808080 ;
	background-color : #808080 ;
}

.Phot_Titre { 
}

.Phot_Comment { 
}

.Phot_Phot { 
}

.Phot_B1 { 
}

.Phot_B2 { 
}

.Phot_B3 { 
}

table.vol {
	border-width : 2px ; 
	border-spacing : 2px ; 
	border-style : solid ; 
	border-color : green ; 
	border-collapse : collapse ; 
	background-color : white ; 
}

table.vol th {
	border-width : 1px ; 
	padding : 1px ; 
	border-style : solid ; 
	border-color : gray ; 
	background-color : white ; 
	-moz-border-radius : ; 
}

table.vol td {
	border-width : 1px ; 
	padding : 1px ; 
	border-style : solid ; 
	border-color : gray ; 
	background-color : white ; 
	-moz-border-radius : ; 
}

  /*-------------------------------------------------------------------------*/

}