html, body{ 
  padding:0px;
  margin:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
a {
	color: #346684;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.menu {
	list-style-type:none;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
.menu li {
	list-style-type:none;
	margin: 4px 0px 0px 0px;	
}
.rubMenu {
	font-weight: bold;
	color: #346684;
}
.sRubMenu {
	color: #6AA3C4;
	font-size: 10px;
}
.sRubMenuIci {
	color: #FF3333;
	font-size: 10px;
	text-decoration:underline;
}
.menuRouge {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FF3333;
	margin-right: 25px;
}
.sRubMenu:hover {
	color: #346684;
}
.titreRouge, h1 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF3333;
}
h1 {
	margin: 10px 0px 5px 0px;	
}
h2 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #346684;
	margin: 10px 0px 5px 0px;
	line-height:16px;
}
h3 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A58E73;
	margin: 10px 0px 5px 0px;
	border-bottom:1px dotted #A58E73;
}
h4 {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	clear:both;	
}
.imgRight {
	margin-bottom: 5px;
	margin-left: 5px;
	float: right;
}
#contenu {
	padding-right: 15px;
}

/*Onglets*/
#onglets {
	display: block;
	list-style-type:none;
	margin: 30px 0px 5px 0px;
	padding: 1px;
	border-bottom: 1px solid #346684;
}
#onglets li {
	display: inline;
	margin: 1px 0px 0px 0px;
}
#onglets a {
	color: #346684;
	margin: 0px 1px 0px 1px;
	padding: 1px 2px 1px 2px;
	border-bottom: 1px solid #346684;		
}
#onglets a.ici, #onglets a:hover {
	color: #FF3333;
	margin:0px;
	text-decoration:none;
	border-top: 1px solid #346684;
	border-right: 1px solid #346684;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #346684;			
}
#ongletsBas {
	display: block;
	list-style-type:none;
	margin: 5px 0px 5px 0px;
	padding: 1px;
	border-top: 1px solid #346684;
}
#ongletsBas li {
	display: inline;
	margin: 1px 0px 0px 0px;
}
#ongletsBas a {
	color: #346684;
	margin: 0px 1px 0px 1px;
	padding: 1px 2px 1px 2px;
	border-top: 1px solid #346684;
}
#ongletsBas a.ici, #ongletsBas a:hover {
	color: #FF3333;
	margin:0px;
	text-decoration:none;
	border-bottom: 1px solid #346684;
	border-right: 1px solid #346684;
	border-top: 1px solid #fff;
	border-left: 1px solid #346684;			
}

/*tableaux de données*/
.data {
	margin: 5px 0px 5px 0px;
	border:0px;
	width:100%;
	}
.data th {
		font-size:10px;
		border-bottom: 1px solid #a9a9a9;
		text-align:left;
		padding: 1px 1px 1px 2px;
}
.data td {
		font-size:10px;
		padding: 1px 1px 1px 2px;		
}
.alt {
	background-color:#F6EFE9;
}


/*Ombre portée*/
.alpha-shadow {
	clear: both;
	float:right;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 0px 0px 5px 5px;
	}
.alpha-shadow div {
  background: url(images/shadow2.png) no-repeat left top !important;
  background: url(images/shadow2.gif) no-repeat left top;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/shadow2.png', sizingMethod='crop');
  _background: none;
  float: left;
  padding: 0px 6px 6px 0px;
  _padding: 0px 6px 4px 0px;
  }

.alpha-shadow img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
  }

form{
	margin:5px 0px 10px 0px;
}
.jmenu span {
	float:right;
}
.jmenu img {
	width:26px;
	height:17px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	font-size: 11px;
	border:1px solid #346684;
	color: #346684;
	height:18px;
	width: 370px;
	_width: 360px;
}
option.gras{
	color:#FF0000;
}



