
/* Layout Stylesheet */ 

html,body {
	width:1024px;
	/*height:82%;*/
	padding:0;
	background:#003300;
	margin:20px;
	color: #666666;
	padding:0;
	text-align:center; /* for IE */
	margin:0 auto; /* for the rest */
}

#outer {
	text-align:left;
	height:100%;
	margin:auto;
}

#hdr {
	color: #333333;
}

#logo_salade {
	float:right;
}

#boutong {
	width:14px;
	height:18px;
	float:left;
	display:block;
	background: url(images/boutong.png);
}

#boutond {
	width:14px;
	height:18px;
	float:left;
	display:block;
	background: url(images/boutond.png);
}

.bouton {
	height: 18px;
	float: left;
	display:block;
	background:#666666;
	color:#ffffff;
	cursor:pointer;cursor:hand;
}

#topmenu {
	margin-top:18px;
	height:18px;
	border-bottom:solid 1px #FFFFFF;

}


#bar {
	height:25px;
	background:#C9DA00;
	color: #333333;
	border:solid #000000;	
	border-width:1px 0 1px 0;
}

#bodyblock {
	position:relative;
	color: #333333;
	width:100%;
	padding:0;
}

#l-col {
	float:left;
	background: #FFFFFF;
	color: #333333;
	text-align:left;
	width:145px;
}

#cont {
	min-height:500px;
	height:100%;
	background:#666666;
	color: #ffffff;
	text-align:left;
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
}

#maincont {
	height:85%;
	color: #333333;
	text-align:left;
	margin-left:145px;
}

#ftr {
	height:25px;
	background:#FFFFFF;
}
ul.makeMenu, ul.makeMenu ul {
	margin-top:0px;
	margin-bottom:0px;
	width: 115px;                 /* sets the size of the menu blocks */
	/* puts a black border around the menu blocks */
	padding-left: 0px;           /* stops the usual indent from ul */
	padding-right: 0px;
	cursor: default;             /* gives an arrow cursor */
	margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu ul {

	border: 1px solid #000;      /* puts a black border around the menu blocks */
	padding-left:0px;
}

ul.makeMenu li {
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* Opera 7 puts large spacings between li elements */
	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
	the lack of offset makes these appear normal, but it will make a difference
	to the absolutely positioned child blocks */
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */

	background-color: #FFFFFF;
	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          /* make child blocks hover without leaving space for them */
	top: 2px;                    /* position slightly lower than the parent menu item */
	left: 115px;                  /* this must not be more than the width of the parent block, or the mouse will
	have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
	background-color: #ffa;      /* gives the active menu items a yellow background */
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
	display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
	the > targets only the child ul, not any child uls of that child ul */
display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { display: block; width: 100%; text-decoration: none; color:#333333; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }

/*</style>
<!--[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
	behavior: url( IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
	display: none; position: absolute; top: 2px; left: 78px;
}


#cadre_t {
	height: 148px;
	width: 100%;
	display:block;
	background: transparent url(images/t.png);
}

#cadre_ul {
	width: 78px;
	height: 148px;
	float: left;
	display:block;
	background: transparent url(images/ul.png);
} 

#cadre_hl {
	width: 97px;
	height: 148px;
	float: left;
	display:block;
	background: transparent url(images/hl.png);
}

#cadre_h {
	height: 148px;
	float: left;
	display:block;
	background: transparent url(images/h.png);

	text-align: center;
	line-height: 148px;
	font-size: x-large;
	text-decoration: none;
	color: #c30000;
	font-family: Verdana, Arial, Helvetica, serif;
}

#cadre_hr {
	width: 97px;
	height: 148px;
	float: left;
	display:block;
	background: transparent url(images/hr.png);
}

#cadre_ur {
	width: 78px;
	height: 148px;
	float: right;
	display:block;
	background: transparent url(images/ur.png);
}

#cadre_l {
	display:block;
	background: transparent url(images/l.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 78px;
}

#cadre_r {
	display:block;
	background: transparent url(images/r.png);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 78px;
}

#cadre_b {
	height: 78px;
	width: 100%;
	display:block;
	background: transparent url(images/b.png);
}

#cadre_ll {
	width: 78px;
	height: 78px;
	float: left;
	display:block;
	background: transparent url(images/ll.png);
} 

#cadre_lr {
	width: 78px;
	height: 78px;
	float: right;
	display:block;
	background: transparent url(images/lr.png);
}


#mini_t {
	height: 37px;
	width: 100%;
	display:block;
	background: transparent url(images/menu/t.png);
}

#mini_ul {
	width: 19px;
	height: 37px;
	float: left;
	display:block;
	background: transparent url(images/menu/ul.png);
}

#mini_hl {
	width: 25px;
	height: 37px;
	margin-left:12px;
	float: left;
	display:block;
	background: transparent url(images/menu/hl.png);
}

#mini_h {
	height: 37px;
	float: left;
	display:block;
	background: transparent url(images/menu/h.png);

	text-align: center;
	line-height: 37px;
	text-decoration: none;
}

#mini_hr {
	width: 25px;
	height: 37px;
	float: left;
	display:block;
	background: transparent url(images/menu/hr.png);
}

#mini_ur {
	width: 19px;
	height: 37px;
	float: right;
	display:block;
	background: transparent url(images/menu/ur.png);
}

#mini_l {
	display:block;
	background: transparent url(images/menu/l.png);
	background-position: left;
	background-repeat: repeat-y;
	padding-left: 19px;
}

#mini_r {
	display:block;
	background: transparent url(images/menu/r.png);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 19px;
}

#mini_b {
	height: 19px;
	width: 100%;
	display:block;
	background: transparent url(images/menu/b.png);
}

#mini_ll {
	width: 19px;
	height: 19px;
	float: left;
	display:block;
	background: transparent url(images/menu/ll.png);
}

#mini_lr {
	width: 19px;
	height: 19px;
	float: right;
	display:block;
	background: transparent url(images/menu/lr.png);
}

span.warning {
	margin:0;
	color:#FF0000;
	background-color:#F3F781;
	border: black dashed 1px;
	padding:2px;
	margin-bottom:10px;
}

.news{display:block}
.news *{
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#FFFFFF}
.news1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #e6ffdc;
	border-right:1px solid #e6ffdc;
	background:#d4ffc3}
.news2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #f9fff7;
	border-right:1px solid #f9fff7;
	background:#d0ffbe}
.news3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #d0ffbe;
	border-right:1px solid #d0ffbe;}
.news4{
	border-left:1px solid #e6ffdc;
	border-right:1px solid #e6ffdc}
.news5{
	border-left:1px solid #d4ffc3;
	border-right:1px solid #d4ffc3}
.newsfg{
	background:#FFFFFF;
	padding:10px;}

div.newsX{
	width:600px; 
	color: #000000;
	}
h2{
	font-size:16pt;
}
