@CHARSET "ISO-8859-1";

#global {
	background: url("medias/bg_sidebar.png") repeat top left;
	width: 900px;
	margin: auto;
	border-radius: 10px;
}

#header{
	height: 70px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

#content{
	width: 800px;
	height: 300px;
	margin: auto;
	background: transparent url("medias/bg_login.png") no-repeat 0px 10px;
}

#authentification{
	height: 200px;
	width: 390px;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #E5E5E5;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 10px 10px;
	-moz-box-shadow: 0px 0px 10px 0px #555;
	-webkit-box-shadow: 0px 0px 10px 0px #555;
	-o-box-shadow: 0px 0px 10px 0px #555;
	box-shadow: 0px 0px 10px 0px #555;
	-moz-border-radius: 5px;
}

#divNoScript{
	height: 200px;
	width: 390px;
	top: 50px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #E5E5E5;
	border-radius: 5px;
	border: 1px solid #CCC;
	padding: 10px 10px;
	margin-bottom: 85px;
	-moz-box-shadow: 0px 0px 10px 0px #555;
	-webkit-box-shadow: 0px 0px 10px 0px #555;
	-o-box-shadow: 0px 0px 10px 0px #555;
	box-shadow: 0px 0px 10px 0px #555;
	-moz-border-radius: 5px;
}
#pNoScript {
	text-indent: 10px;
	padding-left: 15px;
	padding-right: 5px;
}

#divMsgErreur{
	text-align: center;
	height: 45px;
	color: red;
}

.divInput{
	margin: 4px;
}

ul {
	list-style: none;
}

input{
	height: 25px;
	width: 190px;
	border-radius: 4px;
	border: 1px solid #CCC;
	font-size: 1em;
}

table{
	margin: auto;
	width: 350px;
}

td{
	min-width: 110px;
	max-width: 200px;
	align: right !important;
}

label{
	padding-left: 30px;
}

#aConnect{
	position: relative;
	width: 110px;
	font-size: 0.9em;
	text-decoration: none;
	color: #515567 !important;
	border: 1px solid #BCBCBC;
	border-radius: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	left: 236px;
}
#aConnect:hover{
	text-decoration: underline;
}

.icon{
	display: inline-block;
	width: 25px;
	height: 15px;
}
.login{
	background: url('medias/boutons_sprite.png') no-repeat -13px -193px;
	width: 15px;
	height: 20px;
	top: 4px;
	position: relative;
	margin-right: 8px;
	
}

#imgMed{
	width: 100%;
}

#aMediadone{
	width: 130px !important;
	position: relative;
	top: -10px;
	display: block;
	opacity: 0.8;
	margin-left: 50px;
	padding-bottom: 10px;
	/*
	left: 50px;
	right: 150px;
	background: url("medias/MediadoneBLC.png")  ;
	background: url("medias/sprite.png")-14px -10px;
	width: 260px;
	height: 70px;
	display: block;
	opacity: 0.8;
	padding-bottom: 20px;
	left: 50px;
	right: 150px;
	*/
}
#aMediadone:hover{
	opacity: 1;
}#footer{
	position: relative;
	margin-left: 450px;
}

#imgLogo{
	width:300px;
}

.error{
	border-color: red;
}

body{
	font-family: Imprima, Arial, Helvetica, FreeSans, sans-serif;

}
