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

/* Styles généraux
  */
td
{
	font-weight: normal;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

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

form
{
	margin: 0;
	padding: 0;
}

img
{
	border-style: none;
}

img.float-left
{
	float: left;
}

img.float-right
{
	float: right;
}

img.margin1
{
	margin-right: 10px;
}

p
{
	margin: 0;
}

a:link
{
	color: rgb(255, 200, 220);
}
a:visited
{
	color: rgb(255, 200, 220);
}
a:hover
{
	color: rgb(255, 200, 220);
}
a:active
{
	color: rgb(255, 200, 220);
}

a:link.italic
{
	font-style: italic;
}
a:visited.italic
{
	font-style: italic;
}
a:hover.italic
{
	font-style: italic;
}
a:active.italic
{
	font-style: italic;
}

a:link.underline
{
	text-decoration: underline;
}
a:visited.underline
{
	text-decoration: underline;
}
a:active.underline
{
	text-decoration: underline;
}
a:hover.underline
{
	text-decoration: underline;
}

a:link.bold
{
	font-weight: bold;
}
a:visited.bold
{
	font-weight: bold;
}
a:hover.bold
{
	font-weight: bold;
}
a:active.bold
{
	font-weight: bold;
}

a:link.little
{
	font-size: 11px;
}
a:visited.little
{
	font-size: 11px;
}
a:hover.little
{
	font-size: 11px;
}
a:active.little
{
	font-size: 11px;
}

/* 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(213, 13, 47);}
.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: 12px;}
.big {font-size: 15px;}
.bigbig {font-size: 20px;}
.little {font-size: 10px;}
.backcolor {color: rgb(255, 255, 255);}
.brown {color: rgb(162, 45, 4);}
.strong {color: rgb(197, 11, 31);}
.yellow {color: rgb(252, 204, 0);}
.grey {color: rgb(129, 131, 128);}
.justify {text-align: justify;}
.bleu {color: rgb(37, 80, 117);}

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

/* div
  */
div.noflashbody
{
	height: 100%;
	overflow: auto;
}
 
div#logo
{
	width: 100%;
	background-image: url("img/fond_logo.png");
	background-repeat: repeat-x;
	background-position: top left;
}

td.tab1
{
	width: 200px;
}

div#main
{
	padding-left: 30px;
}

div.both
{
	clear: both;
}

/* Formulaires
  */
.form0
{
	width: 200px;
	font-size: 12px;
	background-color: rgb(69, 69, 69);
	border: solid 1px rgb(200, 200, 200);
	color: rgb(255, 255, 255);
}

.form1
{
	width: 200px;
	height: 60px;
	font-size: 12px;
	background-color: rgb(69, 69, 69);
	border: solid 1px rgb(200, 200, 200);
	color: rgb(255, 255, 255);
}

/* Pourcentages
  */
.p100 {width: 100%;}
.p95 {width: 95%;}
.p90 {width: 90%;}
.p85 {width: 85%;}
.p80 {width: 80%;}
.p75 {width: 75%;}
.p70 {width: 70%;}
.p65 {width: 65%;}
.p60 {width: 60%;}
.p55 {width: 55%;}
.p50 {width: 50%;}
.p45 {width: 45%;}
.p40 {width: 40%;}
.p35 {width: 35%;}
.p30 {width: 30%;}
.p25 {width: 25%;}
.p20 {width: 20%;}
.p15 {width: 15%;}
.p10 {width: 10%;}
.p5 {width: 5%;}
