
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* general, global style rules */

body {
	behavior:url("/_css/csshover.htc");
	background-image:  url("/_images/themes/shared/body_tile.gif");
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #EBEBEB;
	font-family: arial, helvetica, sans-serif;
	color: #484848;
	margin: 0px;
}

td, th {
	font-size: 75%; 
}
td td, th th {
	font-size: 100%; 
}

img {
	border: 0px;
}

h1 {
	font-size: 220%
}

h2 {
	font-size: 170%;
}

h3 {
	font-size: 130%;
}

ul li {
	/*/*/margin-bottom: 1em;/**/
}

a {
	color: #484848;
	text-decoration: underline;
}
a:visited {
	color: #484848;
	text-decoration: underline;
}
a:hover {
	color: #637e07;
	text-decoration: underline;
} 
hr {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	height: 1px;
	width: 93%;
	margin-left:auto;
	margin-right:auto;
}
sub, sup {
  vertical-align : baseline;
  position : relative;
} 

sup {top : -0.5em;}
sub {bottom : -0.25em;}

p.noBlock{
	display:inline;
}
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing overall page layout - columns, margins, etc */

div.toolbar {
	width:100%;
	min-height:24px;
}

div.toolbar div.inToobar {
	width:738px;
	min-height:24px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	display:table;
}

div.toolbar a {
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height:24px;
	vertical-align:middle;
	color:#ffffff;
}

div.toolbar a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}

div.toolbar a:hover {
	text-decoration: none;
	font-weight:bold;
}

div.section{
	width:738px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}	
td.main {
	width:100%;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}	
td.main p{
	text-align:justify;
}
td.main ul li{
	text-align:justify;
}
td.main a {
	text-decoration: underline;
}
td#features {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 25px;
	vertical-align: top;
	width: 280px;
}
div.footer {
	margin-top:30px;
}
div.footer table {
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	font-weight: normal;
}

span.erreur{
	color:red;
}

/* ========================================================================== */
/* = MAIN IMAGES ============================================================ */
/* ========================================================================== */

td.main .topLeft {
	padding:0px 10px 10px 0px;
	float:left;
}
td.main .topRight {
	padding:0px 0px 10px 10px;
	float:right;
}
td.main .left {
	padding:10px 10px 10px 0px;
	float:left;	
}
td.main .right {
	padding:10px 0px 10px 10px;
	float:right;
}
td.main .bottomLeft {
padding:10px 10px 0px 0px;
	float:left;	
}
td.main .bottomRight {
	padding:10px 0px 0px 10px;
	float:right;
}
td.main .center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
td.main .none {
	/* NOTING */
}
td.main .LeftOnly {
	float:left;	
}
td.main .rightOnly {
	float:right;
}
td.main .middle {
	vertical-align:middle;
}

td.main .encadre {
	border:dotted thin gray;
	padding:10px;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

td.main .small {
	font-size:80%;
}
/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* handy formatting rules */

img.floater {
	float: right;
	margin: 0px 0px 20px 20px;
}

.lit {
	color: #009FE8;
	font-weight: bold;
}
a.lit {
	color: #8bad38;
	text-decoration: underline;
}
a.lit:visited {
	color: #8bad38;
	text-decoration: underline;
}
a.lit:hover {
	color: #484848;
	text-decoration: underline;
} 

a.red {
	color: #EA040D;
}
a.red:visited {
	color: #EA040D;
}
a.red:hover {
	color: #484848;
}

a.green {
	color: #73BC00;
}
a.green:visited {
	color: #73BC00;
}
a.green:hover {
	color: #484848;
}

a.yellow {
	color: #F3A601;
}
a.yellow:visited {
	color: #F3A601;
}
a.yellow:hover {
	color: #484848;
}



/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules for content features */

div.feature {
	background-color: #FEFEFE;
	background-repeat: repeat-y;
	margin: 0px 0px 20px 20px;
	width: 218px;
	float: right;
	clear: both;
}

div.feature p {
	margin: 0px 10px 10px 17px;
	font-size: 95%; 
}


/* ========================================================================== */
/* ========================================================================== */
/* ========================================================================== */
/* rules governing left-hand navigation menus (2nd, 3rd and 4th level menus) */

/* 2nd level menus */

/* the menu */

td.submenu {
	vertical-align:top;
	padding-left:8px;	
	padding-top:8px;
}

td.submenu ul, td.submenu li,td.submenu a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

td.submenu ul {
	width:140px;
	list-style:none;
	list-style-image: none;
}

td.submenu li {
	position:relative;
	padding-left:5px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	z-index:9;
	background-repeat:no-repeat;

}
td.submenu li.submenu ul {
	position:absolute;
	left:120px; /* IE */
	top:0px;
}		
td.submenu li.submenu>ul {
	left:140px;
} /* others */

td.submenu a {
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	width:100%; /* IE */
}
td.submenu li>a {
	width:auto;
	height:auto;
} /* others */

td.submenu ul ul li {
	background-image: none;
}

td.submenu ul li a.lit {
	text-decoration: underline;
}

	/* hovers with specificity */
	
td.submenu li.submenu:hover {
	z-index:10;
}
		
td.submenu ul ul, td.submenu li:hover ul ul {
	display:none;
}

td.submenu li:hover ul,td.submenu li:hover li:hover ul {
	display:block;
}		

