/* Document CSS */

html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
    cursor: url(http://www.bandafollet.fr/cochon.cur),default;
	margin: 15px;
	padding: 0px;
	/*font-family:Geneva, Arial, Helvetica, sans-serif*/
	line-height: 120%;
	font-size: 11px;
	color: #FFFFFF;
    background-image: url(../images/bg/fond.gif);
	/*background-attachment:fixed;*/
    background-position: center;
    background-repeat:repeat;
}

div#cont{
	position:relative;
	top:-450px;
	left:-50px;
	float:right;
	text-align:center;
	width:730px;
	font-size:13px;
	margin-bottom:-300px;
}

div#global{
	position:relative;
	left: 50%;
	width: 1000px;
	margin-left: -500px; /* moitié de la largeur */	
	background-color:#0066FF;
}
div#fond{
	position:relative;
	left:50%;
	margin-left:-500px;
	width: 100%;
	overflow:hidden;
	background:url('../images/bg/bg_fond.gif');
	background-position:0px 8px; /* 0px 8px */
	background-repeat:repeat-y;	
}
div#header{
	position:relative;
	margin-left:-450px;
	left:50%;
	width:900px;
	height:250px;
	top:10px;
}

div#footer{
	position:relative;
	margin-left:100px;
	width:1000px;	
	height:23px;
}

div#copy{
	position:relative;
	left:50%;
	margin-left:-100px;
	padding-bottom:15px;
	text-align:center;
	size:13px;
	background-color:#0066FF;
	color:#FFFF00;
	width:200px;
}

div#copy a{
	font-size:13px;
	font-weight:bold;
	background-color:#0066FF;
	color:#FFFF00;

}

a:link{
	color:#000000;
	text-decoration:none;
	border:none;
}
a:visited{
	color:#000000;
	text-decoration:none;
	border:none;
}
a:hover{
	color:#000000;
	text-decoration:underline;
	border:none;
}
