body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial,sans-serif;
	color: black;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #3e2cdc;
}
a:visited {
	color: #3e2cdc;
}

#page_titre {
	color: #AAAAAA;
}
/*#page img {
	background: url("/img/chargement.gif") center no-repeat ;
}*/

.texte p {
	margin-top: 0.7em;
	margin-bottom: 0.2em;
}

span.erreur {
	color: red;
	background-image: !important;
	padding: 2px 0px 0px 6px !important;
	font-style: italic;
	display: inline-block;
	font-size: 90%;
}

.chiffre {
	text-align: right;
}

.coins_haut {
	border-radius: 7px 7px 0px 0px ;
	margin-bottom: 0px;
}

.coins_bas {
	margin-top: 0px;
	border-radius: 0px 0px 7px 7px;
}

.coins {
	padding: 2px 5px;
	border-radius: 7px;
}



/* Styles pour le menu */

#menu{
	border-right:blue;
	padding: 4px 0px 0px 6px;
	font-size: 85%;	
	
}
#menu a{
	margin-left:0px;
	color: #fefefe;
	font-weight: bold;
}
#menu a:hover{
	color: #3e2cdc;
}
#menu p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
#menu div.coins{
	margin-bottom: 5px;
}

#menu .unique{
	background-color: #aaa5dc;
}

#menu .multi{
	background-color: #aaa5dc;
	font-weight: bold;
}
#menu .multi{
	background-color: #aaa5dc;
	font-weight: bold;
		font-size: 100%;
}
#menu .multi li{
	/* background: transparent url(/img/puce_menu.png) no-repeat left center; */
	margin: 3px 3px 3px 10px;
	padding: 0;
}

#menu .multi span{	
	font-weight: normal;
} /*
#menu .multi span a{	
	font-weight: normal;
} */

#menu .info{
	background-color: #bebebe;
	font-weight: bold;
}
#menu .info a{
	color: #2e3436;
	font-weight: normal;
	font-style: italic; 
}
#menu .info a:hover{
	color: #3e2cdc;
}

#menu  iframe{
	width: 100%;
	border: 0;
}




/* Style pour le contenu */

#page{
	margin-top: 8px;
}

#page .mep td{
	width: 50%;
}

#page .mep td:first-child{
	padding-right: 6px;
}

#page a {
	color: #3e2cdc;
	cursor: pointer !important;
}
#page a:hover {
/*	text-decoration: underline;*/
}

#page p{
	padding-left: 18px; 
}
#page h2{
	padding-left: 20px;
}

#page table.mep{
	width: 100%;	
	border-collapse:collapse;	
	margin: 0;
	padding: 0;
	border: 0;
}
#page table.mep td{
	padding: 0px;
	margin: 0px;
	vertical-align: top;	
}
#page table.mep td.centre{
	text-align: center;
}
#page table.mep td.centre{
	height: 10px;
	width: 10px;
}


#page table.chiffres{
	width: 700px;
	background-color: #e9e9e9; 
	border-collapse:collapse;
	border: 1px solid #bbbbbb;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 5px;
}
#page table.chiffres td{
	padding: 5px 15px 5px 10px;
	text-align: center;
	white-space: nowrap;
}
#page table.chiffres th.serie{
	padding: 2px 5px 2px 5px;
	border-right: 1px solid black;
	text-align: right;
	width:130px;
}
#page table.chiffres th.ordonnee{
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid black;
	text-align: center;
}
#page table.chiffres .alt{
	background-color: #dedede; 
}


#page .texte{
	background-color: #d5d5d5;
	margin: 0px 0px 5px 0px;
	border: 0;	
}


#page .coins_bas input[type=button]{
	border-style: none;
/*	border-color: #606060;
	border-width: 1px 0px 0px 1px;   */
	background: transparent url(../img/bouton1.png) center repeat-x;
/*	font-size : 50%;*/
	padding: 2px 8px;
	margin: 0px 1px -10px 0px;
	color: #404040;
	font-family: inherit;
	letter-spacing: 0.1em;
}
#page .coins_bas input[type=button]:hover{
	border-color: black;
	color: black;
}

#page .texte a{
	color: #485363   ; /* #3465A4 ; */
	text-decoration: none;
}
#page .texte a:hover{
	color: #0503CF;	
}

#page .texte p, #page .texte ul{
	margin: 2px 2px 2px 2px;
}
#page .texte ul>li{
	/* list-style-position: outside; */
	list-style-image: url(../img/pucelarge.png);
}


#page .txtlegende {
	color: black;
/*	margin: 5px 0px 0px 0px;	*/
	background-color: #C0C0C0;	
	display: block;
	padding: 2px 15px 2px 15px;
	font-weight: normal;
	font-size: 80%;
	text-align: center;
	letter-spacing: 0.1em;
}

