/*************************************
DUW.CSS
Spécification du design de la page : couleurs, formes, tailles de caractères, polices...
**************************************/ /****
Elements généraux
***/

@font-face {
    font-family: 'nexa_bold';
    src: url('font/nexa_free_bold-webfont.eot');
    src: url('font/nexa_free_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/nexa_free_bold-webfont.woff') format('woff'),
         url('font/nexa_free_bold-webfont.ttf') format('truetype'),
         url('font/nexa_free_bold-webfont.svg#Idnexa_bold') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'nexa_light';
    src: url('font/nexa_free_light-webfont.eot');
    src: url('font/nexa_free_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/nexa_free_light-webfont.woff') format('woff'),
         url('font/nexa_free_light-webfont.ttf') format('truetype'),
         url('font/nexa_free_light-webfont.svg#Idchildsplay') format('svg');
    font-weight: normal;
    font-style: normal;
	-webkit-font-smoothing: antialiased;
}


body {
	font-size: 120%;
	/*font-size: 100%;*/
	color: #04507C;
	font-family: nexa_light,Arial, sans-serif;
	font-style : normal;
	background-color: #f7f7f7;
}
body.popup{background-color:white;}

#contenu0 {
	/*background-color: #fff;/*transparent url(../images/mdpherouge.jpg) top center no-repeat;*/
	
}
#contenu1{border-top:18px solid #98c10f;}
#contenu {
	/*background-color: #fff;*/
	
}

table {
	font-size: 100%; /* pour IE */
	border-collapse: separate;
}

img {
	border: 0;
}

a {
	color: #04507C;
}

/***
Entete
***/
#header {
	background: white url(../images/logoMDPH59.jpg) 24px 20px no-repeat;
}

#header2 {
	/*background: transparent url(../images/logoCG59.jpg) 98% 20px no-repeat;*/
	font-size: 160%;
	/*font-weight:900;/*900 pour éviter bug IE italics sur Arial black*/
	font-family: nexa_bold;
	
	
}
#header2 div{
	background:url(../images/bulle.png) no-repeat right;
}
#header2 acronym{border-bottom:none;}
.page_mdp #header2 div{background-image:url(../images/bulle_mdp.png);}
.page_index #header2 div{background-image:url(../images/bulle_index.png);}
.page_erreur #header2 div{background-image:url(../images/bulle_erreur.png);}

/***Pied de page***/
.pied {
	text-align: right;
}

.footer {
	/*background: transparent url(../images/logo11.png) no-repeat top left;*/
	/*border-bottom:2px solid #535353;*/ /*color:#535353;*/
	background: transparent url(../images/logoFeder.png) no-repeat  left;
	background-color: #98c10f;
	height: 97px;
	margin-top: 25px;
	box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.25);		
}

.footer2 {
	/*div dont la seule raison est l'utilisation d'un 2e background-images*/
	/*background:  url(../images/basCentre.jpg) repeat-x;*/
	/*color:#535353;*/
	position: absolute;
	bottom: 15%;
	right:0;
}

.footer li {
	
}

.footer li a{
font-size: 90%;
    color : white;
    border: 1px solid white;
	padding: 3px 10px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
}

.footer li a:hover {
	color : #98c10f;
	background-color: white;

}

.footer a {
	text-decoration: none;
}

/***
DIVERS ELEMENTS DE CONTENU
***/ /*** Boutons ***/
.bouton {
	font-size: 100%;
	color: #04507C;
	text-decoration: none;
	/*background:transparent url(../images/boutonBack2.jpg) repeat-x;*/
	/*background-color: #e2e3e3;*/
	padding: 11px 50px 12px 15px ;
	border: 4px outset #e2e3e3;
	cursor: pointer;
	color : white;
	background-color: #98c10f;
	border:0;
	font-family: nexa_bold;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   background: #98c10f url(../images/Bout_valide.png) no-repeat right;
}

#dcx {
	background: url(../images/Deconnexion_n.png) no-repeat left top;
	font-size: 1px;
	color: transparent;
	border-width: 0;
	padding:0;
}

.page_mdp #ok {
    font-size: 88%;
	background: #98c10f url(../images/enveloppe02.png) 6% 60% no-repeat;
	padding: 10px 15px 10px 55px;
	width: 238px ; 
}

.bouton:hover {
/*	background-color: white !important;*/
}
#dcx:hover{
	/*opacity:0.8;*/
	background: url(../images/Deconnexion_o.png) no-repeat left top;
	font-size: 1px;
	color: transparent;
	border-width: 0;
	padding:0;
}

