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

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

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

@charset "UTF-8" ; 

@media all
{

body { 
	background : #cccccc repeat-x top center 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 ; 
}

.nuit { 
	padding : 10px 5px 10px 5px ; 
	background : #D7D7FF ; 
	border-style : solid ; 
	border-width : 0px ; 
}

.repas { 
	padding : 10px 5px 10px 5px ; 
	background : #D7FFD7 ; 
	border-style : solid ; 
	border-width : 0px ; 
}

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 : #CCCCCC ; 
	background-color : white ; 
	-moz-border-radius : ; 
}

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

}