/* css */

#global {
    width: 1000px;
    margin: 0 auto;
}
/* Page */
html {
    font-size: 100%;  /* normalement inutile : mais contre bug dans I.E.*/
}
body {
    background-image:url('img/logoFondLesco.png') ;
    background-repeat: repeat;
    background-attachment:fixed;
    margin: 0;
    padding: 10px 20px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: .8em;
    line-height: 1.25;
    color : black;
}
/* --------------------  zones texte ------------------------------------*/

#entete img{
    marge-bottom:15px;
}

/* Bloc central */

#centre {
    width: 100%;
    overflow: hidden;
}

#menuhorix {
    width : 1000px;
    height: 15px;
    text-align:right;
    background-color: #b9f4f2;
    font-size: 10px;
    color: #000066
}

#infox {
    width: 1000px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px black;
    /* height: 1600px; */
    background-color: #9dcaf4;
    color: #000066
}


/* Contenu principal  */
#principal {
    float: left;
    width: 460px;
    padding: 10px 20px;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#principal2 {
    float: left;
    width: 460px;
    padding: 10px 20px;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


#principal p, #principal li {
    line-height: 1.5;
}


#principal.first-child {
    margin-top: 10px;
}

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

#principal h1.titre0 {
    display: inline;
    padding:  2px 10px 2px 5px;
    margin-left: 10px;
    border-left: 5px solid #458eff;
    border-bottom:  2px dotted #458eff;
    font-variant: small-caps;
    background: #ffffff none;
    color: #006699;
    letter-spacing: 0.3em;
}
#principal h2.titre1{
    display: inline;
    padding:  2px 10px 2px 5px;
    margin-left: 10px;
    border-left: 5px solid #458eff;
    border-bottom:  2px dotted #458eff;
    font-variant: small-caps;
    background: #ffffff none;
    color: #006699;
}
#principal h3.titre2 {
    display: inline;
    padding:  2px 10px 2px 5px;
    margin-left: 10px;
    border-left: 5px solid #458eff;
    border-bottom:  2px dotted #458eff;
    /*font-variant: small-caps;*/
    background: #ffffff none;
    color: #006699;
}
#principal h4.titre3 {
    display: inline;
    padding:  2px 10px 2px 5px;
    margin-left: 10px;
    border-left: 5px solid #458eff;
    border-bottom:  2px dotted #458eff;
    /*font-variant: small-caps;*/
    background: #ffffff none;
    color: #006699;
}

#principal h5.titre4 {
    display: inline;
    padding:  15px 10px 2px 5px;
    margin-left: 10px;
    border-left: 5px solid #458eff;
    border-bottom:  2px dotted #458eff;
    /*font-variant: small-caps;*/
    background: #ffffff none;
    color: #006699;
}

audio {
    width: 300px; display: block; margin: 20px;
}

video {
    width: 320px;
    height: 240px;
}
/* ----- Ligne de séparation horizontale ----- */
hr{
    border:  none;
    background-color: #006699;
    height: 1px;
    width: 70%;
    text-align: center;
}
#principal p.image {
    float: left;margin: 0 6px 6px 0;
    border:  none;
}
#principal .zone_exo{
    line-height: 5px;
}

div.tableCenter {
    border: none;
    text-align: center;
}
/* Affichage du copyright */

#solution {
    margin-left: 520px;
    margin-right: 1px;
    padding: 0 10px 10px 10px;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: .85em;
}

#dicoGram {
    margin-left: 520px;
    margin-right: 1px;
    padding: 0 10px 10px 10px;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: .85em;
}
#valence {
    margin-left: 520px;
    margin-right: 1px;
    padding: 0 10px 10px 10px;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-size: .85em;
}

/*               */

div.regle {
    color: #000000;
}

div.attention {
    color: #000000;
}


/* ************************ exemple ********************** */
.exp{
    padding-left: 50px;
    color: #0c3f66;
    font-style: italic;
    font-weight: bold;
}

.exemple {
    width: 420px;
    padding: 0 10px 10px 10px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #cccccc;
    font-style: italic;
    font-color:#1D6893;
}
.important {
    width: 440px;
    padding: 0 10px 10px 10px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fa7e7a;
}

