* {
	padding : 0;
	margin : 0;
}

html {
	background : #9C9801 url(img/fond.jpg) repeat-x top left;
	text-align : center;
}

body {
	margin : 0 auto;
	text-align : left;
	width : 1024px;
	font : 10px sans-serif;
	padding-bottom : 10px;
}

#all {
	background : #fff;
}

h2 {
	margin : 5px 10px;
	color : #030;
	border-bottom : 1px solid #030;
}

h3 {
	font-size : 14px;
	margin : 0 7px;
	color : #030;
	border-bottom : 1px solid #030;
}


#headerdef {
	background : #073801;
	padding : 2px;
}

#headerdef * {
	font-size : 10px;
	font-weight : normal;
	display : inline;
	text-decoration : none;
	color : #9C9801;
}
#navi {
	text-align : center;
	padding : 5px 0;
	border-bottom : 1px solid #990;
	margin-bottom : 25px;
}

#navi li {
	display : inline;
	list-style-type : none;
	margin : 2px 5px;
	font-size : 130%;
}

a {
	color : #990;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	color : #330;
}
/* Infos et Tarifs */

.infotarifs li {
	list-style-type : none;
}

.tableinfo {
	border-collapse: collapse;
	font-size : 14px;
	margin : 5px 0 0 25px;
	width : 970px;
}

.tableinfo caption{
	padding-top : 15px;
	font-size : 15px;
	text-align : left;
	z-index : 500;
	text-decoration : underline;
}

.tableinfo th{
	font-weight : bold;
}

.tableinfo .tableinfoprix{
	width : 100px;
	
}

.tableinfo tr{
	border-top : 2px solid #fff;
	padding-left : 10px;
	text-align : left;
	vertical-align : top;
}

.tableinfo td{
	background : #BECD00;
	padding : 2px 5px;
	text-align : left;
	vertical-align : top;
}

.tableinfo .neutraltr td{
	background : #fff;
	color : #999;
	text-decoration : italic;
	font-size : 12px;
	text-align : justify;
}

#corps p {
	font-size : 120%;
	margin : 5px 15px;
}

#longdesc p{
	font-size : 10px;
	color : #999;
}

.contenucol1 {
	padding-right : 610px;
	background : transparent url(img/activite_relais.jpg) no-repeat top right;
	height : 600px;
}

.contenucol1 ul{
	margin-left : 20px;
}

.contenucol1 li{
	padding : 0;
	list-style-type : none;
}

#copy {
	text-align : right;
	padding : 2px;
}

#footer {
	text-align : center;
	padding : 5px;
}

#footer li{
	display : inline;
}

#footer li a{
	color : #030;
	padding : 4px;
}

.form_contact div{
	margin : 15px;
}

.form_contact label{
	width : 100px;
	display : block;
	font-size : 12px;
	float : left;
}

.form_contact input, .form_contact textarea{
	width : 250px;
	display : block;
}