body {
	background-color : #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	height: 100%;
	margin: 0;
	padding: 0;
	line-height: 120%;
	text-align: center;
	width: 601px;
}


/* Definitions des elements de mise en page */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

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

p, td, th, li, em {
	font-size: 11px;
}

h1 {
	color: #336699;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	background-color: transparent;
	background-image: url(/templates/srbrest/images/logo_srb.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left;
	text-indent: 30px;
}
h2 {
	color: #336699;
	font-weight: bold;
	font-size: 16px;
	white-space: nowrap;
	background-color: transparent;
}
h3 {
	color: #336699;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	background-color: transparent;
}
h4, h5, h6 {
	color: #336699;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	background-color: transparent;
}

input, textarea, select, .inputbox {
  border: 1px solid #336699;
  color: #000;
  background-color: #fff;
}
input.radio {
  border: none;
  background-color: #fff;
}
input.button {
  font-weight: bold;
  border: 1px solid #336699;
  color: #fff;
  background-color: #f60;
}

#header {
}

#crumb {
	text-align:left;
	padding:3px;
	padding-left:10px;
	border-bottom:1px dotted #203F5B;
}

#footer {
	padding:3px;
	border-top:1px dotted #203F5B;
}

a img {
  border: 0;
}

table.sgList {
  background-color: #fff;
  border: 1px solid #336699;
}

tr.sgRow0 {
  background-color: #f0f0f0;
  margin: 1px;
}

tr.sgRow1 {
  background-color: #e0e0e0;
  margin: 1px;
}

table.formTable input, table.formTable textarea, table.formTable .inputbox {
  width: 500px;
}

table.formTable td {
  vertical-align: top;
}

table.formTable input.radio, table.formTable input.radio {
  width: auto;
  height: auto;
}

.sgImageInput {
  text-align: center;
  padding: 2px;
}

div.sgShadow {
	width : 601px;
	margin: 0px 0px 0px 0px;
}

table.sgShadow {
  margin: 0px 0px 0px 0px;
  clear: both;
}

table.sgShadow, table.sgShadowTab {
  background-color: #f0f0f0;
  padding: 0;
  text-align: left;
}

table.sgShadowTab td {
  font-size: 13px;
}

table.sgShadow td {
  padding: 0;
  margin: 0;
}

div.sgGallery {
  text-align : left;
  margin: 5px;
  padding: 5px;
  border: 1px solid #336699;
  background-color: #fff;
}

td.sgGallery {
  text-align: center;
}

img.sgGallery {
  border: 1px solid #336699;
}

div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
}

img.sgImage {
  border: 1px solid #336699;
}

div.sgNavBar, p.sgNavBar {
  width: 100%;
  text-align: center;
}

.flottante {
  background-color: #ffffff;
  border: 1px solid #336699;
  margin: 2px 2px 2px 10px;
  padding: 2px;
  float: left;
  /* width: 134px; */
  /*height:102px; */
  /*
  text-align: center;
  vertical-align: middle;
  */
}

/*
.flottante img{
  margin-top : 2px;
  vertical-align: middle;
}
*/

.spacer{
	clear:both;
}

.sgThumbnailContent {
  background: #fff;
	margin: 0px;
	padding: 0px;
  border: 1px solid #336699;
}



