@charset "utf-8";
/* CSS Document */
.row {
  display: flex;
}
.conteneur_pol{
	border-bottom:1px solid #1eb1c8;
	background-color:#EDFBFF;
	padding:10px;
	font-size:16px;
}
#entete_pol, #menu_pol, #contenu, #footer_pol {
	padding:1px 0;
}
#entete_pol{
	font-weight:600;
}
#main_pol{
	/*max-width:960px;*/
	margin:auto;
}
#menu_pol  {
	float:left;
	width:340px;
	font-weight:700;
}
#contenu {
	margin-left:340px;
}
#footer_pol {
	text-align:left;
	clear:both;
}
.checkbox_red{
	color:red!important;
}

