/* ------------------------------------------------------------------------------- */
/*         Oct. 2012: CSS développé par ®ifelse.eu pour le site ®pig-prod          */
/*                               _
                               ((`)_.._     ,'-. _..._ _._
                                \,'    '-._.-\  '     ` .-'
                               .'            /         (
                              /             |     _   _ \
                             |              \     e   e  |
                             ;                     .-.   /
                              ;       ',       '-.( '')-'
                               '.      |           ;-'
                                 \    /           /
                                 /   /-._  __,  7 |
                                 \  `\  \``  |  | |
                                  \   \_,\   |  |_,\
                               pm  '-`'      \_,\
*/
/* ------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------- */
/* GÉNÉRALITÉS
/* ------------------------------------------------------------------------------- */
html, body {
	height: 100%;
	width: 100%;
	margin:0px;
	padding:0px;
	/* background: #000000 url('../graphismes/index/fond_page.jpg') no-repeat top fixed; */
	/* -webkit-background-size: cover; /* pour Chrome et Safari */
	/* -moz-background-size: cover; /* pour Firefox */
	/* -o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
	font-family: Verdana, "Lucida Grande", Lucida,  sans-serif;
	font-size:10px;
	color:#ffffff;
}
table {
	padding:0px;
	border-spacing: 0px;
	border-collapse:collapse;
}
td#colleft {
	vertical-align:top;
	width:299px;
	background: #000000 url('../graphismes/index/fond-haut-gauche.jpg') top left no-repeat;
	text-align:center;
}
img {
	border:none;
	margin:0px;
}
a {
	color:#ffffff;
	text-decoration: none;
}
input[type=text] {
	background-color:#181818;
	border:1px #6a6a6a solid;
	color:#bababa;
	font-size:10px;
	margin:0px;
}
input[type=password] {
	background-color:#181818;
	border:1px #6a6a6a solid;
	color:#bababa;
	font-size:10px;
	margin:0px;
}
input[type=submit] {
	background: #7b7b7b url('../graphismes/index/fond-bouton.jpg') top left repeat-x;
	border:1px #6a6a6a solid;
	color:#bababa;
	font-size:10px;
	margin:0px;
}
input[type=submit]:hover {
	border:1px #ffffff solid;
	color:#ffffff;
	cursor: pointer;
}
.btinscript {
	display:block;
	width:604px;
	height:245px;
	margin-left:29px;
	background-color : transparent;
	background-image: url('../graphismes/index/fond-bouton.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
.btinscript:hover {
	background-position: 0px -245px;
}


