

/************************************************************/
/*							    */
/*		     FEUILLE DE STYLE    	    	    */
/*		       ALCYONISDSL			    */
/*							    */
/*		      V1.0 - 22/04/2002	    		    */
/*							    */
/************************************************************/


/************************************************************/
/*							    */
/*		LIENS ET COULEURS DES RUBRIQUES		    */
/*							    */
/************************************************************/


a:visited 	{
		color:#0059FF; 
		text-decoration: none
}
a:active 	{ 
		color:#9ED2F5; 
		text-decoration: none
}
a:hover 	{ 
		color:#9ED2F5; 
		text-decoration: none
}
a:link 		{ 
		color:#0059FF; 
		text-decoration: none
}


a.nav:visited 	{
		color:#FFFFFF; 
		text-decoration: none
}
a.nav:active 	{ 
		color:#9ED2F5; 
		text-decoration: none
}
a.nav:hover 	{ 
		color:#9ED2F5; 
		text-decoration: none
}
a.nav:link 	{ 
		color:#FFFFFF; 
		text-decoration: none
}


a.copyright:visited {
		color:#333333; 
		text-decoration: none
}
a.copyright:active { 
		color:#999999; 
		text-decoration: underline
}
a.copyright:hover 	{ 
		color:#999999; 
		text-decoration: underline
}
a.copyright:link 	{ 
		color:#333333; 
		text-decoration: none
}


/************************************************************/
/*							    */
/*		      POLICE DE CARACTÈRES		    */
/*							    */
/************************************************************/

body		{
		font-family: Trebuchet MS, Arial, Verdana, Times New Roman, Times, serif
}

.texte_petit 		{ 
		font-size: 10px; 
		color: #000000;
}

.texte_petit2 		{ 
		font-size: 10px; 
		color: #FFFFFF;
}

.texte 		{ 
		font-size: 11px; 
		color: #000000;
		line-height: 12px;
}

.titre-gros 	{ 
		font-size: 14px; 
		font-weight: bold;
		color: #2196E7;
}

.titre 		{ 
		font-size: 12px; 
		font-weight: bold;
		color: #6C9FFF;
}

.sous-titre 	{ 
		font-size: 12px; 
		font-weight: bold;
		color: #649AFF;
}

.sous-titre2 	{ 
		font-size: 11px; 
		font-weight: bold;
		color: #649AFF;
}

.copyright 	{ 
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 10px; 
		color: #999999;
}


/************************************************************/
/*							    */
/*		      ELÉMENTS FORMULAIRES		    */
/*							    */
/************************************************************/


.input 		{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		border-top: #CCCCCC 1px solid;
		border-left: #CCCCCC 1px solid;
		border-right: #CCCCCC 1px solid;
		border-bottom: #CCCCCC 1px solid;
		background-color: #FFFFFF
}

.select 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		border-top: #CCCCCC 1px solid;
		border-left: #CCCCCC 1px solid;
		border-right: #CCCCCC 1px solid;
		border-bottom: #CCCCCC 1px solid;
		background-color: #0059FF
}

.textarea 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
		border-top: #CCCCCC 1px solid;
		border-left: #CCCCCC 1px solid;
		border-right: #CCCCCC 1px solid;
		border-bottom: #CCCCCC 1px solid;
		background-color: #FFFFFF
}