/* 
    Document   : default.css
    Created on : Jan 30, 2009, 12:06:59 AM
    Author     : Imad Anis
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin:0px;
    padding:0px;
    background-color:#B9B9B9;
}
.mainMenu {background-image:url(images/menu.gif)}
#page {
    margin-left:auto;
    margin-right:auto;
    width:771px;
    background-color:#1c1d1c;
    font-family:verdana;
    font-size:12px;
    line-height:20px;
    color:#d0d0d0;
    text-align:justify;
    border:1px solid #303030;
    padding:2px;
}
#page a{
    color:#d0d0d0;
}
#page a:hover{
    color:#ff7f00;
}
.mainImageBg {
    width:284px;
    height:251px;
    background-image:url(images/mainImageBg.jpg);
    padding-left:15px;
    background-repeat:no-repeat;
    vertical-align:middle;
}
h1 {
    font-family:verdana;
    font-size:16px;
    font-weight:bold;
    color:#d0d0d0;
}
h2 {
    font-family:verdana;
    font-size:14px;
    font-weight:bold;
    color:#ffffff;

}

.imageBg {
    width:214px;
    height:253px;
    background-image:url(images/adBg.jpg);
    padding:13px;
}
#bottom {
    text-align:right;
    font-size:11px;
    line-height:20px;
    color:#d0d0d0;
    padding:10px;
    
}
.subContent {
    padding:10px;
}
#bottom  a{
    text-decoration:none;
    color:#d0d0d0;
   
    }
.adContainer {
    text-align:center;
    padding:0px 5px 10px 5px;
    color:#c3c2c2;
}
#hierarchie {
    text-align:right;
    padding:2px 2px 2px 2px;
    font-size:10px;
}
/* Formulaires de recherche (site / petitions) */
.formulaire_recherche { margin: 0; padding: 0; background: none; }
.formulaire_recherche * { display: inline; vertical-align: middle; }
.formulaire_recherche label {}
.formulaire_recherche input.text { width: 10em; padding-left: 25px; background: #FFF url(rechercher.gif) no-repeat left center; }
.formulaire_recherche input.submit {}

.box {
    font-famitly:verdana;
    font-size:12px;
    border:1px solid #FFF;
}
.boutons {
    text-align:right;
}
.boutons input{
    font-family:verdana;
    font-size:11px;
    border:1px solid #fff;
    cursor:pointer;

}
.erreur_message {
    color:red;
}
legend {
    color:#fff;
    font-size:12px;
    margin:0px 10px 0px 10px;
    padding:5px;
    font-weight:bold;
}
fieldset {
    padding:10px;
    border:1px solid #fff;
}
.winnerBg {
    background-image:url(images/winnerBg.png);
    width:305px;
    height:177px;
    padding:51px 40px 46px 40px;
    font-family:verdana;
    font-size:16px;
    font-weight:bold;
    position:absolute;
    top:-500px;
    left:200px;
    line-height:25px;
    
}