.regle {
    width: 440px;
    padding: 0 10px 10px 10px;
    border: 4px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #e0bbac;
}
.analysons {
    width: 400px;
    padding: 0 10px 10px 10px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #e0fae6;
}
.attention {
    width: 400px;
    padding: 0 10px 10px 10px;
    border: 4px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #b5dcf0;
}

.histoire {
    width: 400px;
    padding: 0 10px 10px 10px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fdffd8;
}

.information {
    width: 400px;
    padding: 0 10px 10px 10px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #f8ffbe;
}

.reflechissons {
    width: 400px;
    padding: 0 10px 10px 10px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #b7fafa;
}
.notons {
    width: 400px;
    padding: 0 10px 10px 10px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #86ebaa;
}

/* Contenu voirAussi */
#voirAussi {
    margin-left: 400px;
    margin-right: 1px;
    padding: 0 10px 10px 10px;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* Contenu voirAussi */
#exercices {
    margin-left: 400px;
    margin-right: 1px;
    padding: 0 10px 10px 10px;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

/* Contenu voirAussi */

#feuilleter {
    margin-left: 520px;
    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;
}

#info {
    margin-left: 400px;
    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;
}

/* Affichage du copyright */
#copyright {
    width:1000px;
    height: 30px;
    padding-top: 9px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
    background: #eeeeee;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #1D6893;
}


#feuilleter h1, #voirAussi h1, #info h1 , #exercices h1, #solution h1, #dicoGram h1, #principal h1, #principal2 h1 {
    color: #FFFFFF;
    background-color:#1D6893;
    font-size: 1em;
    text-transform:uppercase;
    text-align: center;
}

/* base.css */
/* Style de base pour le texte et les principaux éléments*/
em {

    font-weight: bold;
    color: #1D6893;;
}

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

}

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


/* Listes */
ul, ol {
    margin: .75em   0 .75em 24px;
    padding: 0;
}
ul {
    list-style: square;
}
li { margin: 0;
    padding: 0;
}


/* Paragraphes */
p{
    margin: .75em 0;
}
li p, blockquote p {
    margin: .5em 0;
}
/* Citations */
blockquote, q {
    font-size: 1.1em;
    font-style: italic;
    font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}

blockquote {
    margin: .75em 0 .75em 24px;
}

cite {
    font-style: italic;
}

/* Liens */
a {
    color: #0000cc;
    text-decoration: underline;
}

a:hover, a:focus {
    color: #cc0033;
}
/* --- STYLES POUR IMAGES et PHOTOS --- */
a img {
    border: none; /* Pour éviter les bordures d'office disgracieuses*/
}
.photo {
    background-color:#fafbfc;
    border:1px solid #b0b0b0;
    margin: 0 0 10px 10px;
    padding: 5px;
}
.photoadroite {
    border:  5px solid #b0b0b0;
    margin:  5px 6px 15px 6px;
}

.photoagauche {
    border: 5px solid #b0b0b0;
    float : left;
    margin: 5px 15px 6px 15px;
}
/* ---- photo à gauche, encadrée par texte à droite----*/
.imageflottante{
    float: left;
    margin: 10px 10px 10px 10px;
}
.imageflottanteDte{
    float: right;
    margin: 10px 10px 10px 10px;
}
.dessous
{
    clear: both;
}
div#photoflot p{
    margin: 0;
    padding: 0;
    text-align: justify;
}
div#photoflot img{
    float:left;
    background-color:#fafbfc;
    border: 1px solid #b0b0b0;
    margin: 10px 10px 10px 10px;
    padding: 5px;
}
/* ---- photo à droite, encadrée par texte à gauche----*/
div#centrer{
    text-align: center;
}
.center{

}

.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;}

.clear {
    clear: both;
}
.diaporama{
    position:relative;
    width:512px;
    height:288px
}

.diaporama li{
    list-style-type:none;
    overflow:hidden;
    position:absolute
}

.diaporama_controls{
    width:512px;
    margin:3px 0;
    padding:5px;
    clear:both;
    overflow:hidden;
}

.diaporama_controls .btns{
    float:left;
}

.diaporama_controls a{
    font-weight:normal;
    width:10px;
    height:13px;
    text-indent:-9999px;
    display:inline-block;
    margin:0 3px;
}

.diaporama_controls .prev{
    background:url(img/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
    background:url(img/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
    background:url(img/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
    background:url(img/fleches_diapo.png) no-repeat bottom left;
}