/*** Titres ***/
.normalise { /* titres ayant les attributs d'un texte simple */
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/*.bande1CritSupp {/* titre *
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  background-color:#060;
  padding:4px 0;
}
.bande1CritSupp2 {/* sous-titre *
  font-size: 1em;
  background-color: #C9FB99;
  padding:3px 0;
}*/
div.bande1CritSupp2 {
	padding: 0;
}

h1 {
	font-size: 1.3em;
	text-align: left;
	/*font-style:italic;*/ /*background-color:#f6f6f6;*/
}

h2 {
	font-size: 110%;
	text-align: left;
	/*font-family: Arial black, Arial, sans-serif;*/
	/*font-weight:900;*/  /*900 pour éviter bug IE italics sur Arial black*/
	text-align : center;
	color : #777777;
	background:url(../images/ligne_verte.gif) no-repeat center bottom ;
	padding : 0px;
	margin : 0px;
	padding-bottom : 20px;
	margin-bottom : 30px;
	font-weight : normal;
}

#intro {
	font-size: 110%;
	text-align: center;
	/*font-family: Arial black, Arial, sans-serif;*/
	/*font-weight:900;*/  /*900 pour éviter bug IE italics sur Arial black*/
	color : #777777;
	background:url(../images/ligne_verte.gif) no-repeat center bottom ;
	padding : 0px;
	margin : 0px;
	padding-bottom : 20px;
	margin-bottom : 30px;
	font-weight : normal;
}


h3 {
	text-align: left;
	font-size: 1.2em;
}

/*** Autres éléments divers***/ /*form{background-color:#ffd00f;}*/
	/*label{color:#868889;}*/
.messageErreur,.messageErreur2 {
	color: #e60080;/*CMJN=10 100 50 0*/
	color: #000;
	padding: 4px 10px;
	/*font-size:1.1em;*/
}
.page_erreur p{
	font-size:200%;
	font-family: nexa_light;
	font-weight:900;/*pour bug IE*/
	text-align:center;
}

#intro {
/*	font-size: 110%;
	font-family: Arial Black, Arial, sans-serif;
	font-weight:900;*//*900 pour éviter bug IE italics sur Arial black*/
	/*color:black;*/
}
.page_index #intro, .page_mdp #intro{text-align: center;color:#04507C;}
.page_detailRDec #intro{
	/*padding-left:60px;*/
	/*background:url(../images/pictos/loupe2.gif) no-repeat left top;*/
	font-family:nexa_light,Arial, sans-serif;
	/*font-weight:900;/*900 pour éviter bug IE italics sur Arial black*/
	font-size:110%;
	color:#777777;
	font-weight:normal;
}

#intro ul {
	padding-left: 36%;
	margin-left:0;
	text-align: left;
	list-style-image: url(../images/Fleche_bleu.png);
}

#intro2 {
	font-family: nexa_light;
	color:#000000;
	font-weight:bold;
	/*font-weight:900;/*900 pour éviter bug IE italics sur Arial black*/
}

/*.page_index #intro {font-family: Britannic Bold,Arial Black,Arial, sans-serif;font-size:140%;font-weight:normal;}*/
#entrerinfos {
	font-size: 80%;
	font-family: nexa_light,Arial, sans-serif;
}

.note {
	font-size: 55%;
	/* CG59 */
	margin-left: 280px;
	margin-top: -2em;
	display: block;
	width: 35ex;
	font-style: italic;
}

input {
	border: 1px #98c10f solid;
	width: 500px;
}

input.bouton {
	width: auto;
	font-family: nexa_light,Arial, sans-serif;
	
}

#identifiant,#mdp,#jourmois {
	width: 270px;
}

#CodePostal {
	width: 150px;
}

input.inp2 {
	width: 8ex;
}

input.inp4 {
	width: 12ex;
}

input:focus {
	background-color: #f1ffe2;
}

#mdpoubli {
	font-size: 90%;
	margin-top: 1ex;
	width: 38ex;
}

#indilibl59 {
	/*font-size: 130%;*/
	font-size: 200%;
	/*font-weight: bold;*/
	/*margin: 20px 0 40px 15px;*/
	margin: 40px 0 0px 0px;
	text-align : center;
	color : #000;
	padding : 0px;
}
.page_erreur p {}
.page_etatCivil #indilibl59{
	/*padding-left:15px;
	margin-bottom:-10px;*/
	padding:0px;
	
}
#indilibl59 span{
	padding:3px 15px;
	color:black;
	/*border:2px solid #04507C;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-ms-border-radius:10px;*/
}

