/* --------------------------------------------------------- */
/*                                                           */
/*            Page index.bdp de connexion                    */
/*                                                           */
/* --------------------------------------------------------- */
body {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	font-size : 93%;
	font-family : "Trebuchet MS", Verdana, Arial, sans-serif;
	color : #2e3436;
	text-align : center;
	background : #eeeeec;
}

h1 {
	text-indent : -5000px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	font-weight : normal;
	font-style : normal;
	font-variant : normal;
	font-size : 1.6em;
	font-family : Verdana, Arial, sans-serif;
	color : #000;
	line-height : 1px;
	text-decoration : none;
}

p {
	line-height : 25px;
	margin : 0 0 10px 0;
	color : #000000;
}
p span{
	color : #73d216;
	font-weight : bold;
}

strong {
	font-weight : bold;
}

ul, li {
	margin : 0;
	padding : 0;
}

a {
	color : #f57900;
	text-decoration : underline;
}
a:visited {
	color : #888;
	text-decoration : none ;
}
a:hover, a:focus {
	color : #f57900;
	text-decoration : underline;
	border-bottom: 0;
}

/* ------------------------------------ */
/*                                      */
/*            Header : bandeau bleu en haut                    */
/*                                      */
/* ------------------------------------ */

#header {
	position : relative;
	width : 767px;
	height : 135px;
	margin : 0 auto;

	background : url(../../../files/icons/header.jpg) no-repeat left top;
	
}
#header blockquote {
	margin : 20px 3px 0px 0px;
	padding : 0px 0px 0px 0px;
	width : 130px;
	height : 106px;
	float : right;
	background : transparent;

}
#header blockquote a{
	text-decoration : none;
	color : white;
}
#header blockquote p {
	padding : 0px 10px 0px 10px;
	text-align : center;
	font-family : verdana;
	line-height:100%;
	font-size : 80%;
	font-weight : bold;
	color : white;
}

/* ------------------------------------ */
/*                                      */
/*            Content                   */
/*                                      */
/* ------------------------------------ */
#content {
	position : relative;
	width : 770px;
	min-height : 300px; 
	margin : 0 auto;
	background : transparent url(../../../files/icons/content.png) repeat-y;
}
/* ------------------------------------ */
/*                                      */
/*            LoginFor m                 */
/*                                      */
/* ------------------------------------ */
#LoginForm
{
	text-align: left;
	margin-top: 0px;
	font : 1.1em bold arial, verdana, sans-serif justify;
	border: none;
	color: #414141;
	padding: 20px;
}

/* ------------------------------------ */
/*            Nom etablissement                      */
/* ------------------------------------ */
.css_nomEtab{
    font-size: 20px;
    font-weight: bolder;
    /*background-color: #729FCF;*/
    /*color: #f5f5f5;*/
    color : #f57900;
}
/* ------------------------------------ */
/*            Msg erreurs                     */
/* ------------------------------------ */
.css_erreurs {
	position:relative;
	left: 15%;
	width: 70%;

}
.css_erreurs p{
	 font-size: 14px;
	 font-weight: bold	;
	text-align: left;
	margin:0;
	 /*background-color: #729FCF;*/
	 /*color: #f5f5f5;*/
	 color : #ff0000;
 }
/* ------------------------------------ */
/*                                      */
/*            Formulaire                */
/*                                      */
/* ------------------------------------ */
fieldset {
	position :              relative;
	margin :               	20px 100px 0px 100px;
	padding :               0px 0px 0px 20px;
	background-color :      #fff;
	border: 1px dashed gray;
}

legend {
	position : relative;
	top : -10px;
	padding : 0px 0px 30px 0px;
	color: #555753;
	font : 0.8em bold arial, verdana, sans-serif justify;
	background-color : #fff;

}

#form {
	background-color:#fff;
	padding:10px;
	width:500px;
	color: #414141;
}

#input {
	border:0px solid black;
	font : 0.8em bold arial, verdana, sans-serif justify;
	color:gray;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */

#footer {	
	position : relative;
	width : 770px;
	margin : 0px auto;
	padding : 20px 0px 60px 0px;
	min-height : 60px; 
	font-size: 90%;
	font-weight:bold;
	text-align: center;
	color:#eeeeec;
	background : transparent  url(../../../files/icons/footer.jpg) no-repeat;

}
