/******** Mise en forme ********/

body, td {
	font-size: 9pt;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	color: #2a2a2a; }

.nopm {
	padding:0px;
	margin: 0px; }

.spacer {
	clear:both;
	font-size: 1px; }

.centermarge {
	margin-left: auto;
	margin-right: auto;
}

.loading {
	border:2px solid red;
}


/*********** Titres ***********/

h1
{
	height: 25px;
	background: url(/interface/puce_h1.gif) no-repeat;
	color: #f07a0c;
	padding: 1px 0 2px 32px;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 11pt;
}

h2 {

	color: #508c0c;
	font-weight: bold;
	font-size: 9pt;
	padding: 0;
	margin: 0;

}


/*********** Texte ***********/

p { margin: 14px 0 0 0; }


li
{
	padding: 0px 3px 3px 3px;
	text-align: justify;

}

ul { font-size: 8pt; margin: 10px 0 10px 0;	}

ul li
{
	background: transparent url(/interface/fleche.gif) no-repeat 0 7px;
	padding: 3px 8px 6px 15px;
	margin: 0 !important;
	list-style-type: none;
	margin-top:1px;
	font-size: 9pt;
}


.petit_texte { font-size: 8pt; font-weight: normal; }


/*********** Liens ***********/


a {
	text-decoration: none;
	color: #ff8300; }

a:hover {
	text-decoration: none;
	color: #ff5b02; }

.lien2 {
	text-decoration: none;
	color: #606060; }

.lien2:hover {
	text-decoration: underline;
	color: #606060; }

/*********** barre d'admin ***********/

.barreAdmin {
	padding-top: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #999;
	font-size: 8pt;
}

.barreAdmin a {
	margin-right: 2px;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	display:block;
	padding:3px 6px 3px 6px;
	color: #fff;
	background-color: #87bc4a;
	white-space: nowrap;
}

.barreAdmin a:hover {

	border-right:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	background-color: white;
	color: #87bc4a;
}

/*********** barre de navig ***********/

#barre_nav {
	border-top: 1px solid #ddd;
	padding-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
}

#barre_nav a {
	padding: 3px 5px 3px 0;
	white-space: nowrap;
	color: #ef830f;
}

#barre_nav a:hover {
	text-decoration: underline;
}

/*********** tables ***********/

th {
	color:#508c0c;
	background-color:#fff;
	border-bottom: 1px solid #7bbe23;
}

.cellGrisee {
	background-color:#efefef;
	padding:3px 8px 3px 8px;
	text-align : right;
}

.etoile {
	color:red;
}

#choixMag {
	height:145px;
	border:1px solid #ccc;
	overflow:auto;
}