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

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

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

@charset "UTF-8" ; 

@media all
{

body { 
/*	background : #ffffd8 repeat-x top left fixed ; */
	background : #ddddff repeat-y top center fixed ; 
	background-image : url('../images/content4.png') ; 
}

body input {
	background : #ddddff ; 
}

body textarea {
	background : #eeeeff ; 
}

.page_margins { 
}

.carte { 
}

.page { 
/*	background : #ffff88 ; */
/*	background-image : url('../images/content4.png') ; */
}
  
.header1 { 
	background : #aaaaff ; 
}

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

.main2 { 
/*	background : #ffffff ; */
}
  
.footer1 { 
	background-image : url('../images/content6.png') ; 
}

.footer2 { 
	background : #aaaaff ; 
}

.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 ; 
}

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

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

.Phot_Titre { 
/*	padding : 10px 10px 10px 10px ; */
	font-size : 14pt ; 
/*	background : #bbffff ; */
	border-style : solid ; 
	border-width : 0px ; 
}

.Phot_Comment { 
	padding : 10px 10px 10px 10px ; 
/*	background : #bbffff ; */
	border-style : solid ; 
	border-width : 0px ; 
}

.Phot_Phot { 
/*	background : #ffbbff ; */
	border-style : solid ; 
	border-width : 0px ; 
}

.Phot_B1 { 
/*	background : #ffbbff ; */
	float : left ; 
	width : 125px ; 
/*	margin : 0px 0px 0px 135px ; */
}

.Phot_B2 { 
/*	background : #ffbbff ; */
	float : right ; 
	width : 125px ; 
/*	margin : 0px 135px 0px 0px ; */
}

.Phot_B3 { 
/*	background : #ffffbb ; */
	width : 440px ; 
}

table.stat2 {
    text-align: center;
	border-width : 2px ; 
	border-spacing : 2px ; 
	border-style : solid ; 
	border-color : green ; 
	border-collapse : collapse ; 
/*	background-color : white ; */
}

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

table.stat2 th {
	border-width : 1px ; 
	padding : 1px ; 
	border-style : solid ; 
	border-color : gray ; 
	background-color : #ccccdd ;
	color : #0000aa ;
	-moz-border-radius : ; 
}

table.stat2 td.stot {
	border-width : 1px ; 
	padding : 1px ; 
	border-style : solid ; 
	border-color : gray ; 
	background-color : #eeeeff ;
	color : #444444 ;
	-moz-border-radius : ; 
}

ul.menu {
/*	border-width : 1px ; */
/*	padding : 1px ; */
/*	border-style : solid ; */
/*	border-color : gray ; */
/*	background-color : #dddddd ; */
/*	color : #0000aa ; */
	LIST-STYLE-TYPE: none ; 
	-moz-border-radius : ; 
}

ul.menu li {
/*	border-width : 1px ; */
	margin : 5px 0px 5px -40px ; 
/*	border-style : solid ; */
/*	border-color : gray ; */
	background-color : #eeeeee ; 
	color : #0000aa ;
	text-align : center ;
	-moz-border-radius : ; 
}

ul.menu a {
	text-decoration : none ; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
	padding : 4px ; /* aucune marge intérieure */
	color : #000000 ;
	display : block ; /* on change le type d'élément, les liens deviennent des balises de type block */
}

ul.menu a:hover {
	color : #0000dd ;
	background-color : #dddddd ; 
}

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

}