/*Liens*/

div.text_menu a {
	color: #2233ff;
}

div.liens_partenaires a {
	font-size: 10px;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #F9DF4F
}
a:active {
	text-decoration: none;
}

/*Liens vers index*/

a.liens-metier:link {
	color: #000000;
	text-decoration: none;
}
a.liens-metier:visited {
	text-decoration: none;
	color: #000000;
}
a.liens-metier:hover {
	text-decoration: none;
	color: #000000
}
a.liens-metier:active {
	text-decoration: none;
}

/*Polices*/

body { font-family:Arial, Helvetica, sans-serif, "Century Gothic"}

.typo1 { font-size:x-small; color: #FFFFFF}

.typo2 { font-size:x-small; color:#FFFF00}

.typo3 {color:#000000}

.typo4 {color:#3366ff}

.typo_contact {font-size: 14px; color: #000000}

.typo_form {font-size:small; color:#000099}

.Style2 {color: #3366ff; font-style: italic}

.typo_bleu { color:#0066CC; font-size:16px; font-weight:bold;}

.typo_rouge { color:#ff0000; font-size:20px; font-weight:bold;}

/*Styles des boutons*/

.bouton { color: black; font-weight: bold; 
          background: #FFFFFF; border: solid 2px #ffea33; 
          border-top-color: #fff8b7; border-left-color: #fff8b7; }
		  
.bouton:hover { color: black; background: #ffea33; }

.bouton:focus { background: #ffea33; border: solid 2px #ffffff; 
                border-top-color: #fff8b7; border-left-color: #fff8b7; }
