/* === === === === === === ===
Css file for dominjon.net

-------------------
-- Swatch Colors --
-------------------
10abed - header color
0fa3e3 - header stripes
0a709c - header txt

=== === === === === === === */

@import url("menu.css");
@import url("popup.css");

/* Resets and overrides
============================*/

* {
    margin  :0;
    padding :0;
}

body {
    color:black;
    font-size:0.9em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-image:url(../img/background.gif);
}

img {
    border:none;
}


/* Links and type
============================*/

p {
    margin-top: 10px;
    margin-right: 15px;
    text-align: justify;
    font-size: 0.9em;
}

h1 {
    color: #0a709c;
    font-size: 1.4em;
}

h2 {
    color: #0a709c;
    font-size: 1.2em;
}

h3 {
    font-size:1.3em;
    margin:0;
    margin-top: 15px;
    margin-bottom: 5px;
    padding:0;
}

h4 {
    color: #0a709c;
    font-size: 1em;
}

h5 {
    color: #0a709c;
    font-size: 0.9em;
}

strong {
    font-size: 0.9em;
}
/* Layout
============================*/

#wrapper
{
    position: relative;
    margin: 0px auto;
    width: 992px;
    margin-top:10px;
}

#header
{
    background: no-repeat url(../img/header.gif) top;
    height:80px;
    z-index: 1;
}

#main
{
    height:auto;
    overflow:hidden;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ccc;
    border-top: none;
    z-index: 10;
    background-color:#FFF;
    width: 928px;
    margin-left: auto;
    margin-right: auto;
}

#menu {
    float:left;
}

#content {
    position: relative;
    float:left;
    top: 2px;
    margin: 0 0 0 10px;
    width: 700px;
    z-index: 10;
    overflow:visible;

}

#footer
{
    background-image:url(images/bottom.jpg);
    height:20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin: 4px 0;
    font-size: 0.9em;

}

#errors {
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    color: red;
    border: 1px solid red;
    background-color: rgb(255, 232, 232);
    padding: 5px;
    margin-bottom: 10px;
}

/* Form elements
============================*/

/* Miscellaneous
============================*/

a {
    color:#006699;
    border-bottom:#006699 1px dashed;
    text-decoration:none;
}

/* Mise en blocs */





/* Mise en page */

img#bordered
{
    border:1px dashed #ccc;
    margin-left:15px;
}

hr {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     height:1px;
     border:none;
     border-bottom:1px dashed #ccc;
     width:705px;
     margin-left:auto;
     margin-right:auto;
}

.right
{
	float:right;
        margin-left: 15px;
}

.left
{
	float:left;
        margin-right: 15px;
}

.bordered
{
    border: 1px solid #BBB;
    padding: 1px;
    margin: 12px 0px 10px 15px;
}
