/***********************
******  HEADER  ********
***********************/

#header a#lien_home {
	width: 330px;
	height: 168px;
	display: block;
	position: absolute;;
	left: 42px;
	top: 0;
	overflow: hidden;
	text-indent: -3000px;
}

/***********************
*******  MAIN  *******
***********************/

/*** FIL D'ARIANE ***/

#main .mod_breadcrumb,
#main .mod_breadcrumb a {
	color: #000000;
	text-decoration: none;
}
#main .mod_breadcrumb span,
#main .mod_breadcrumb a:hover {
	color: #d1007b;
	text-decoration: underline;
}
.mod_newslist a#lien_actu {
	display: none;
}

/***** TITRES *****/

#main .mod_titres {
	width: 100%;
	height: 85px;
	padding-top: 44px;
	overflow: hidden;
}
#main .mod_titres .level_0 {
	width: 640px;
	height: 49px;
	overflow: hidden;
	text-indent: -3000px;
	background-repeat: no-repeat;
}
#main .mod_titres .level_1 {
	padding-left: 15px;
	background: url(../images/puce_nv2.gif) no-repeat left center;
	font-family: Verdana;
	font-size: 18px;
	color: #000;
	float: left;
}
#main .mod_titres .level_2 {
	font-size: 13px;
	float: left;
	line-height: 22px;
	color: #C1669A;
}
#main .mod_titres .level_2 span {
	font-family: Verdana;
	font-size: 18px;
	color: #646464;
}

#main .mod_newsreader p.info {
	color: #C1669A;
	margin-bottom: 5px;
}
#main .mod_newsreader img {
	margin-top: 5px;
}

#main .mod_newslist .block {
	border-bottom: 2px solid #ECECEC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#main .mod_newslist .block .info {
	background: #E8E8E8;
	color: #8E8E8E;
	float: right;
	margin: 10px 0 10px 15px;
	padding: 0 3px;
}
#main .mod_newslist .block h2 {
	background: transparent url("../images/puce_nv2_focus.gif") no-repeat left 1px;
	color: #2F6154;
	padding-left: 20px;
	text-align: left;
}
#main .mod_newslist .news_focus .block h2 {
	background: transparent url("../images/puce_nv2_newsletter.gif") no-repeat left 1px;
}
#main .mod_newslist .news_focus .block a {
	color: #2F6154;
}
#main .mod_newslist .news_focus .block a:hover {
	color: #4D8D7F;
}
#main .mod_newslist .block .more {
	margin: 5px 0;
	text-align: right;
}

#main .pagination {
	text-align: center;
}
#main .pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#main .pagination ul li {
	display: inline;
	position: static;
}
#main .pagination ul li .first,
#main .pagination ul li .previous,
#main .pagination ul li .next,
#main .pagination ul li .last {
	position: absolute;
	top: 0;
}
#main .pagination ul li .first { left: 0; }
#main .pagination ul li .previous { left: 80px; }
#main .pagination ul li .next { right: 80px; }
#main .pagination ul li .last { right: 0; }

/***********************
********  LEFT  ********
***********************/


#left #titre_left {
	width: 230px;
	height: 21px;
	padding: 25px 0 1px;
	margin: 0 0 5px 35px;
	border-bottom: 1px solid #722d1d;
}
#left #titre_left h3 {
	width: 215px;
	height: 16px;
	padding: 5px 0 0 15px; 
	background: #722d1d;
	color: white;
	font-weight: bold;
	font-family: Arial;
}
#left .mod_titres .level_0 {
	width: 235px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: -500px -500px;
	background-color: #2F6154;
}
#left #menuLeft {
	width: 215px;
	padding: 0 0 25px 50px;
}
#left #menuLeft ul.level_1 li {
	width: 200px;
	padding-left: 15px;
	background : url(../images/puce_lv2_left_off.gif) no-repeat 0 5px;
}
#left #menuLeft ul.level_1 li.active,
#left #menuLeft ul.level_1 li.trail {
	background : url(../images/puce_lv2_left_on.gif) no-repeat 0 5px;
}
#left #menuLeft ul.level_1 li a,
#left #menuLeft ul.level_1 li span {
	width: 200px;
	padding: 3px 0;
	display: block;
	background: url(../images/separator_left.gif) no-repeat left bottom;
}
#left #menuLeft a {
	text-decoration: none;
	color: #000;
}
#left #menuLeft a.trail,
#left #menuLeft span {
	color: #722d1d;
}
#left #menuLeft a:hover {
	text-decoration: underline;
	color: #722d1d;
}
#left #menuLeft ul.level_1 li ul.level_2 {
	padding: 3px 0;
	background: url(../images/separator_left.gif) no-repeat left bottom;
}
#left #menuLeft ul.level_1 li ul.level_2 li,
#left #menuLeft ul.level_1 li ul.level_2 li.active {
	padding: 0;
	margin-left: 10px;
	background : url(../images/puce_niv3_off.png) no-repeat 0 center;
	padding-left: 15px;
	
}
#left #menuLeft ul.level_1 li ul.level_2 li.active {
	background : url(../images/puce_niv3_on.png) no-repeat 0 center;
	color: #722d1d;
	text-decoration: underline;
}
#left #menuLeft ul.level_1 li ul.level_2 li a,
#left #menuLeft ul.level_1 li ul.level_2 li span {
	width: 180px;
	padding: 1px 0 2px;
	background: none;
	font-size: 10px;
	font-style: italic;
}


*:first-child+html #left #menuLeft ul.level_1 li ul.level_2 li.first {
	width: auto;
}



