/* ========================== LIENS ================================= */
a:link {	color : #CC3300;	text-decoration : none;}
a:visited {	color : #CC3300;	text-decoration : none;}
a:hover {	color : #CC3300;	text-decoration : underline;}
a:active {	color : #CC3300;	text-decoration: underline;}

/* ========================== POLICES ================================= */
hr  {	color: #CC3300;	font-style: bold;}
h1  {	color: #000000;	font-style: bold;	font-weight: 500;	font-size: 60pt;	font-family: verdana, arial;}
h2  {	color: #000000;	font-style: bold;	font-weight: 500;	font-size: 15pt;	font-family: verdana, arial;}
h3  {	color: #000000;	font-style:bold ;	font-weight: 500;	font-size: 12pt;	font-family: verdana, arial;}
h4  {	color: #000000;	font-style: bold;	font-weight: 300;	font-size: 11pt;	font-family: verdana, arial;}
h5  {	color: #000000;	font-style:bold ;	font-weight: 300;	font-size: 10pt;	font-family: verdana, arial;}
h6  {	color: #000000;	font-style: bold;	font-weight: 200;	font-size: 9pt;	font-family: verdana, arial;}
p, td  {	color: #000000;	font-style: bold;	font-weight: 100;	font-size: 8pt;	font-family: verdana, arial;}

p.agenda  {	
  background-color:#ffcc99 ; 
  padding:2px; /* dÚfini la marge intÚrieur des boutons Ó 2px */	
	color: #CC3300;	
  font-style: bold;	
  font-weight: 150;	
  font-size: 12pt;	
  font-family: verdana, arial;}

/* ========================== BOITES FLOTTANTES ================================= */
body  {	background-color:#ffffff; background:url(../infrastructure/images_interface/fond.gif) no-repeat top left;}
#global {	width:800px;	position:relative;	top:0; 	z-index: 1;}
#menu {	width:200px; position:relative;	left:0;	top:0;	z-index: 1;}
#colonne_gauche {	width:200px; position:absolute;	left:0;	top:0;	padding:10	z-index: 1;}
#colonne_droite {	width:180px;	position:absolute; left:620;	top:100; 	z-index: 1;}
#pied {	width:500px;	position:relative;	bottom: 0;	left:150;	z-index: 1;}
#haut_page {	width:400px;	position:absolute;	left:200;	top:0;		padding:10;	z-index: 1;}
#corp {	width:400px; border:1px solid #CC3300;	position:absolute;	left:200;	top:100; 	padding:10;	z-index: 1;}
#menu_dossier {	width:100px;	position:absolute;	left:0;top:50;Padding:10;	z-index: 1;}
#corp_dossier {	width:300px;	position:absolute;left:110;top:50;padding:10;	z-index: 1;}
#formulaire{background-color: #cccccc;	position:absolute;	left:0;	top:0;	padding:15;	border:1px solid #cc6600;	-moz-border-radius:12px;	z-index: 3;}

/* liste_deroulante_ville APPELER PAR :admin/formulaire_adresse_contact.php*/
#liste_deroulante_ville {	width:150px;	height:400px;		top:150px;	position:absolute;	left:0;	overflow-y: auto;		padding:10;	border:1px solid #cc6600;	z-index: 1;}

/* liste_deroulante_voie APPELER PAR :admin/formulaire_adresse_contact.php*/
#liste_deroulante_voie {	width:150px;	height:400px;			top:150px;	position:absolute;	left:180;	overflow-y: auto;		padding:10;	border:1px solid #cc6600;	z-index: 1;}

/* liste_deroulante_adresse APPELER PAR :admin/formulaire_adresse_contact.php*/
#liste_deroulante_adresse {	width:150px;	height:400px;			top:150px;	position:absolute;	left:360;	overflow-y: auto;		padding:10;	border:1px solid #cc6600;	z-index: 1;}

#close{	background-color: #ffffcc;	position:absolute;	right:10;	top:10;	z-index: 3;}
