
body.souv {
  max-width: 1920px;
  min-width: 1024px;
  margin-left:auto;
  margin-right:auto;
  font-family: "Time New Roman";
  background-color: lightskyblue;
  color: black;
  text-align: center;
  font-weight: bold;
}
table.souv {
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;	
  width:1024px; 
}
tr.sortie {
  height: 125px; 
}
tr.sortie td:first-child {
  font-size: 16pt;
}
tr.sortie td:first-child + td:first-line {
  font-size: 22pt;
}
tr.sortie td:first-child + td {  
  padding: 10px 0px 10px 0px;
  font-size: 18pt; 
}
tr.sortie td:first-child + td + td {
  font-size: 10pt;
}
tr.sortie td,
tr.photos td {
  padding: 5px; 
  width: 25%;  
}
tr.photos img {
  max-height : 138px;
}
tr.photos td:not([colspan]) img {
  max-width : 242px;
}
tr.sep {
  height: 100px;
}
tr.sep td {
	padding: 20px 0 30px 0;
	color: sienna;
	font-size: 15px
}
tr.sep img {
  border: 0;
  height: 31px;
  width: 31px;
  
}
tr.sep2 {
 	height: 10px;
}
tr.sep2 hr {
	 height: 4px;
  width: 10%;
	 color: sienna;
	 background-color: sienna;
}

h1 { 
  padding: 0 0 20px 0;
  font-family: "Comic Sans MS"; 
  font-size: 50px; 
}

hr.souv {
	height: 4px;
	margin: 15px auto 15px auto;
	color: sienna;
	background-color: sienna;
}
