
body {
	color:darkblue;
	background-image:url("http://www.echoscrap.info/dico/fond.jpg");
	background-attachment:fixed;
	font-family:verdana, arial, sans-serif;
	margin:0px;
}

/* ---------- MENU : ALPHABET ---------- */
.alpha {
	background:#636784;
	color:gray;
	font-size:14;
	border:2px solid #636784;
	padding:10px;
}
a.alphalien:link,a.alphalien:active,a.alphalien:visited { 
	color:#f2f2c2;
}

/* ---------- MENU ---------- */
.menu {
	background:#636784;
	color:#f2f2c2;
	font-size:12;
	border:2px solid #636784;
	padding:10px;
}
a.menulien:link,a.menulien:active,a.menulien:visited { 
	color:#f2f2c2;
}

/* ---------- LIEN : NORMAL ---------- */

a:link,a:active,a:visited { 
	color:darkblue;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline overline; 
}

/* ---------- LIEN : VERS L'EXTERIEUR ---------- */

a.ext:link,a.ext:active,a.ext:visited { 
	text-decoration: underline; 
}
a.ext:hover {
	text-decoration: underline; 
}

/* ---------- LIEN : LOCAL ---------- */

a.loc:link,a.loc:active,a.loc:visited { 
	border-bottom: 1px dotted;
	cursor: pointer;
}

a.loc:hover {
	text-decoration: none; 
}

/* ---------- DEFINITION : TITRE ---------- */
.titredef {
	color:white;
	background:#636784;
}

/* ---------- DEFINITION : SURBRILLANCE ---------- */
.surb {
	color:darkblue;
	background-color:lightblue; /*gold;*/
}

/* ---------- DEFINITION : LIEN POUR FORUM ---------- */
.liendef {
	font-size: 10px;
	color: blue;
}

/* ---------- DEFINITION : LIEN POUR FORUM ---------- */
.imgdef {
	vertical-align: middle;
}

/* ---------- DEF'O'PIF ---------- */
#defopif  {
	background:#636784;
	color:#f2f2c2;
	font-size:12;
	padding:10px;
}
#defopif .loc { 
	color:#f2f2c2;
}