#PS {
	color:#015581;
	font-family: nexa_light,Arial, sans-serif;
	/*font-weight:900;/*900 pour éviter bug IE italics sur Arial black*/
	font-size: 80%;
	background: #d9edf6;
	border: 1px solid #bce8f1;
	font-weight:bold;
	width: 98%;
	padding:1%;	
}

.page_index #PS {
	margin-top: 2em;
	color:#04507C;
}

.pave {
	border: 1px solid #04507C;
}

.groupeInfo {
	border-top: 1px dashed #1D749E;
	border-bottom: 1px dashed #1D749E;
}

.titreGroupeInfo {
	color: #707070;
	background-color: #fff;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, sans-serif;
}

.simple,.simpleNoirGestion {
	color: #000;
	font-family: Arial, sans-serif;
}

.simpleNoirValeur,dd {
	background-color: #eceeed; /*#DFDFDF;*/
	padding-bottom: 2px !important;
	padding-left: 2px !important;
	text-align: left;
}

.simpleNoirValeur {
	width: 12em;
}

.simpleNoirGestion {
	text-align: center;
}

.menu_libelle {
	text-align: center;
	color: #707070;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

ul.menu {
	list-style: none outside none;
	padding: 0;
	/*margin: 0 -45px 0 50px;*/   /*-40 pour éviter la marge droite de #contenu pour les petites fenetres*/
	/*margin: 0 auto;*/
	/*float: left;*/
	margin-top : 30px;
	overflow: auto;
	/*border : 1px solid blue;*/
	width : 100%;
	text-align:center;
	
}

.menu li {
	margin: 0 0 0 6%;
	margin: 5px 5px 0 5px;
	padding: 0;
	overflow: hidden;
	display : inline-block;	
	/*border: 3px solid #80CC28;
	border-left-width: 0px;*/
	text-align:center;
}

.menu a {
	font-size: 75%;
	text-decoration: none;
	display : inline-block;
	padding: 4px 40px 4px 15px;
	padding: 10px 15px 6px 15px;
	/*background: url(../images/grande_fleche.gif) no-repeat 98% 50%;*/
	color : #555555;
	background : #eeeeee;
	text-transform : uppercase;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
	
}

.menu a:hover,a.selected {
	background: #04507C url(../images/grande_fleche_bl.gif) no-repeat 98% 50%;
	background: #98c10f;
	color: white;
}
table.lister{background-color:white;}
table.lister td {
	font-family: Arial, verdana,sans-serif;
	/*font-weight:900;   *//*900 pour éviter bug IE italics sur Arial black*/
	font-size:70%;
	color: #555555;
	font-weight : bold;
	
}
table.lister th {
	color: white;
	background : #015581;
	/*font-size:100%;*/
	font-family: nexa_light,Arial, sans-serif;
	font-size:90%;
	font-weight : normal;

}
tr.fini,tr.fini * {
	font-style: italic;
}

table#coor th, table#coor td{
border-color:#98c10f;
border-color:#cccccc;
background : #fff;

}
table#coor th{
	background : #04507C;
	color : #fff;
	font-family: nexa_light,Arial, sans-serif;
	font-size:90%;
	font-weight : normal;
}

table#coor tbody{font-weight:bold;}

.page_detailRDec table{
	border:1px solid #cccccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	background:#ffffff;
	
}
.page_detailRDec th, .page_detailRDec td{
	font-size:95%;
}
th.paragraphe{
	font-family:Arial black, Arial, sans-serif;
	font-weight:900;/*900 pour éviter bug IE italics sur Arial black*/
	font-size:95%;
	/*padding-top:1.5em !important;*/
}
.txtfille{font-style:italic;}

/*** IMPRESSION ***/
@media print {
	#contenu0 {
		background-color: #fff;
	}
	.simpleNoirValeur {
		width: auto;
	}
	ul.menu li {
		border-right: 0px solid #fff;
	}
	dd {
		border: 1px solid #eee; /*#DFDFDF;*/
	}
}
.page_paiements table tr.plier div.img  {
       background-image: url(../images/last_on.jpg);
       background-repeat: no-repeat;
       width: 20px;
       height: 15px;
       padding: 0;
}

.page_paiements table tr.deplier div.img  {
       background-image: url(../images/last_off.jpg);
       background-repeat: no-repeat;
       width: 20px;
       height: 15px;
       padding: 0;
}