/*
 *  Accès rapide au contenu
 */
#accesRapide, #accesRapide A
{
    color : #fff
}
/* Position du logo */
.accueil
{
    position : absolute;
    top      : 50px;
    left     : 60px;
    width    : 247px;
    height   : 66px;
}

.icone		{position:absolute;}
.icone div	{background:#fff;float:left;width:120px;height:60px;border:1px solid #2B749B;padding:2px;margin:2px}
.icone small{display:block}

.imgDoc
{
    float        : left;
    margin-right : 1em
}

/* Réajuste la taille de cadre */
.initFloat
{
    display: block;
    clear  : both
}
/* format des listes par défaut */
.liste
{
    margin      : 1em;
    padding     : 0em;
}
.liste LI
{
	text-indent : 1.2em;
	background  : url("../puce_1.png") left 2px no-repeat;
}

/* Mots Clef */
#motCle
{
    margin     : 0;
    padding    : 1em;
    background : #fff none;
    border     : none;
}
#motCle LI
{
    margin      : 0.4em 0 0.1em 0;
    text-indent : 1.5em;
	background  : url("../puce.png") left center no-repeat;
    border      : none;
    list-style  : none;
}


/*
 *  Barre de navigation
 */
#navbarre
{
    position      : relative;
    padding       : .5em 0 .5em .2em;
    width         : auto;
    height        : 2em;
    font          : 1.2em/2em Verdana;
    border-bottom : 1px solid #f49a18;
    color         : gray;
}
#navbarre STRONG
{
    color : red
}
#navbarre A
{
    display : inline;
    color   : silver;
    float   : none;
}

/* Titre principal */
#cadreTitre
{
    border-width  : 0px;
    margin        : 0;
    padding       : 0.8em;
    font          : 1.6em/2em "Trebuchet MS","Bitstream Vera Sans";
    text-align    : center;
    letter-spacing: 0.1em;
	color         : #f49a18;
}

/* Contenu du corps du document */
#corps .surligner
{
    font-weight : bold;
}
#corps STRONG
{
    font-weight : normal;
}

#corps LI
{
    list-style : none;
}
#corps P
{
    clear      : both;
}
#corps A
{
    float       : none;
    display     : inline;
    width       : auto;
    color       : #000000;
    text-decoration : none;
}
#corps .imageDoc
{
    float        : left;
    margin-right : .5em;
    border       : 1px solid gray
}
/* Pied de page */
.piedTexte
{
    margin     : 0 40px 0 40px;
    background : #26324b url("../fondPied.png") center center repeat-x;
    font       : 100%/2em "Trebuchet MS","Bitstream Vera Sans";
    color      : #fff;
}
.piedTexte A
{
    color : #fff;
}
.piedTexte H1
{
    display : inline;
    font    : 1em/2em Tahoma;
}

#diver
{
}
#diver A
{
    float   : none;
    display : inline;
    color   : red
}

/* Block de citation */
BLOCKQUOTE p
{
    padding     : 0;
    margin      : 0;
    font-style  : italic;
    font-family : georgia;
    text-align  : justify;
	color       : #000;
}
BLOCKQUOTE:before {
	float      : left;
	display    : block;
    content    : open-quote '...';
	margin     : 0em -1.6em 0.3em;
	height     : 1px;
	font       : bold 200%/1em georgia;
	color      : #F78A2B;
	text-align : left;

}
BLOCKQUOTE:after {
	display    : block;
    content    : '... 'close-quote;
	margin     : -1em  -0.7em 1em;
	font       : bold 200%/1em georgia;
	text-align : right;
	color      : #f78a2b;
}
