/* CSS pour site WEB SOFRADOM */
/* Auteur : Patrice MORREALE */
/* Date modif : 28/08/2008 */

A 
{
	text-decoration:none;
	font-family:Verdana;
	font-size:13;
	color: #e9000a;
}
		
A:focus
{
	text-decoration:none;
	font-family:Verdana;
	font-size:13;
	color: #FF0000;
}


A:visited
 {
	text-decoration:none;
	font-family:Verdana;
	font-size:13;
	color: #e9000a;
}

A:hover
{
	text-decoration:none; 
	font-family:Verdana;
	font-size:13;
	color: #FF4433;
}
A:link 
{
	text-decoration:none;
	font-family:Verdana;
	font-size:13;
	color: #e9000a;
}
A:active 
{
	text-decoration:none;
	font-family:Verdana;
	font-size:13;
	color: Teal;
}
	
	
/* pour les encadrés pub */
.pub {
	background-color: #F4F4F4;
	color: #60849E;
	border: 1px solid #A9A9A9;
	font-family:Verdana;
	font-size: 12;
	width : 180px;
	text-align: left;
}

/* pour les encadrés legende */
.legende {
	background-color: #f4f8F4;
	color: #60849E;
	border: 1px solid #A9A9A9;
	font-family:Verdana;
	font-size: 12;
	text-align: left;
}

/* pour les textes de la date*/
.textdt {
	font-family:Verdana;
	font-size: 11;
	color: #1E546E;
	text-align: left;

}

/* pour les textes de presentation des pages*/
.textfd {
	color: #5E94AE;
	border: 0px solid #A9A9A9;
	font-family:Verdana;
	font-size: 12;
	text-align: center;
}

/* pour les textes*/
.text {
	font-family:Verdana;
	font-size: 12;
	color: #3E748E;
	text-align: left;
	width: 450 px;
}

/* pour les entree de type <style> */

.select_long
 {
	background-color: #F4F4F4;
	color: #5E94AE;
	border: 1px solid #A9A9FF;
	font-family:Verdana;
	font-size: 12;
	cursor: hand;
	width: 400 px;
	text-align: left;
}

/* Couleurs de fond degradés - Utilisé pour l'ensemble des pages du site et pour la page d'accueil */

.degradebleugauche
{
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#49c4e9',EndColorStr='#CCE0FF');
}

.degradebleu
{
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#CCE0FF',EndColorStr='#29a4c9');
}


.degradebleuclair
{
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#ffffff',EndColorStr='#CCE0FF');
}


.degradebleutresclair
{
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#FFFFFF',EndColorStr='#E0E9FF');
}


.degraderouge
{
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#DD8cb0',EndColorStr='#FF1100');
}

