body
{
background: rgb(102, 204, 102);
color: rgb(0, 0, 0);
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:10pt;
}

.bandeau_vertical
{
width:900px;
margin-left:auto;
margin-right:auto;
}

.bloc_principal
{
margin-top: 25px;
margin-bottom: 25px;
} 

/**************************************/
/* DESCRIPTION POUR LA PARTIE DU HAUT */
/**************************************/

.en_haut
{
border:#6d3703 2px solid;
}

.entete
{
background-color: rgb(153, 0, 0);
color: rgb(199, 177, 152);
font-size: 14pt;
font-weight: bold;
text-align: center;
height: 40px;
padding-top: 14px;
}

.ici_photo
{
background-color: rgb(255, 255, 255);
background-image: url(../images/accueil_pont_neuf.jpg);
background-repeat: no-repeat;
background-position: top left;
height:220px;
}

.ici_logo
{
background-image: url(../images/viking3.jpg);
background-repeat: no-repeat;
background-position: top right;
margin-top: -220px;
margin-right: 25px;
height: 220px;
}

/************************************/
/* DESCRIPTION POUR DU MENU EN HAUT */
/************************************/

.menu_haut
{
background: rgb(204, 204, 204);
border: #6d3703 2px solid;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 2px;
padding-bottom: 1px;
text-align: center;
}

/***************************************/
/* DESCRIPTION POUR LA PARTIE CENTRALE */
/***************************************/

.corps
{
position:relative;
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
border:#6d3703 2px solid;
padding: 0px;
margin-top: 15px;
margin-bottom: 15px;
}

p
{
text-indent: 20px;
}

p:first-letter
{
font-weight: bold;
font-size: 1.2em;
font-style: italic;
color: blue;
}

.ams
{
font-weight: bold;
font-style: italic;
}

.patiente
{
font-style: italic;
height: 100px;
padding-top: 40px;
text-align: center;
}
.plan
{
margin: 20px;
text-align: left;
}
.plan label
{
color: blue;
}
.texte_normal
{
margin: 20px;
text-align: justify;
}
.texte_normal label
{
color: blue;
}
.texte_normal table
{
border: 0px;
font-size: 9pt;
}

.corps_d
{
background-color: rgb(204, 204, 204);
font-size: 10pt;
padding: 10px;
text-align: justify;
width: 225px;
}

.corps_d_titre
{
font-weight: bold;
font-size: 1.3em;
font-style: italic;
color: red;
padding: 5px;
text-align: center;
}

.corps_d_rubrique
{
font-weight: bold;
font-size: 1.1em;
font-style: italic;
color: blue;
}

.corps_g
{
width: 600px;
font-size: 10pt;
padding: 20px;
text-align: justify;
}
.corps_g_titre
{
font-weight: bold;
font-size: 1.4em;
font-style: italic;
color: blue;
padding: 5px;
text-align: center;
}


/*************************************/
/* DESCRIPTION POUR LA PARTIE DU BAS */
/*************************************/

.en_bas
{
border:#6d3703 2px solid;
margin-bottom: 15px;
}

.menu_bas
{
background:#cccccc;
padding-top: 5px;
padding-bottom: 5px;
text-align:center;
}

.pied
{
background-color: rgb(153, 0, 0);
color: rgb(199, 177, 152);
font-size: 10pt;
text-align: center;
}


