#body
	{
	width:100%;
	}


#logo
	{
	position: absolute;
	left: 200px;
	top: 10px;
	}

a	
	{
	color:blue;
	}

a:active
	{
	color:blue;
	}


a:visited
	{
	color:purple;
	}

a:hover
	{
	color:red;
	background color:black;
	text-decoration:underline;
	}



#col1
	{
	position: absolute;
	color: black;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	left: 185px;
	top: 230px;
	}
	
#col2
	{
	position: absolute;
	color: black;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	left: 410px;
	top: 230px;
	}

#col3
	{
	position: absolute;
	color: black;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	left: 635px;
	top: 230px;
	}




#titre-voyage
	{
	position: absolute;
	color: black;
	background-color: white;
	font-size: large;
	left: 50px;
	top: 310px;
	}

#titre-blog
	{
	position: absolute;
	color: black;
	background-color: white;
	font-size: large;
	left: 50px;
	top: 530px;
	}
	
#titre-plein-air
	{
	position: absolute;
	color: black;
	background-color: white;
	font-size: large;
	left: 50px;
	top: 680px;
	}

#pied-de-page 
	{
	position: absolute;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	left: 680px;
	top: 700px;
	}






