/***********************
******  HEADER  ********
***********************/

#header a#lien_home {
	width: 500px;
	height: 187px;
	display: block;
	position: absolute;;
	left: 0;
	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: #5e1b68;
	text-decoration: underline;
}
.mod_newslist a#lien_actu {
	display: none;
}

/***** TITRES *****/

#main .mod_titres {
	width: 510px;
	margin-bottom: 20px;
	padding-top: 36px;
	overflow: hidden;
}
#main .mod_titres h2 {
	height: 0;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: -9999px;
	width: 0;
}
#main .mod_titres h1 {
	color: #5e1b68;
	font: 22px/36px bold Verdana,Arial,Helvetica,sans serif;
	margin: 0;
	padding: 0;
}

#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 #5e1b68;
}
#left #titre_left h3 {
	width: 215px;
	height: 16px;
	padding: 5px 0 0 15px; 
	background: #5e1b68;
	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: #5e1b68;
}
#left #menuLeft a:hover {
	text-decoration: underline;
	color: #5e1b68;
}
#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: #5e1b68;
	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;
}

.mod_sitemap ul.level_2 a { text-decoration: none; }


/* Formulaire d'envoi à un ami */
.mod_sendtoafriend {
	color: #999;
	line-height: 20px;
}
.mod_sendtoafriend .page {
	font-weight: bold;
	padding-left: 170px;
}
.mod_sendtoafriend .widget {
	margin: 3px 0;
	overflow: hidden;
	width: 100%;
}
.mod_sendtoafriend .widget label {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 8px 0 0;
	text-align: right;
	width: 160px;
}
.mod_sendtoafriend .widget select,
.mod_sendtoafriend .widget input.text, 
.mod_sendtoafriend .widget textarea {
	width: 443px;
	margin: 0;
	font-family: Arial, sans;
	border: 0;
	color: #646464;
}
.mod_sendtoafriend .widget input.text {
	padding: 4px 5px 10px 5px;
	background: url(../images/input-text-image.gif) no-repeat 0 0;
}
.mod_sendtoafriend .widget select,
.mod_sendtoafriend .widget textarea.textarea,
.mod_sendtoafriend .widget input.captcha {
	padding: 4px 5px 10px 5px;
	border: 1px solid #D8DFE2;
}
.mod_sendtoafriend .widget textarea.textarea {
	height: 110px;
	padding: 4px 5px 22px 5px;
	background: url(../images/textarea-image.gif) no-repeat top left;
	border: 0;
}
.mod_sendtoafriend .widget select {
	padding: 0;
	margin: 10px 0;
}
.mod_sendtoafriend .widget select {
	width: 304px;
}
.mod_sendtoafriend .widget input.captcha {
	padding: 3px 0 0 5px;
	height: 20px;
}
.mod_sendtoafriend .widget span.mandatory {
	font-weight: bold;
}
.mod_sendtoafriend .widget span.captcha_text  {
	font-style: italic;
	display: block;
	padding: 3px 10px 0;
	float: left;
	height: 20px;
}
.mod_sendtoafriend .widget p.error {
	color: #C00;
	display: block;
	margin: 0 0 4px 170px;
	padding: 0;
}
.mod_sendtoafriend .submit_container {
	text-align: right;
	padding-top: 20px;
}
.mod_sendtoafriend .submit_container input {
	width: 127px;
	height: 60px;
	display: block;
	float: right;
	overflow: hidden;
	font-size: 1px;
	line-height: 80px;
	background: url(../images/btn_envoyer.gif) no-repeat 0 -60px;
	text-indent: -3000px;
	border: 0;
	cursor: pointer;
}
.mod_sendtoafriend .submit_container input:hover {
	background: url(../images/btn_envoyer.gif) no-repeat 0 0;
}
.mod_animationslist table {
	width: 100%;
	text-align: left;
}
.mod_animationslist table {
	background: url(../images/mod_animationslist_header.png) no-repeat 0 0;
}
.mod_animationslist table thead {
	border-bottom: #FFF solid 3px;
}
.mod_animationslist table thead tr {
	height: 30px;
	position: relative;
	background: url(../images/mod_animationslist_header.png) no-repeat 0 0;
}
.mod_animationslist table thead td {
	background-image: none;
}
.mod_animationslist table tfoot tr {
	height: 10px;
	background: url(../images/mod_animationslist_footer.png) no-repeat 0 0;
}
.mod_animationslist table thead tr th,
.mod_animationslist table thead tr th a {
	color: #FFF;
}
.mod_animationslist table thead tr th a {
	display:block;
}
.pointer {
	cursor: pointer;
}
.mod_animationslist table thead tr th.titre,
.mod_animationslist table .col_first {
	width: 250px;
}
table.sortable th {
    background-image: url("../images/default.gif");
    background-position: right center;
    background-repeat: no-repeat;
}
.mod_animationslist table th,
.mod_animationslist table td {
	padding: 5px;
}
.mod_animationslist table tbody tr:nth-child(odd),
.mod_animationslist table tbody .odd {
  background: #d8d8d8;
}
.mod_animationslist table tbody tr.highlight {
  background: #dfd1e1;
}
