/* SITE CSS 20040415 */

body
{
	background: #E3EBEE url('../images/bg_body1.jpg') center top no-repeat;
	margin:0;
	padding:0;
}

div#allcontent{
	position:relative;
	left:50%;
	width:1000px;
	margin:0 0 0 -500px;
}

/* PAGE HEADER */

div#header {height:90px;}

div#header h1{
	margin:0;padding:0;
	position:absolute;
	top:70px;
	left:95px;
	color:#006b9c;
	font-weight:bold;
	font-size:1.2em;
}

div.logo {
	position:absolute;
	top:15px;
	background:url(../images/v2_logo_bretagne_com.png) no-repeat;
	width:277px;
	height:66px;
}


div#presse-regionale{
	position:absolute;
	top:15px;
	right:0px;
	width:50px;
	height:26px;
	background:url(../images/v2_presse_regionale.gif) no-repeat;
}

div#search-top {
	position:absolute;
	top:64px;
	right:70px;
}


div#search-top span.search-box{
	display:block;
	float:left;
	background:url(../images/v2_input_recherche.gif) no-repeat;
	width:191px; height:22px;
}
div#search-top span.search-ok{
	display:block;
	float:left;
	margin-left:9px;
}
div#search-top input.searchtext, div#maincontent input.searchtext{
	background:transparent;
	border:0 none;
	font-size:11px; color:#206EA4;
	width:163px;
	margin-left:22px;
	margin-top:3px;
}


/* TOOLBARS */


/* Liens hauts droit */
div#toolbar-top-pos{
	position:absolute;
	right:70px;
	top:0;
}
div#toolbar-top{
	width:600px;
	height:39px;
	background:url(../images/v2_fond_head.png) no-repeat right;
}

div#link-top{float:right;}

div#link-top ul {
	padding:0;
	margin:8px 0 0 0;
	width:370px;
}

div#link-top li {
	padding:0;margin:0;
	margin-top:2px;
	float:left;
	list-style: none;
}

div#link-top li a{
	padding-left:15px;
	font:11px Arial; color:#ffffff;
	text-decoration:none;
}
div#toolbar-top li a:hover{border-bottom:1px dotted #ffffff}

div#toolbar-top li.a0{ background: url(../images/v2_picto_jeux.gif) 0 5px no-repeat; padding-right:25px;}
div#toolbar-top li.a1{ background: url(../images/v2_picto_maison.gif) 0 5px no-repeat; padding-right:25px;}
div#toolbar-top li.a2{ background: url(../images/v2_picto_bretagne.gif) 0 5px no-repeat; padding-right:25px;}
div#toolbar-top li.a3{ background: url(../images/v2_picto_forum.gif) 0 5px no-repeat;}



div#traductions {
	float:right;
	cursor:pointer;
	width:130px;
	/*margin-top:10px;*/
}
div#traductions img{margin:3px;}


/* Fin Liens hauts droit */

div#toolbar-bottom
{ 
    margin:10px 0 0 0;
	font-size:0.85em;
	background:#E5EAEE;
}

div#toolbar-bottom-infos
{
	float:right;
	color:#587a91;
	margin:13px 10px 0 0;
	text-align:right;
}
div#toolbar-bottom-infos p{
	margin:0;padding:0;
	padding-bottom:3px;
}
div#toolbar-bottom-infos p.creditphoto{
	font:9px Arial
}

div#toolbar-bottom-infos p.creditphoto a{
	color:#587a91;
}

div#toolbar-bottom div.toolbar-design
{
	background: url(../images/toolbar_bottom_bg.gif) no-repeat;
	height:150px;
	width:996px;
}

div#toolbar-bottom-links
{
 	background: url(../images/toolbar_bottom_links_bg.gif) no-repeat;
	height:41px;
	padding:13px 0 0 35px
}

div#toolbar-bottom-links ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

div#toolbar-bottom-links li
{
    display:inline;
	background: url(../images/toolbar_bottom_separator.gif) no-repeat right top;
	padding:0 5px 0 5px;
	margin-top:10px;
}

div#toolbar-bottom-links li.last
{
	background:none;
}

div#toolbar-bottom-links li a
{
 	text-decoration:none;
 	color:#155D84;
}

div#toolbar-bottom-links li a:hover
{
 	text-decoration:underline;
 	color:#FFFFFF;
}



/* TOP MENU */

div#topmenu
{
    margin: 0;
    padding: 0;
}

div.topmenu-line
{
    border-bottom: 1px solid; /* This line needs to be set to avoid bug in IE */
}

div#topmenu-design
{
    margin:0 0 0 10px;
    padding: 0;
    text-align: left;
    vertical-align: middle;
	height:35px;
	width:670px;
	background:url(../images/topmenu_bg.png) top left repeat-x;
	font-size:0.85em;
}

div#topmenu ul
{
    margin: 0 auto 0 15px;
    padding: 0;
}

div#topmenu li
{
    margin:0;
    padding: 0;
    float: left;
    display: block;
	text-align:center;
	height:36px;
	width:67px;
}

div#topmenu li.first
{
	width:40px;
}

div#topmenu li.selected
{
	background: url(../images/topmenu_li_selected.gif) repeat-x -1px 0;
}

div#topmenu li div.spacing
{
    padding: 0.2em 0 0.3em 0;
	background: url(../images/topmenu_separator.gif) no-repeat top right;
}

div#topmenu li.lastForum  div.spacing
	{
	background:url('/var/storage/etoile.gif');

	}
	
div#topmenu li.lastForum div.spacing  a
	{
	color:#E98F23; 
	font-weight:bold;
	}	

div#topmenu li.lastForum div.spacing  a:hover
	{
	color:#E98F23; 
	text-decoration: underline;
	}
	
	
div#topmenu li.last div.spacing
{
	background:none;
}


div#topmenu li a
{
    text-decoration: none;
	color: #EBEFF3;
}

div#topmenu li a.single-line
{
    line-height:30px;
}

div#topmenu li a:hover
{
    text-decoration: underline;
}

div#topmenu li.selected a
{
    color: #FFFFFF;
}

/* FIL D'ARIANE*/

