﻿
/* BASIC TAGS */
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	width :1003px;
	margin:auto;
}
img {
	border-width: 0;
}


.zoneHeader {
	background-image: url(../images/Fond_Titre.jpg);
	background-repeat: no-repeat;
	
	height: 207px;
	width:1003px;
}
.zoneMenu 
{
    background-image: url(../images/Fond_Menu.gif);
	width:1003px;
	height:38px;
	 z-index :10000;
}

.zoneGauche
{   
    background-color:#6C2216;
    /*background-image: url(../images/Fond_Gauche.gif);*/
    background-repeat: no-repeat;
    vertical-align: top;
  	width:134px;
	height:485px;  
}
.zoneGaucheAutre
{
   /* background-image: url(../images/Fond_GaucheAutre.gif);*/
    background-repeat: no-repeat;
    vertical-align: top;
    width:134px;
    height:485px;  
    /* background-color:#6C2216; ajouter pour la lisibilite du treeview*/
}
.zoneMain
{

    vertical-align: top;
    width:870px;
	  
}
.zoneFooter
{
 margin-left:10px;
 margin-right:10px;
    
  }
.zoneFooterGauche {
	height:25px;
	vertical-align: bottom;
	background-color :#F44612; 
}
.zoneFooterGaucheRubrique {
	height:25px;
	vertical-align: bottom;
	background-color :#8C9615; 
}
.zoneFooterDroite {
	height:25px;
	vertical-align: middle;
	background-color :#8C9615; 
	color:White;
	font-weight:bold;
	padding-left : 20;

}
.LienAccueil
{
    background-color:#F44612;
    color:White;
    font-weight:bold;
    height:39px;
    font-size: 14px;
    margin-right:15px;
    padding-right:20px;
    padding-left:20px;
	border-right: #ffffff 1px solid;    
}


/*************************************************************/

DIV.MainContentGauche 
{   
  
    width:248px;
    height:261px;
    margin-left:11px;
    margin-right:11px;
    margin-top:19px;
    margin-bottom:12px;
    padding-left:7px;
    padding-right:8px;
    border-left: solid 1px black; 
    border-right: solid 1px black;
}

DIV.MainContentCentre 
{
    width:242px;
    height:261px;
    margin-left:10px;
    margin-right:11px;
    padding-left:8px;
    padding-right:8px;
    margin-top:19px;
    margin-bottom:12px;
    border-left: solid 1px black; 
    border-right: solid 1px black;
}

DIV.MainContentDroite
{ 
    width:247px;
    margin-left:10px;
   
    padding-left:8px;
    padding-right:8px;
    margin-top:19px;
    margin-bottom:16px;
    border-left: solid 1px black; 
    border-right: solid 1px black;
    background-color:#FDF0EC;
    float:right;
    

}
.DivContentMain
{
        float:left;
        width:580px;
        padding-left:10px;
        padding-left:8px;
        vertical-align:top;
        margin-top   :14px;

}
.DivContentMainSansCartouche
{
        float:left;
        width:870px; 
        padding-left:10px;
        padding-left:8px;
        vertical-align:top;
        margin-top   :14px;  
}
    
   
 
    
    
    DIV.MainContentDroiteRubrique
{ 
    width:207px;
    margin-left:10px;
    padding-left:8px;
    padding-right:8px;
    padding-top:19px;
    margin-bottom:16px;
    border-left: solid 1px black; 
    border-right: solid 1px black;

}
    
 .MainContentRubrique
 {
   

   
 }  
 
 .CartoucheDroite
 {   
   float:right;
   padding-left:10px;
   border-left:#6C2215 1px solid;
   padding-top:10px;


    }

.CadreVertCartouche
{  
    padding:10px;
    border:1px solid black;
    background-color :#E0E3C1 ; 
    }
    
    
    

.zoneContext {
	/*float:left;
	display:inline-block;
	height: 33px;
	width: 453px;
	background-image: url(../images/pixelVert.gif);
	background-repeat:repeat-x;
	background-position:left bottom;*/
}
.zoneMapPath 
{
	float:left;
	height: 32px;
	padding-left: 3px;
	width: 868px;
	vertical-align: middle;
	border-bottom: solid 1px #6C2215;
	
}
.zoneMapPath a
{
    color:black !important;
    }


.zoneImprimer {
	float:left;
	height: 33px;
	width: 95px;
	background-image: url(../images/ImprimerOff.gif);
	background-repeat:no-repeat;
	background-position:right;		
}

.zoneImprimer:hover {
	background-image: url(../images/ImprimerOn.gif);
}

.zoneEspacePrive {
	float:left;
	width: 180px;
	height: 33px;
}



.zoneFooter DIV {
	position:relative;
	
	height:42px ;	
	background-image: url(../images/Contenu_Fond_Gauche.gif);
}

/* Pied de page de la page d'accueil*/
/*
	.PiedDePage 
	{
		font-size: 10px;
		font-weight:bold;
		background-color:#FFFFFF;	
		line-height: 20px;
	}
	
	.PiedDePage a:link	,.PiedDePage a:visited,.PiedDePage a:active,.PiedDePage a:hover	
	{
		font-size: 10px;
		font-weight:bold;
		color:white;
		TEXT-DECORATION: none;

		}*/
	

.BasDePage
{
 		font-size: 12px;
 		font-family:Arial;
		line-height: 20px;   
    
}

	.BasDePage a:link	,.BasDePage a:visited,.BasDePage a:active,.BasDePage a:hover	
	{
		font-size: 12px;
		font-weight:bold;
		font-family:Arial;
		color:white;
		TEXT-DECORATION: none;

		}
		
		
.CadreVert
{
    margin-left:13px;
    padding:10px;
   border:1px solid black;
   background-color :#E0E3C1 ;
   width:527px
    
    }
