@charset "utf-8";
/* CSS Document */
#page-tourisme {
	width: 919px;					/*pour s'adapter a toutes les tailles d'écran, la + petite étant du 760 pixels*/
	height: 602px;
	background-image: url(../images/fond-tourisme.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-right: 5px;
}
h1{
	position: absolute;
	left: 297px;
	top: 11px;
	width: 279px;
	height:76px;
	text-align: left;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
h2{
	font-size: 12px;
	color: #cb0233;
	padding-top: 10px;
}
#contenu-texte {
	position: absolute;
	left: 67px;
	top: 264px;
	width: 475px;
	height:272px;
	text-align: left;
	overflow: auto;
	padding-right: 15px;
	font-size: 12px;
	color: #000;
}
.col1 {
	width: 8px;
	height:20px;
}
.col2 {
	width: 500px;
	height:20px;
}

