/* Feuille de style CSS */
body { 
	background-color : #2F4F4F; 
} 
p { 
	text-align : center; 
	margin : auto; 
	padding : 16px 7% 16px 16%; 
} 
a { 
	text-decoration : none; 
	color : Lime; 
	font-family : "Kunstler Script", "Palace Script MT", "Vladimir Script", "Edwardian Script ITC"; 
} 
a:hover { 
	color : #4682B4; 
} 
#titre { 
	font-family : Gigi, "French Script MT"; 
	font-size : 4em; 
	text-align : center; 
	margin : 4px ; 
	padding : 16px; 
	color : #FFE4B5; 
} 
.barredemenu { 
	font-size : 400%; 
	padding : 16px 32px 16px 32px; 	
	margin : 4px; 
} 
table { 
	margin : 10px auto; 
	border-collapse : separate; /* bordures partagées collapse*/ 
	border-spacing : 4px; 
	border : 4px solid Gold; 
	text-align : left; 
} 
caption { 
	padding : 10px 0; 
	font-weight : bold; 
	color : PeachPuff; 
	font-size : 2em; 
} 
th, td { 
	padding : 4px 6px; 
	border : 1px solid #aaa; 
	vertical-align : top; 
	font-size : 150%; 
} 
table th, table td {  
	border : solid 4px; 
} 
.OrangeRed { 
	color : OrangeRed; 
} 
.PapayaWhip { 
	color : PapayaWhip; 
} 
ul { 
	list-style : none; 
} 