/*
*Styles CSS - Synchrone infogérance
*/


 body
 {
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
	color: #333333;
}

/*
*Texte
*/

.rubrique
{  
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF
	}
.titre {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	color: #333333	}
	
.soustitre {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666; 
	font-weight: bold
	}
	
.texte {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #666666; 
	font-style: normal; 
	line-height: normal
	}
	
.textegras {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	color: #666666
	}
.soustitreorange {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #F26400	}
.soustitrevert {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #006600	}
.textecontact {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	color: #711183
	}
.texterformations {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bolder; 
	color: #74A5CD
	}
.specialite {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	color: #666666
	}
.txterror {
	color: #666666; 
	font-size: 9px; 
	font-family: Arial, Helvetica, sans-serif 
	}
.txtform {
	color: #333399; 
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif }

/*
*Liens
*/

a {
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;

}

a:hover {
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration:none;

}


a.lienformations {
  color: #6699CC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration:none;

}

a.lienformations:hover {
  	color: #666666;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 11px;
	font-weight: bold;
  	text-decoration:none;

}

a.lienmail {
  color: #996699;
  font-size: 12px;
  text-decoration:none;

}

a.lienmail:hover {
  	color: #666666;
  	font-size: 12px;
  	text-decoration:none;

}

a.lienweb {
  color: #333333;
  font-size: 12px;
  text-decoration:none;

}

a.lienweb:hover {
  	color: #000000;
  	font-size: 12px;
  	text-decoration:none;

}
a.liensuite {
  color: #333333;
  font-size: 10px;
  text-decoration:none;

}

a.liensuite:hover {
  	color: #000000;
  	font-size: 10px;
  	text-decoration:none;

}

/*
*Formulaire
*/

INPUT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
SELECT { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }
TEXTAREA { color: #000; font-size: 11px; font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: #EEEEEE }

