/* CSS Document */

.menu {
	color: #FFFFFF;
	font-family: Times;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;


}
.drapeau {

	border:0;
	border-color:#000000;
	}


.menu:hover {
	color: #CC9933;
	font-family: Times;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;

}
.border {
	border: 1px solid #333333;
}

.polaroid {
	width: 640px;
	height: 480px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:30px;
	padding-top: 10px;
	background: white;
	border: 1px solid black;
	border-width: 1px 3px 3px 1px;
	text-align: center;
}
