Skip to content
eptv.css 1.65 KiB
Newer Older
Seblu's avatar
Seblu committed
.back{
background-color:#000000;
}
.back_tendu{
background-color:#A8A8C6;
}
.back_private{
background-color:#DFBE5B;
}


.titre_rubrique{
	color:#FFFFFF;
	font-family:courier;
	font-size:16px;
	font-weight:bold;
}
.titre_sous_rubrique{
	color:#000000;
	font-family:courier;
	font-size:15px;
	font-weight:bold;
}
.texte_normal{
	color:#000000;
	font-family:courier;
	font-size:14px;
	font-weight:none;
}
.texte_date{
	color:#808080;
	font-family:courier;
	font-size:15px;
	font-weight:none;
}
/*.texte_link{
	color:#000099;
	font-family:courier;
	font-size:12px;
	font-weight:none;
}
.texte_link:hover{
	color:#B8C16F;
	font-family:courier;
	font-size:12px;
	font-weight:none;
}
.texte_link:visited{
	color:#123456;
	font-family:courier;
	font-size:12px;
	font-weight:none;
}*/
.texte_info{
	color:#999999;
	font-family:courier;
	font-size:13px;
	font-weight:bold;
}
.texte_info:hover{
	color:#B8C16F;
	font-family:courier;
	font-size:13px;
	font-weight:bold;
}
.texte_input{
	color:#8B1B14;
	font-family:courier;
	font-size:12px;
	font-weight:none;
}
.menu{
	color:#8B1B14;
	font-family:courier;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
}
.menu:hover{
	color:#B8C16F;
	font-family:courier;
	font-size:19px;
	font-weight:bold;
	text-decoration:none;
}
/*.lien{
	color:#999999;
	font-family:courier;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
.lien:hover{
	color:#B8C16F;
	font-family:courier;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}*/
.button{	
	font:courier;
	font-size:10px;
	background-color:#888888;
}
.small_button{	
	font:courier;
	font-size:9px;
	background-color:#888888;
}
.textarea{
	font:courier;
	font-size: 12px;
}