div#fil-ariane {
	font: 11px Tahoma;
	color:#447480;
	padding-top:16px;
	margin:0 8px 10px 8px;
}

div#fil-ariane-path {
	background: url(../images/v2_fleche_navig.gif) no-repeat 0 3px;
	padding-left:10px;
}

div#fil-ariane-path a{
	margin:0 5px;
	float:left;
	text-decoration:none;
}

div#fil-ariane-path a:hover{
	color:#447480;
	border-bottom:1px dotted #373737;
}

div#fil-ariane-path span.path-fleche{
	margin:6px 1px 0 1px;
	width:2px;
	height:3px;
	display:block;
	float:left;
	background: url(../images/v2_fleche_path.gif) no-repeat;
}

div#fil-ariane-path span.path-txt{
	margin:0 5px;
}

/* PRENOM*/

div.today-name{float:right;}

div.today-name a{
	color:#447480;
	text-decoration:underline;
	font-weight:bold;
	text-decoration:none;
}

div.today-name a:hover{color:#ff8600;}


/* PATH */

div#path{
	position:relative;
}

div#path-design{
	margin-top:10px;
    margin-left:15px;
	padding-bottom:10px;
	background: url(../images/home.gif) 0 -2px no-repeat;
	width:450px;
	padding-left:20px;
}

div#path p{
    padding:0;
	margin:0;
	font:11px Arial; color: #54686d;
}

div#path p a{
	font:11px Arial; color: #54686d;
    text-decoration: none;
}

div#path p a:hover{
	color:#ff8600;
}

div#path a.arrow {
	display:block;
	float:left;
	padding-right:10px;
	background: url(../images/arrow.gif) 97% 3px no-repeat;
}


/* COLUMNS */

div#columns, div#columns900px{
    padding-top:10px;
	height: 100%; /* Needs to be set to avoid bug in IE 5.5 */
	float:left;
	background: url(../images/v2_fond.png) repeat-x 0 -10px;
}

div#columns
	{
	width:691px;
	}
div#columns900px
	{
	width:993px;
	}

/* MENU DEROULANT */
div#menu-deroul{
	height:34px;
}

div#menu-deroul dl,
div#menu-deroul dt,
div#menu-deroul dd {margin:0;padding:0}

div#menu-deroul dl{margin:0 0 0 5px;padding:0}

div#menu-deroul dt{
	float:left;
	display:block;
	width:219px;
	text-align:center;
	margin-right:12px;
	cursor:pointer;
}

div#menu-deroul dt a{
	display:block;
	padding:9px 0 10px 0;
	font:Bold 12px Arial;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
}



div#menu-deroul dt.nomargin{margin-right:0}


div#top-arrondi{
	height:21px;
	background: url(../images/v2_centre_haut.png) no-repeat
}

div#top-arrondi-bis{
	margin-left:6px;
	height:5px;
	background: url(../images/v2_centre_haut_bis.gif) no-repeat;
	font-size:0;
}

/* MENUES */

div#leftmenu{
	word-wrap: break-word;
	float: left;
    width: 171px;
	background: url(../images/v2_leftmenu_gauche.gif) repeat-y;

}
div#leftmenu h2 {
	margin:0;
	padding:0;
	padding-left:10px;
	padding-bottom:8px;
	background: url(../images/v2_left_titre.png) no-repeat 0 100%;
}

div#leftmenu h2 a{
	color:#373737;
	font:bold 11px Trebuchet MS,Arial;
	text-decoration:none;
}

div#leftmenu h2 b.titre-1,
div#leftmenu h2 b.titre-2,
div#leftmenu h2 b.titre-3,
div#leftmenu h2 b.titre-4,
div#leftmenu h2 b.titre-5{
	font:bold 14px Trebuchet MS,Arial;
}

div#leftmenu h2 b.titre-1{color:#9cb625;}
div#leftmenu h2 b.titre-2{	color:#19a7d0;}
div#leftmenu h2 b.titre-3{	color:#ee7f01;}
div#leftmenu h2 b.titre-4{	color:#006b9c;}
div#leftmenu h2 b.titre-5{color:#9c1491;}

div#leftmenu ul,
div#leftmenu li {
	margin:0;
	padding:0;
	list-style:none;
}

div#leftmenu ul{margin-bottom:25px}

div#leftmenu li {
	padding: 0 12px 0 10px;
	margin: 7px 0 0 10px;
	}

div#leftmenu li a{
	font:12px Arial;
	color:#373737;
	text-decoration:none;
}

div#leftmenu li a:hover{
	border-bottom:1px dotted #373737;
}

div#leftmenu li.fleche-5 {font-size:11px;}
div#leftmenu li.fleche-5 a {font-size:12px; color:#9c1491}

div#leftmenu li.fleche-1{background: url(../images/v2_fleche_verte.gif) no-repeat 0 6px;}
div#leftmenu li.fleche-2{background: url(../images/v2_fleche_bleu.gif) no-repeat 0 6px;}
div#leftmenu li.fleche-3{background: url(../images/v2_fleche_orange.gif) no-repeat 0 6px;}
div#leftmenu li.fleche-4{background: url(../images/v2_fleche_bleu_fonce.gif) no-repeat 0 6px;}
div#leftmenu li.fleche-5{background: url(../images/v2_fleche_mauve.gif) no-repeat 0 6px;}


div#left-end {
	height:100px;
	background: url(../images/v2_leftmenu-bas.gif) no-repeat right bottom;
}



div#leftmenu-design h2
{
	margin:0 0 10px 10px;
	padding:5px 10px 0 0;
	font-size:1em;

}

div#rightmenu ul{
    margin: 0;
}

div#leftmenu-design ul
{
    margin: 0 0 0 10px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:0.9em;
	list-style-type:none;
}

div#leftmenu-design li{
    margin: 0;
}

div#leftmenu-design li a
{
	color:#494949;
	padding:4px;
	text-decoration: none;
	display: block;
}

div#leftmenu-design li a:hover
{
	text-decoration: underline;
}

div#leftmenu-design li a.selected
{
	color:#0B84BF;
}

div#leftmenu-design li.menu-level-0
{
	background: url(../images/leftmenu_separateur.png) no-repeat center bottom;
}

