	/* css général */
* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bg.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#58585a;
	margin:0;
	padding:0;
}
img {
margin:0;
display:block;
padding:0;
border:0;
}
table {
border-collapse:collapse;
}
.logo {
margin-top:12px;
}
.red_date {
color:#7a1417;
}
.clear {
	clear:both;
}
hr {
	margin:0;
	height:1px;
	clear:both;
	border:0;
	border-top:1px solid #bbbbbb;
}
ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
}
a, a:link {
	text-decoration:none;
	color:#f39801;
}
a:visited {
	color: #cc6733;
}
a:hover{
	color: #e95d0e;
}
p {
	margin:0;
}
a img, map img{
border:none;
}
h3 {
	margin:0;
	font-size:inherit;
	font-weight:bold;
	font-style:italic;
	color:#790e11;
	font-size:10pt;
}

h4 {
	float:left;
	font-family: "Myriad Pro";
	margin:0;
	font-size:24pt;
	color:#e5e5e5;*/
}



h6 {
font-size:12pt;
margin:5px 0 15px 10px;
}

/* les blocs de couleurs */
.large {
	width:808px !important;
}

.large h1 {
	background-position: 0 -55px !important ;
	width:815px !important;
}	
.large .bloc_bottom_large {
	background:url(../images/bloc.gif) 0 -89px;
	width:815px !important;
}	

h1 {
	background:url(../images/bloc.gif) 0px -55px;
	height:29px;
	color:white;
	font-family:"Arial Black";
	font-size:20pt;
	padding:0 0 6px 25px;
	margin:0;
	font-weight:normal;
	width:815px;
}

h2 {
	background:url(../images/bloc.gif) 0 55px;
	width:513px;
	height:35px;
	color:white;
	font-family:"Arial Black";
	font-size:19pt;
	padding:0px 0 0 25px;
	margin:15px 0 0 0;
	font-weight:bold;
}
.bloc, .bloc_large {
	padding:10px 15px !important;
	border-left:1px solid #58585a;
	border-right:1px solid #58585a;
	width:553px;
}
.bloc {
width:506px;
}
.bloc_large {
	width:808px;
	border-left:1px solid #7a1417;
	border-right:1px solid #7a1417;
	
}

.bloc_bottom, .bloc_bottom_large {
	height:17px;
	text-align:right;
	color:#535353;
	padding-top:4px;
	font-size:8pt;
	padding-right:25px;
}

.bloc_bottom_large {
	background-position:0 -89px !important;
}
.bloc_bottom {
	background:url(../images/bloc.gif);
	background-position:0 -89px !important;
	width:815px !important;
}

.small_bloc_bottom {
background:url(../images/bloc.gif) 0 -144px;
height:16px;
width:523px;
padding:5px 15px 0px 0px;
}
.small_bloc_bottom small {
	padding-right:15px;
	height:10px;
	font-size:7pt;
	background:url(../images/fleche.gif) right top no-repeat;
}
.small_bloc_bottom small:hover {
	cursor:pointer;
	background-position:right -10px;
}

.yellow h1 {
	background:url(../images/adh_bloc.gif);
}
.blue h1 {
	background:url(../images/blue_bloc.gif) 0 55px;
}
.green h1 {
	background:url(../images/intranet_bloc.gif);
}

.yellow .bloc_large {
border-right:1px solid #f49e0f !important;
border-left:1px solid #f49e0f !important;
}
.blue .bloc_large {
border-right:1px solid #1275b7;
border-left:1px solid #1275b7;
}
.green .bloc_large {
border-left:1px solid #62b132 !important;
border-right:1px solid #62b132 !important;
}
.blue .bloc_bottom_large, .blue .bloc_bottom {
	background:url(../images/blue_bloc.gif) ;
}
.green .bloc_bottom_large, .green .bloc_bottom {
	background:url(../images/intranet_bloc.gif);
}
.yellow .bloc_bottom_large, .yellow .bloc_bottom {
	background:url(../images/adh_bloc.gif);
}

