@charset "utf-8";
body {
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-image: url(images/gign.png);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-position: 0px, 0px, 0px, 0px;
}

img {
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
	border-right-width: 4px;
	border-bottom-width: 4px;
	padding: 5px;
	margin: 5px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

#entete {
	background-image: url(images/filet_haut.png);
	height: 30px;
	width: 770px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 5px;
	}
#titre {
	width: 770px;
	background-image: url(images/filet.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	}

#contenu {
	background-image: url(images/filet.png);
	background-repeat: repeat-y;
	width: 770px;
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin: 0px;
	text-align: left;
	
}
#conteneur_commun {
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#copyright {
	background-image: url(images/filet.png);
	background-repeat: repeat-y;
	width: 770px;
	padding-left: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
}
#footer {
	background-image: url(images/filet_bas.png);
	height: 71px;
	width: 800px;
	margin-top: 0px;
}

h1 {
	font-size: 14px;
	color: #FFF;
	background-image: url(images/filet_titre.png);
	background-repeat: repeat-x;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 12px;
	color: #FFF;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	background-color: #09F;
}

h3 {
	font-size: 12px;
	color: #000;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px;
	background-color: #EAEAFF;
}
.comment {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #036;
	padding: 15px;
	margin-right: 50px;
	margin-left: 50px;
	border: 3px solid #000;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 10px;
}
