/* normaliser les marges */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* normaliser les tailles de polices */
h1, h2, h3, h4, h5, h6, p {
    font-size: 100%;
}

/* supprime list-style pour les listes */
ol, ul {
    list-style-type: none;
}

/* normaliser les styles et graisses de fontes */
address, caption, cite, code, dfn, em, strong, th, var, h1, h2, h3, h4, p {
    font-style: normal;
    font-weight: normal;
}

/*
 copyright 2008 Bene Facere
 http://www.benefacere.fr/
*/
.pa {
    display: none;
}

/* 
  Design by Incom Création 
  http://www.incom-creation.net/
  CSS Integrated by Bene Facere
  http://www.benefacere.fr/ 
  copyright 2009 Incom Création 
 */

#page {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
#header {
    height: 148px;
}
#content:after, #usercontent:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#menuContainer {
    float: left;
    width: 176px;
    margin-left: 30px;
    padding-right: 15px;
}
#menu {
    padding-top: 30px;
    padding-bottom: 40px;
}
#menu dl {
    padding-top: 5px;
    padding-bottom: 5px;
}

/*serait mieux avec un pseudo-selecteur :after.... mais IE...*/
#menuDeco {
    width: 189px;
    height: 480px;
}
#usercontent {
    float: left;
    min-height: 480px;
    margin-left: 30px;
    margin-right: 30px;
    width: 695px;
}
#usercontent p {
    margin-bottom: 20px;
}
#footer {
    float: none;
    clear: both;
    /*padding-left: 37px;*/
    padding-top: 30px;
}
#footer .liensFooter {
    float: right;
    width: 522px;
    height: 25px;
    line-height: 25px;
    padding-left: 40px;
    padding-right: 30px;
    margin-bottom: 30px;
}
#footer .texteFooter {
    float:none;
    clear: both;
    padding-top: 20px;
    padding-right: 30px;
}
.col21, .col22 {
   float: left;
   width:48%;
}
/*#usercontent img {
    width: 100%;
}
#usercontent form img {  
     width: 100px;  
     height : 50px;
}*/ 
/* 
  Design by Incom Création 
  http://www.incom-creation.net/
  CSS Integrated by Bene Facere
  http://www.benefacere.fr/ 
  copyright 2009 Incom Création 
 */

#site, #slogan {
    display: none;
}
body {
    background: #f2ece0;
    font-family: Arial;
}
ul {
    list-style-type: disc;
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}

#page {
    color: #53586e;
    font-size: 12px;
}
#content {
    background: url( /static/themes/Elkar/images/fondGauche.png ) repeat-y -7px;
}
#menu {
    color: white;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
}
#menuDeco {
    background: url( /static/themes/Elkar/images/bandeaugauche.jpg ) no-repeat;
}
#menu a, #menu a:visited {
    color: white;
    text-decoration: none;
}
#menu a:active, #menu a:hover {
    color: #fbc100;
    text-decoration: underline;
}
#menu a.selected {
    color: #fbc100;
}

#usercontent {
    text-align: justify;
}
#usercontent p {
    line-height: 1.5em;
}
/*#usercontent img {
    border-top: 15px solid #656d78;
    border-bottom: 15px solid #656d78;
}*/
#usercontent a, #usercontent a:visited {
    color: #002c63;
}
#usercontent a:active, #usercontent a:hover {
    color: #fbc100;
    text-decoration: none;
}
#usercontent a.selected {
    color: #fbc100;
}
h1 {
    font-size: 26px;
    margin-bottom: 20px;
}
h2 {
    font-size: 22px;
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-right: 40px;
}
h3 {
    font-size: 18px;
}
#footer {
    background: url( /static/themes/Elkar/images/fondFooter.png ) no-repeat -7px -5px;
}
#footer .liensFooter {
    background: #fbc100;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
#footer .liensFooter a, #footer .liensFooter a:visited {
    color: white;
    text-decoration: none;
}
#footer .liensFooter a:active, #footer .liensFooter a:hover {
    text-decoration: underline;
    color: #53586e;
}
#footer .liensFooter a.selected {
    color: #53586e;
}
#footer .texteFooter {
    background: #f2ece0;
    text-align: justify;
}
.errors {  
    border: .2em solid red;  
    background-color: antiquewhite;  
    color: darkred;  
    font-weight:bolder;  
    padding: 1em;  
}  
form label {
    float: left;
    width: 25%;
}
form input {
    float: left;
}
form img {
    float: left;
    zoom: 1; /*Pr IE*/
}
form textarea {
    float: left;
    margin-bottom: .5em;
}
form p {
    float: none;
    clear: both;
    display: block;
    margin-top: .5em;
    zoom: 1;
}
form p:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form img:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
form hr {
    float: none;
    clear: both;
}
/* 
  Design by Incom Création 
  http://www.incom-creation.net/
  CSS Integrated by Bene Facere
  http://www.benefacere.fr/ 
  copyright 2009 Incom Création 
 */
#content, #usercontent {
    zoom: 1;
    _overflow: visible;
}
#menuContainer {
    _margin-left: 0px;
    _padding-left: 30px;
}  
  
#usercontent {  
    _height: 480px;
    _width: 665px;
}  

