body {
background : white;
}

#barreboutons1{
	display: none;
	}

#contenu {
font-size: 12pt;
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
float: none;
text-align: justify; 
	}
	
#informations {
display: none;
}

#alerte {
display: none;
}

#intro {
display : none;
}

h1 {
text-align:center;
font-size: 18pt;
}
h2 {
font-size: 15pt;
}

h3{
font-size : 12pt;
}

img{
border: none;
margin-right: 20px;
margin-bottom: 5px;	
}

.img_texte img{
float:right;
margin-left: 10px;
margin-bottom: 5px;
}

.img_textegauche img{
float:left;
margin-right: 10px;
margin-bottom: 5px;
}

#tab_collectes table, #tab_ram table, #tab_charte table{
border: none;
/*border-collapse: collapse;*/
}

#tab_collectes tr, #tab_ram tr, #tab_charte tr{
border: none;
}

#tab_collectes td, #tab_ram td, #tab_charte td{
border: none;
padding-left : 10px;
text-align: left;

}

a:link, a:visited {
	color: #0671b1;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}


