/* CSS Document */
* { outline: none;}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a { color:#89281C; }
a:hover { color:#333333; }
input[type="image"] { outline: 0; }

html, body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	height:100%;
	}
#content{
display:inline;}	
form {
	margin: 0px;
}

input, select {
	vertical-align: middle;
}

/* fond blanc*/
.bgblanc {
	background-color:#ffffff;
 }
	
/* fond bande beige + fond central*/
.bgbeige { 
	height:15px;
	padding-right:20px;
	background-color:#ffffff;
	text-align:right;

}

/* fond central*/
.bgcentral { 
	/*background-color:#FEF4E6;*/
 }

/* fond bande marron*/
.bgsepare { 
	background-color:#e95c0d;
	height:18px; 
	padding-right:20px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	z-index:10px;
	}



/* fond dossiers*/
.bgdossier {
	/*background-color:#fdecd6;
	background-image:url(../img/fdvisu.jpg);*/
	height:300px;
	background-repeat:no-repeat;
	padding-right:10px;
 }


/* intitulé logo etablissement */
h1 {
	color:#89281C;
	text-align:center;
	font-size:23px; 
	font-weight:bold;
	line-height:1em;
	margin-top:10px;
}

/* titre gris admin*/
h2 {
	font-size:12px;
	font-weight:bold;
	color:#666666;
}

/* texte gris bold titre article lien*/
.titrearticle {
color:#666666;
}
A.titrearticle { text-decoration: none}
A.titrearticle:hover { color:#575757; text-decoration: underline}


/* texte gris tableau*/
.textegrisnormal {
	font-weight:normal;
	color:#666666;
	}

/* nom gris dossier*/
.titregrisb {
	font-size:15px;
	font-weight:bold;
	color:#575757;
}

A.titregrisb { color:#575757; text-decoration: none}
A.titregrisb:hover { color:black; text-decoration: underline}



/* actions ( visualiser et supprimer)*/
.action {
	font-size:11px;
	font-weight:bold;
	color:#575757;
}

A.action { color:#575757}
A.action:hover { color:black}



/* nb mot gris */
.textegris {
	font-size:11px;
	font-weight:normal;
	color:#666666;
}
/* titre gris dossier bold*/
.titregris {
	font-size:11px;
	font-weight:normal;
	color:#575757;
}
A.titregris { color:#575757; text-decoration: none}
A.titregris:hover { color:black; text-decoration: underline}


/* nb gris articles dossier*/
.nbgris {
	font-size:10px;
	font-weight:normal;
	color:#575757;
}

/* nb bordeau articles dossier*/
.nbbordeau {
	font-size:10px;
	font-weight:normal;
	color:#89281c;
}

/* texte rouge*/
.texterouge {
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
}

/* titre bordeau*/
h3 {
	font-size:18px;
	color:#89281c;
	font-weight:bolder;
}

/* titre bordeau dossier bold*/
.titrebordeaub {
	font-size:15px;
	font-weight:bold;
	color:#89281c;
}

/* texte bordeau dossier*/
.titrebordeau {
	font-size:11px;
	font-weight:normal;
	color:#89281c;
}
A.titrebordeau { color:#89281c; text-decoration: none}
A.titrebordeau:hover { color:#501b14; text-decoration: underline}


/* titre brun*/
h4 {
	font-size:12px;
	font-weight:bold;
	color:#766b59;
}


/* texte brun */
.textebrun {
	font-weight:bold;
	color:#766b59;
}
/* accroches pages book */
.grostitre1{
	color:#D3626A;
}
.grostitre2{
	color:#F3971B;
}
a{
text-decoration:underline;}
a:hover{
text-decoration:none;}

/* texte blanc bas de page*/
.texteblanc {
	font-size:11px;
	color:#ffffff;
}
A.texteblanc{text-decoration: none;}
A.texteblanc:hover{text-decoration:underline;}

.italique{
	font-size:0.9em;
	font-style:italic;}


#login{
	text-align:center;
	margin:50px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}




#loginhome{
/*	margin:50px 40px 80px 10px;*/
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	position:relative;
	height:599px;
	width:130px;
	padding:20px 5px 5px 20px;
	color:#333333;
	margin-right:40px;
	z-index:10;
//	line-height:0.7em;

}
#loginhome a {
	color:#333333;
	font-size:11px;	
}
#loginhome p{
line-height:10px;
//line-height:7px;
}
div#logo{
	float:left;
	position:absolute;
	top:3px;
	left:24px;
	z-index:10;
}
.trait{
	border-top:solid 1px #cccccc;
	margin-bottom:2px;
	margin-right:10px;
	//margin-bottom:-5px;
}
div#defile{
	float:left;
	position:absolute;
	top:20px;
	height:60px;
	width:300px;
	left:250px;

}

#defile img {
margin-right: 10px;
}
#intro{
	margin:auto;
	line-height:1.8em;
	text-align:justify;
	padding: 40px;
//	float:right;
	}

div#footer{
	clear:both;
	position:absolute;
	height:18px;
	width:100%;
	text-align:center;
	color:#FFFFFF;
}

div#log{
	float:right;
	text-align:right;
	padding-right:20px;
	font-weight:bold;}

