#container
	{
	margin: 0 auto;
	}

#body
	{
	width:100%;
	text-align: center;
	}


#logo
	{
	top: 22px;
	}

a	
	{
	color:#333333;
	}

a:active
	{
	color:#333333;
	}


a:visited
	{
	color:purple;
	}

a:hover
	{
	color:white;
	background-color:#333333;
	text-decoration:underline;
	}



#col1
	{
	position: absolute;
	color: #333333;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	left: 25px;
	top: 235px;
	}
	
#col2
	{
	position: absolute;
	color: #333333;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	left: 250px;
	top: 235px;
	}

#col3
	{
	position: absolute;
	color: #333333;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;
	left: 635px;
	top: 235px;
	}
	
	


#titre
	{
	position: absolute;
	font-family: Georgia,Verdana, Geneva, Arial, serif;
	color: #333333;
	font-size: xx-large;
	left: 10px;
	top: -35px;
	}


#titre-voyage
	{
	position: absolute;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: large;
	color: #333333;
	left: 200px;
	top: 200px;
	}

#titre-blog
	{
	position: absolute;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: large;
	color: #333333;
	left: 700px;
	top: 200px;
	}
	
#titre-plein-air
	{
	position: absolute;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: large;
	color: #333333;
	left: 50px;
	top: 750px;
	}

#contact 
	{
	position: absolute;
	font-family: Georgia,Verdana, Geneva, Arial, serif;
	color: #333333;
	font-size: large;
        left: 500px;
	top: 630px;
	}


#contact a: 
	{
	color: #333333;
	text-decoration: none;
	}
	

#contact a:visited
	{
	color:white;
	background color:#333333;
	}

#contact a:hover
	{
	color:white;
	background color:#333333;
	text-decoration: none;
	}


