#main { 
  background: url(../img/backgrounds/pole-activ-ocean-cookies.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
h1{
	border-bottom: 1px solid #c04b23;
    color: #3c3c3b;
    font-size: 1.9em;
    font-style: italic;
    line-height: 35px;
    margin-bottom: 20px;
    padding-top: 2%;
    position: relative;
    text-transform: capitalize;
}
div#info.container{
	background:RGBA(255,255,255,0.95);
}
	
.texte_presentation{
	width:90%;
	margin:8px auto;
	color:#333;
	font-size:13px;
}
.texte_presentation h2, .texte_presentation h3{
	margin:10px 0;
}
.texte_presentation p,.texte_presentation li{
	margin:5px 0;
	font-size:13px;
	text-align:justify;
	line-height:22px;
}
.texte_presentation ul{
	margin:20px 0;
}
.texte_presentation li{
	margin-left:40px;
}
.texte_presentation strong{

}
.couleur1{
	background:#1791e6;
	font-weight:bold;
	color:#FFF;
	padding:2px 10px;
}
.couleur2{
	background:#e6b317;
	font-weight:bold;
	color:#FFF;
	padding:2px 10px;
}
.couleur3{
	background:#d935b8;
	font-weight:bold;
	color:#FFF;
	padding:2px 10px;
}
.couleur4{
	background:#8ed10b;
	font-weight:bold;
	color:#FFF;
	padding:2px 10px;
}
p.orange, p.orange a, h2.orange, h2.orange a{
	color:#f08000;
	font-weight:bold;
}
.message_supplementaire_cnil{
	display:block;
}
.img_contenu{
	max-width:100%;
}
.button{
	background:#f08000;
	padding:10px;
	border:1px solid #CCC;
	width:220px;
	font-size:22px;
	font-weight:bold;
	margin:0 auto;
	text-align:center;
	color:#FFF;
}
@media screen and (max-width : 550px) {
	.pros_info{
		width:90%;
	}
	.pole, .lien_etab{
		float:none;
		line-height:25px;
		border-right:0px;
	}
	.pole{
		text-align:left;
		margin-left:5px;
	}
	.content_etab{
		float:none;
		width:100%;
	}
	div#recherche, div#liste_deroulante{
	margin:20px 0 20px 5%;
	}
	.pole.couleur1{
	color:#8ed10b;
	background:none;
	}
	.pole.couleur2{
		color:#e6b317;
		background:none;
	}
	.pole.couleur3{
		color:#d935b8;
		background:none;
	}
	.pole.couleur4{
		color:#1791e6;
		background:none;
	}
}
@media screen and (max-width : 450px) {

	div#recherche{
		margin:10px 0 10px 5%;
	}
	div#liste_deroulante{
		margin:0 0 10px 5%;
	}
	#main {
		background:none;
	}
}
@media screen and (max-width : 350px) {
}