A.log{color:#333333;text-decoration: none;}
A.log:hover{color:#000000;text-decoration:underline;}

div#blocrecherche {
	padding-left:10px;
	padding-top:7px;
	padding-bottom:7px;
	font-weight:bold;}

div#acces {
	padding:7px 20px 7px 10px;
	font-weight:bold;
	color:#666666}

.optionrech{
	font-size: 11px;
	font-weight:normal;
	padding-top:0;
	margin-top:0;
	}

div#blocresult {
padding-left:10px;
font-weight:bold;
}

#dossier{
	margin-top:5px;
	float:left;}

#actions{
	margin-top:10px;
	width:200px;
	text-align:right;
	float:right;
}


/* formulaires*/
.texteselect {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	width:250px;
}
/* formulaires*/
.texteselectperiode {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	width:180px;
}
.texteselectrech{
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style:italic ;
	color: #e95c0d;
	width:250px;
}
/* .submitbouton{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border:solid 1px #766b59 ;
	height: 20px;
	font-weight: bold;
	color: #725426;
	background: transparent;
	width: auto;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
	
}*/

/* boutons actions*/
.submit { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border:0;
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	height:18px;
	width:70px;
	cursor:pointer;
}
#valider{
	margin-left:90px;
}
.valider{
	margin-left:75px;
}
.credit {
	font-weight:bold;
	text-align:center;
	color:#CC0000;
	size:8px;
}

/* mot de passe de creation d'un dossier*/
#pwd{
	border:solid;
	border-width:thin;
	border-color:#999;
	background-color:#FEF4E6;
	height:80px;
	width:85%;
	padding-top:5px;
	vertical-align:middle;
	text-align:left;
	padding-left:5px;
	display: none;
}

#pwd input{
	margin-top:5px;}
#pwd img{
	margin-top:5px;
	margin-left:72px;
}
/* changement mot de passe de creation d'un dossier*/
#chpwd{
	border:solid;
	border-width:thin;
	border-color:#999;
	background-color:#FEF4E6;
	height:80px;
	width:85%;
	padding-top:5px;
	vertical-align:middle;
	text-align:left;
	padding-left:5px;
	display: none;
}

#chpwd input{
	margin-top:5px;}
#chpwd img{
	margin-top:5px;
	margin-left:72px;
}
.divrename{
	display: none;
}

.label2{
width:180px;
float:left;
} 
.form p {
	margin: 5px;
}
#contlog{
float:left;
background-image:url(../img/bgbook.gif);
background-repeat:no-repeat;
width:762px;
height:499px;
margin:20px auto auto 20px;
text-align:justify;
}


#loginens{
	text-align:center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:40px;
	background-image:url(../img/bg_login_ens.gif);
	height:211px;
	width:200px;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}

 /* Info Bulle */
a.info {
  position:relative;
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
  font-size: 10px;
  color: #cc0000;

}
a.info:hover {
   background: none;
   z-index: 500;
}
a.info span {display: none; text-decoration: none;}

a.info:hover span {
   display: inline;
   position: absolute;
   /*white-space: nowrap;*/
   font-size:11px;
   font-weight:normal;
   width:120px;
   top: 15px;
   left: -110px;
   background: #ffffff;
   padding: 3px;
   margin: 0px 50px;
   border: 1px solid #e95c0d;
   border-top: 4px solid #e95c0d;
   color: black ;
}
/* pages accueil  login  #bgbook */
#bgbook{
position:absolute;
background-image:url(../img/bgbook.gif);
background-repeat:no-repeat;
width:762px;
height:499px;
left:150px;
margin:20px auto auto 20px;
text-align:justify;
z-index:1px;

}
#pgauche{
width:272px;
left:110px;
margin-top:48px;
float:left;
position:absolute;
text-align:justify;
}

#pdroite{
float:right;
left:440px;
width:245px;
margin-right:80px;
margin-top:48px;
position:absolute;
text-align:justify;}

.p1{
background-image:url(../img/p1.gif);
width:272px;
height:72px;

}
.p2{
background-image:url(../img/p2.gif);
width:272px;
height:59px;
}
.p3{
background-image:url(../img/p3.gif);
width:240px;
height:50px;

}
.p4{
background-image:url(../img/p4.gif);
width:240px;
height:43px;
}

#pdroite .lienbook{
font-weight:bold;
color:#FF9933;}
#pgauche .lienbook{
font-weight:bold;
color:#BD1320;}
#contloginens #bgbook, #contlogineleve #bgbook{
margin-left:70px;
} 
#contloginens #pgauche, #contlogineleve #pgauche {
width:272px;
line-height:1.5em;
margin-left:-10px;}
#contlogineleve #pdroite {
height:400px;
	}
#contloginens #pdroite {
width:270px;
	}	
/*  signature edd pour le service pressedu logo EDD--> */
#signature {
	font-size:0.8em;
	font-weight:bold
	}
#signature  img{
margin:3px 40px ;
	}
	
.dossierresult {color:#E95C0D;}
.selected a{color:#010101;}

.dos_trav {
background:#EAEAEA;
border:1px solid #E95C0D;
margin-top: 28px;
}
.dos_pub {
background:#FFF1D5;
border:1px solid #E95C0D;
margin-top: 20px;
}