/* Fin */
#top li {
	float:left;
}
#content {
	width:1000px;
	margin:0 auto;
}
.radius_topleft {
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
}
.radius_topright {
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
}
.hide { display: none; }
#page {
	background:white;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#top {
	border-bottom:1px solid #dcdcdc;
	margin-bottom:8px;
	clear:both;
}

#signal {
	width:41px;
	background:url(../images/search.gif) 41px 0;
	height:35px;
}	
.search:hover {
	background-position:0 35px;
}
#signal:hover {
	background-position:41px 35px;
}

#menu {
	width:152px;
	padding-top:26px;
	background:url(../images/menu.gif) no-repeat;
	float:left;
	clear:both;
}
#menu ul, #menu li {
	padding: 0;
	margin: 0;
}
#menu li {
	background:url(../images/menu_li.gif) no-repeat;
	line-height:25px;
	cursor:pointer;
	margin-left: 0;
}
#menu li:hover {
	background-position:0 -25px;
	color: white;
}
#menu .active {
background-position:0 -25px !important;
background-color:#DCDCDC;
}
.active ul .active a {
	color:#313131 !important;
}
#menu .active a {
	color: white;
}
#menu .active li a {
	color: #AAAAAA;
}
#menu li a {
	display:block;
	text-indent:25px;
	height:25px;
	color: #444;
}
#menu li a:hover {
	color:white;	
}
#menu ul ul li {
	background-image:none;
	background:white;
	padding-left:0px;
	line-height:20px;
}
#menu ul ul li a {
	height:20px;
	margin-left: 0;
	text-indent: 25px;
	color:#aaa;
}
#menu ul ul a:hover {
	color:#333;
	background:#dcdcdc;
}
#menu_1 {
	padding-top:47px !important;
	background: url(../images/espace.gif) no-repeat 1px 1px;
}
#menu_2 {
	padding-top:29px !important;
	background: url(../images/intranet.gif) no-repeat 1px 1px;
}
li #menu_1, li #menu_2 {
	padding-top:0 !important;
	background: none;
}
.parent {
	background-position:0 -50px !important;
}
.parent:hover {
	background-position:0 -75px !important;
}
#page_cont {
	border-left: 1px solid #7a1417;
	border-right: 1px solid #7a1417;
	width:557px;
	padding: 14px 0 0 20px;
}
.left {
	float:left;
	margin-bottom:15px;
}

#home_national_network {
	float: left;
	width: 800px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px #7a1417 solid;
	padding: 10px;
}

#MapFrance {
	float: left;
	width:420px;
	margin-right: 10px;
	border-right: 1px #7a1417 solid;
	background: url(../images/reseau-fond.jpg) no-repeat center center;
}

#MapContainer {
	width:406px;
	height:407px;
	background: url(../images/reseau-france-off-contours.png) no-repeat;
}

#MapRegions {
	float: left;
	width: 360px;
}

.mapreg_legend {
	width: 100%;
	margin-top: 10px;
}

.home_bandeau {
	width: 357px;
	height: 34px;
	margin: 0 auto 20px;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	background: url(../images/home_bandeau_titre.gif) no-repeat;
}

#home_blocs_container {
	float: right;
	clear: both;
	width: 840px;
	min-height: 163px;
	margin: 10px 10px 10px 0;
}

#home_blocs_container>div {
	float: left;
	width: 250px;
	min-height: 143px;
	margin: 10px 7px 0 0;
	padding: 10px;
	color: #FFF;
	-webkit-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.4);
}

#home_blocs_container a {
	color: #FFF;
}

#home_blocs_container a.bloc_savoirplus {
	display: block;
	float: right;
	margin-top: 20px;
	padding: 2px;
	color: #58585a;
	font-size: 10px;
	font-weight: bold;
	width: 90px;
	border: 1px #fff solid;
	background: #dcdcdc url(../images/home_bloc_arrow.gif) no-repeat 80px center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#home_blocs_container .bloc_logo {
	background: url(../images/home_bloc_unapl.png) no-repeat;
	width: 41px;
	height: 47px;
	float: left;
	margin: 5px 0 0 0;
}

#home_blocs_container .bloc_titre {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

#home_blocs_container .bloc_actu table th {
	width: 75px;
	background: #009036;
}

