/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #c9c7c4;
}
body, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #312d2e;
}
p {
	margin: 0 0 20px 0;
}
h1 {
	font-size: 36px;
	line-height: 34px;
	letter-spacing: -2px;
	padding-top: 8px;
}
h2 {
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}
h3 {
	font-size: 18px;
	line-height: 21px;
	letter-spacing: -1px;
	margin: 0;
}
td#contact {
	color: white;
	background-color: #600e2c;
	font-size: 14px;
	letter-spacing: -1px;
	padding: 20px 24px;
}
td#contact a {
	color: white;
	font-weight: normal;
}
td.formulaire {
	line-height: normal;
	margin: 0px;
	font-size: 10px;
}
input, textarea {
	line-height: normal;
	background-color: white;
	border: 1px solid #c8c5c3;
	font-weight: normal;
	padding: 0 3px;
}
input.valider {
	font-size: 11px;
	color: #600e2c;
	border: 1px solid #600e2c;
	font-weight: bold;
	padding: 0 0px;
}
a, a:visited, a:active, a:hover { 
	color: #600e2c;
	font-weight: bold;
	text-decoration: none;
}
a:hover, .gris, #menu a.gris { 
	color: #c8c5c3;
}



/********** menu **********/
#menu {
	padding: 0px 16px;
	margin-bottom: 14px;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	line-height: 9px;
	margin-bottom: 9px;
}
#menu a { 
	font-size: 10px;
	line-height: 12px;
}
#sousmenu {
	background: #eeedec url(img/bg_form.gif);
	padding: 5px 0 15px 0;
	font-size: 9px;
}
#sousmenu p {
	margin: 15px 24px 5px 24px;
}
#sousmenu ul {
	padding: 0 24px;
	margin: 0;
}
#sousmenu li {
	list-style-image: none;
	list-style-type: none;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 5px;
}

/********** coordonnees **********/
div.coords {
	color: white;
	line-height: 16px;
	margin: 20px 24px;
	font-size: 11px;
}
div.coords p {
	margin-bottom: 16px;
}
a.coords, a.coords:visited, a.coords:active { 
	color: white;
}



p#credits {
	text-align: center;
	font-size: 11px;
}

/********** divers **********/
.nomargin {
	margin: 0;
}
.print {
	display: none;
}