div#leftmenu-design li.menu-level-0 a
{
	background: url(../images/leftmenu_0.gif) no-repeat left;
}

div#leftmenu-design li.menu-level-0 a.selected
{ 
    background: url(../images/leftmenu_0_selected.gif) no-repeat left;
}

div#leftmenu-design li.menu-level-1
{
	margin-left:10px;
}

div#leftmenu-design li.selected
{
	background: url(../images/leftmenu_li_selected.png) no-repeat center;
}

div#leftmenu-design li.menu-level-1 a
{
	background: url(../images/leftmenu_1.gif) no-repeat center left;
}

div#leftmenu-design li.menu-level-1 a.selected
{ 
    background: url(../images/leftmenu_1_selected.gif) no-repeat left;
}

div#leftmenu-design li.menu-level-2
{
	margin-left:15px;
}

div#leftmenu-design li.menu-level-2 a
{
	background: url(../images/leftmenu_1.gif) no-repeat left;
}

div#leftmenu-design li.menu-level-2 a.selected
{ 
    background: url(../images/leftmenu_1_selected.gif) no-repeat left;
}

div#leftmenu-design li.menu-level-3
{
	margin-left:20px;
}

div#leftmenu-design li.menu-level-3 a
{
	background: url(../images/leftmenu_1.gif) no-repeat left;
}

div#leftmenu-design li.menu-level-3 a.selected
{ 
    background: url(../images/leftmenu_1_selected.gif) no-repeat left;
}

div#rightmenu {
	float: right;
	padding-top:10px;
    width: 309px;
	background: url(../images/v2_droite_fond.png) repeat-x 0 -10px;
}

/* ESPACE MEMBRES */
div#espace-membres, div#espace-membres2{
	margin-left:4px;
	width: 300px;
	height:100px;
	background: url(../images/v2_membres_fond.png) no-repeat;
}

div#espace-membres2{
	background: url(../images/v2_membres_fond2.png) no-repeat;
}

div#espace-membres h2, div#espace-membres2 h2{
	margin:0;
	padding:0;
	padding:14px 0 0 40px;
	font:bold 14px Trebuchet MS;
	color:#006b9c;
}

div#espace-input {margin-top:12px;}

div#espace-input .membre1-box{margin-left:12px;}
div#espace-input .membre2-box{margin-left:12px;}
div#espace-input .membre3-box{
	position:absolute;
	display:block;
	width:26px;
	height:22px;
	top:42px;
	right:12px;
}

div#espace-input input.membre-box{
	background:transparent;
	border:0 none;
	font-size:11px; color:#accbe2;
	width:113px;
}

div#espace-input input.membre-bouton{
    width:26px;
    height: 22px;
    background: url(../images/v2_bouton_ok.gif) no-repeat;
}

div#espace-input input.membre-bouton:hover{background: url(../images/v2_bouton_ok.gif) no-repeat 0 -22px;}

div#espace-href {
	position:absolute;
	top:71px;
	left:26px;
}

div#espace-href a{
	font:11px Arial;
	color:#006b9c;
	text-decoration:none;
}
div#espace-href a:hover{
	border-bottom:1px dotted;
}



div#rightmenu-design{
	position:relative;
}

div.diaporama
{
	margin:5px 0 5px 0;
}

/* ANNUAIRE */
div#annuaire
{
	background: url(../images/annuaire_top.gif) no-repeat #D7E4EA;
	width:300px;
	margin:0 0 10px 1px;
}

div#annuaire a
{
	text-decoration:none;
}

div#annuaire h2
{
	color:#FFFFFF;	
	padding:5px 0 0 10px;
	font-size:1em;
}
div#annuaire h2 a {
	color:#FFFFFF;
}

div#annuaire ul
{
	margin:20px 0 0 20px;
	list-style-type:none;
	list-style-image:url(../images/annuaire_arrow.gif);
}

div#annuaire li
{
	font-size:0.85em;
}

div#annuaire li.left
{
	float:left;
	width:50%;
}

div#annuaire li.right
{
	float:right;
	width:50%;
}

div.annuaire-bottom
{
	background: url(../images/annuaire_bottom.gif) no-repeat;
	width:300px;
	height:16px;
}

/* POPUP */

div.popupmenu
{
	position: absolute;
	visibility: hidden;
	margin-left:135px;
	width:160px;
}
 
div.subpop
{
	clear:both;
	padding-left:5px;
	margin-left:2px;
	margin-right:2px;
	width:170px;
}


div.bouton_90
{
	text-align:center;
	margin-right:5px;
}

div.boutons
{
	margin:0;
}

div.titre-pratique,div.titre-boutique, div.titre-partenaires
{
	width:120px;
	height:19px;
}

div.center-boutons
{
	border-left:1px solid;
	border-right:1px solid;
	padding-top:5px;
}

div.bottom-boutons
{
	width:120px;
	height:3px;
	font-size:1px;
	margin-bottom:5px;
}

/* MAINCONTENT */

div#maincontent{
	float: left;
	width:508px;
	background:#ffffff url(../images/v2_centre_fond.jpg) no-repeat;
}
div#maincontent-bis{
	float:left;
	margin-left:6px;
	width:679px;
	background-color:#ffffff;
}
div#maincontent-bis div#maincontent-design h1{
	margin-top:10px;
	margin-bottom:10px;
}

div#maincontent2{
	float: left;
	width:690px;
	}

div#maincontent-design
{
	background:url(../images/v2_centre_fond_bas.jpg) no-repeat bottom;
	min-height: 820px;
}

* html div#maincontent-design{height:820px;} /* hack ie 6 */



div#maincontent-bottom
{
	padding:0 15px 20px 15px;
}

div#maincontent-design h1{ margin-top:0;margin-bottom:0; }

div#maincontent-design h1 a,
div#maincontent-design h1 a:hover{
	color:#373737;
	text-decoration:none;
}





div#maincontent h2 span.note
{
	font-style:italic;
}

div#maincontent-bottom div#event-all h3{
	margin:0;
	padding-top:10px;
}



	
/* NAVIGATORS */