#home_blocs_container .bloc_actu table tr {
	height: 36px;
	border-top: 1px #FFF solid;
}

#home_blocs_container .bloc_actu table td {
	padding: 5px;
}

#home_blocs_container .bloc_actu {
	background: #aad38f url(../images/home_bloc_actu.gif) repeat-x top left;
}

#home_blocs_container .bloc_doc {
	background: #bca898 url(../images/home_bloc_doc.gif) repeat-x top left;
}

#home_blocs_container .bloc_lib {
	background: #b7d3e6 url(../images/home_bloc_lib.gif) repeat-x top left;
}

#home_blocs_container .bloc_role {
	background: #f8ca7c url(../images/home_bloc_role.gif) repeat-x top left;
}

#home_blocs_container .bloc_accompagnement {
	background: #c49799 url(../images/home_bloc_accompagnement.gif) repeat-x top left;
}

#home_blocs_container .bloc_pub {
	margin: 10px;
	padding: 0;
}

#right_col {
	width:250px;
	float:left;
	margin-left:10px;
}

.lien {
	position:absolute;
	bottom:9px;
	right:14px;
	width:86px;
	height:16px;
	padding:2px 0 0 6px;
	background:url(../images/savoirplus.gif) no-repeat;
	font-size:7.5pt;
}

.lien:hover {
	background-position:0 -18px;
}

#right_col table {
	background:url(../images/table_bg.jpg) no-repeat;
	width:250px;
}
#right_col table td {
	height:23px;
	color:white;
	padding-left:15px;
	font-weight:bold;
}
#right_col table td a {
color:white;
}
#right_col table th {
padding-top:2px;
font-weight:bold !important;
color:white;
width:44px;
padding-left:13px;
font-size:8pt;
}	


#pub1 {
background:url(../images/pub_2035&tva.jpg);
height:162px;
}
#pub1 a {
	display:block;
	height:153px;
}
#pub5 {
	background:url(../images/right_col.jpg) 0 179px;
	height:179px;
	position:relative;
}
#pub2 {
	background:url(../images/right_col.jpg);
	height:138px;
	position:relative;
}
#pub3 {
	background:url(../images/right_col.jpg) 0 -138px;
	height:144px;
	position:relative;
}
#pub4 {
	background:url(../images/right_col.jpg) 0 334px;
	height:155px;
	position:relative;
}



#footer {
	height:20px;
	padding-top:8px;
	border-top:1px solid #dcdcdc;
	border-bottom:1px solid #dcdcdc;
	clear:both;
}

#footer ul {
	margin-left:150px;
}
#footer li {
	float:left;
	margin-right:35px;
	font-size:8pt;
}
#footer li a, #footer li{
	color:#a0a0a0 !important;
}

#identification {
	width:1000px;
	position:absolute;
	top:0;
	margin:0 auto;
}

.loggin {
	height:133px;
	background:url(../images/ident_bg.png);
}

#identification img {
	float:right;
	margin-right:72px;
}

#identification table {
	float:right;
	color:white;
	border-collapse: separate;
	margin-top:15px;
	margin-right:65px;
}
#identification a {
	color:white;
}
#identification th{
	width:83px;
	font-weight:normal;
	text-align:left;
}

#identification th input {
	width:165px;
	height:15px;
	font-size:9pt;
	margin-right:10px;
}
#identification td input{
top:2px;
left:3px;
position:relative;
}

#log_infos {
	width:315px;
	background:url(../images/ident_bg.png);
	left:35%;
	margin:210px auto;
	padding:40px;
	color:white;
	position:absolute;
	z-index:99;
	
}

.right {
	float:right;
}

/* TOP */
#login, #v_toggle3 {
	width: 88px;
	height: 35px;
}
#login {
	position: relative;
	background: url(../images/login.gif);
	z-index: 4;
}
#login:hover {
	background-position: 0 -35px;
}
.search, #v_toggle {
	width:80px;
	height:35px;
}	
.search {
	position:relative;
	background:url(../images/search.gif);
	margin-right:1px;
	z-index:4;
}
#v_toggle,
#v_toggle3  {
	display:block;
	float:left;
}

