/* -----
	Feuille de style screen_admin.css
	Précise les styles pour l'administration du site

	Réalisé par Nicolas Le Cam © Lunaweb 2007
*/

#global h1 {
	top: 0;
}

#site {
	overflow: visible;
}

#site h4 {
	top: 25px;
}

#header {
	height: 90px;
}

#header_d {
	border: none;
}

/* Contenu */
#contenu {
	position: relative;
	z-index: 5;
	background: none;
	margin: 0px auto;
	min-height: 550px;
	_height: 550px;
}

#fond_contenu {
	background-color: #FFFFFF;
	padding: 0 0 20px 0;
}

#contenu_d {
	width: 240px;
	height: auto;
	min-height: 420px;
	padding: 15px;
}

#contenu_g {
	height: auto;
	min-height: 550px;
	margin-right: 270px;
	overflow: visible;
	padding: 15px 0;
}

#contenu_g h5 {
	color: #DA0046;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: bold;
	margin: 15px 0 10px;
}

/* Tableau */
table
{
	margin : auto;
	border-collapse : collapse;
}

table td
{
	padding: 3px 5px;
	vertical-align: top;
}

.ligne1
{
	background-color : #ebebeb;
}

.ligne2
{
	background-color : #f5f5f5;
}

.ligne3-1
{
	background-color : #97a7db;
	font-weight : bold;
	font-size : 1.1em;
}

.ligne3-2
{
	background-color : #c3ccea;
	font-weight : bold;
	font-size : 1.1em;
}


.ligne4
{
	background-color : #bebebe;
	font-weight : bold;
	font-size: 1.2em;
}

.ligne5
{
	background-color : #2e2e2e;
	font-weight : bold;
	text-align : center;
	font-size: 1.2em;
	color: #FFFFFF;
}

.ligne_erreur
{
	background-color : #f8d697;
}

td.order_column
{
	width: 20px;
	vertical-align: middle;
}

table td ul {
	list-style-type: square;
	margin: 5px 0 5px 40px;
}

/* Order list  */
#contenu_g ul.order_list
{
	width : 95%;
	margin : auto;
	padding : 5px;
	text-align : center;
	list-style-type : none;
	line-height : 25px;
}

#contenu_g ul.order_list li
{
	display : inline;
	margin : 25px;
	padding : 5px;
	white-space : nowrap;
}

/* Resultat */
#contenu_g div.resultat
{
	width : 95%;
	margin : 20px auto;
	background-color : #f5f5f5;
	border : 2px solid #2e2e2e;
	padding : 10px;
	overflow: auto;
}

#contenu_g div.resultat ul
{
	list-style-type: square;
	margin-left: 25px;
}

#contenu_g div.resultat ul li {
	display: block;
	margin: 2px 3px;
}

/* Formulaire */
form {
	text-align: left;
}

form input.bouton {
	display: block;
	width: 100px;
	margin: 10px auto;
}

div.resultat form label {
	width: 200px;
}

div.resultat form fieldset {
	padding: 10px;
	margin: 15px 0;
}

div.resultat form fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 15px;
}

div.resultat form fieldset label {
	width: 188px;
}

div.resultat form ul {
	list-style-type: none;
}

div.resultat form dt {
	float: right;
}

div.resultat form dt select {
	width: auto;
}

div.resultat form input, div.resultat form textarea {
	border: 1px solid #22508a;
}

div.resultat div.bloc-fiche-sanitaire {
	width: 49%;
	float: left;
}

div.resultat div.bloc-fiche-sanitaire select {
	width: 100%;
}

#connection {
	width: 250px;
	margin: 100px auto;
}

#connection input {
	margin: 5px;
}