div.content-navigator
{
    display: block;
    clear: both;
}

div.content-navigator div
{
    display: inline;
    text-align: center;
}

div.content-navigator div.content-navigator-separator, div.content-navigator div.content-navigator-separator-disabled
{
    padding-left: 4px;
    padding-right: 4px;
}

div.content-navigator div.content-navigator-arrow
{
    font-size: 150%;
}




/* FOOTER */

div#footer-design 
{
    padding-right: 5px;
    text-align: right;
	font-size:9px;
	margin-bottom:5px;
	height:23px;
}

div#footer-design address
{
    font-style: normal;
}

div#footer-design a
{
    text-decoration: none;
}

div#footer-links
{
	background:#E5EAEE;
}

div#footer-links div.rss
{
	text-align:center;
	width:302px;
	float:right;
	margin-top:10px;
}

div#footer-links div.links
{
	background:url(../images/footer_links_bg.gif) no-repeat;
	width:694px;
	height:37px;
	text-align:center;
	font-size:0.85em;
	padding-top:2px;
}

div#footer-links div.links ul
{
	list-style-type:none;
	margin:10px 0 0 0 ;
}

div#footer-links div.links ul li
{
	display:inline;
	border-right:1px solid #FFFFFF;
}

div#footer-links div.links ul li.last
{
	border-right:none;
}

div#footer-links div.links ul li a
{
	color:#FFFFFF;
	text-decoration:none;
	margin:0 10px 0 10px;
}

div#footer-links div.links ul li a:hover
{
	text-decoration:underline;
}


/* GENERAL TABLE */


table td
{ 
    padding:5px;
}

/* SUBMIT BUTTONS */

input.defaultbutton
{

    border: 1px solid;
	cursor:pointer;
	font-size:10px;
}

input.button
{
    border: 1px solid;
	cursor:pointer;
	font-size:10px;
}

input.searchbutton, input.creditbutton
{
    border: 1px solid;
	cursor:pointer;
	font-size:10px;
}

div.object-left input.searchbutton
{
    margin:29px 0 0 10px;
}


input.searchimage{
    width:26px;
    height: 22px;
    background: url(../images/v2_bouton_ok.gif) no-repeat;
}

input.searchimage:hover{background: url(../images/v2_bouton_ok.gif) no-repeat 0 -22px;}



/* PUB */

div#meteo
{
	background:url(../images/meteo_bg.png) no-repeat;
	margin-bottom:5px;
	padding:0 8px 12px 7px;
}

div#meteo h2,
div#meteo h2 a
{
	color:#ffffff;
	padding:14px 0 0 0;
	margin:0;
	text-decoration:none;
}

div#meteo h2
{
	background:url(../images/meteo_arrow.gif) no-repeat 50px 35px;
}

div#meteo p
{
	font-size:0.85em;
	height:10px;
	text-align:center;
}

div#meteo p a
{
	text-decoration:none;
}


div.pub-135x100
{
	text-align:center;
	margin-top:4px;
	margin-bottom:4px;
}


div#actualites,
div#leftmenu-design
{
	background: #9ecee7 url(../images/actualite_bg.jpg) no-repeat;
	width:155px;
}

div#actualites h2
{
	color:#FFFFFF;
	margin:0 0 10px 10px;
	padding:5px 0 0 0;
	font-size:1em;
}

div#actualites div.content-view-listitem div.attribute-intro
{
	padding-right:5px;
}

/* Bug IE7 */
div.attribute-intro, div.class-article h3
	{
	position:relative;
	}

div#close-actualites {
	height:10px;	
	background: url(../images/actualites_end.gif) no-repeat;
}


div#liens-sponsorises
{
	background: url(../images/liens_sponsorises.gif) no-repeat;
	width:155px;
	min-height:244px;
}

div.pave-pub{
	margin:10px 0 10px 4px;
}

div.oas_right1
{
	/*margin-top:10px;
	position:absolute;
	height:auto;
	*/
	padding:0 0 0 0px;
	position: absolute;
	left: 50%;
	margin-top:175px;
	margin-left: 375px;
}

div.OAS_right
{
	margin:10px 0 10px 4px;
}

div.OAS_left{
	margin:5px 12px 8px;
}

div.oas_top
{
	margin:0;
	padding:0;
	font-size:1px;
}

div.position4
{
	width:100%;
	text-align:center;
	height:auto;
	font-size:1px;
	margin-top:10px;
}

div.bottomLeft
{
	font-size:1px; /* Set height to 1px when empty IE6*/
}

div.publiredac
{
	margin-top:5px;
	clear:both;
	text-align:center;
}

div.bouton_publiredac
{
	margin: 0 12px 0 12px;
	float:left;
}

div.une
{
	padding:0 5px 5px 5px;
}

div.btn_gauche

{
	text-align:center;
	margin-top:5px;
}

div#footer-carte
{
    padding-right: 5px;
    text-align: right;
	font-size:9px;
	margin-bottom:5px;
	height:23px;
}

/* NEWS */


.ja-newsblock{
	position:relative;
	display: block;
	width: 100%;
}

.ja-newsitem {
	overflow:hidden;
	width: 100%;
	height: 264px;
}


.ja-newscontent div.content-view-slideshow div.class-article
{
	margin:0 5px 0 5px;
}

.ja-newscontent div.content-view-slideshow div.class-article div.attribute-short p
{
	font-size:0.85em;
	color:#494949;
	margin-right:15px;
}

.ja-newscontent div.content-view-slideshow div.class-article h2
{
	width:480px;
}

.jahl-newscontrol
{
	display:block;
	z-index:1;
	position:absolute;
	right:5px;
	bottom:15px;
}


.jahl-newscontrol span.col1,
.jahl-newscontrol span.col2,
.jahl-newscontrol span.col3,
.jahl-newscontrol span.col4,
.jahl-newscontrol span.col5
{
	display:block;
	float:left;
}
.jahl-newscontrol span.col1 {
	margin-top:4px;
	margin-right:5px;
}

.jahl-newscontrol span.col1 a{
	font:11px arial;
	text-decoration:none;
}

