/* R?gles CENTRE */
div#gauche div {
	text-align: justify;
	color:#000000;
	background-color:transparent;
}

span.titre {
	color: #C8C3C3;
	background-color:#FFFFFF;
}
/* R?gles perte */

div#perte {
	position:relative;
	width: 512px;
	margin: 7px 0px 0px 7px;
	border: 2px solid #CCCCCC; /*828282*/
}

div#perte div.titre {
	position: relative;
	display: block;
	width: 497px;
	height: 17px;
	color: #000000;
	background: #FFFFFF url("../images/structure/obiblio_253.png") center top no-repeat;
	z-index: 2;
	margin:7px;
	text-align:right;
}

div#perte h2{
	position: absolute;
	color: #497BA4;
	background-color:transparent;
	top: -3px;
	right:-2px;
	letter-spacing: 2px;
	font-weight: 900;
	font-size: 16px;
}

div#perte div.formPerte {
	position: relative;
	color:#000000;
	text-align:center;
	/*border-top: 1px solid #CCCCCC;*/
}

div#perte h3 {
	font-size: 12px;
	margin: 7px;
	color:#FF9C60;
	background-color:transparent;
	font-weight: normal;
}

div#perte p {
	position: relative;
	margin: 7px;
	font-size: 11px;
	background-color:transparent;
}

div#perte p.commentaire {
	font-size: 10px;
	margin-top:-10px;
}

div#perte p.infoSpe {
	font-size: 10px;
}

div#perte p.erreur {
	font-size: 10px;
	color:#FF5A5A;
	background-color:transparent;
}

div#perte p.btn {
	position:relative;
	text-align:center;
}

div#perte a {	
	color: #2AA287;
	background-color:#FFFFFF;
}

div#perte input, select, textarea {
	color:#333333;
	background-color:#FFFFFF;
	border: solid 1px #D7D7D7;
	font: 11px "Trebuchet MS", helvetica, sans-serif;
	margin-top:0px;
}

div#perte input.btn1 {
	color:#000000;
	background-color:#FFFFFF;/*#FFCD1F*/
	border: solid 2px #60CFB6;
	font: 11px "Trebuchet MS", helvetica, sans-serif;
	font-weight:500;
	margin:7px 0px 0px 0px;
	cursor: pointer;
	width:100px;
}
div#perte input.btn2 {
	color:#000000;
	background-color:#FFFFFF; /*#E0DDDD*/
	border: solid 2px #D7D7D7;
	font: 11px "Trebuchet MS", helvetica, sans-serif;
	font-weight:500;
	margin:7px 0px 7px 0px;
	cursor: pointer;
}

div#pub {
	position:relative;
	width: 512px;
	margin: 7px 0px 0px 7px;
	border: 2px solid #CCCCCC; /*828282*/
}
div#pub p {
	margin: 7px;
	font-size: 11px;
	background-color:transparent;
}
