body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

h1 { color:#0060b5; font-size:12px; margin:0px;}
a {color:#0060b5; text-decoration:none;}
table {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img {
	border:0px;
}
form{
	margin:0px;
	padding:0px;
	border:0px;
}
#container {
	width: 1005px;
	background: #FFFFFF;
	border:#FFF 2px solid;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	height: 207px;
	width: 1005px;
	background:url(../../images/r2i/header.jpg) no-repeat;
}

#contenu {
	margin:0px;
	padding:47px 86px;
	width: 836px;
	background:url(../../images/r2i/bg-contenu.jpg) repeat-y;
}

#contenu-text {

}
.picto1 {float:right; margin:0px 0px 5px 5px;}
.table1 {border:#484848 1px solid; clear:both;}
.table1 th {height:28px; background:url(../../images/r2i/bg-th.jpg) repeat-x; font-size:12px; font-weight:bold; font-style:italic; color:#FFFFFF; text-align:center;}
.table1 td {padding:5px; }
#footer {
	width: 1005px;
	height:51px;
	background:url(../../images/r2i/footer.jpg) no-repeat;
	
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
  color: #a5b224;
}



label {
	display:block;
	margin:10px 0px 10px 0px;
}

.type1 {
	width:100%;
	display:block;
	margin:0px;
	border:#CCC 1px solid;
	background:#FFF;
}

.type2 {
	width:100px;
	display:block;
	margin:10px;
	border:#CCC 1px solid;
	background:#FFF;
}

#tableauResa {
	width:666px;
}
#tableauResa td {
	height:16px;
	font-size:11px;
	width:166px;
	white-space:nowrap;
}
.type3 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:170px;
	font-size:11px;
}
.type4 {
	margin:0px;
	display:block;
	border:#CCC 1px solid;
	background:#CCCCCC;
	width:170px;
	font-size:11px;
}
.type_date {
	margin:0px;
	border:#CCC 1px solid;
	background:#CCCCCC;
	height:20px;
	width:82px;
	font-size:11px;
}
