/* Styles boutiquesusan.ch - BP @ cobalt-lounge.ch - 10.04.05 Printemps */

/* Elements de base */

/* Fond */
body {
 background: #fff;
 margin: 0px 20px;
 font-family: arial, helvetica, verdana, sans-serif;
 size: 11px;
}

/* Images */
img {
 hspace: 0;
 vspace: 0;
 border: 0;
}

/* Table principale */
#container {
 background: #fff;
 width: 750px;
} 

/* visuel */
#pageHeader {
 background: #fff;
 font-size: 10px;
 color: #fff;
}

/* Contenu */
#pageContent {
 background: #fff;
 font-size: 11px;
 color: #595c61;
}
.pageTitle {
 font-size: 11px;
 color: #2a156e;
 text-transform: uppercase;
}
.pageSubtitle {
 font-size: 11px
 color: #2a156e;
}
A {
 color: #3648a6;
 text-decoration: none;
}
A:link {
 color: #3648a6;
 text-decoration: none;
}
A:visited {
 color: #3648a6;
 text-decoration: none;
}
A:hover {
 color: #5468cf;
 text-decoration: underline;
}

/* Pied */
#pageFooter {
 background: url(img/bgd.gif);
 font-size: 10px;
 color: #595c61;
}
#pageFooter A {
 color: #3648a6;
 text-decoration: none;
}
#pageFooter A:link {
 color: #3648a6;
 text-decoration: none;
}
#pageFooter A:visited {
 color: #3648a6;
 text-decoration: none;
}
#pageFooter A:hover {
 color: #5468cf;
 text-decoration: underline;
}
