html 			{
			height: 100%;
			}

body 			{
			height			: 	100%;
			font-family		: 	Arial;
			margin			:	0px;
			margin-top		: 	0px;
			margin-bottom		: 	0px
			background-color	: 	#F2F2F2;
			
			}
			
#content 		{
			background		: 	#transparente;
			border-left		: 	1px solid #000;
			border-right		: 	1px solid #000;
			padding			: 	0 0 0 0;
			margin			: 	auto;
			width			: 	100%;
			min-height		: 	100%;
			}

			/* =============Acceuil===================== */
#div_ban_top
			{
			height			:	150px;
			width			:	100%;
			margin-left		: 	auto;
			margin-right		: 	auto;
			margin-top		: 	0px;
			margin-bottom		: 	1px;
			text-align		: 	center;
			background-color	: 	#1B1BCA;
			Color			:	#FFFFFF;
			}
#div_acceuil
			{
			height			:	400px;
			width			:	735px;
			margin-left		: 	auto;
			margin-right		: 	auto;
			font-size		: 	20px;
			color			:	F4F4F4;
			text-align		: 	center;
			background-color	: 	#01A1F1; 
			background-image	: 	url("img/oroac.jpg");
			background-repeat	:	no-repeat;
			}	
#div_ban_bas
			{
			height			:	250px;
			width			:	100%;
			margin-left		: 	auto;
			margin-right		: 	auto;
			margin-top		: 	0px;
			margin-bottom		: 	1px;
			text-align		: 	center;
			background-color	: 	#F2F2F2; 
			}
#div_ban_bas1
			{
			height			:	120px;
			width			:	100%;
			margin-left		: 	auto;
			margin-right		: 	auto;
			font-size		: 	11px;
			text-align		: 	left;
			background-color	: 	transparente;
			}

			/* ================link================== */

a img 			{border			: 	none;} 
A:link 			{text-decoration	: 	none; color: #aaaaaa;}
A:visited 		{text-decoration	: 	none; color: #aaaaaa;}
A:active 		{text-decoration	: 	none; color: #aaaaaa;}
A:hover 		{text-decoration	: 	blink; color: red;}	




/* =============Menu===================== */
#div_menu_bar
			{
			height			:	40px;
			width			:	100%;
			margin-left		: 	auto;
			margin-right		: 	auto;
			text-align		: 	center;
			background-color	: 	red; 
			margin-bottom		: 	1px;
			}
#div_menu_bar1
			{
			height			:	25px;
			width			:	100%;
			margin-left		: 	auto;
			margin-right		: 	auto;
			color			:	#A4A4A4;
			text-align		: 	center;
			background-color	: 	red;
			margin-bottom		: 	1px; 
			}

#div_menu
			{
			height			:	40px;
			width			:	948px;
			margin-left		: 	auto;
			margin-right		: 	auto;
			text-align		: 	center;
			background-color	: 	red; 
			}

.div_button 		{ 
			height			:	40px;
			width			:	158px;
			float			: 	left;
			background-color	: 	transparente; 
			background-image	: 	url("../../aml/img/ana.html");
			background-repeat	:	repeat-x;
			font-weight		: 	bold;
			}

.titretop		{
			height			:	25px;
			width			:	950px;
			margin-left		: 	auto;
			margin-right		: 	auto;
			color			:	#A4A4A4;
			font-size		: 	20px;
			text-align		: 	center;
			background-color	: 	#DDDDDD;
