/** CONTENEUR PRINCIPAL D'UN SERVICE **/

#contenu
{
margin:10px 0px 0px 10px;
}

/*********************************************************************/
/****************** BALISES STANDARD BODY, H1..H6 ********************/
/*********************************************************************/

body
{
background-color:#FFFFF5;
margin-left:0px;
margin-top:0px;
margin-right:0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
color:black;
}

h1 {
margin-top:0px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #FF6600;
width: 90%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ff6600;
}



/*********************************************************************/
/******************* TEXTES STRUCTURES BIEN PRECIS *******************/
/*********************************************************************/

.texte 
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: normal;
color: black; 
font-size:12px;
}

.texte-gras 
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
color: black; 
font-size:12px;
}


.texte-italique 
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 12px;
color: #006699;
font-style: italic;
font-weight: bold;
}

/*********************************************************************/
/***************************** TABLEAUX ******************************/
/*********************************************************************/

table     {font-size:12px;}
table td {background-color:#FFFFF5;}
td.center {text-align:center;}
tr.center {text-align:center;}

table.tableau
{
font-size:12px;
}

table.tableau th
{
font-weight: bold; 
color:black;
background-color:#FFCC00;
}

table.tableau th.sousentete
{
font-weight: normal; 
color:black;
background-color:#99CCFF;
}

table.tableau td
{
font-weight: normal; 
background-color:transparent;
color:black;
}

table.tableau td.impair
{
background-color:transparent;
}

table.tableau td.pair
{
background-color:#F8E498;
}

table.tableau td.bas
{
background-color:#99CCFF;
}

/*************** PAVES BLEUS (IDEM QUE DANS LES SERVICES) *******************/

.entete-pave 
{
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-weight: bold; 
color: white;
padding-left:15px;
padding-right:15px; 
background-color:#0099CC; 
font-size:15px;
}

.cadre-pave
{
border:#0099CC 2px solid;
padding-left:15px;
padding-right:15px;
}

.texte-caption 
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: normal;
color: #FFFFF5; 
font-size:12px;
}

