/* Feuille de styles
  * raincurtains.com
  * 9 mars 2007
  * Deliv's SARL
  * contact@delivs.com
  */

/* Styles généraux
  */
html
{
	background-color: rgb(196, 168, 144);
}

body
{
	background-color: rgb(196, 168, 144);
	color: rgb(230, 202, 176);
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	height: 100%;
}
body.dark
{
	background-color: rgb(48, 30, 18);
	color: rgb(230, 202, 176);
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	height: 100%;
}

img
{
	border-style: none;
}

img.img-white
{
	border-style: solid;
	border-color: rgb(255, 255, 255);
	border-width: 1px;
	vertical-align: middle;
}

fieldset
{
	width: 90%;
}

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

a:link
{
	color: rgb(230, 202, 176);
	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(230, 202, 176);
	text-decoration: none;
}

a:link.bold
{
	color: rgb(230, 202, 176);
	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(230, 202, 176);
	text-decoration: none;
	font-weight: bold;
}

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

a:link.little
{
	color: rgb(194, 166, 152);
	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(194, 166, 152);
	text-decoration: none;
	font-size: 10px;
	text-decoration: underline;
}

a:link.large
{
	color: rgb(230, 202, 176);
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a:hover.large
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a:active.large
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a:visited.large
{
	color: rgb(230, 202, 176);
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a:link.large2
{
	color: rgb(230, 202, 176);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a:hover.large2
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a:active.large2
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a:visited.large2
{
	color: rgb(230, 202, 176);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

/* 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(48, 30, 18);}

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

/* div
  */
div#main
{
	background-color: rgb(48, 30, 18);
	color: rgb(230, 202, 176);
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 78%;
	margin-left: auto;
	margin-right: auto;
}

div#top
{
	width: 100%;
	height: 212px;
	vertical-align: top;
	text-align: left;
}

div#menu
{
	width: 100%;
	height: 70px;
	vertical-align: top;
	text-align: left;
	padding-left: 43px;
}

div#active
{
	width: 90%;
	vertical-align: top;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

div#footer
{
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-top: 30px;
	color: rgb(194, 166, 152);
}

td.icone
{
	text-align: center;
	width: 100px;
	height: 60px;
}

.margin1
{
	margin-left: 20px;
}

.margin2
{
	margin-left: 40px;
}

td.translate1
{
	text-align: center;
	width: 100px;
}

td.translate2
{
	text-align: center;
	width: 275px;
}

td.nav
{
	width: 175px;
}

/* Formulaires
  */
.form
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	background-color: rgb(230, 200, 185);
	font-weight: bold;
	font-size: 11px;
	width: 300px;
}

.form2
{
	border-style: outset;
	background-color: rgb(230, 200, 185);
	font-weight: bold;
	font-size: 11px;
}

.form3
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	background-color: rgb(230, 200, 185);
	font-weight: bold;
	font-size: 11px;
	width: 500px;
}

.form4
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	background-color: rgb(230, 200, 185);
	font-weight: bold;
	font-size: 11px;
	width: 250px;
}

.form5
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	background-color: rgb(230, 200, 185);
	font-weight: bold;
	font-size: 11px;
	width: 15px;
}

.form6
{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255, 255, 255);
	background-color: rgb(230, 200, 185);
	font-weight: bold;
	font-size: 11px;
	width: 100px;
	vertical-align: middle;
}

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