body 	{ 
	font-family : verdana, arial, sans-serif;
	font-size: 12px;
		color : #003366;
	background-color: white;
}

table, tr, td, input 	{ 
	font-family : verdana, arial, sans-serif;
	font-size: 12px;
		color : #003366;
}

.title { font-size: 16px;  font-weight: bold;  }

.subtitle { font-size: 14px;  font-weight: bold;  }

.horizontalLine {
	background-color: red;
}

.bold 	{ 
	font-weight: bold;
	font-family : verdana, arial, sans-serif;
	font-size: 12px;
}

.smalltext 	{ 
	font-family : verdana, arial, sans-serif;
	font-size: 10px;
}

h1 {
	margin : 5px 0 0 0;
	padding : 6px 0 14px 10px; 
	font-variant : small-caps;
	font-size : 1.4em;
	background : white  no-repeat right top;
	
}
h1.ecard { /* à la une */
	background-image : url(../../skins/couvin/images/img_h1_ecard.gif);

}
.bgtitre { /* affiche du blanc en dessous des titres des services à droite sur la homepage */
		padding: 0 2px 0 2px;
		background-color:white;
}

.error { color: Red;  font-weight: bold;  }

a:link { 
	font-size : 1em;
	font-weight: normal; 
	text-decoration: none; 
	color: red;
}
a:visited { 
	font-size : 1em;
	font-weight: normal; 
	text-decoration: none; 
	color: #666666;
}
a:active  { 
	font-size : 1em;
	text-decoration: underline; 
	color: #8E580A;
}
a:hover  { 
	font-size : 1em;
	text-decoration: underline; 
	color: #6379B1;
}