#jahl-indicator
{
	float: left;
	background: #EEEEEE;
	padding: 2px 5px;
	font-size: 10px;
	line-height: normal;
	margin-left: 5px;
	display: block;
	color:#0070A7;
	border:1px solid #DDDDDD;
}

/* USER */

ul.login
{
	list-style-type:none;
	list-style-image:url(../images/arrow_orange.gif);
}

div.user-edit,
div#user-register,
div.espace-membre,
div.user-success,
div.content-edit
{
	background: url(../images/user_picto.png) no-repeat right top;
}



div.no-icon div.content-edit
{
	background:none;
}

div#user-login-logout{
	font:11px Arial;
	color:#373737;
}

div#user-login-logout p{
	margin:0;
	padding:0;
	margin:10px 0 0 12px;
}

div#user-login-logout li a{
	color:#006b9c;
	text-decoration:none;
}

div#user-login-logout li a:hover{
	border-bottom:1px dotted;
}




div.warning
{
	background:url(../images/full_searchbox_bg.png) no-repeat;
	padding:2px 0 0 15px;
}

div.warning li
{
	color:#206EA4;
}

div.out /* throw the contents out of view */
{
	position:absolute;
	left:-2000px;
}

table.user-register
{
	font-size:0.85em;
}

table.user-register div.bg-select
{
	background:transparent url(../images/box_user_register.gif) no-repeat;
	font-size:0.9em;
	border:0px none;
	vertical-align:middle;
	color:#206EA4;
	padding:3px 5px 0 5px;
	width:128px;
	height:18px;
	margin-right:5px;
}

table.user-register div.box
{
	background:url(../images/box_user_register.gif) no-repeat;
	vertical-align:middle;
	width:140px;
	height:21px;
	margin-right:5px;
}

table.user-register input.box
{
	background:transparent;
	font-size:0.9em;
	border:0px none;
	vertical-align:middle;
	color:#206EA4;
	padding:3px 5px 0 5px;
	width:128px;
	height:18px;
}

table.user-register div.bg-select span
{
	display:none;
}

table.user-register select
{
	font-size:0.9em;
	border:0px none;
	width:128px;
	height:12px;
	color:#206EA4;
}

/* USER homepage */

div#user-login
{
	background:url(../images/user_bg.gif) no-repeat;
	height:118px;
	padding:0 0 0 15px;
}

div#user-login h2
{
	margin:0 0 7px 40px;
	padding-top:10px;
	color:#EE8201;
}


div#user-login p
{
	font-size:0.85em;
	color:#494949;
	margin:0 0 10px 0;
}

input.user-login-button
{
    width:29px;
    height: 17px;
    background: url(../images/user_login_button.gif) no-repeat;
	vertical-align:top;
}

input.search-carte-button
{
    width:29px;
    height: 17px;
    background: url(../images/user_login_button.gif) no-repeat;
	vertical-align:top;
}

div#user-login div.user-links
{
	float:right;
	width:138px;

}

div#user-login h3
{
	color:#626262;
	margin:12px 0 5px 0;
}

div#user-login ul
{
	margin:0; padding:0;
	list-style-type:none;

}

div#user-login ul li{
	background:url(../images/user_li_arrow.gif) no-repeat 0 8px;
	margin-left:5px;
	padding-left:10px;
	list-style-type:none;
	color:#EE8201;
}


div.user-success ul
{
	margin:0; padding:0;
	list-style-type:none;

}

div#user-login ul li a
{
	color:#EE8100;
	font-size:0.85em;
}

div#user-login ul li a:hover
{
	text-decoration:none;
}



div.user-success ul li,
div#user-register ul li
{
	background:url(../images/user_li_arrow.gif) no-repeat 0 8px;
	padding-left:10px;
	list-style-type:none;
	color:#EE8201;
}

div.user-success ul li
{
	color:#F58D00;
}

div.user-success
{
	padding-bottom:20px;
}


div#search-photo
{
	float:right;
	background:url(../images/halfbox_bg.png) no-repeat;
	width:235px;
	height:185px;
}

div#create-photo
{
	float:left;
	background:url(../images/halfbox_bg.png) no-repeat;
	width:235px;
	height:185px;
}

div#search-photo h2,
div#create-photo h2
{
	margin:5px 0 0 20px;
}

div#search-photo h3,
div#create-photo h3
{
	margin:5px 5px 5px 0;
}

div#user-login-halfbox,
div#user-search-halfbox
{
	padding:0 0 0 30px;
	margin:0;
}

div#user-login-halfbox input.user-login-button
{
    width:29px;
    height: 17px;
    background: url(../images/user_login_button.gif) no-repeat;
	vertical-align:middle;
}


/* USER login */

div#login
{
	background:url(../images/login.png) no-repeat;
	width:508px;
	padding:0 0 0 15px;
	margin:0 0 300px -10px;
}

div#login h2
{
	margin:0 0 0 50px;
	padding-top:50px;
	color:#EE8201;
}

div#login h3
{
	color:#626262;
	margin:50px 0 0 0;
}

div#login p
{
	font-size:0.85em;
	color:#494949;
	
}



div#login div.user-links
{
	float:right;
	width:150px;
}

div#login ul
{
	list-style-type:none;
	margin-left:10px;
}

div#login ul li
{
	background:url(../images/user_li_arrow.gif) no-repeat 0 8px;
	padding-left:10px;
}


div#login ul li a
{
	color:#EE8100;
	font-size:0.85em;
}

div#login ul li a:hover
{
	text-decoration:none;
}




div.user-success
{
	padding-bottom:20px;
}

/* MEMBERS */

div.toolbar-box-balade
{
	width:493px;
	height:62px;
	background: url(../images/members_toolbar/toolbar_box_balade.png) no-repeat;
}

div.toolbar-box-photo
{
	width:493px;
	height:62px;
	background: url(../images/members_toolbar/toolbar_box_photo.png) no-repeat;
}

div.toolbar-box-video
{
	width:493px;
	height:62px;
	background: url(../images/members_toolbar/toolbar_box_video.png) no-repeat;
}

div.toolbar-box-annuaire
{
	width:493px;
	height:62px;
	background: url(../images/members_toolbar/toolbar_box_annuaire.png) no-repeat;
}

