body {
	margin: 0;
	color: #000000;
	background-color: #174621;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #34679c; /* same as ul#nav li ul background-color */
}
a:hover {
	text-decoration: underline;
	color: #174621; /* same as body background-color */
}
a img {
	border: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
} /* for IE/Mac */
.clearer {
	clear: both;
	height: 0;
}

#main_frame, #main {
	margin: 0 auto;
}
#main_frame {
	width: 1024px;
	background-image: url("../img/interface/page-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000000;
}
#main {
	width: 800px;
	height: 1503px;
	text-align: left;
/*
	margin-left: 112px;
*/
}




#header, #header_right, .stack { /* #rotator need to be specified or the overflow won't be limited */
	width: 540px;
	height: 279px;
}
#header { background-color: white;
	background-image: url("../img/interface/header-left.jpg");
	background-repeat: no-repeat;
}
#header_right {
	position: relative;
	margin-left: 260px;
}
.stack {
	position: absolute;
	top: 0;
	left: 0;
}
#header_right_top {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1; /* ul#nav drop-down menu would be hidden by #title otherwise */
}



ul#nav, ul#nav ul { /* all lists */
/* IE6 bug
	position: fixed;
*/
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
ul#nav a {
	display: block; /* bug fix for IE as without the menu seem to float on the right */
	color: #000000;
	cursor: default;
}
ul#nav a:hover {
	text-decoration: none;
}
ul#nav li {
	/* width needed or else Opera goes nuts */
	padding: 5px;
	background-image: url("../img/interface/menu-item-bg.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}
ul#nav > li { /* IE6 doesn't apply float in linked styles */
	float: left;
}
ul#nav li:hover, ul#nav li.sfhover {
	background-image: url("../img/interface/menu-item-bg-selected.png");
}
ul#nav li:hover > a.lien, ul#nav li.sfhover > a.lien {
	color: #ffffff;
	cursor: pointer;
}
ul#nav li ul { /* second-level lists */
	margin: 5px 0 0 auto;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-image: url("../img/interface/menu-drop-bg.jpg");
	background-repeat: repeat-x;
	background-color: #34679c;
}
ul#nav li:hover ul, ul#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
ul#nav li ul li {
	/* min-width: 10em; bug fix in FF for alignment ; occurs sometimes ... */
	text-align: right;
}
ul#nav li ul li a {
	margin: 0 0 0 auto;
}



#left {
	position: relative;
	float: left;
}
#left_bg, #left_sidebar { /* #left > div */
	width: 211px;
	height: 945px;
	position: absolute;
	left: 0;
	top: 0;
}
#left_bg {
	background-color: #174621;
	opacity: .7;
	filter: alpha(opacity=70);
}
#left_sidebar ul {
	margin: 0;
	padding: 0;
}
#left_sidebar_cat01_content {
	height: 336px;
}
#left_sidebar_cat01_content ul {
	list-style: none;
}
#left_sidebar_cat02_title {
	height: 67px;
	background-image: url("../img/interface/sidebar-cat02.png");
	background-repeat: no-repeat;
}
/*
height (all - content - content+next title)
cat1: n/a-336-403
cat2: 285-218-285
cat3: 325-258-n/a
tot: 946-actual 964
*/
#left_sidebar_cat02_content {
	height: 218px;
	padding: 0 10px;
	color: #ffffff;
}
#left_sidebar_cat02_content .first {
	margin-top: 0;
}
#left_sidebar_cat02_content .more {
	text-align: right;
	margin-bottom: 0;
}
#left_sidebar_cat02_content .more img {
	background-image: url("../img/interface/continue.png");
	background-repeat: no-repeat;
}
#left_sidebar_cat02_content .more img:hover {
	background-image: url("../img/interface/continue-selected.png");
	background-repeat: no-repeat;
}
#left_sidebar_cat03_title {
	height: 67px;
	background-image: url("../img/interface/sidebar-cat03.png");
	background-repeat: no-repeat;
}
#left_sidebar_cat03_content {
	height: 258px;
	padding: 0 27px;
}
#left_sidebar_cat03_content ul {
	list-style: none;
}
#left_sidebar_cat03_content li {
	margin-top: 5px;
	height: 75px;
	background-color: #FFFFFF;
	text-align: center;
}



#center, #center_bg, #center_wrapper {
	width: 589px;
	height: 945px;
}
#center {
	position: relative;
	margin-left: 211px; /* same as #left width */
}
#center_bg, #center_wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
#center_bg {
	background-color: #ffffff;
	opacity: .7;
	filter: alpha(opacity=70);
}
#title {
	height: 95px; /* padding not included */
	padding: 10px 0 0 20px;
	background-color: #ffffff;
}
#content {
	height: 721px; /* height calculation #left-sidebar - (#title + #content-bottom ) */
	padding: 0 10px;
	background-image: url("../img/interface/center-top.png");
	background-repeat: repeat-x;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-face-color:#c3d3fd;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#eeede5;
	scrollbar-darkshadow-color:#7c9fd3;
	scrollbar-shadow-color:#9fb5d2;
	scrollbar-arrow-color:#4d6185;
	scrollbar-track-color:#fbfbf8;
}
#content_bottom {
	height: 119px;
	background-image: url("../img/interface/center-cat02.png");
	background-repeat: no-repeat;
}



#bottom, #bottom_bg, #bottom_wrapper {
	width: 800px;
}
#bottom, #bottom_bg {
	height: 200px; /* default, as the div stretches, their heights need to be matched through JavaScript */
}
#bottom {
	position: relative;
	text-align: center;
}
#bottom_bg, #bottom_wrapper {
	position: absolute;
	top: 0;
	left: 0;
}
#bottom_bg {
	background-color: #ffffff;
	opacity: .7;
	filter: alpha(opacity=70);
}
#bottom_content { /* needed for the background */
	margin-bottom: 0;
	background-image: url("../img/interface/main-bottom.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
#bottom_content_liner {
	height: 200px;
	margin-bottom: 0;
	padding: 0;
}
#bottom_content ul {
	position: relative;
	left: -30px;
	width: 780px;
	list-style: none;
}
#bottom_content li {
	float: right;
 vertical-align:middle ;
	margin: 5px;
    margin-top: 35px;
	-width: 238px;
	-height: 110px;
	background-color: #FFFFFF;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
#bottom address {
	background-color: #ffffff;
	font-style: normal;
}
#bottom address a {
	color: #000000;
}

#content #texte {
	margin-left: 1em;
}
/*
#content .date {
	float: left;
}
*/
.date {
	margin-bottom: -15px;
}
#content .activite {
	margin-left: 10em;
}
#content .download {
	text-align: right;
}
#content ul.search_letters li {
	display: inline;
	margin-left: 5px;
}
#search_crit {
	height: 40px;
}
#search_crit p {
	float: left;
	margin: 5px;
}
/*
#search_submit {
	margin: -15px 0 15px 0;
}
*/
.avantage_tn {
	float: left;
	margin: 10px;
}
.avantage_text {
	margin-left: 10px;
}
/**
 * #aligne01 should be synchronized in the form sending embeded style
 * IE has an issue with position: relative 
 */
#aligne01 {
	width: 22em;
}
#aligne01 p {
	clear: right;
/*
	position: relative;
*/
}
#aligne01 input {
	float: right;
/*
	position: absolute;
	left: 8em;
*/
}
#description_left {
	float: left;
}
#description_right {
	margin-left: 52%;
}
#recherche_cat {
	width: 200px;
}

