/* Please note: styles that replace HTML tags [ex. <h1> <p> but not for ex. p.quote] will not appear in the Dreamweaver CSS window
because they are generic tags that have not been redefined as a class */


/* Body style */	

body
	{
	background-color: white;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-width: 0;
	margin-height: 0;
	background : url(images/blocmauve.jpg);

}
		
		
		
/* Header and Title styles */


/* Used for the main central header */
h1
	{
	font-size:23px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #751E6D;
}

/* Used for the mid-sized headers including the sidebar header on the right */
.menu
	{
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	border : solid;
	border-width : 0px 0px 1px 0px;
	text-decoration : none;
}
.menu:link
	{
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : none;
}
.menu:visited
	{
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : none;
}

.menu:active
	{
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration : none;
}

.menu:hover
	{
	font-size: 11px;
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: Black;
	text-decoration : none;
}




h2
	{
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
}

/* Used for small titles in the navigation, center and the sidebar */
h3
	{
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color:#000000;
	}	
	
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
	
	
h5
	{
	font-size:14px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	color: #000000;
}
		
	
/* Text styles */

/* Used for all text unless otherwise indicated */
p
	{font-family: Arial, Helvetica, Verdana, sans-serif; 
	font-style: normal; 
	font-size:12px; 
	color:#000000;
	}
	
/* Used for any text that is quoted [text is in italics] */	
p.quote
	{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: italic;
	font-size:12px;
	color:#666666;
	}	
	
/* Used for text that is in the sidebar */

.sidebartext {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}

/* List tags */

ul
	{
	 list-style-type: square; 
	 font-family: Arial, Helvetica, Verdana, sans-serif; 
	 font-size: 12px;
	 text-indent: 0pt
	 }
	 
u
	{
	text-decoration : none;
}
	 	 
	
	
/* The next three tags [called pseudo classes] set up generic values for links in the
Smartcards site documents */
A
	{
	color: #751E6D;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

A:link
	{
	color: #751E6D;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
A:active
	{
	color: #751E6D;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

A:hover
	{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9D3E94;
}
	
		
A:visited
	{
	color: #751E6D;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

/* List tags */
.forsmalllists {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; list-style-type: square;}

.text {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal}
td em {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration : none;
}


.linksidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5168AE;
	text-decoration: none
}
h6 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #666666; font-weight: normal}
.title {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 28px; line-height: normal; font-weight: 800; color: #666666}
.chart {  font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 10px; font-weight: normal; color: #000000}
.side_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #5168AE;
	text-decoration: underline;
}
.side_link_visited {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #999999; text-decoration: underline}
.footer {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #666666; text-decoration: underline}
.mouseprint {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003366}
.mouseprint a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003366; text-decoration: none}
.mouseprint a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003366; text-decoration: underline}
.mouseprint a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003366; text-decoration: none}
.mouseprint a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #003366; text-decoration: none}
.nav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.nav3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.nav3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border : thin none White;
	padding : 0px 0px 0px 0px;
}
.nav3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.titreblanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.titregras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #751E6D;
	text-decoration: none;
}
.nav3 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bouton {
	BORDER-RIGHT: #cfaecb 1px solid; BORDER-TOP: #7c2c75 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #cfaecb 1px solid; COLOR: white; BORDER-BOTTOM: #7c2c75 1px solid; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #b27eac
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: auto;
	color: White;
	background-color: #b27eac;
}