/* SEARCHFORM */
.searchbar {
	border-top:1px solid #313131;
	border-bottom:1px solid #313131;
	background:url(../images/searchbar_bg.gif) repeat-x;
	clear:both;
	height:40px;
}
.searchbar form {
	padding: 10px 0;
	margin-top: -18px;
}
.searchbar input {
	border:0;
	width:535px;
	height:18px;
	-moz-border-radius:5px;
	padding:2px 0 0 5px;
}

#search_submit {
	background:none;
	font-family:"Myriad Pro";
	color:#e5e5e5 !important;
	font-size:11pt !important;
	cursor:pointer;
	font-size:11pt;
	width:22px !important;
	border:none !important;
}

#search_submit:hover {
	color:#f39800 !important;
}

.searchbar h4 {
	float:left;
	font-size:24pt;
	line-height: 40px;
	margin: 0 15px 0 75px;
	font-family: "Myriad Pro";
	color:#e5e5e5;
}

/* Top V2 */

#top ul li {
	position: relative;
	z-index: 4;
	height: 35px;
	margin-right:1px;
	cursor: pointer;
}
#top ul li:hover {
	background-position: 0 -35px;
}
#top ul li a {
	display: block;
	width: 100%;
	height: 35px;
}

#bar_login {
	width: 88px;
	background: url(../images/bar_login.png);
}	
#bar_search {
	width:80px;
	background:url(../images/bar_search.png);
}
#bar_twitter {
	width:37px;
	background:url(../images/bar_twitter.png);
}
#bar_rss {
	width:41px;
	background:url(../images/bar_rss.png);
	margin-right:0;
}

/* Fin Top V2 */

.B_crumbBox {
color:#707070;
font-size:9pt;
top:12px;
left:20px;
position:relative;
}

.B_crumbBox a{
color:#707070;
}


#sbox-content div {
	color:#790E11;
	text-align:center;
	font-size:12pt;
	width:180px;
	font-family:"Arial Black";
}
#sbox-content img {
	margin-right:15px;
}
#signal a {
width:41px;
height:35px;
	display:block;
	float:left;
}
	
/* Page un jour avec... */

#telechargement-liste {
margin-left:25px;
}

#telechargement-liste a {
	color:#58585A;
	font-weight:bold;
}

#telechargement-liste a:hover {
	color:#7a1417 !important;
	text-decoration:underline !important;
}

.ac_reader {
	display:block;
	background:url(../images/ac_reader.png) top right no-repeat;
	height:21px; 
	cursor:pointer;
}
.pub {
	display:block;
	text-align:center;
	margin-top:15px;
}
.pub img {
	display:inline;
}
/* Page contact */
#contact {
	width:480px;
}
#contact input, #contact textarea{
border-left:2px #515151 solid;
border-top:2px #515151 solid;
border-right:1px #ababab solid;
border-bottom:1px #ababab solid;
}
#contact label {
	display:block;
	text-align:left;
	padding-left:2px;
	padding-bottom:2px;
	margin-top:10px;
}

#contact th {
	width:40px;
	font-weight:normal;
}

#contact td input {
width:215px;
}
#contact th input, #contact textarea {
width:480px;
display:block;
text-align:left;
}

#contact #comments-open-footer {
text-align:center;
margin-top:20px;
}

#contact #comments-open-footer input{
border:none;
background:url(../images/submit_bg.gif);
padding-top:0;
width:128px;
vertical-align:top;
height:23px;
color:white;
}

/* Page adhérent */


.link table td {
	height:75px;
	vertical-align:middle;
}

#arapl_infos:hover {
background-position: 0 75px;
}

.separator {
	width:1px;
	height:75px;
	margin:5px 5px 0 5px;
	float:left;
	background-color: #bbbbbb;
}

#arapl_infos {
	background:url(../images/adh_actus.jpg);
}

#txt_off {
	background:url(../images/adh_actus.jpg) 267px 0 ;
}

#txt_off:hover {
	background-position: 267px 75px;
}

/* sites officiels */

