body{
	margin: 39px 0px 0px 0px; /* -20px du haut */
	background: rgb(162,183,0) url(../images/background.gif) repeat-x;
	font: 13px/1.1em Trebuchet MS, Trebuchet, Arial, Helvetica, Verdana, Georgia, sans-serif;
	color: #666666;
}

a:link, a:visited{ color:#FF6600; text-decoration:none; }
a:hover { color:#FF6600; text-decoration:underline; }


/* Blocs majeurs */

#site { /* Englobe tout le site  */
	margin: 0 auto 0;
	position: relative;
	width: 730px;

}

#left { /* Bloc Contenu */
	float: left;
	width: 501px;
	background: url(../images/back_contenu.jpg) repeat-y;
	}

#right { /* Bloc Menu */
	float: right;
	width: 224px;
	background: url(../images/back_menu.jpg) repeat-y;
	}

#container { /* Contenu */
	position: relative;
	left: 25px;
	width: 450px;
	}

#menu { /* Menu */
	position: relative;
	left: 19px;
	}


#copyright { /* Footer contenu */
	width: 501px;
	height: 143px;
	background: url(../images/footer.gif) no-repeat;
	}

#menu_footer { /* Footer menu */
	width: 224px;
	height: 115px;
	background: url(../images/footer_menu.gif) no-repeat;
	}


#header {
	height: 209px;
	background: url(../images/header_test3.jpg) no-repeat;
	}

#logo {
	height: 209px;
	background: url(../images/logo-site_test6.jpg) no-repeat;
	}


/* Blocs mineurs */


#title_article { /* Titre d'un billet */
	width: 450px;
	padding: 3px;
	border-bottom:1px solid #CCC;
	font-weight: bold;
	font-size:15px;
	margin-bottom:10px;
	}

#header_contenu {
	font-weight: bold;
	font-size:14px;
	text-align: center;
	text-decoration:underline;
}

#header_contenu_s {
	font-weight: bold;
	font-size:14px;
	text-align: left;
	text-decoration:underline;
	background: url(../images/chevrons.png) no-repeat center left;
	padding-left: 19px;
}

#navigation { /* Sous le header */
	width: 420px;
	padding: 4px;
	padding-top: 5px;
	color:#99AF1B;
	text-align: right;
	margin-bottom:20px;
}

#recherche {
	border-top: 1px dotted #a7ba05;
	padding-top: 2px;
	margin-bottom: 9px;
	padding-bottom: 2px;
	width: 185px;
	border-bottom: 1px dotted #a7ba05;
	}

.info+ {
	border:none;
	width: 200px;
	}

td.date {
	font-size: 11px;
	text-align: right;
	width: 150px;
	}


/* SPAN, COULEURES */

.orange {
	color:#FF6600;
	}

.vert {
	color:#56B24E;
	}

.vert_b {
	color:#56B24E;
	font-weight: bold;
}

.vert_titre {
	color:#B6DA25;
	}

.blue {
	color:#5786A9;
	}

.rouge {
	color:#E21D41;
	}

.rouge_b {
	color:#E21D41;
	font-weight: bold;
}

.copyright_link {
	position:relative;
	bottom: -105px;
	left: 25px;
	font-size:12px;
	}

input {
	border:1px solid #000000;
	padding: 2px;
	color:#FF9900;
}

input:hover {
	color:#888888;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu2{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu2 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


.arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li a{
color: #A70303;
background: url(../images/admin_icon.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu2 ul li a:visited{
color: #A70303;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

table#tab {
	width: 100%;
}

.tab_td_under {
	 border-bottom: 1px solid #dadada;
}

.tab_td_left {
	border-left: 1px solid #dadada;
}

.tab_td_center_border {
	border: 1px solid #dadada;
	text-align: center;
	line-height:20px;
}

.under {
	background: url(../images/fleche-grand.jpg) no-repeat center left;
	border-bottom: 1px solid #dadada;
	padding-left: 60px;
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
}

.tab_left {
	padding-left: 30px;
	font-size:18px;
	font-weight: bold;
	font-style: italic;
}

.ligne {
	background: url(../images/ico-arrow.png) no-repeat center left;
	padding-left: 19px;
	margin: 39px;
}

.bullet {
	background: url(../images/trustyol-check-blue.png) no-repeat center left;
	padding-left: 19px;
}

.greenplus {
	background: url(../images/greenplus.png) no-repeat center left;
	padding-left: 19px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration:underline;
}

.greenplus2 {
	background: url(../images/greenplus.png) no-repeat center left;
	padding-left: 19px;
	font-weight: bold;
	text-decoration:underline;
}

.ensavoirplus {
	background: url(../images/arrowbullet.png) no-repeat center left;
	padding-left: 19px;
}


/* Pagination */
.pagination {
	width:450px;
	top: 10px;
	position:relative;
	display:block ;
}

.bottom .pagination { top:0 }

.pagination .left {
	position:absolute;
	left:0
}

.pagination .middle {
	position:absolute;
	left:72px
}

.pagination .middle ul {
	margin:0;
	padding:0;
	list-style:none
}

.pagination .middle ul li {
	margin-right:4px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
	display:block;
	width:20px;
	height:22px;
	color:#FFFFFF;
	background-color: #E49E17;
	float:left
}

.pagination .middle ul li.dots {
	position:relative;
	top:5px;
	margin-right:4px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	text-align:center;
	display:block;
	background:none;
	color:#FFF;
	float:left
}

.pagination .middle ul li.selected {
	padding-top: 3px;
	height:19px
}

.pagination .middle ul li a {
	display:block;
	padding-top:3px;
	text-decoration:none;
	height:19px;
	color:#D3E9A4;
	background-color: #86A736
}

.pagination .middle ul li a:hover {
	text-decoration:none;
	color:#708738;
	background-color: #B6D077
}

.pagination .right {
	position:absolute;
	right:0
}

div#nifty {
  margin: 0 10%; background: #9BD1FA;
}
div.rounded div {
  height: 1px;
  overflow: hidden;
}
#radiusx, #radiusy {
  text-align: right;
  width: 30px;
}

.marge_left {
	margin-left: 25px;
}


