/* Feuille de style Pratiques médicales */
/* Back-offices */


/* BO articles */
#boarticles_boutonshaut {
	text-align: center;
}

#boarticles_boutonshaut h1 {
	font-size: 25px;
}

#boarticles_boutonshaut p {
	font-size: 15px;
	font-style: italic;
}

#boarticles_boutonshaut button {
	margin-left: 30px;
	margin-right: 30px;
}

#boarticles_boutonshaut form {
	display: inline-block;
}

#boarticles_liste table {
	margin: 0 auto;
	text-align: center;
	border: solid 2px black;
}
#boarticles_liste th {
	border-bottom: solid 2px black;
}
#boarticles_liste td {
	border-bottom: dotted 1px black;
}

#boarticles_ajout input {
	width: 500px;
}
#boarticles_ajout textarea {
	width: 500px;
	height: 100px;
}
#boarticles_ajout textarea[name="text"] {
	height: 300px;
}

#boarticles_references table {
	margin: 0 auto;
	text-align: center;
	border: solid 2px black;
}
#boarticles_references th {
	border-bottom: solid 2px black;
}
#boarticles_references td {
	border-bottom: dotted 1px black;
}
#boarticles_references textarea {
	width: 400px;
	height: 30px;
}
#boarticles_references select {
	width: 300px;
}

#boarticles_news {
	margin-left: 150px;
}


/* BO sections */
#bosections_boutonshaut {
	text-align: center;
}

#bosections_boutonshaut h1 {
	font-size: 25px;
}

#bosections_boutonshaut p {
	font-size: 15px;
	font-style: italic;
}

#bosections_boutonshaut button {
	margin-left: 30px;
	margin-right: 30px;
}

#bosections_boutonshaut form {
	display: inline-block;
}

#bosections_liste table {
	margin: 0 auto;
	text-align: center;
	border: solid 2px black;
}
#bosections_liste th {
	border-bottom: solid 2px black;
}
#bosections_liste td {
	border-bottom: dotted 1px black;
}

#bosections_ajout input {
	width: 200px;
}

/* BO sections */
#bopubs_boutonshaut {
	text-align: center;
}

#bopubs_boutonshaut h1 {
	font-size: 25px;
}

#bopubs_boutonshaut p {
	font-size: 15px;
	font-style: italic;
}

#bopubs_boutonshaut button {
	margin-left: 30px;
	margin-right: 30px;
}

#bopubs_boutonshaut form {
	display: inline-block;
}

#bopubs_liste table {
	margin: 0 auto;
	text-align: center;
	border: solid 2px black;
}
#bopubs_liste th {
	border-bottom: solid 2px black;
}
#bopubs_liste td {
	border-bottom: dotted 1px black;
}

#bopubs_ajout input {
	width: 200px;
}