.link {
	width:267px;
	height:75px;
	display:block;
	float:left;
	background:url(../images/liens_bg.gif);
}
.link table {
height:75px;
}
.link th {
	width: 85px;
	text-align: center;
	vertical-align: middle;
}  
.link_alt {
border-left:#bbbbbb solid 1px;
background:url(../images/liens_bg.gif) 5px 0 no-repeat;
margin-left:5px;
position:relative;
margin-bottom:5px;
}

.link:hover {
	background:url(../images/liens_bg_h.jpg) 0 0 no-repeat;
}
.link_alt:hover {
	background:url(../images/liens_bg_h.jpg) 5px 0 no-repeat;
}
.link img, .link_alt img{
	margin:0 0 0 5px;
}

.link td {

padding-left:25px;
font-style:italic;
font-weight:bold;
}
/* professions libérales */


.blue h6 {
	margin-left:0;
}

.blue a:hover {
	color:#909090;
	text-decoration:underline;
}



/* AGA */

.blue h3 {
font-style:normal;
display:inline;
}

.contact {
	width:170px;
	height:50px;
	background:url(../images/sites_off.jpg) 0 -375px;
	margin:0 auto;
	}
	
.contact:hover {
	background-position: -170px -375px;
	}
	
/* infos */
.dark {
	background:url(../images/tab2niv3col-th-dark.jpg) repeat-x;
}
.table2Niv {
width:812px;
background:url(../images/infos_tbl_bg.gif) repeat-y;
margin:0 auto;
border-collapse:collapse;
font-size:8pt;
color:white;
}
.table2Niv thead {
	background:url(../images/tab2niv3col-th.jpg) repeat-x;
}
.pdf {
	width:130px;
	text-align:left;
	color:white !important;
	font-weight:normal !important;
	font-size:8pt !important;
	font-style:italic;
	font-family:arial !important;
	text-align:center;
	vertical-align:middle !important;
}
.pdf:hover {
	background:inherit !important;
}
#right {
	padding:0;
}
.right_col th a {
	color:white !important;
	padding-right:20px;
	font-weight:normal !important;
	background:url(../images/pdf.gif) right 0px no-repeat;
}
.dl_pdf {
	color:#58585A; 
	padding-left:20px;
	font-weight:normal !important;
	background:url(../images/pdf.gif) left 0px no-repeat;
}
.dl_pdf:hover, .right_col th a:hover {
text-decoration:underline;
}
.table2Niv .left_col {
width:263px;
padding:0;
margin:0;
border:none;
}
.right_col {
background:url(../images/tab2niv3col-right.jpg) repeat;
width:100%;
}
.right_col td a {
color:white;
}
.right_col td {
background:none !important;
}
.table2Niv .right_col td {
padding: 7px 10px 5px 10px;
}
.table2Niv .right_col td:hover {
background:#a0948a !important;
}
.table2Niv .left_col td{
background:url(../images/txt_offi_bg.gif) repeat-x;
height:33px;
color:#58585a;
border:none;
vertical-align: middle !important;
padding-left:5px;
cursor:pointer;
}
.table2Niv td a {
font-weight:bold ;
}	
.table2Niv td li:hover {
background-color:#9b8f86;
cursor:pointer;
}
.table2Niv tbody td {
padding:0;
}
.table2Niv .left_col td:hover , .table2Niv .left_col .selected{
background:url(../images/txt_offi_bg_h.gif) !important;
color:white !important;
}
.table2Niv th, #txt_offi th, .title {
color:#cebca5;
font-weight:bold;
font-family:"Myriad Pro";
font-size:20pt;
height:50px;
}
#txt_offi th {
	border-bottom:1px solid white;
}
.table2Niv td {
vertical-align:top;
background:#fff;
}

.table2Niv thead {
	border-bottom:1px solid whire,;
}

/* statistiques */
#actualites .selected {
background-color:#cfe7c0;
}
#actualites img,
.actualites img {
	float: left;
	margin: 15px 15px 5px 0;
}
#actualites li {
	padding:3px 10px 3px 10px;
	font-size:9pt;
}
#ditto_pages, .ajaxSearch_paging {
	margin-top: 15px;
}
#ditto_pages a, #ditto_pages span, .ajaxSearch_paging a, .ajaxSearch_paging span {
	background: #ddd;
	padding: 3px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

}

