body {
	background: transparent url(images/fond_page.jpg) repeat-y center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 11px;
}

td {
	font-size: 11px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td.col1 {
	background: transparent url(images/fond_col1.jpg) no-repeat top left;
	padding-top: 75px;
}

#texte td.fondTexte {
	background: transparent url(images/fondtexte.jpg) no-repeat left;
	padding: 30px;
	text-align: justify;
	min-height: 650px;
	font-size: 12px;
}

#menubas {
	margin-top: 10px
}

#menubas td {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #284F66;
}

#menubas a {
	color: #284F66;
	text-decoration: none;
}

#menubas a:hover {
	text-decoration: underline;
}

.titre {
	font-weight: bold;
	font-size: 12px;
	color: #284F66;
}

#menu1 {
	/*visibility: hidden;*/
	position: relative;
	/*top: -45px;
	left: 70px;*/
	padding-left: 2px;
	padding-top: 5px;
	/*width: 200px;*/
	font-weight: bold;
	color: #284F66;
	text-align: left;
}

.ssmenu {
	border-width: 0 0 1px 1px;
	padding: 5px; 0 2px 4px;
	border-style: solid;
	border-color: #284F66;
	
}

.ssmenu a {
	color: #284F66;
}

#tarifs td.haut{
	background-color: #AC7C50;
	color: #FFFFFF;
	text-align: center;
	padding: 2px 5px;
}

#tarifs td {
	padding: 5px 0;
}

#tarifs td.c0l1, #tarifs td.col2, #tarifs td.col3, #tarifs td.col4 {
	text-align: center;
	font-weight: bold;
}

#tarifs td.c0l1 {
	background-color: #CBCDB5;
}

#tarifs td.col2 {
	background-color: #C9E9F8;
}

#tarifs td.col3 {
	background-color: #FFFFFF;
}

#tarifs td.col4 {
	background-color: #EBE8D7;
}

input {
	font-family: Arial, Verdana, Sans Serif;
	font-size: 11px;
}

input.court {
	width: 150px
}

textarea.large, input.large  {
	width: 400px
}