/* Page index */
DIV#page{
 position				:	absolute;
  top						:	0%;
  left						:	0%;
  width					:	100%;
  height					:	180%;
	}	
	 

DIV#gauche{
 position				:	absolute;
 top						:	0%;
 left						:	0%;
 width					:	25%;
 height					:	100%;
 background-color	:	#bbb;
 text-align				:	center;
	}
	
DIV#leyland {
 position				:	relative;	
 width					:	70%;
 background-color	: 	#eee; 
 margin-left			:	15%;
 margin-right			:	15%;
 margin-top			:	100px;
 border-width		:	1px;
 border-style			:	solid; 
 border-color			:	#000; 
 font-size				: 	18px;
 font-weight			:	900;
 color					: 	#f22; 
 text-align				:	center;
 }
 IMG#imgAlert {
 border					:	none;
  }

A#ley {
 text-decoration		: 	none;
 background			:	transparent;	
 color					: 	#f22;
 border-style			:	none; 
 }

A#ley:visited {
 text-decoration		: 	none;
 background			: 	transparent;	
 color					: 	#f22; 
 border-style			:	none; 
 }

A#ley:hover {
 text-decoration		: 	none;
 background			: 	transparent;	
 color					: 	#f22; 
 border-style			:	none; 
 }

DIV#centre{
 position				:	absolute;
 top						:	0%;
 left						:	25%;
 width					:	65%;
 height					:	100%;
 background-color	:	#eee;
	}
DIV#exergue{
 color					:	#000080;
 font-size				:	18px;
 font-weight			:	700;
 text-align				:	center;
 background-color	: 	#eee; 
 border-width		:	1px;
 border-style			:	solid; 
	}
SPAN.titre {
font-size				:	30px;
	
	}
DIV#corps {
 border-width		:	1px;
 border-left-style	:	solid; 
 border-right-style	:	solid; 
 padding-left			:	2px;
 padding-right		:	2px;
	}	

DIV.para {
 color					:	#000080;
 font-size				:	18px;
 font-weight			:	500;
 padding-top			:	10px;
 padding-bottom	:	10px;
 padding-left			:	10px;
 padding-right		:	10px;
  text-align			:	justify;
 }

IMG.imgRight {
 float						:	right;
 margin-left			:	15px;
 }
IMG.imgLeft {
 float						:	left;
 margin-right			:	15px;
 }
SPAN.bold {
 font-size				:	20px;
 }

DIV#carteVisite{
 color					:	#000080;
 font-size				:	18px;
 font-weight			:	500;
 padding-top			:	15px; 
 padding-bottom	:	15px; 
 text-align				:	center;
 background-color	: 	#eee; 
 border-width		:	1px;
 border-style			:	solid; 
	}
DIV#cartouche {
 position				:	absolute;
 top						:	180%;
 left						:	0%;
 width					:	100%;
 font-size				:	10px;
 padding-top			:	10px; 
 padding-bottom	:	10px; 
 background-color	: 	#bbb; 
 text-align				:	center;
 }
IMG#at {
 border					:	none;
 vertical-align		:	middle;
 }
DIV#droit {
 position				:	absolute;
 top						:	0%;
 left						:	90%;
 width					:	10%;
 height					:	100%;
 background-color	:	#bbb;
	}