#ditto_pages a:hover {
	background: #ccc;
}

#ditto_pages a.ditto_page, #ditto_pages span.ditto_currentpage,
.ajaxSearch_paging a, .ajaxSearch_paging span {
	margin-right:2px;
}	

#ditto_pages span.ditto_currentpage {
	background:#A24245;
	color: white;
}	
.green #ditto_pages span.ditto_currentpage {
	background: #76BF49;
}
.ajaxSearch_paging span {
	background:#2991DB;
	color: white;
}	

#metier_tbl {
	margin:0 auto;
	text-align:center;
	padding:5px 0;
	background:url(../images/metier_bg_form.gif) no-repeat;
	width:421px;
	height:25px;
	margin:0 auto;
}

#metier_tbl input {
	width:293px;
	font-size:7pt;
	color:#707070;
	height:15px;
	border-left:2px #515151 solid;
border-top:2px #515151 solid;
border-right:1px #ababab solid;
border-bottom:1px #ababab solid;
}

#metier_ul {
width:421px;
margin:0 auto;
color:white;
}

#metier_ul li {
height:34px;
padding:3px 3px 0 3px;
border-top:1px solid white;
background:url(../images/infos_tbl_bg.gif) -265px 0px repeat-y;
}

.title {
text-align:center;
padding:0 !important;
height:36px !important;	
border:none !important;
}

#metier_ul a {
	color:white;
	display:block;
	height:21px;
padding:9px 0px 0 5px;
}

#metier_ul a:hover {
background:url(../images/fleche_h.gif) 390px 0ff no-repeat;
	background-color:#9f958e;
}

/* Annuaire */
.annuaire thead th {
	font-size:8pt !important;
	height:10px !important;
}

.table1Niv {
width:810px;
margin:0 auto;
}
.table1Niv thead {
background:url(../images/tab1niv-th.jpg);
border-bottom:1px solid white;
}

.table1Niv thead tr {
height:34px;
}
.table1Niv tbody {
	background:#59493f;
}
.table1Niv thead th {
font-size:20pt;
height:50px;
color:#cebca5; 
}
.table1Niv thead ul li:hover {
color:#333333;
}
.table1Niv ul {
	width:598px;
	margin:0 auto;
}
.table1Niv ul li {
float:left;
color:#a0a0a0;
background:white;
border:1px solid black;
height:19px;
font-size:10pt;
text-align:center;
width:21px;
cursor:pointer;
font-family:"Arial Black";
padding-top:2px;
}

.table1Niv tbody td:hover {
background:url(../images/fleche_h.gif) 790px 2px no-repeat #9f958f;;
}

.table1Niv .selected {
	color:#f39800;
	background:none;
	border-top:1px solid white;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.table1Niv a {
	color:white;
}
.table1Niv tbody td {
	text-align:left;
	vertical-align:middle;
	color:white;
	padding:10px 0 10px 25px;
	font-size:8pt;
	background:#59493f;
}
.table1Niv tbody tr {
	border-top:1px solid white;
}
/* actus public */

#public_actu li{
border-bottom:1px solid #58585a;
padding:4px 0 4px 0;
color:#313131;
}

#public_actu .on {
	background-color:#cfe7c0;
	padding:4px 6px 4px 6px;
}

/* FAQ */
#faq {
	border:1px solid #7b1418;
	border-top:none;
	font-size:9pt;
	font-weight:bold;
}
#faq dt {
	background:url(../images/faq_bg.gif) repeat-x bottom left white;
	border-top:1px solid #7b1418;
	cursor:pointer;
	padding:8px 25px 5px 10px;
}
#faq .selected {
	background:none;
	color:#790E11;
	margin-bottom:5px;
}
#faq .selected:hover {
	background:none;
	color:#790E11;
}
#faq dd {
	background:url(../images/faq_bg.gif) bottom left repeat-x;
	padding:0px 0 0 10px !important;
	font-weight:normal;
}
.fleche {
	float:right;
	background:url(../images/fleche.gif);
	height:10px;
	width:10px;
}
#faq dt:hover {
	background:url(../images/faq_bg_h.gif) repeat-x bottom left #9E9E9E;
	color:white;
}
.selected {
	background-position : 0 20px; !important;
}
#faq dt:hover .fleche, .small:hover .fleche, .bloc_bottom:hover .fleche {
	background-position:0px 10px;
}