#page .txtlegende + fieldset {
	padding-top: 2px !important;
}


/* Formulaires */

div.legende {
	color: black;
	padding: 0;
	margin: 5px 0px 0px 2px;	
	display: block;
	background-color: #d0d2ef;
}
a:hover div.legende {
	background-color: #efdcd0;
}

div.legende {
	display: block;
	padding: 2px 15px 2px 15px;
	font-weight: bold;
	font-size: 90%;
}
div.legende i{
	font-weight: normal;
}

.form:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.form {
	border: 0;
	margin: 0px 0px 5px 2px;
	color: black;
}
.form {
	background: #e1e1f2 ;
}
a:hover .form {
	background: #f2e2e1 ;	
}

.form {
	padding: 10px 0px 10px 0px;
}

label {
	clear:both;
	float:left;
	margin:0;
	padding:2px 10px 0 0;
	text-align:right;
	width:160px;
}
label.grp {
	clear:none;
	float:none;
	margin:auto;
	padding:0;
	width:auto;	
}

.champ_cellule {
	width:auto;
	display: block;
	margin: 1px;
}

div.champ {
	display: inline-block;
}
div.champ label {
	width:auto;
	text-align: left;
	float: none;
	clear: none;	
}

textarea.champ {
	width:auto;	
}
.champ {
/*	float:left; */
}
p.champ {	
	margin: 0px 2px 2px 172px !important;
	border: 0 !important;
	padding: 2px 0px 0px 0px !important;
}
.action {
	float: right;
	margin-right: 10px;

}

/* formulaire en une ligne */

.inlineform {
	
}
.inlineform input[type=text] {
	width:70%;
}

/* Liste avec actions */

ul.hoveractionslist div.item {
	display: block;
	color: #485363;
	position: relative;
}
ul.hoveractionslist div.item:hover {
	text-decoration: none;
	color: #485363 !important;
	background: #ccc;
}
ul.hoveractionslist .hoveractions {
	position: absolute;
	right: 0;
	opacity: 0.1;
}
ul.hoveractionslist .hoveractiondone {
	text-decoration: line-through;
}
ul.hoveractionslist div.item:hover .hoveractions {
	opacity: 1.0;
	cursor: pointer;	
}
ul.hoveractionslist div.item:hover .hoveractions img {

}


/* onglets */

#onglets a
{
color: #4c4c60;
background: #d5d5d5 url("/img/coinHG.png") left top no-repeat;
text-decoration: none;
padding-left: 10px
}
#onglets a.inactif
{
background-color: #a6a6a6;
}
#onglets a:hover
{
background-color: #d5d5d5;
text-decoration: none;
}

#onglets a span
{
background: url("/img/coinHD.png") right top no-repeat;
padding: 2px 10px 0px 0px;
font-size: 90%;
font-weight: bold;
}

#onglets a, #onglets a span
{
display: block;
float: left
}

#onglets
{
list-style: none;
padding: 0;
margin: 0px 0px 0px 20px;
display: inline-block;
}


#onglets li
{
float: left;
display: block;
margin: 0 2px 0 0;
padding: 0
}

/* interventions */

#interventions {
	width: 97%;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px 2% 0px 1%;	
}
#interventions th {
	font-size: 80%;
}

#interventions .sep1 {
	border-top: 1px solid black;
}
#interventions .sep2 {
	border-top: 1px dotted black;
}

#interventions td.date {
	vertical-align: top;
	text-align: center;	
	padding-top: 2px;
}
#interventions td.duree {
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 2px;	
}
#interventions td.actions {
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 0px;	
}
#interventions td a {
	color: black !important; 
	text-decoration: none;
}
#interventions td a:hover{
	color: #3e2cdc;
}
#interventions td a img{
	border: 0;
}

#interventions label {
	width: auto;
	clear: none;
	float: none;
	padding: 0;
	font-weight: normal;
}


#pied {
	/* clear: both; */
	text-align: right; 
	
	padding: 2px 10px 2px 10px;
	font-size: 75%;
	font-style: italic;
	color: #ccc;
}


#cherche {
	padding: 0 !important;
	
}
/*
#cherche a {
	margin: 1px 0px 1px 3px;
}
*/
#cherche input[type=radio] {
	height:5px;
}
#cherche input[type=text] {
	width:80px;	
	border: 1px solid #aaa5dc;
	background-color: #BCB9DC;
}
#cherche input[type=submit] {
	border: 1px solid #aaa5dc;
}
#cherche label {
	width: auto;
	clear: none;
	float: none;
	padding: 0;
	font-weight: normal;
}

#layout {
	width: 100%;
}
#layout td{
	vertical-align: top;
}






















