﻿body 
{
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
    font-weight: normal;
	color: #000099 ;  
}

/* Zone EN-TETE*/
.ZoneEnTete
{
	background-image: url(Images/img_EnTete.jpg);
	background-repeat: no-repeat;
    position: relative;
    width: 768px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
}

/* Zone BARRE DE NAVIGATION*/
.ZoneBarNav
{
	position: relative;
    top: 101px;
    right: 15px;
    text-align:right;
    color: #ffffff;
    font-size: 10px;
}
/* PAGE CENTRALE */
.ZonePageCentre
{
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    background-image: url(images/img_FondCentral.gif);
    background-repeat: repeat-y; /*repète l'image sur l'axe y*/
    position: relative;
    width: 712px;
    padding: 0px 24px;
}

/* ZONE MENU DE NAVIGATION A GAUCHE DE LA PAGE */
#ZoneMenuNavGauche
{
	float: left;
	width: 160px;
	height: 100%;
}

#ZoneMenuAccesMembre
{
    margin-left: 0em;
    margin-top: 0em;
}

.treeview
{
    
    margin-left :0em;
    margin-top:0em;
    margin-bottom:0em;
    line-height:2.1em;
    font-size :9px;
    font-family :Trebuchet MS;
    
}

/* ZONE DE CONTENU*/

#ZoneContenu 
{
	margin-left: 190px;
	margin-top: 10px;
	margin-bottom:10px;	
}

/* Zone PIED DE PAGE */
.ZonePiedDePage
{
    background-image:url(images/img_PiedDePage.jpg);
    margin-left: auto;
    margin-right: auto;
    margin-top:0.2em;
    width: 760px;
    text-align: center;
    font-size: 9px;
    vertical-align: bottom;
}


/* TITRE */
h1,h2,h3
{
    margin: 0;
	font-family: Arial;
	font-size: 11px;
}
h1
{
 	margin-top: 1.0em;
	margin-bottom: 1.12em;
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana ;
    color: #34B3D1 ;
}
h2
{
    font-weight: normal;
    color:#811788 ;
}
h3
{
    font-weight: bold;
    color:#FF7F00 ;
}

/* BARRE DE FRACTIONNEMENT */
hr {
	border: 0;
	border-top: 1px solid #811788;
	height: 1px;
}

/*LIENS HYPERTEXTE*/

a {
	text-decoration: none;
	color: #31659C;
	font-weight:bold;
}

a:visited {
	text-decoration: none;
	color: #31659C;
	font-weight:bold ;
}

a:hover {
	text-decoration: none;
	color: #31659C;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #31659C;
	font-weight:bold;
}
/* LISTE */

ul {
	list-style-type: none;
	list-style-image: url(images/ico_CarreMenu.gif);
	list-style-position: outside;
	line-height: 1.1em;
	vertical-align: middle;
	margin-left: 1.40em;
}

.liste {
	list-style-image: url(images/ico_CarreMenu.gif);
}

/*WEB PART*/
.WebPartZoneEntete
{
    background-color:#DBEAFD;
    }
.WebPartBarreDeTitre
{
    background-image:url(images/img_WebPart.jpg);
    background-repeat:repeat-x;
    background-position:0;
    font-weight:bold;
    }
.WebPartZoneBarreDeTitre
{
    color:#003063;
    font-weight:bold;
    }
.WebPartStyle
    {
        border:#34B3D1 2px solid;
    }

/*GRID VIEW*/
.GridView
{
    margin-top: 1em;
    width:300px;
    border-right: #34B3D1 1px solid;
    border-top: #34B3D1 1px solid;
    border-left: #34B3D1 1px solid;
    border-bottom: #34B3D1 1px solid;
}
/*DETAILS VIEW*/
.ChampEnteteDetailView
{
    color:#34B3D1;
    font-weight:bold;
    vertical-align:text-top;
    text-align:right;
    width:80px;
    }