dd {
margin-left:0px !important;
}

/* boutique */

#shop {
width:512px;
color:white;
margin:0 auto;

}
#shop tbody td {
	padding:10px;
}	
#shop td {
	background-color:#5a493f;
	color:white !important;
}
#shop th {
	background-color:#7d6a5b;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	height : 50px;
	padding:0;
}
#shop td.light {
	background-color:#7d6a5b;
	color:white !important;
}
#shop tbody td {
	padding:10px;
}
#shop .fleche {
float:left;
display:inline;
position:relative;
left:40%;
}

#shop tbody tr:hover {
	background:#A0948A;
}

#shop thead  {
height:49px;
padding:5px 0 5px 0;
text-align:center;
border-bottom:2px solid white;
position:relative;
}
#shop thead th {
text-align:center;
vertical-align:middle;
}


#menu .section {
border: 1px solid white;
 }

.bloc_bottom .fleche {
position:relative;
top:1px;
left:5px;
}
.bloc_bottom .right {
	cursor:pointer;
}
/* MINIMAP */
#mapfr {
	float : left;
	width: 240px;
	height: 232px;
	border-right: 1px solid #cecece;
}
#mapfr img {
	overflow: hidden;
	float : left;
}
.mapreg {
	overflow:hidden;
	padding: 0 10px;
}
.mapreg .map_return {

}

.regmap {
	width: 225px;
	font-size: 9px;

}
.regmap div {
	margin: 10px 5px 0 5px;
}
.mapreg img {
	margin-left: 5px !important;
	}
.map_return img {
	margin-top: 0 !important;
	vertical-align: middle;
	margin-right : 10px;
}
.map_return a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}
.reg_intro, .reg_empty {
	margin-top: 5px;
}

#mapLegend, #mapRight {
	padding: 0 10px;
	width: 225px;
}
#mapRight  {
	float: left;
}

.intra_link {
background:url(../images/fleche2.gif) top right no-repeat;
padding-right:15px;
}	
.intra_link:hover {
text-decoration:underline;
background-position:right -13px;
}
table.calendar {
	width:798px;
}
table.calendar caption {
font-weight: bold;
font-size: 14pt;
padding: 5px 0 15px;
}
table.calendar td {
	width:114px;
	text-align: left;
	vertical-align: top;
	padding: 4px;
	height:145px;
	border: 1px solid #ccc;
}
table.calendar td.today {
	background: #ddd;
}
.green table.calendar td .event {
	background: #58AC25;
	padding : 1px 5px;
	color : white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 2px;
}

.tip-top {
    color: #fff;
    width: 139px;
    z-index: 13000;
}
.tip-title {
    width: 123px;
    font-weight: bold;
    margin: 0;
    color: #fff;
    padding: 8px 8px 4px;
    background: url(../images/bubble.png) top left;
}
.tip-text {
    width: 123px;
    padding: 4px 8px 8px;
    background: url(../images/bubble.png) bottom right;
    color:#fff;
}
.tip-text A {
    color:#069;
}
.tip-loading {
    background: url(../images/ajax_load.gif) center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.ajaxSearch_result {
	border-bottom: 1px solid #a0a0a0;
	display: block;
	padding-bottom: 10px;
	margin-top: -5px;
}
.ajaxSearch_resultLink {
	color : #790e11;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}
#ajaxSearch_form label {
	margin: 0 10px 0 5px;
	cursor: pointer;
}
#ajaxSearch_form fieldset {
	margin: 10px 0;
	border:0;
}
#ajaxSearch_form #ajaxSearch_input {
	width: 400px;
}
.ajaxSearch_paging {
	clear: both;
	float: left;
}
.ajaxSearch_highlight {
	background: #ccc;
}
#vertical_slide #ajaxSearch_intro {
	display: none;
}
