@charset "utf-8";

/* Feuille de styles
  * Deliv's SARL
  * contact@delivs.com
  */

/* Styles g�n�raux
  */
html
{
	background-position: top left;
	background-repeat: repeat-x;
}

body
{
	background-image: url("img/fond-login2.png");
	background-repeat: repeat-x;
	background-position: top left;
	color: rgb(79, 81, 85);
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
}

td
{
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	border-style: none;
}

img.block
{
	display: block;
}

img.float-left
{
	float: left;
}

img.float-right
{
	float: right;
}

fieldset
{
	width: 90%;
}

legend
{
	color: rgb(0, 0, 0);
}

a:link
{
	color: rgb(79, 81, 85);
	text-decoration: none;
}
a:hover
{
	color: rgb(79, 81, 85);
	text-decoration: none;
}
a:active
{
	color: rgb(79, 81, 85);
	text-decoration: none;
}
a:visited
{
	color: rgb(79, 81, 85);
	text-decoration: none;
}

a:link.underline
{
	color: rgb(79, 81, 85);
	text-decoration: underline;
}
a:hover.underline
{
	color: rgb(79, 81, 85);
	text-decoration: underline;
}
a:active.underline
{
	color: rgb(79, 81, 85);
	text-decoration: underline;
}
a:visited.underline
{
	color: rgb(79, 81, 85);
	text-decoration: underline;
}

a:link.bold
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-weight: bold;
}
a:hover.bold
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-weight: bold;
}
a:active.bold
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-weight: bold;
}
a:visited.bold
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-weight: bold;
}

a:link.backcolor
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
a:hover.backcolor
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
a:active.backcolor
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}
a:visited.backcolor
{
	color: rgb(255, 255, 255);
	text-decoration: none;
}

a:link.little
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
a:hover.little
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
a:active.little
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
a:visited.little
{
	color: rgb(79, 81, 85);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}

/* Styles de mise en forme du texte
  */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
.red {color: rgb(255, 0, 0);}
.green {color: rgb(0, 200, 0);}
.blue {color: rgb(0, 0, 255);}
.black {color: rgb(0, 0, 0);}
.white {color: rgb(255, 255, 255);}
.underline {text-decoration: underline;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.normal {font-size: 11px;}
.big {font-size: 13px;}
.bigbig {font-size: 16px;}
.little {font-size: 9px;}
.backcolor {color: rgb(255, 255, 255);}
.brown {color: rgb(162, 45, 4);}
.yellow {color: rgb(252, 204, 0);}
.grey {color: rgb(129, 131, 128);}
.justify {text-align: justify;}

/* Mise en forme d'�l�ments
  */
.tcenter
{
	margin-left: auto;
	margin-right: auto;
}

/* div
  */
div#main
{
	position: relative;
	background-image: url("img/fond-login.png");
	background-repeat: repeat-x;
	background-position: top left;
	color: rgb(79, 81, 85);
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 100%;
}

div#login
{
	width:410px;
	background-color: white;
	float:left;
	padding: 15px;
	margin-left:25px;
}

div#id
{
	margin-top:10px;	
}

div#pass
{
	margin-top:10px;
	margin-bottom:10px;
}

div#connexion
{

}

div#perdu
{

}

div.both
{
	clear: both;
}

/* Formulaires
  */
.formLogin
{
	background-color: rgb(255, 255, 255);
	color: rgb(79, 81, 85);
	font-weight: normal;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align: left;
	width: 147px;
	height: 17px;
	border: solid 1px rgb(127, 157, 185);
	padding-left: 2px;
}

/* Pourcentages
  */
.p100 {width: 100%;}
.p90 {width: 90%;}
.p80 {width: 80%;}
.p70 {width: 70%;}
.p60 {width: 60%;}
.p50 {width: 50%;}
.p40 {width: 40%;}
.p30 {width: 30%;}
.p20 {width: 20%;}
.p10 {width: 10%;}