div.toolbar-box-evenement
{
	width:493px;
	height:62px;
	background: url(../images/members_toolbar/toolbar_box_evenement.png) no-repeat;
}

div#members-toolbar h3
{
	margin:5px 0 0 10px;
}

div#members-toolbar h4
{
	color:#EE8101;
	font-size:1.2em;
}

div.toolbar-box-evenement h3
{
	color:#9CC43C;
}

div.toolbar-box-photo h3
{
	color:#E58D26;
}

div.toolbar-box-video h3
{
	color:#1D7563;
}

div.toolbar-box-balade h3
{
	color:#7254AE;
}

div.toolbar-box-annuaire h3
{
	color:#264F84;
}

div#members-toolbar select
{
	border:0;
	float:right;
	margin:0 100px 0 0;
}

span.select-box select
{
	width:150px;
}


input.btn-carte-postale
{
    width:124px;
    height: 20px;
    background: url(../images/members_toolbar/btn_carte_postale.gif) no-repeat;
	vertical-align:middle;
}

input.btn-password
{
    width:124px;
    height: 20px;
    background: url(../images/btn_password.gif) no-repeat;
	vertical-align:middle;
}

input.btn-comment
{
    width:124px;
    height: 20px;
    background: url(../images/btn_comment.gif) no-repeat;
	vertical-align:middle;
}

input.btn-balade
{
    width:124px;
    height: 20px;
    background: url(../images/members_toolbar/btn_balade.gif) no-repeat;
	vertical-align:middle;
}

input.btn-event
{
    width:124px;
    height: 20px;
    background: url(../images/members_toolbar/btn_event.gif) no-repeat;
	vertical-align:middle;
}

input.btn-video
{
    width:124px;
    height: 20px;
    background: url(../images/members_toolbar/btn_video.gif) no-repeat;
	vertical-align:middle;
}

input.btn-discard
{
    width:124px;
    height: 20px;
    background: url(../images/btn_discard.gif) no-repeat;
	vertical-align:middle;
}

input.btn-register
{
    width:124px;
    height: 20px;
    background: url(../images/btn_register.gif) no-repeat;
	vertical-align:middle;
}

input.btn-valide
{
    width:124px;
    height: 20px;
    background: url(../images/members_toolbar/btn_valide.gif) no-repeat;
	vertical-align:middle;
}

input.btn-modify
{
    width:124px;
    height: 20px;
    background: url(../images/members_toolbar/btn_modify.gif) no-repeat;
	vertical-align:middle;
}

input.btn-submit-site
{
    width:124px;
    height: 20px;
    background: url(../images/members_toolbar/btn_submit_site.gif) no-repeat;
	vertical-align:middle;
}

div.user-success
{
	height:100%;
}

div#content-view-comments ul
{
	list-style-type:none;
	list-style-image:url(../images/annuaire_arrow.gif);
	margin: 0 0 0 20px;
}

a#show,
a#mypublish
{
	text-decoration:none;
	background:url(../images/readmore_site.gif) no-repeat 0 5px;
	padding-left:10px;
	font-size:0.85em;
	color:#486B82;
	float:right;
}

/* HOMEPAGE */
div.diavibal{
	background-color:#f4f7f9;
	padding:15px 0 15px 15px;
}

div.diavibal div.element1,
div.diavibal div.element2,
div.diavibal div.element3{
	float:left;
}

div#slideshow {
	width:146px;
}
div.diavibal div.element1 div#slideshow,
div.diavibal div.element2 div#slideshow{
	margin-right:20px;
}


div#support,
div#support-balades
{
	width:146px;
	position:relative;
	overflow:hidden;
	height:130px;
}

div#support
{
	background-color:#D0AD60;
}

div#support-balades
{
	background-color:#AEA6BD;
}

div.scrollbar
{
	 position:absolute;
	 right:0;
	 top:115px;
	 width:146px;
	 height:10px;
}

div#contenu,
div#contenu-balades
{
	width:1000px;
	white-space:nowrap;
}

div#contenu div.imageslide,
div#contenu-balades div.imageslide
{
	display:inline;
	float:left;
	width:100px;
	overflow:hidden;
}

div#contenu div.imageslide img,
div#contenu-balades div.imageslide img
{
	height:100px;
	overflow:hidden;
}

div#contenu div.lieu,
div#contenu-balades div.lieu
{
	font-size:0.85em;
	color:#FFFFFF;
	padding-left:2px;
}

div#diaporama h2,
div#videos h2,
div#balades h2 {
	height:25px;
	color:#FFFFFF;
	padding:3px 0 0 10px;
	margin:0;
}

div#diaporama h2
{
	background: url(../images/h2_diaporama.gif) no-repeat;
}

div#slideshow div#videos h2
{
	background: url(../images/h2_videos.gif) no-repeat;
}

div#balades h2
{
	background: url(../images/h2_balades.gif) no-repeat;
}

div#slideshow div.video-content
{
	position:relative;
	width:146px;
	height:100px;
	background:#000000;
}

div#slideshow div.video-readmore
{
	position:absolute;
	top:0;
}

div#slideshow div.video-crop
{
	width:146px;
	height:100px;
	overflow:hidden;
}

div#slideshow div.video-title
{
	height:29px;
	text-align:center;
	background:#89C5B8;
	padding:2px 0 0 0;
}

div#slideshow div.video-title a
{
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
}

div#slideshow div.diaporama-footer,
div#slideshow div.balades-footer,
div#slideshow div.videos-footer
{
	background: url(../images/diaporama_footer.gif) no-repeat;
	height:23px;
	padding:3px 0 0 0;
}

div#slideshow div.diaporama-footer h3,
div#slideshow div.balades-footer h3,
div#slideshow div.videos-footer h3
{
	font-size:0.85em;
	padding:0 0 0 10px;
	margin:0 0 0 2px;
}

div#slideshow div.diaporama-footer h3
{
	background: url(../images/diaporama_footer_h3.gif) no-repeat 0 5px;
}

div#slideshow div.balades-footer h3
{
	background: url(../images/balades_footer_h3.gif) no-repeat 0 5px;
}

