/* CSS Document */


body, div, p, td, a, span{
    
    font-size: 12px;
    font-family: verdana;
    color: #000000;
}

a{
    line-height:15px;
}

/*
a:visited {
    color: #682626;
}
*/
a:hover {
    
    color: #f00;
}



h1 {
    font-size: 20px;
    font-family: "Arial";
    line-height:20px;
    font-weight: bold;

}

h2 {
    font-size: 16px;
    font-family: "Arial";
    font-weight: 600;
    line-height:18px;
}


h3 {
    font-size: 14px;
    font-family: "Arial";
    font-weight: 600;
    margin-top: 30px;
    margin-bottom:13px;
}

h3#detailsNouvelles{
    border:0;
}

hr{
    border:solid #555;
    border-width:1px 0 0 0;
    height:0;
    line-height:0px;
    font-size:0;
    margin-top:4px;
    margin-bottom:2px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #f00;
}

.italic {
    font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: normal;
}

blockquote{
    margin-left:20px;
}


/**********************/
/*  classes pratiques */
/**********************/

.encadreAjuste{
    border:1px solid;
    padding:10px;
    display:inline;
}

.cadreInterieur{
    padding:0 10px;
}

.couleurPair{
    background: #e3e3e3;
}

.couleurImpair{
    background: #ffffff;
}

div#miseEnGarde{
    padding:10px;
    border:1px solid #d51616;
    color: #d51616;
}

div.miseEnGarde{
    padding:10px;
    border:1px solid #d51616;
    color: #d51616;
}
