@charset "windows-1252";

html, body {	
	margin: 0px;
	padding: 0px;
	height: 100%;
}

html {
	font-size: 100%;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-size: .9em;
}

a {
	color: #000000;
	/*text-decoration: none;*/
}
a:visited {
	color: #000000;
	/*text-decoration: none;*/
}
a:hover {
	color: #000000;
	/*text-decoration: none;*/
}

/* Header */
.header {
	background: url("barre.jpg");
	background-repeat: no-repeat;
	margin: 0px;
	margin-top: 0;
	width: 850px;
	height: 168px;
	margin-left: 0px;
}

.txtheader {
	padding-left: 20px;	
	padding-top: 126px;
	padding-right: 20px;
	text-align: left;
}

.txtheader a {
	color: #FFFFFF;
	text-decoration: none;
}

.txtheader a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.txtheader a:hover {
	color: #2f8cda;
	text-decoration: none;
}


/* Background de la page */
div.back {
	position: relative;
	width: 832px;
	margin: 0 auto;
	min-height: 100%;
	/*background-image: url('img/back.jpg');
	background-repeat: repeat-y;*/
}	

/* Contenue de la page */
.cont {
	margin: 10px;
}

/* Pied de page */
.bas {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url("bas.jpg");
	width: 850px;
	height: 30px;
	text-align: center;
	/*padding-top: 2px;*/
}

/* Fueille de style codé par yugimega pour le site de S. Studio Project
                http://yugimega.dilly-corp.com/                   */
