@CHARSET "UTF-8";
body{
	font-family:verdana, sans-serif;
	background-color: #cccc66; /*verte*/
	background-image: url("../images/deco-fond.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.content{
	width:640px;
	height:480px;
	margin: auto;
	background-image: url("../images/content-fond.png");
}

.phrase{
	color: #c4b3a2;/*beige*/
	margin-left: 120px;
	margin-right: 30px;
	font-size: xx-large;
	text-align: center;
	/*border : 2px solid yellow;*/
	line-height: 2.0;
	padding-top: 20px;
}
.important{
	color: #cccc66;/*verte*/
}
#dialog{
	
	font-size: x-small;
}

#phrase1{
	padding-top: 60px;
	text-align: left;
}
#phrase2{
	padding-top: 100px;
	text-align: right;
}
#phrase3{
	padding-top: 140px;
}
#phrase4{
	padding-top: 120px;
}
#phrase9{
	padding-top: 40px;
}
#phrase10{
	font-size: x-large;
	padding-top: 40px;
}
#phrase12{
	padding-top: 140px;
}
#phrase13{
	font-variant: small-caps ; 
	font-size: 34pt;
	padding-top: 140px;
}