div#slideshow div.videos-footer h3
{
	background: url(../images/videos_footer_h3.gif) no-repeat 0 5px;
}

div#slideshow div.diaporama-footer h3 a
{
	color:#E58D26;
}

div#slideshow div.balades-footer h3 a
{
	color:#7254AE;
}

div#slideshow div.videos-footer h3 a
{
	color:#539688;
}



/* WARNING */

div.warning, 
div.warning h2
{
	color: #486B82;
}

div#searchresult div.content-view-line
{
	font-weight:normal;
}

div#searchresult div.dark
{
    background: url(../images/comment_dark.png) repeat-y right;
}

div#searchresult h3
{
	font-weight:normal;
	margin:0;
	padding:0;
}

div#searchresult p
{
	font-size:10px;
}

div#searchresult div.attribute-short
{
	width:auto;
}

div#searchresult b
{
	font-weight:normal;
}

/* TAGCLOUD */

div#tagcloud
{
	margin-bottom:10px;
	text-align:center;
}

div#tagcloud h3
{
	text-align:left;
	color:#447480;
	margin-bottom:0;
	font-size:1.2em;
}

div#tagcloud a
{
	text-decoration:none;
	color:#6090AF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* RESERVIT */

div.reservit-content
{
	background: #FFFFFF;
}

div.reservit-content div.object-left
{
	margin-left:10px;
}

div.reservit-content div.object-right
{
	margin-right:10px;
}

div#reservit h2
{
	background: url(../images/arrow_search.png) no-repeat;
	height:23px;
	padding-left:28px;
	border-top:1px solid #EE8201;
	margin-left:-10px;
	margin-right:-10px;
}

div#reservit h3
{
	color:#CC3366;
	border-top:1px solid #CC3366;
}

div#reservit h4
{
	color:#9696FF;
}

div#tip
{
	margin-left:10px;

}

ul.arrow
{
	list-style-type:none;
	list-style-image:url(../images/annuaire_arrow.gif);
	margin: 0 0 0 20px;
}

ul.arrow a
{
	text-decoration:none;
}

/* MISC */

div.tipafriend
{
	background: url(../images/tipafriend_line.png) center bottom no-repeat;
	padding-bottom:27px;
}

div.content-view-sitemap table td
{
	vertical-align:top;
}

div.content-view-sitemap ul
{
	list-style-type:none;
	margin-left:10px;
}

div.content-view-sitemap ul li
{
	background:url(../images/user_li_arrow.gif) no-repeat 0 8px;
	padding-left:10px;
}

div.content-advancedsearch div.content-edit
{
	zoom:1;
	background:none;
}

div.content-advancedsearch ul
{
    list-style-type: none;
	list-style-image:url(../images/arrow.gif);
	
}

div#remove-object div.dark
{
	 background: url(../images/comment_dark.png) repeat-y right;
}

a#showcomments
{
	text-decoration:none;
	margin-right:5px;
}

a#propose
{
	background: url(../images/propose.gif) no-repeat;
	padding:2px 5px 2px 45px;
	color:#FFFFFF;
	font-weight:bold;
	float:right;
	width:133px;
	height:14px;
	font-size:0.85em;
	margin:10px 0 -13px 0;
}

a#propose-photo
{
	background: url(../images/propose_photo.gif) no-repeat;
	padding:2px 0 2px 45px;
	color:#FFFFFF;
	font-weight:bold;
	float:right;
	width:133px;
	height:14px;
	font-size:0.85em;
	margin-top:10px;
}

a#hidecomments
{
	float:right;
	margin-top:-38px;
}

div.number-of-items
{
	float:right;
	font-size:0.85em;
}

div.children-detailed
{
	margin-top:5px;
}

div.content-view-tagcloud
{
	padding:10px;
}

#captcha
{
	margin-left:85px;
}

/* ------------------- LOGOS SUPPLEMENTAIRES -------------------- */
#LogosSupplementaires {
	left:1050px;
	position:relative;
	top:0px;
}


/* NAVIGATION DANS LES DOSSIERS*/
div#navig-dossier {

}
div#navig-dossier  h1{
	margin:0 0 6px 0;
	padding:0;
}

div#navig-path {
	font:11px Arial;
	color:#373737;
	margin:0 0 10px 0;
	padding-bottom:4px;
	border-bottom:1px dotted #b6cfe4;
}

div#navig-path a{
	text-decoration:none;
	font:11px Arial;
	color:#006b9c;
}

div#navig-path a:hover{
	border-bottom:1px dotted;
	color:#006b9c;
}


div#navig-ligne1 {
	background: url(../images/v2_navig_arrondi1.gif) no-repeat;
	height:5px;
	font-size:0;
}

div#navig-ligne2 {
	background: url(../images/v2_navig_arrondi2.gif) no-repeat;
	height:5px;
	margin-bottom:20px;
	font-size:0;
}

div#navig-center {
	background:#e1e8ee;
	padding:4px 12px 2px 10px;
}

div#navig-center table{
	width:450px;
}
div#navig-center table td{
	padding:0;margin:0;
}

div#navig-center ul,
div#navig-center li{
	margin:0;
	padding:0;
}

div#navig-center li{
	margin:0 0 5px 0;
	padding:0 0 0 7px;
	list-style:none;
	background: url(../images/v2_fleche_bleu2.gif) no-repeat 0 7px;
}

div#navig-center li a{
	text-decoration:none;
	font:11px Arial;
	color:#006b9c;
}

div#navig-center li a:hover{
	border-bottom:1px dotted;
	color:#006b9c;
}

/* ------------------- MINI CARTE BRETAGNE  -------------------- */

div#support-carte{
	margin:6px 0 0 4px;
	width: 300px;
	height:230px;
	background: url(../images/v2_carte_fond.png) no-repeat;
}

div#support-carte h2 {
	margin:0;
	padding:0;
	padding:10px 0 0 11px;
}

div#support-carte h2 a{
	color:#373737;
	font:bold 11px Trebuchet MS,Arial;
	text-decoration:none;
}

div#support-carte h2 b {font:bold 14px Trebuchet MS,Arial;color:#ed8911;}




