/* Feuille de style CSS */
/* img {  
	padding : auto;  
}
.photos {
	border : 4px solid green; 
	(text-align : center;) 
	width : 40%; 	
} 
#milk {
	border : 4px solid green; 
	(text-align : center;) 
	width : 40%; 
} 
#divexterne {
	border : 4px solid green; 
	height : 100%; 
	width : 100%; 
} 
#gauche {
	width : 40%; 
	border : 4px solid blue; 
} 
#cdcr {
	height : 50%; 
}
#This {
	height : 50%; 
} 
#cocktail {
	width : 40%; 
	border : 4px solid yellow
}
#droite {
	width : 20%; 
	border : 4px solid purple
} 
#milk {
	height : 50%; 
} 
#menu-accueil {
	height : 50%; 
}
#menu-acceuil {
	float : right; 
	width : 20%; 
	margin : 0; 
	padding : 0; 
	border : 4px solid red; 
} */ 
body { 
	background-image: url("accueil_fondX.jpg"); 
	background-color: transparent; 
	background-repeat: repeat; 
	background-position: center top; 
	background-size: 86%; 
} 
 p { 
	width : 44%; 
	/* border : 4px solid blue; */ 
	margin-left : auto; 
	margin-right : auto; 
	margin-bottom : 4%; 
	margin-top : 22%; 
	text-align : center; 	
	font-family : "Copperplate Gothic Bold", "Copperplate Gothic Light", "Engravers MT", Stencil; 
	font-size : 2em; 
	color : LightPink; 
} 
#menu-accueil { 
	float : right; 
	padding-left : 14%; 
	padding-right : 10%; 
	height : 380px; 
	text-align : right; 
	/* border : 4px solid yellow; */ 
	margin : auto; 
} 
h2 { 
	font-family : Impact; 
	font-size : 4em; 
} 
ul { 
	list-style : none; 
	font-family : "Kunstler Script", "Palace Script MT", "Vladimir Script", "Edwardian Script ITC"; 
	font-size : 200%; 
	display : none; /* liste cachée */ 
} 
h2:hover
{
  color : LightPink; /* MENU bleu quand la souris passe dessus */ 
} 
a { 
	text-decoration : none; 
	color : Lime; 
} 
a:hover { 
	color : #4682B4; 
} 