/* 
    Document   : styles
    Created on : 24 mars 2009, 16:18:58
    Author     : bbword
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.fldr{ float: right; }
.flga{ float: left; }
.droite{ text-align: right; }
.gauche{ text-align: left; }
.center{ text-align: center; }

.conteneur{
    position: fixed;
}
.separation{
    clear: both;
    visibility: hidden;
    margin: 0;
    padding:0;
}

/* *************************************************************************** */
/*                       L A   P A G E   D E   G A R D E                       */
/* *************************************************************************** */



/* *************************************************************************** */
/*                       L E S   P A G E S			                           */
/* *************************************************************************** */

/* *************************************************************************** */
/*                                   ZONE DE TITRE                             */
/* *************************************************************************** */

#montitre{
	margin-top:20px;
}

#references{
    padding: 10px;
    height: 30px;
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 1em;
    font-weight: bold;
}

#titre_references{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 1.5em;
    text-decoration: underline;
    font-style: oblique;
    font-weight: bolder;
    text-align: center;
}

/* *************************************************************************** */
/*                                   ZONE DE TEXTE                             */
/* *************************************************************************** */

#zoneTexte{
	padding:10px;
}

#monTexte{
	margin-top:10px;
	background-color:rgb(238,236,225);
	border-style: solid;
	border-width: 2px;
	color:black;
}

/* -------------------------------------------------------------------- */
/* DESCRIPTION DE LA BORDURE DU CADRE
/* -------------------------------------------------------------------- */

.bordure_m0{
	border-color: rgb(148,71,148);
}
.bordure_m1{
	border-color: rgb(0,69,134);
}

.bordure_m2{
	border-color: rgb(0,174,0);
}

.bordure_m3{
	border-color: rgb(197,0,11);
}

.bordure_m4{
	border-color: rgb(153,153,153);
}

/* *************************************************************************** */
/*                                   CORPS                                     */
/* *************************************************************************** */

.texte{
    font-family: Georgia,'Times New Roman',times,serif;
    font-style: italic;
    font-weight: bolder;
    font-size: 1.2em;
}
/* -------------------------------------------------------------------- */
/* DESCRIPTION D UNE ZONE D ASCENSEUR
/* -------------------------------------------------------------------- */
.ascenseur{
    overflow:auto;
}

/* -------------------------------------------------------------------- */
/* DESCRIPTION D UNE ZONE BOUTON
/* -------------------------------------------------------------------- */

.bandeauBouton{
	padding:0px;
	margin:0px;
}

.zoneBouton{
    width:100%;
    text-align: center;
	padding-top:5px;
}

.zoneBouton img{
    width:32px;
	padding:5px;
}

#btntxt{
    padding-top: 10px;
}

.zoneBouton span{
    font-family: Georgia,'Times New Roman',times,serif;
    font-weight: bold;
    font-size: 1.5em;
}

