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

/* Styles généraux
  */
html
{
	/*background-color: rgb(53, 63, 73);*/
	height: 100%
}

body
{
	/*background-color: rgb(53, 63, 73);*/
	color: rgb(255, 255, 255);
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	height: 100%;
	text-align: center;
}

img
{
	border-style: none;
}

fieldset
{
	width: 90%;
}

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

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

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

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

a:link.little
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
a:hover.little
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
a:active.little
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}
a:visited.little
{
	color: rgb(255, 255, 255);
	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;}
.little {font-size: 9px;}
.backcolor {color: rgb(36, 36, 36);}

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

/* div
  */
div#main
{
	/*background-color: rgb(53, 63, 73);*/
	color: rgb(0, 0, 0);
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

object#site
{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* Formulaires
  */


/* 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%;}

.p100_2 {height: 100%;}
.p90_2 {height: 90%;}
.p80_2 {height: 80%;}
.p70_2 {height: 70%;}
.p60_2 {height: 60%;}
.p50_2 {height: 50%;}
.p40_2 {height: 40%;}
.p30_2 {height: 30%;}
.p20_2 {height: 20%;}
.p10_2 {height: 10%;}
