
html{

}
.conteneur> #texte {background: url(images/transparent.png) ;}
.conteneur> #degrade {background: url(images/degrade.png) ;}

body {
	background-image: none;
background-color:#fff;
overflow: visible;
}
#texte{

	max-width:100%;
width:100%;
	
	text-align: justify;
	margin-left:0;
}
#degrade{
max-width:100%;
width:100%;
margin-left:0;
}

.conteneur{
overflow: visible;
position: relative;
}


.texte2{
	padding: 0 0 0px;
	width:100%;
	position:relative;
text-align:justify;
}
.gauche{

	float:left;
	width:45%;
	padding:10px;
}
.droite{
	float:right;
width:45%;
	padding:10px;

}
.goeland{
	display:none;

}
.menu{
	display:none;

}
#arbre{
display:none;
}
#accesmembres{
display:none;
}
#piedpage{
display:none;
}
a{
text-decoration:none;
}

