body {
    font-family: verdana, arial, helvetica, sans-serif;
    background: #a6c7cc;
    background-image:url('img/logoFond.png') ;
    background-repeat: repeat;
}
#main {
    margin:0 auto;
    width: 650px;
    color: #cbdcf4;
    background-color: #9dcaf4;
    padding:0 0 25px 0;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
/* Page */
html {
    font-size: 100%;  /* normalement inutile : mais contre bug dans I.E.*/
}

#entete img{
    marge-bottom:15px;
}
.menuhorix {
    width : 600px;
    height: 20px;
    text-align: right;
    /*background-color: #ffffff;*/
    background-color: #cbdcf4;
    font-size: 10px;
    color: #000066
}

#texte  {
    position: relative; /* on positionne le conteneur */
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height:500px;
    text-align: left;
    color: #0c3f66;
    font-size: 12px;
    border: 5px solid #0c3f66;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ffe1d2;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    margin-left: 10px;
}

#texte h1 {
    color: #FFFFFF;
    background-color:#1D6893;
    font-size: 1em;
    text-transform:uppercase;
    text-align: center;
}


.info {
    margin-left: 720px;
    margin-right: 1px;
    padding: 0 10px 10px 10px;
    text-align:center;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: .85em;
}
.exemple {
    width: 500px;
    padding: 0 10px 10px 10px;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #cccccc;
    font-style: italic;
}


.rightimg {float:right;
    background-color: #E9E9E9;
    margin: 10px 10px 10px 10px;
}
.leftimg {float:left;
    background-color: #E9E9E9;
    margin: 10px 10px 10px 10px;}

.centreimg {
    background-color: #E9E9E9;
    margin: 10px 10px 10px 10px;}


hr {
    border:  none;
    background-color: #006699;
    height: 5px;
    width: 100%;
    text-align: center;
}

em {
    font-style: italic;
    font-weight: bold;
    color: #1D6893;
}

b {
    font-style: italic;
    font-weight: bold;
    color: #d75e28;
}

strong {
    font-weight: bold;
    color: #d1191d;
}
