@charset "utf-8";
/* CSS Document */
html, body {
	background-color: #e1e8f2;
	background-image: url(ecard-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;	

}

body {
	color:#FFFFFF;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 5px 0;
	text-align:center;
}

/*_________________________________________________________________  wrapper  */
div#wrapper {
	margin: 0px auto;
	width: 800px;
	margin-bottom: 20px;
	background-color:#FFFFFF;
	padding: 0px;
	
}
div#wrapper2 {
	margin: 0 auto;
	width: 700px;
	margin-bottom: 20px; 
	background-color:#FFFFFF;
	padding: 0px;
	
}

a {
	font-weight: normal;
	color: #006699;
	text-decoration: none;
	
}

a:hover {
	color: #00CCFF;
	text-decoration: none
}



#header {
	
	background: #ffffff url(ecard-bkg.jpg) 50% 0 repeat;
	padding-top: 18px;

}

#headertip{
	height: 50px;
	background-color: #A9DFFB;
	padding-top: 18px;
}
#header h1 {
  display: inline;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-style: italic;
}

#pflow {
  
  color: #ffffff;
  background: #ffffff;
 
}
#pflowtip {
  
  color: #000000;
  background-color: #ffffff;
  background: #ffffff url(bckgrnd_PF2.png); 
  background-repeat:no-repeat;
  padding:20px;
  
 
} 

#tips{
margin:0px 0px 10px 0px; 
 
font-size:11px; 
line-height:12px; 
color:#333; 
background: #ffffff;

	
/*** LISTS ***/
ul padding:0; margin:0px; font-size:11px; line-height:18px;

li list-style: color:00CCFF;padding:0;   color:#333; 
text-align:left;
padding:0px 30px 20px 30px;
list-style-image: url(../images/bluedot.gif);
}

#confirm {

	margin-right:auto;
	margin-left:auto;
color: #000;
background: #ffffff;}

#footer {
	padding:10px;
}

#logo {
	padding-top:0px;
	
}

ul#menu_icon
{
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 90px;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	padding: 20px;
	list-style-type: none;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu_icon li
{
	margin: 0;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu_icon li a
{
	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 90px;
	height: 90px;
	color: #000;
	text-decoration: none;
	background: url(osabtn90.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
}

ul#menu_icon li a:hover
{
	background: url(osabtn90.png) no-repeat 0 -90px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
}

/*_________________________________________________________________  headers  */
h1, h2, h3 {
  margin-bottom: 0px;
  font-weight: bold;
}
h1 {
  font-size: 24px;
  line-height: 36px;
}

h1 a {
	font-weight:bold;
	color:#EC22BB;
}

h1 a:hover {
	color:#F82ED2;
}


h2 {
	font-family: Arial;
	font-style: normal;
	font-size: 18px;
	margin-bottom: 5px;
}
h3 {
	font-family: Georgia, serif;
	font-style: normal;
	font-size: 1.2em;
	line-height: 18px;
	color: #006699;
}


#wrapper #tips div.caption {
	font-size: 9px;
}
#wrapper #pflowtip a.listview {
	line-height:18px;
}
#homelink 
{
	color:black;
	height:0px;
	left:0px;
	padding:0;
	position: relative;
	top:45px;
	width:400px;
	float: right;
	text-align:right;
}
#homelink a
{
	text-decoration: underline;
	margin: 0 0 0 15px;
}
