/* Feuille de style du site 
 *
 * Auteur : Cedric Louard 
 *
 */


/* styles généraux de base */
body{         color: #6666FF; background-image: url(/img/fond1.gif)  ;
                font-size: 10pt; font-family: Arial, sans-serif;
                font-weight: normal; font-style: normal;
		margin-left: 0; 
		margin-right: 0;
		margin-top: 0;
     scrollbar-face-color: #000066;
     scrollbar-shadow-color: #000000;
     scrollbar-highlight-color: #CCCCFF;
     scrollbar-3dlight-color: #000000;
     scrollbar-darkshadow-color: #000000;
     scrollbar-track-color: #CCCCFF;
     scrollbar-arrow-color: #CCCCFF;
}

/* coloration des liens */
a:link            { color: #CCCCFF;  text-decoration :  none; font-size: 9pt;  }
a:visited         { color: #CCCCFF;  text-decoration :  none; font-size: 9pt; }
a:hover           { color: #000066; background-color: #CCCCFF; text-decoration :  none; font-size: 9pt;}

/* coloration des liens des menus*/
a.demar:link            { color: #000066; font-size: 11pt; text-decoration :  none;}
a.demar:visited         { color: #000066;  font-size: 11pt;  text-decoration :  none;}
a.demar:hover           { color: #CCCCFF; background-color: #000066; font-weight: bold;  text-decoration :  none;}




/*  paragraphe */

p              {       text-align: justify ;  color: #6666FF;
			font-size: 11pt; font-family: Arial, sans-serif; }


/* tableau */
table.link           { 		background-color: #000066;
				padding-left:		2pt;
				padding-right:		2pt; }


table.top	{
				padding-left:		1pt;
				padding-right:		1pt;}


/* formulaire */

.off { border-width: 1px; border-style: solid; border-color: #000000; background-image: url(/img/fond1.gif);}

.on { border-width: 1px; border-style: solid; border-color: #000000; background-color: #FFCCCC; }


.mybutton { border-width: 1px; border-style: solid; font-weight: bold; background-image: url(/img/fond1.gif);}


