/* CSS Document */

.bordPhoto2{
	border:1px solid #555595;
}

/*** Textarea de gestion article ***/
textarea.textareaGestion{
	width: 	500px;
	height:	90px;
}

/*** 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;
}

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;
}

textarea{
	width:400px;
	height:200px;
}

/*** Style des cadre fieldset ***/
fieldset{
	border:1px solid #8fc8f5;
	width:570px;
}

legend{
	font-weight:bold;
	color: #ab0559;
}