/*----------------- titres -----------------*/


.title 
{
 Color: #555588;
 Font-Family: Verdana, Lucida, Sans-Serif;
 Font-Size: 18px;
 Font-Weight: bold;
 Margin-Top: 18px;
}

.slogan
{
 Color: Black;
 Font-Family: Verdana, Lucida, Sans-Serif;
 Font-Size: 18px;
 Font-Weight: bold;
 Margin-Top: 18px;
}


/*----------------- textes -----------------*/


.text 
{
 Color: Black;
 Font-Family: Verdana, Lucida, Sans-Serif;
 Font-Size: 11px;
}

.subtitle
{
 Color: Black;
 Font-Family: Verdana, Lucida, Sans-Serif;
 Font-Size: 14px;
 Font-Weight: bold;
}

.copyright 
{
Color: Black;
 Font-Family: Arial, Verdana, Helvetica;
font-size: 9px;
text-align: center;
}

.wrongpw 
{
 Color: Red;
 Font-Family: Verdana, Lucida, Sans-Serif;
 Font-Size: 11px;
 Font-Weight: bold;
}

/*----------------- menus -----------------*/


.menu 
{
 Font-Family: Verdana, Lucida, Sans-Serif;
 Font-Size: 11px;
}

/*----------------- liens -----------------*/


A:ACTIVE
{
Color: #444477;
Text-Decoration: underline;
}

A:VISITED
{
	Color: #555588;
	Text-Decoration: underline;
}

A:LINK
{
	Color: #2A4E83;
	Text-Decoration: underline;
}

A:HOVER
{
	Color: #B31A34;
	Text-Decoration: underline;
}


/*----------------- listes -----------------*/

.list 
{
	Margin-Top: 1px;
	margin-left: 25px;
	margin-bottom: 3px;	
}


.button
{
	height:36; 
	font: bold 12px Verdana, Arial; 
	background-color:#CED7E1;
}