div.scrollbar-carte
{
	 position:absolute;
	 top:275px;
	 width:300px;
	 height:10px;
}

div.icons
{
	margin-left:20px;
	position:relative;
	width:260px;
	height:65px;
	overflow:hidden;
}



div#contenu-carte
{
	width:550px;
}

div#contenu-carte div.picto-carte
{
	display:inline;
	float:left;
	width:65px;
	height:65px;
	text-align:center;
	font-size:10px;
	white-space:normal;
}

div#contenu-carte div.picto-carte p
{
	width:65px;
	margin-top:0;
}

div#contenu-carte div.picto-carte a
{
	color:#916A14;
	text-decoration:none;
}

div#contenu-carte div.picto-carte a:hover
{
	text-decoration:underline;
}

div#carte_bretagne_global
	{
	position:relative;
	height:200px;
	width:300px;
	top:0px;
	}

div#carte-bretagne
	{
	position:static;
	top:0px;
	margin:12px 0 0 9px;
	width: 213px;
	height:167px;
	background: url(../images/v2_carte_bretagne.png) no-repeat;
	float:left;
	
	}

#carte_bretagne_elements
	{
	position:absolute;
	top:13px;

	width: 68px; 
	height: 188px; 
	left: 230px;
	overflow:hidden;
	}

	
.picto_liste
	{
	position:absolute;
	line-height:10px;	
	width:68px;
	}
.picto-carte
	{
	padding:4px 0px;
	width:68px; /* Opacité IE 7*/
	}
	
	
.picto-carte a
	{
	position:relative;
	z-index:100;
	}

.picto_liste .texte:hover
	{
	color:#EE8201;
	text-decoration:underline;
	}	

.picto-carte-invis
	{
	visibility:hidden;	
	}
	
.picto_liste .texte
	{
	text-decoration:none;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; 
    font-size: 9px;
	font-weight:normal;
	color:black;	
	display:block;
	width:68px;
	}

.pub-position1{
	float:right;
	margin-left:6px;
	margin-bottom:4px;
	margin-top:20px;
}

/* CADRE INFOS SUPPLEMENTAIRES (locations, visites) */
#infosSupplementaires_Fond
	{
	background:transparent url('/charte/images/infosSupp/infosSuppFond.png') no-repeat;
	width:300px;
	margin-left:4px;
	}

#infosSupplementaires_Fond2
	{
	margin:0;
	padding-top:5px;
	padding-left:4px;
	
	}
	
#infosSupplementaires_Fond2 h1
	{
	background:url('/charte/images/infosSupp/infosSuppTitre.gif') no-repeat;
	width:289px;
	height:27px;
	color:#006b9c;
	margin:0;
	padding:4px 0px 0px 4px;
	font-family: Trebuchet MS,Arial;
	font-size:14px;	
	}	
	

	
.infosSupplementaires_Fond3
	{
	font-family: Arial;
	font-size:12px;	
	color:black;
	padding-left:7px;
	line-height:21px;
	}	
	
.infosSupplementaires_separ
	{
	height:9px;
	}
	
#infosSupplementaires_Fond2 a
	{
	position:relative;
	z-index:1;
	font-weight:bold;
	color:black;
	border-bottom:1px dotted black;
	text-decoration:none;
	}	
	
#infosSupplementaires_Fond2 a:hover
	{
	border-bottom:1px solid black;
	}	
	
	
/* PHOTOS A DROITE */

#photodroite {
	margin:10px 0 0 7px;
}

#photodroite img{
	margin:0;padding:0;
	width:62px;
	height:42px;
	margin-left:5px;
}

/* PHOTOS CENTRAL */

#photo-viewer{
	position:relative;
	width:478px;
	overflow:hidden;
}

#photo-viewer img{
	width:478px;
	margin-top:6px;
}

#photo-viewer .photo-commentaires {
	position:absolute;
	height:auto;
	width:478px;
	background:#000;
	visibility:hidden;
}

#photo-viewer .photo-commentaires p{
	margin:0;padding:0;
	display:block;
	width:400px;
	padding:10px;
	color:#ffffff;
	text-decoration:none;
}

#photo-viewer .photo-loupe{
	position:absolute;
	z-index:2;
	bottom:3px;
	right:5px;
}
#photo-viewer .photo-loupe a{
	display:block;
	width:40px;
	height:42px;
	background:url('../images/v2_loupe.png');
}

/* PHOTOS VOTE */

#photo-vote {
	position:relative;
	height:44px;
	_width:478px;
	margin:15px 0 30px 0;
	background:#e4ebef;
	border:1px solid #cbd6dd;
	color:#373737;
}

#photo-vote .photo-bouton {
	position:absolute;
	top:7px;
	left:7px;
}

#photo-vote  .photo-nbevote {
	font-size : 12px;
	position:absolute;
	left:110px;
	top:8px;
}

#photo-vote  .photo-nbevote p{
	margin:0;padding:0;
	font-size:11px;
}

#photo-vote .photo-bouton a{
	display:block;
	z-index:1;
	width:96px;
	height:30px;
	background:url('../images/v2_vote_bouton.gif');
}
#photo-vote .photo-bouton a:hover{
	background:url('../images/v2_vote_bouton.gif') 0 -30px;
}

#photo-vote .photo-autres {
	position:absolute;
	right:7px;
	top:7px;
}
#photo-vote .photo-autres a.photo-prec{
	float:left;
	display:block;
	z-index:1;
	width:30px;
	height:30px;
	background:url('../images/v2_vote_fleche1.gif');
}

#photo-vote .photo-autres a.photo-prec:hover{
	background:url('../images/v2_vote_fleche1.gif') 0 -30px;
}


#photo-vote .photo-autres a.photo-suiv{
	float:left;
	display:block;
	z-index:1;
	width:30px;
	height:30px;
	background:url('../images/v2_vote_fleche2.gif');
}

#photo-vote .photo-autres a.photo-suiv:hover{
	background:url('../images/v2_vote_fleche2.gif') 0 -30px;
}


#photo-vote .photo-autres p{
	float:left;
	display:block;
	text-align:center;
	font-size:11px;
	margin:0 10px;
}
