/* CSS Document */

/*** Textarea de gestion article ***/
textarea.article{
	width: 	350px;
	height:	100px;
}

/*** Style des sous titre dans la gestion de l'annuaire ***/
div.article_sous_titre{
	background-color:#CCCCCC;
	width:100%;
	margin-bottom: 4px;
	margin-top: 15px;
	padding: 2px;
	font-weight:bold;
	border-top: 2px solid #666666;
}

.bordures_images_news{
	border:  1px solid #000000;
}

/*div.article{
	width:150px;
	float:left;
	font-weight:bold;
	color: #133e14;
}

div.article_contenu{
	margin-left:10px;
	width:250px;
	float:left;
}*/

/*** Bloc contenant le module ***/
.boite{
/*	position: relative;*/
	width: 540px;
	height: 450px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: auto;
	overflow-y:auto;
	overflow-x:hide;
	line-height: 15px;
	border: 0px solid;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
}

table.liste-location th{
	font-style:italic;
	border-bottom:1px solid #000000;
}

table.liste-location td, table.liste-location th{
	padding-left: 5px;
}

