/* CSS Document BASE MAQUETTE*/
.bgc {
	background-color: floralwhite;
	border: solid salmon 1px;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
body {
	background-color:salmon;
}
#results {
	font-size: 20px;
}
li{list-style-type: none;}
nav#adminco {
	text-align: right;
	color: white;
}
nav#adminco a {
	color: white;
	margin-right: 10px;
}
header h1 {
	color: white;
	border-bottom: 2px solid #4704e0;
}
h3 {
	border-bottom: 2px solid #4704e0;
}
#BR h1 {
	margin-bottom: 0;
	font-size: 30px;
	color: #4704e0;
	border-bottom: 2px solid slategray;
}
#BR .note {
	font-style: italic;
	font-weight: lighter;
	font-size: 13px;
}
.row {
	margin-right: -0.5%;
	margin-left: -0.5%;
}
a, a:active, a:visited {
	color: black;
}
a:focus, a:hover {
	color: red;
}
form td {
	padding: 3px;
	font-weight: bolder;
}
input, textarea, select {
	border: solid salmon 1px;
	padding: 2px;
}
input.readonly {
	background: none;
	border: none;
	background-color: floralwhite;
	color: floralwhite;
}
input.btnEnvoyer {
	padding: 5px 20px;
	border: none;
	background-color: #4704e0;
	color: white;
}
a.bouton {
	padding: 10px;
	border: none;
	background-color: #4704e0;
	color: white;
}
.searchB {
	margin: 10px 0px;
}
form.ajax {
	margin-top: 5px;
}
#nomR {
	padding: 10px;
	margin-top: 5px;
}
#BL {
	height: 0;
}
#BR {
	height: 0;
}
#BR  table{font-size: 18px;}
#BLlist {
	position: relative;
	height: 0;
	overflow: auto;
}
#BRhist {
	position: relative;
	height: 0;
	overflow: auto;
}
#BRallavis {
	position: relative;
	height: 0;
	overflow: auto;
}
#BRuser {
	position: relative;
	height: 0;
	overflow: auto;
}
#BRperso {
	position: relative;
	height: 0;
	overflow: auto;
}
#BRpresta {
	position: relative;
	height: 0;
	overflow: auto;
}
#BRhistavisC {
	position: relative;
	height: 0;
	overflow: auto;
}
#onglets {
	margin: 10px 0;
}

#contenu2 table {
	margin-top: 25px;
}
table.historique td {
	padding: 3px 20px;
	border-bottom: 1px solid grey;
}
table.historique td.supp {
	text-align: center;
}
table.historique th {
	text-align: left;
	padding: 3px 20px;
	color: #4704e0;
}
#avis {
	width: 0;
	height: 0;
}
.ptFid{font-size: 25px;}
.ptFid a{font-size: 18px;}
.pubOk td {
	color: lightgray;
}
.pubRefus td {
	color: lightcoral;
}
.hide{display:none;
}
h2.red{color:red;}
h2.green{color:green;}

/*------------------------------------------*/
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
