/*
 - Site : snake-club
 - Fichier : snake_v1.css
 - Version : 1.0.0
 -
 - shine@aillas.net
 */





body {
	margin: 0px 0px 0px 0px;
	background: #000000;
	font-size: 8pt;
	color: #f06500;
	font-family: Verdana;
}

.bg {
	background: url(/gfx/habillage/bg_shadow.jpg) repeat-x #171717;
}


.txt_body {
	color: #f06500;
	font-size: 8pt;
}

.txt_onglet {
	color: #f06500;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
}


/*
 - Liens standards
 */

A:link {
	color: #D70005;
}
A:visited {
	color: #D70005;
}
A:hover {
	color: #D70005;
}


/*
text-decoration: none;
font-weight: bold;
*/

