/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
/* Page */ 
html { 
  font-size: 100%; /* evite un bug d'IE 6-7. */ 
} 
  body { 
    background-color: rgb(50, 50, 50);
	background-image: url(images/fondadzel.jpg);
    background-repeat: no-repeat;
    background-position:center top;
	background-attachment:fixed;
	text-align: center;
	padding: 0;
	margin: auto; 
    }
/*------------ description des cadres ----------------*/
#global {   /* le cadre global pour tout centrer */
	position: relative;
	text-align: left;
	width:1200px;
	min-height: 100%;
    font-family: Arial; 
	font-size:12pt;
	margin: 0 auto; 
	z-index:1;
 }
 #cadrepluslarge {  /* le cadre sur toute la largeur onglets*/
	width:1200px;
	text-align:left;
    margin-left: auto;
    margin-right: auto;
	border:0px;
	padding: 0.5em;
	clear: both;
	z-index:2;
	}
	#cadregauche {    /* le cadre a gauche ordre : top - right - bottom - left */
	margin:1em 1em 0 0;
	float:left;
	width:600px;
	padding:0;
	text-align:justify;
	clear:left;
	z-index:2;
}
#cadredroit {    /* le cadre à droite */
	margin:1em 0 0 1em;
    float:right;
    width:500px;	
    padding: 0 ;
	text-align:justify;
	clear:right;
	z-index:2;
	}
.moyen { font-size: 13pt;  /* textes pages générales*/
    font-family: Arial;
	font-style: italic;	
	text-align: justify;
    font-weight: normal;
    color: rgb(255, 255, 255);
    }	  
.blancgrand { font-size: 23pt;  /* tableau page accueil*/
    font-family: Arial;
	font-style: italic;
	text-align:center;
    font-weight: normal;
    color: rgb(255, 255, 255);
    }	
.noirliens { font-size: 13pt;  /* tableau*/
    font-family: Arial;
	font-style: italic;	
	text-align:center;
    font-weight: normal;
    color: rgb(255, 255, 255);
    }	
a {	color: rgb(255, 255, 255);
    text-decoration: underline;
    font-weight: normal;

    }
a:hover {  color: rgb(255, 255, 255);
    text-decoration: underline;
    font-weight: bold;

}	
a:active{
 text-decoration: underline;
    font-weight: bold;
}	
a:visited {  
    text-decoration: underline;
    font-weight: bold;

}	
