::after,::before,*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
div#conteneur
{
	width: 100%;
	position: relative;
	top: 80px;
	margin: auto;
	left: 0px;
	display: grid;
	align-content: center;
	/*background-image: url("../image/fond_pub.jpg") ;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;*/
}
div#conteneur div.Bulletin7 
{
	width: 98%;
	position: relative;
	top: 20px;
	margin: auto;
	border-radius: 5px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	align-content: center;
	box-sizing: border-box;
}
div#conteneur .tableau_principale
{

	border-radius:5px;
	margin: 10px;
}
div#conteneur div.Bulletin7 img
{
	width: 100%;
	border-radius: 15px;
	border:1px solid rgba(0,0,0,.1);
	display: flex;
	margin: auto;
}
div#conteneur form
{
	font-size: 15px;
	border:#212121;
	margin: 2px;
	display: block;
}
div#conteneur form input
{
	height: 35px;
	width: 20%;
	margin: 2px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
div#conteneur form select
{
	height: 35px;
	width: 20%;
	margin: 2px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
div#conteneur form input.image_search
{
	height: 35px;
	width: 35px;
	background-color:#212121;
	color:#268aff;
	font: 16px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
div#conteneur div.Bulletin7 table.table1
{
	width: 98%;
	border-collapse: separate;
	font-size: 18px;
	align-content: center;
	margin:2px;
	color: #212121;
	position: relative;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#conteneur div.Bulletin7 table.table3
{
	width: 98%;
	border-collapse: separate;
	font-size: 18px;
	align-content: center;
	margin:2px;
	border-radius: 5px;
	color: #212121;
	position: relative;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-height: 150px;
	overflow-y: auto; 
	border:1px solid rgba(0,0,0,.1);
}
div#conteneur div.Bulletin7 table.table1 a
{
	text-decoration: none;
	color: #268aff;
	margin:4px;
	position: relative;
	text-align: center;

}
div#conteneur div.Bulletin7 table.table1 p
{
	text-decoration: none;
	color: #212121;
	margin:4px;
	position: relative;
}
div#conteneur div.Bulletin7 table.table1 tr 
{
	width: 100%;
	
}
div#conteneur div.Bulletin7 table.table1 tr td 
{
	width: 100%;
	position: relative;
	font-size: 20px;
	background-color: #ffffff;
	color: #212121;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
div#conteneur div.Bulletin7 table.table1 tr td.titre
{
	width: 100%;
	position: relative;
	background-color: #268aff;
	color: #fff;
	padding: 10px;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
div#conteneur div.Bulletin7 table.table2
{
	width: 98%;
	height: 50px;
	border-collapse: separate;
	font-size: 18px;
	align-content: center;
	margin:2px;
	color: #212121;
	position: relative;
	top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#conteneur div.Bulletin7 table.table2 tr td 
{
	width: 100%;
	position: relative;
	font-size: 20px;
	background-color: #ffffff;
	color: #212121;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
div#conteneur div.Bulletin7 table.table1 tr td.img 
{
	width: 100%;
	position: relative;
	top: 0px;
	font-size: 20px;
	background-color: #ffffff;
	color: #212121;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
div#conteneur div.Bulletin7 table.table2 tr td.titre
{
	width: 100%;
	position: relative;
	background-color: #268aff;
	color: #fff;
	padding: 10px;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 5px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

/*
	A ce niveau nous faisons le traitement des écrans avec une resolutions de 320px
*/
@media screen and (max-width:960px)
{
div#conteneur
{
	width: 98%;
	position: relative;
	top: 80px;
	margin: auto;
	left: 0px;
	display: grid;
	align-content: center;
}
div#conteneur div.Bulletin7 
{
	width: 100%;
	position: relative;
	top: 20px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}
div#conteneur div.Bulletin7 img
{
	width: 100%;
	border-radius: 5px;
	border:1px solid rgba(0,0,0,.1);
	margin: 0px;
}
div#conteneur form
{
	font-size: 15px;
	border:#212121;
	margin: 2px;
	display: block;
}
div#conteneur form input
{
	height: 35px;
	width: 60%;
	margin: 2px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
div#conteneur form select
{
	height: 35px;
	width: 60%;
	margin: 2px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
}
div#conteneur form input.image_search
{
	height: 35px;
	width: 35px;
	background-color:#212121;
	color:#268aff;
	font: 16px;
	font-weight: bold;
	border-radius: 5px;
	border: 1px solid #ffffff;
}
div#conteneur div.Bulletin7 table.tableau_principale
{
	border-collapse: separate;
	font-size: 18px;
	align-content: center;
	width: 100%;
	margin:2px;
	color: #212121;
	position: relative;
	top: 0px;
}
div#conteneur div.Bulletin7 table.table1
{
	border-collapse: separate;
	font-size: 18px;
	align-content: center;
	width: 100%;
	margin:2px;
	color: #212121;
	position: relative;
	top: 0px;
}
div#conteneur div.Bulletin7 table.table1 a
{
	text-decoration: none;
	color: #268aff;
	margin:4px;
	position: relative;
	text-align: center;

}
div#conteneur div.Bulletin7 table.table1 p
{
	text-decoration: none;
	color: #212121;
	margin:4px;
	position: relative;
}
div#conteneur div.Bulletin7 table.table1 tr 
{
	width: 100%;
}
div#conteneur div.Bulletin7 table.table1 tr td 
{
	width: 100%;
	position: relative;
	background-color: #ffffff;
	color: #212121;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
div#conteneur div.Bulletin7 table.table1 tr td.img 
{
	width: 100%;
	position: relative;
	top: 0px;
	font-size: 20px;
	background-color: #ffffff;
	color: #212121;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}
}
