@charset "UTF-8";
/* CSS Document */

/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

@font-face {
	font-family: 'FranceTVBrown-Light';
	src: url('FranceTVBrown-Light.otf');
	font-weight: normal;
	font-style: normal;
}

html { 
	height: 100%;
	width: 100%;
	margin:auto;
	display: block;
}

body{
	font-family: 'FranceTVBrown-Light';
	font-weight : normal;
	color: #000000;
	font-size: 15px;
	letter-spacing: 0.05em;
}

textarea {
	resize: none;
    font-family: inherit;
    font-size: inherit;
}
input[type='text'], input[type='password'] {
	font-family: inherit;
	font-size: inherit;
	border: 2px solid #202020;
	border-radius: 10px;
	text-align: center;
}

a {text-decoration: none; color:#000000; outline: none;}
a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:active {text-decoration: underline; color:#000000;}
a:hover {text-decoration: none; color: #1f4562; font-weight: bold;}

h1 {
	font-size	: 30px;
	margin-top: -70px;
	margin-left: 70px;
	font-weight : normal;
}

h2 {
	font-family: 'FranceTVBrown-Light';
	font-size	: 20px;
	font-weight : bold;
	margin-top: 3px;
	margin-bottom: 15px;
}
h3 {
	font-family: 'FranceTVBrown-Light';	
	font-size	: 30px;
	font-weight : normal;
}

#index {
	height: 100%;
	width: 100%;
	background-color: #FFF;
	display:inline-block;
    vertical-align:middle;
}
	
#login {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	height: 200px;
	background-color: #FBFBFB;
	border: 3px solid #202020;
	margin-left: -225px; /* Cette valeur doit être la moitié négative de la valeur du width */
	margin-top: -200px; /* Cette valeur doit être la moitié négative de la valeur du height */
	padding: 25px;
	border-radius: 25px;
}
#login-img {
	height: 200px;
	width: 200px;
	float:left;
}
#login-frm {
	font-family: 'FranceTVBrown-Light';
	font-size: 20px;
	height: 200px;
	width: 200px;
	text-align: center;
	margin-left: 50px;
	margin-top: 10px;
	float:left;
}
#haut {
	width: 100%;
	height: 50px;
	background-color: #202020;
}
#pages {
	width: 1000px;
	height: auto;
	min-height: 800px;
	margin: auto;
	margin-top: -50px;
}
#haut2 {
	width: 690px;
	height: 50px;
	line-height: 50px;
	float: left;
	color: #FFF;
	padding-left: 10px;
}
#haut3 {
	width: 300px;
	height: 50px;
	float: left;
	color: #FFF;
}
#haut3 a {text-decoration: none; color:#FFFFFF; outline: none;}

#accueil {
	width: 100%;
	height: auto;
	float: left;
}
#pied {
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	position:absolute;
    bottom:0;
}
.lst-tr,.lst-tr2 {height: 3em; border: solid 1px #777; line-height: 100%;}
.lst-th {vertical-align: middle; padding-left: 15px; padding-right: 15px;}

