


	.ordre {
 /*width  :  300; */ /* Sinon MSIE fait mal les choses */
	 display  :  block;
	 color  :  #111;
	 text-align :  left; 
	font :  bold 1em sans-serif; 
  	padding :   3 4 3 3 ; 
	margin :  3;   
	/* border :  1px solid red; */
	text-decoration :  none;
	background-color  :  #82ebf4;
 }
	.ordre a{
 display  :  block;
	 color  :  #6902b8;
	 text-align :  left; 
	font :  bold 1em sans-serif; 
	/* border :  1px solid red; */
	text-decoration :  none;
 }

	.ordre a:hover{
  /*display  :  block; */
	 color  :  #6d9029;
	font :  bold 1em sans-serif; 
 	 /* padding :  0  ; 
	margin :  0 -5 0 -5 ; */
	/* padding :   0 0 0 6; 
	margin :  0 0 0 -6;  */
	/* border :  1px solid red; */
	text-decoration :  none;
	background-color  :  #9ef5f2;
 }
.brevesG {
	float  :  right;
	text-align :  left;
	padding  :  0 ;
	margin  :  0; 
	list-style  :  none;
	/*width  :  300px;*/
}

.conteneur { /* R3 */
		position : absolute;
		left  :  50%;
		 top :  00;
		width  :  550px;
		/* he-ight  :  50%; */
	/*	margin-top  :  -200px;*/
		margin-bottom  :  20;
		margin-top  :  0;
		margin-left  :  -275px;
 	   /*border :  3px dashed brown;  */
}

.conteneurS { /* S */
		position : absolute;
		left  :  50%;
		top  :  50%;
		width  :  600px;
		height  :  300px;
		margin-top  :  -150px;
		margin-bottom  :  20;
		margin-left  :  -300px;
 	 /*  border :  3px dashed brown;  */
}
.bas {
		position  :  absolute;
		bottom  :  0;
		left  :  50%;
		/* top  :  70%; */
		wi-dth  :  500px;
	/*	height  :  400px;*/
		margin-top  :  0px;
		margin-left  :  -250px;
		margin-bottom  :  0; 
		 /* border  :  1px solid #000; */
}
