/* CSS Document */
/* Style menu haut */
div#navbar2 {
	height: 30px;
	width:900px;
	border-top: solid #FFF 1px;
	border-bottom: solid #FFF 1px;
	background-color: #FFFFFF;
	position:relative;
	top:5px;	
}

div#navbar2 ul {
    margin: 0px;
    padding: 7px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 30px;
    white-space: nowrap;
}
div#navbar2 li {
    list-style-type: none;
    display: inline;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FF6600;
}
div#navbar2 li a:link {
    color: #FF6600;
}
div#navbar2 li a:visited {
	color: #FF6600;
}
div#navbar2 li a:hover {
	font-weight: bold;
	color: #FF9900;
}
div#navbar2 img {
vertical-align:middle;
border:0px;
}

/*Style menu gauche*/
td.right div.module,
td.right div.module-menu {
	background: url(../images/side_r_mid.png) 0 0 repeat-y;
	color: #FFFFFF;
}

td.right div.module div,
td.right div.module-menu div {
	background: url(../images/side_r_bot.png) 0 100% no-repeat;
	color: #6d071a;
}

td.right div.module div div,
td.right div.module-menu div div {
  background: url(../images/side_r_top.png) 0 0 no-repeat;
}

td.right div.module h1,
td.right div.module-menu h1 {
	background: url(../images/side_r_div.png) 0 100% no-repeat;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
}
td.right div.module div div div {
	padding: 10px 15px 15px 10px;

}

div.module h1,
div.module-menu h1 {
	margin: 0 -10px;
	padding-top: 2px;
	padding-bottom: 7px;
	margin-bottom: 4px;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


div.module h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	 margin: 0 -10px;
  padding-top: 2px;
  padding-bottom: 7px;
  margin-bottom: 4px;
	text-indent: 10px;
	  background: none;
}
div.module td a h2{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#FFFFFF;
	  background: none;
}

div.module td a h2:link {
    color:#FF6600;
	  background: none;
}
div.module td a h2:visited {
	color: #FF6600;
	  background: none;
}
div.module td a h2:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
  background: none;
}
