@charset "utf-8";
/* CSS Document */

/* Paramtres généraux ****************************** */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background-color: #FFCC99;
	background-image: url(images/bandeau.gif);
	background-repeat: repeat-x;
}
img {
	border: none;
	display: block;
}
/* Mise en page ****************************** */
#page {
	width: 947px;
	margin: 0px auto 0 auto;
	padding: 0;
}
#header {
	position: relative;
	margin: 0;
	padding: 0;
}
#content {
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
}
#footer {
	position: relative;
	height: 68px;
	margin: 0;
	padding: 0;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
/* Organisation de l'entête de page ****************************** */


/* Organisation de la zone de contenu ****************************** */
#main {
	position: relative;
	min-height: 650px;
	_height: 650px;
	background-image: url(images/main.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	text-align: left;
}
#texte {
	position: relative;
	width: 645px;
	padding: 0 50px 20px 50px;
	top: 20px;
	left: 0;
}
h2 {
	font-size: 20px;
	color: #990099;
}
h1 {
	font-size: 16px;
	color: #990099;
	width: 645px;
	background-color: #FFCC99;
	line-height: 25px;
	padding-left: 10px;
}
#main p {
	margin: 0 0 0 5px;
	padding-left: 10px;
}
#main p img {
	float: right;
	margin-left: 10px;
}
table {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	width: 500px;
	border-collapse: collapse;
	margin: 0 auto 0 auto;
}
td {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	text-align: center;
}
.entete {
	background-color: #FFFFFF;
}
/* Gestion du pied de page ****************************** */
#footer #copyright {
	margin: 0;
	padding: 40px 0 0 0;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
/* Gestion des publicités ****************************** */
#pubheader {
	position: absolute;
	width: 468px;
	height: 60px;
	top: 35px;
	left: 450px;
	background-color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	line-height: 60px;
}
#pubaccueil {
	width: 728px;
	height: 90px;
	background-color: #FFDDFF;
	font-size: 9px;
	text-align: center;
	line-height: 90px;
	margin: 0 auto 0 auto;
}
#pubpage {
	width: 160px;
	height: 600px;
	background-color: #FFDDFF;
	font-size: 9px;
	text-align: center;
	line-height: 600px;
	margin: 0 30px 0 10px;
	position: absolute;
	top: 30px;
	left: 740px;
}
/* Gestion des liens ****************************** */
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
/* Formulaire de contact ****************************** */
form {
	margin: 0px 50px 0 50px;
	padding: 0;
}
form fieldset {
	padding: 20px 20px 10px 20px;
	border: none;
}
form label {
	display: inline;
	float: left;
	width: 120px;
	text-align: right;
}
form input, textarea {
	background-color: #FFFFFF;
	border: 1px solid #FFCC99;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}
form .champobligatoire {
	background-color: #DDDDDD;
	vertical-align: text-top;
}
form .case {
	border: 0;
	background-color: #FFDDFF;
}
form .case + input {
	margin-left: 0px;
}
form .prive {
	font-size: 9px;
}
form div {
	text-align: center;
}

