
body{
	background-image:url('../img/bckgnd.png');
	font-family:arial;
	color:#4E4E4E;
	text-align:center;
}

header img{
	border:none;
}

img{
	border:0px;
}

#nav ul{
	margin:5px;
}

#nav li{
	display:inline;
	margin:0px;
	padding:0px 20px;
	background-color:rgba(250,250,250,0.5);
	transition:background-color 1s;
}

#nav li:hover{
	background-color:rgba(20,20,20,0.3);
}

#nav img{
margin:0px;
padding:0px;
}

#contenu hr{
	width:200px;
}

#principale{
	width:920px;
	margin-right:auto;
	margin-left:auto;
}

#contenu{
	background-color:white;
	background-color:rgba(250,250,250,0.5);
	border-radius:10px;
	width:880px;
	padding:10px;
	margin-bottom:10px;
	text-align:left;
	line-height:25px;
	word-spacing:4px;
	
}



#footer{
	max-width:905px;
	padding-top:15px;
	padding-bottom:20px;
	font-size:15px;
}

.menucol a{
	color:#4E4E4E;
	text-decoration:none;
}

.menucol a:visited{
	color:#4E4E4E;
	text-decoration:none;
}

.outerleft{
	float:left;
	margin-right:10px;
}

.outerright{
	float:right;
	margin-right:25px;
}

#lang a{
	color:#A0522D;
	text-decoration:none;
}

#lang a:visited{
	color:#A0522D;
	text-decoration:none;
}

.centrer{
	width:920px;
	text-align:center;
}

table td{
	width:300px;
	padding:6px;
	vertical-align:top;
	text-align:left;
}

.linkcolor{
	color:#A0522D;
	text-decoration:none;
}


/*------STYLES POUR TABLEAUX -------*/

#indexleft{
	width:225px;
}

#indexcenter{
	text-align:center;
	background-color:lightgray;
}

#indexright{
	width:225px;
}

#indexmiddle{
	width:500px;
	
}

#slide1{
width:225px;
}

#slide2{
width:500px;
padding-left:90px;
}

#slide3{
width:225px;
}

.fondattractions{
background: -webkit-linear-gradient(rgba(255,255,255,0), burlywood); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255,255,255,0), burlywood); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255,255,255,0), burlywood); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255,255,255,0), burlywood); /* Standard syntax */
}