/* .............................. */
/* Basic */
/* .............................. */



body {
	background-color:#FFFFFF;
  text-align: center;
  /*font-family: Arial, Lucida Grande, Lucida grande unicode,sans-serif;*/	
  font-family: Arial,sans-serif;
  font-size: 13px;
 /* background-image: url(images/fond.png);*/
 /*background-color: #FF9900;*/
  color: #111111;
  margin:0px;

  }

html, body {
   min-height:100%;
  }

.gras {
  font-weight: bold;
  }

.italique {
  font-style: italic ;
  }

.orangeg {
  color: #D58900;
  font-weight: bold;
  }

.centre {
  text-align: center;
  }

.googleads {
/*border: 	#99C9FF solid 1px;*/
  margin:0px;
  padding:1px;
  text-align:center;
  width:470px;
  height: 18px;
/*  background-color:#FAF8CC;*/
  }


#googlesidebar {

margin-top: 20px;
  margin-left:0px;
  margin-right:0px;
  padding-left:1px; 
  width: 100%;
  max-width: 100px
  float:right;
 word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebarTitle0 {
  background-color:#E56717;
  margin:1px 1px 1px 0px;
  padding:4px 2px 2px 0px; 
  font-size: 12px;
  color: white;
  height:18px; 
  width: 100%
 /*word-wrap: break-word;*/ /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

/* Wrappers
----------------------------------------------- */
#pageWrapper {
  margin:0px 0px 0px 0px;
  padding:0px;
  text-align:left;
  font: normal normal 100% Arial, sans-serif;
  width:100%;
  /*height:6000px; */
  }

#outerWrapper {
border: 	#81BEF7 solid 0px;
  background-color:#D6DEEC;
  /*background-color:#EFF5FB;*/
  margin:0px 0px 0px 0px;
  padding:0px;
  text-align:left;
  font: normal normal 100% Arial, sans-serif;
  width:100%;
  min-width:900px; 
  /*max-height:1000px; */
  }

/*Non-Floating version */

#mainWrapper {
  width:100%;
 /* border-top: 	#3399CC solid 1px;*/
  /*background-color:#EFF5FB;*/
  background-color:#fff;
  -moz-border-radius-topleft:5px;	
  -webkit-border-top-left-radius:5px;
  height:auto;
  min-height:525px;
  margin:0px 0px 0px 0px;
 /* padding-bottom:20px;*/
  /*min-height:660px; */
  /*float:right;*/
 word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
 overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebarWrapper {
/*border: 	#3399CC solid 1px;*/
margin-top: 0px;
  margin-left:0px;
  margin-right:0px;
 
  /*width: 100%;*/
  width: 180px;
  height:auto;
  /*float:left; */
 word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
 overflow: none;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebarTitle {
  background-color:#58ACFA;
  margin:1px 1px 1px 0px;
  padding:2px 2px 2px 0px; 
  color: white;
  height:16px; 
 /*word-wrap: break-word;*/ /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebarContent {
  /*background-color:#EFF5FB;*/
  
  margin:1px 0 1px 0px;
  padding-left:7px;
  padding-right:7px;
     
  /*height: 300px;*/
  /*height:700px; */
  overflow: hidden;
}

#sidebarContent div.sidebar_title{
	margin-top:5px;
	height:26px;	
	line-height:26px;
	padding-left:20px;
	font-weight:bold;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	border:#3162A6 solid 1px;
	background:url('/anchora/app/webroot/css/images/sidebar_taglist_title_right.png') no-repeat 5px;	
}

#sidebarContent div.sidebar_title_expand{
	margin-top:5px;
	height:26px;	
	line-height:26px;
	padding-left:20px;
	font-weight:bold;
	-moz-border-radius-topleft:5px;	
	-moz-border-radius-topright:5px;	
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	border:#3162A6 solid 1px;
	border-bottom:none;
	background:url('/anchora/app/webroot/css/images/sidebar_taglist_title_bottom.png') no-repeat 5px;	
}

#sidebarContent div.sidebar_main{
	background:#A6CAF0;
}

#sidebarContent div.sidebar_normal{
	background-color:#fff;
}

#sidebarContent div.sidebar_content{
	margin-top:1px;	
	line-height:20px;	
	display:none;
	overflow-x:visible;
	overflow-y:auto;
	max-height:300px;
	border:#3162A6 solid 1px;
	border-top:none;
	border-bottom:none;
}

#sidebarContent div.sidebar_footer{
	margin-top:1px;
	height:26px;	
	line-height:26px;
	padding-left:5px;
	-moz-border-radius-bottomleft:5px;	
	-moz-border-radius-bottomright:5px;	
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border:#3162A6 solid 1px;
	border-top:none;
	display:none;
}

#sidebarContent div.sidebar_list{
	padding-left:15px;
	cursor:pointer;
}

#sidebarContent div.sidebar_list_selected{
	padding-left:15px;
	cursor:pointer;
	background:#3399CC;
}

#sidebarContent div.sidebar_list_selected a{
	color:#fff;
}

#sidebarContent div.sidebar_list:hover{
	background:#3399CC;
	color:#fff;
}

#sidebarContent div.sidebar_list a{
	text-decoration:none;
	font-weight:normal;
	display: block;
}

#sidebarContent div.sidebar_list a:hover{
	background:#3399CC;
	color:#fff;
	font-weight:normal;
}




/*Floating Version: Use tag-float.thtml*/


#main-wrapper {
  width:77%;
  margin:0px 0px 0px;
  min-height:660px; 
  /*float:right;*/
 word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}

#sidebar-wrapper {
border: 	#C8BBBE solid thin;
margin-top: 1px;
  margin-left:1px;
  margin-right:5px;
  padding-left:1px; 
  width: 20%;
  float:left; 
 word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-title {
  background-color:#aaaaaa;
  margin-left:0px;
  margin-top:1px;
margin-right:1px;
  padding:0px 2px 2px 0px; 
  width: 100%;
  height:18px; 
 /*word-wrap: break-word;*/ /* fix for long text breaking sidebar float in IE */
  overflow: hidden;      /* fix for long non-text content breaking IE sidebar float */
}
#sidebar-content {
  background-color:#dddddd;
  margin-left:1px;
  padding-left:1px; 
  width: 99%; 
  height:660px; 
  overflow: scroll;
}




/*  taglist */

dl, dt, dd {
	margin: 0;
	padding: 0;
}

/*dl dd {
	margin-left: 0;
}

dl dt {
	font-weight: bold;
}

dl {
	border: 1px solid black;
	margin: 5px;
}*/





/* .............................. */
/* main et titre */
/* .............................. */

#surtitre {
  font-size: 12px;
  text-align:left;
  width: 600px;
  margin: 0 auto;
  color: #ffffff;
  }

#surtitre a {
  color: #ffffff;
  }

#surtitre a:hover {
  color: #EDAD00;
  font-weight: bold;
  }

#main {
  margin-right: 30px;
  margin-left: 30px;
/*background-color: orange;*/
  min-width: 960px;
  /*max-width: 1000px;*/
  }

#headerWrapper {
 background-color: #FFFFFF;
  width: auto;
  }

#bodyWrapper {
 	background-image: url('/anchora/app/webroot/img/bg_grayy.png');
	background-repeat: repeat-x;
	background-color:#95B3DE;
  width: auto;
  }

#titleWrapper {
 	/*background-image: url('/anchora/app/webroot/img/tbg.png');*/
	background-repeat: repeat-x;
	background-color:#95B3DE;
	border-bottom:solid 1px #3162A6;
	border-top:solid 1px #3162A6;
  width: auto;
  }

#resource_bottom{
	background-color:#95B3DE;
	border-top:solid 1px #c1c1c1;
	height:30px;
	line-height:30px;
	width: auto;
}

#resource_bottom a{
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}
#resource_bottom a:hover{
	color:#000000;
	font-weight:normal;
	text-decoration: underline;
}

#tab{
	max-width: 86%;
	min-width: 400px;
	background-color:#ffffff;
	border:2px solid #3162A6;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	padding:.5em 1em;
}




#mainfb {
  margin-right: auto;
  margin-left: auto;
  width: 600px;
  }

#maincopy {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  }

#logo {
  	height: 58px;
	width: 232px;
  }

#logoB {
	/*background-image: url(images/daopplerlogo.png);*/
  	height: 58px;
	width: 232px;
  }
#toline {
margin: -10 0 2px;
 width: 100%;
 border-top: 3px solid #3399cc;
backrgound-color: #ECE5B6;
   }

#botline {
margin: -10 0 2px;
 width: 100%;
 border-top: 3px solid #cccccc;
background-color: #ECE5B6;
   }

#tolinebright {
margin: -10 0 2px;
 width: 100%;
 border-top: 3px solid #CC6600;
backrgound-color: #ECE5B6;
   }


#tolinefb {
margin: 0 0 2px;
 width: 99%;
 border-top: 2px solid #CC6600
   }
#boline {
 width: 90%;
 border-top: 1px solid #CC6600
   }
#meline {
/*margin: 0 0 2px;*/
 width: 90%;
 /*hight: 0px;*/
 border-top: 1px solid #ff9933
   }
#midline {
/*margin: 0 0 2px;*/
 width: 100%;
 hight: 0px;
 border-top: 1px solid #3399CC
   }

#divline {
 width: 730px;
 border-top: 1px solid #ff9933
   }

#rssline {
 width: 90%;
 border-top: 2px solid #CC6600
   }

#haut {
  background-image: url(images/haut.png);
  height: 32px;
  }
#bord {
  background-image: url(images/bord.png);
  }

#bas {
  background-image: url(images/bas.png);
  height: 18px;
  }

.image-info {
	/*background:#EFF5FB;*/
	background:#fff;
	border:1px solid #3162A6;
	border-top:none;
	border-bottom:none;
	padding:20px;
	text-align:justify;
	width:86%;
	margin:0px auto;
	/*margin-top:20px;*/
	line-height:16px;
	}

.front2-info {
	background:#ffffff;
	border:2px solid #ff9933;
	padding:20px;
	text-align:justify;
	width:86%;
	margin:0px auto;
	margin-top:20px;
	line-height:16px;
	}

.tour-info {
	font-size: 14px;
	border:0px solid #ff9933;
	padding:20px;
	text-align:justify;
	width:86%;
	margin:0px auto;
	margin-top:20px;
	line-height:16px;
	}

.cse-info {
	background:#CEE3F6;
	border:0px solid #ff9933;
	padding:15px;
	text-align:justify;
	width:900px;
	margin:0px auto;
	margin-top:15px;
	line-height:16px;
	}

.tab-info {
	background:#EFF5FB;
	padding:20px;
	text-align:justify;
	width:86%;
	margin:0px auto;
	margin-top:15px;
	line-height:16px;
	}

.tab0-info {
	background:#ffffff;
	padding:20px;
	text-align:justify;
	width:86%;
	margin:0px auto;
	margin-top:15px;
	line-height:16px;
	}

.front-info {
	/*background:#FFFBD0;*/
	padding:15px;
	text-align:justify;
	/*width: 96%;*/
	margin:0px auto;
	/*margin-top:15px;*/
	line-height:16px;
}


.message
{
	font-size:14px;
	padding:12px;
}

#errorMessage
{
	color:red;
}

#successMessage
{
	color:green;
}
.error_message
{
	width: 45%;
	font-size:14px;
	padding: 5px;
	color:red;
}

hr {
  border: 0px;
}


h1 {
	/*float:left;
	clear:left;
	font-weight:bold;*/
	font-size:22px;
	letter-spacing:2px;
	word-spacing: 3px;
 	line-height: 18pt
	color:	#CC3300;
	margin:2px;
	margin-left:2px;
	padding:0px;
	}

h2 {
	/*float:left;
	clear:left;
	font-weight:bold;*/
	font-size:18px;
	letter-spacing:1px;
	word-spacing: 3px;
 	line-height: 25px;
	color:#003399;
	margin:1px;
	margin-left:2px;
	padding:0px;
	}

.frontText {
	/*float:left;
	clear:left;
	font-weight:bold;*/
	font-size:14px;
	letter-spacing:0px;
	word-spacing: 2px;
 	line-height: 18pt
	/*color:	#CC3300;*/
	margin:2px;
	margin-left:2px;
	padding:0px;
}


h3 {
	/*float:center;
	clear:center;*/
	font-weight:bold;
	font-family: Helvetica;
	font-size:16px;
	letter-spacing:1px;
	color:#003399;
	margin:2px;
	margin-left:2px;
	padding:0px;
	}

h4 {
	/*float:center;
	//clear:center;
	//font-weight:bold;*/
	font-size:14px;
	letter-spacing:1px;
	color:#FF3300;
	margin:1px;
	margin-left:2px;
	padding:0px;
	}

h5 {
	/*float:center;
	//clear:center;
	//width:650xp
	hight: 12px;
	//overflow: hidden
	//font-weight:bold;*/
	font-size:13px;
	letter-spacing:0px;
	color:#CC3300;
	margin:1px;
	margin-left:0px;
	padding:0px;
	}

h6 {
	/*float:left;
	//clear:left;
	//font-weight:600;*/
	font-size:11px;
	letter-spacing:0px;
	color:#FF3300;
	margin:1px;
	margin-left:2px;
	padding:0px;
	}


hh7 {
	float:center;
	clear:left;
	font-weight:600;
	font-size:13px;
	letter-spacing:0px;
	color:#C34A2C;
	margin:1px;
	margin-left:1px;
	padding:0px;
	}

#page {
	padding:0px;
	width:100%;
	margin:0px auto;
text-align: center;
	}

#pagefb {
	padding:0px;
	width:93%;
	margin:0px auto;
	}

/* top "menu" links div - defines position and link styles and borders */
#top_links {position:absolute; top:4px; right:10px; color:#666; text-align:right; z-index:10;}
#top_links a {font:bold 11px/11px arial,sans-serif; color:#5B8F3D; text-decoration:none; 
				border-width:0px 2px 0px 0px; border-style:solid; border-color:#B3B3B3; padding:0px 5px 0px 5px;}
#top_links a:hover {text-decoration:underline;}

ul.menu
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

ul.menu li
{
	display: inline;
}

/*ul.menu li:before {
	content: ' • ';
}*/

ul.menu li:before {
	font-weight:bold;
	/* content: ' : ';*/
	color: #cc3300
}

ul.menu li.firstitem:before {
	content: '';
}

.thumbnails {
	border:1px solid #515151;
	padding:3px;
	margin:3px;
	}

.futureThumbnails {
	margin: 3px;
	padding: 3px;
	border: 1px solid #FF0000;
}

.currentThumbnail {
	border:1px solid #D58900;
	padding:3px;
	margin:3px;
	}

#cal
{

padding-bottom: 0px;
padding-top: 0px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
/*background-color: #ffcc99;*/
color: #343434;
/*width: 250px;*/
font-family: Arial,Helvetica,sans-serif;
/* fixes Firefox 0.9.3 */
}

#calendar ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #ffcc99;
color: #343434;
width: 550px;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#calendar ul li
{
display: inline;
/*margin: 10x;*/
padding: 5px;
padding-left: 11px;
padding-right: 11px;
/*border: 10px;
//width: 50px;*/
margin:0 2.5px 0 2.5px;
}

#calendar ul li a
{
/*padding: 5px;*/
color: #343434;
text-decoration: none;
/*font-weight: bold;*/
}

#calendar ul li a:hover
{
/*background-color: #369;*/
color: white;
font-weight: bold;
}

#calendar .year
{
border-left: 0px solid #369;
background-color: #cc3300;
color: #aaa;
font-weight: bold;
}

.nolinebreak {
	display: none;
}

ul.commentlist {
  list-style-type: none;
  }

.commentlist li {
   border-top:1px dotted #cccccc;
   width: 500px;
	margin: 0 auto;
   padding-bottom:5px;
  padding-top:5px;
  text-align: left;
	margin-right: 50px;
}

.commentlist li a {
   font-style: italic ;
  }

.commentlist li:hover {
	background:#eeeeee;
	}

.title {
	font-weight:bold;
	font-size:14px;
	letter-spacing:1px;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

li.moderation {
  border: 1px solid #FF0000;
}

#page ul.menu
{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#page ul.menu li
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/*#page ul.menu li:before {
	content: ' • ';
}*/

#page ul.menu li:before {
	font-weight:bold;
	/*content: ' : ';*/
}

#page ul.menu li.firstitem:before {
	content: '';
}

#page ul.menu li a
{
	font-style: normal;
}

#image img#futurePhoto {
	padding: 0px;
	border: 1px solid #FF0000;
}

#image img#itemPhoto {
	/*width: 200px;
	//hight: 200px;*/
	padding: 0px;
	border: 2px solid #666666;
}

#image img#logo {
	/*width: 200px;
	//hight: 200px;*/
	padding: 0px;
	border: 3px;
}

#image img#itemSlides {
	width: 320px;
	hight: 240px;
	padding: 0px;
	border: 2px solid #666666;
}

#image img#itemThumbM {
	padding: 0px;
	border: 2px solid #CC6600;
}

#image img#itemThumb {
	/*position: relative;
	//clip:rect(0px, 60px, 60px, 0px);*/
	padding: 0px;
	border: 1px solid #999999;
}

#login {
  background-color: #e9e9e9;
	min-width: 250px;
	
	border:1px solid #9e9e9e;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	padding:.5em 1em;
}

.login {
  background-color: #e9e9e9;
	min-width: 345px;
	
	
	border:1px solid #9e9e9e;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	/*padding:.5em 1em;*/
}

#loginform div {
  
	margin: 9px;
	width: 96%;
}

#loginform label {
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 10px;
}

#loginform .comment-button {
	margin-left: 100px;
	margin-right: 18px;
}

#loginform div.infobox {
  float: right;
  width: 150px;
  height: auto;
  margin: 0px 0px 10px 10px;
  padding: 5px;
  border: 1px solid #ff9933;
  background-color: #d4d4d4;
  color: #333333;
  font-size: 80%;
}

#admin-toolbar {
  margin: 3px;
  padding: 3px;
}

#admin-toolbar img {
  border: 2px;
  margin: 1px;
  padding: 3px;
  background: #DDDDDD;
}

img#photo {
  border: 0px solid #FFcc99;
}

.caption
{
	width: 100%;
	color: black;
	padding: 5px;
	font-size: 14px;
	margin-top: 5px;
	margin-left: 0px;
	text-align: left;
	line-height: 18px;
	background-color: #DDDDDD;
}

.caption a
{
	color: black;
	/*text-decoration: underline;*/
}

.content
{
	width: 100%;
	padding: 5px;
	background: #FEFEFE;
	padding-bottom: 10px;
}

.gui
{
	padding: 5px;
}

/* .............................. */
/* Link stylings */
/* .............................. */

a {
  color: #333333;
  text-decoration: none;
font-family:Arial; 
  }

a:hover {
  text-decoration: underline;
	/*color: #D58900;
	font-family:Arial;*/
	font-weight:bold;
  /*font-weight: bold;*/
  }


/* .............................. */
/* Menu */
/* .............................. */

#menu {
  /*width: 610px;*/
  text-align: right;
   margin: 0 auto;
   padding-top:0px;
   padding-bottom:0px;
  color: #747170;
  /*border-bottom: 2px solid #CC6600;*/
  font-size: 12px;
   }

#menu a {
   /* text-decoration: underline;*/
  color: #747170;
  font-size: 12px;
  }

#menu a:hover {
  text-decoration: underline;
  color: #D58900;
  font-size: 12px;
  font-weight: bold;
  }


#menl {
  /*width: 610px;*/
  text-align: right;
   margin: 0 auto;
   padding-top:0px;
   padding-bottom:0px;
  /*color: #333333;
  border-bottom: 2px solid #CC6600;*/
  font-size: 12px;
   }

#menl a {
  text-decoration: none;
  color: #333333;
  font-size: 12px;
  }

#menl a:hover {
  text-decoration: none;
  color: #D58900;
  font-size: 12px;
  font-weight: bold;
  }


/* .............................. */
/* Image */
/* .............................. */

#image img{
   padding-top:3px;
   padding-bottom:3px;
   border:none;
   }


/* .............................. */
/* sousphoto */
/* .............................. */

#sousphoto {
  width: 500px;
  margin:0px auto;
  text-align: left;
  font-size: 12px;
  }

.titre {
  color: #D58900;
  }

.soustitre {
  width: 500px;
  padding-top:1px;
  padding-bottom: 10px;
  font-size: 11px;
  }

.soustitre  a{
	border-bottom: 1px dotted #aaa;
}
.fleche {
  float:right;
  text-align: right;
  }

/* .............................. */
/* Vignettes */
/* .............................. */

#vignettes {
  width: 99%;
  margin:0px auto;
  text-align: center;
  }

/* .............................. */
/* credits */
/* .............................. */

#credits {
  font-size: 10.5px;
  color: #990000;
  height:30px;
  line-height:26px;
  }

#credits a {
  /*text-decoration: underline;*/
  color: #333333;
  }

#credits a:hover {
  text-decoration: underline;
  color: #EDAD00;
  font-weight: bold;
  }

/* .............................. */
/* liste categories */
/* .............................. */

#categorie {
  width: 500px;
  height: auto;
  min-height: 370px;
  _height: 370px;
  padding-top: 7px;
  padding-bottom: 1px;
  margin:0px auto;
  }

#catlist {
  float:left;
  height: auto;
  min-height: 370px;
  _height: 370px;
  text-align: left;
  padding-right: 30px;
  }

#catlist li{
  list-style-type:none;
  }

#catthumbs a:link img {
  padding: 4px;
  border: 1px solid #ffffff;
  }

#catthumbs a:visited img {
  padding: 4px;
  border: 1px solid #ffffff;
  }

#catthumbs a:hover img {
  padding: 4px;
  border: 1px solid #D58900;
  }

/* .............................. */
/* page licence*/
/* .............................. */

#licence {
   text-align: left;
   width: 500px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin:0px auto;
   }

#conditions {
  margin: 0px 25px 0px 25px;
  }



/* .............................. */
/* page liens */
/* .............................. */

#liens {
   text-align: left;
   width: 500px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin:0px auto;
   }

#liens a {
  color: #D58900;
  text-decoration: none;
  font-weight: bold;
  }

#liens a:hover {
  text-decoration: none;
  color: #333333;
  /*font-weight: bold;*/
  }

#liensg {
  float: left;
  position: relative;
  }

#liensd {
  margin-left: 200px;
  margin-bottom: 30px;
  }

/* .............................. */
/* page commentaires */
/* .............................. */

#commain {
  margin-right: auto;
  margin-left: auto;
  width: 440px;
  }

#comhaut {
  background-image: url(images/comhaut.png);
  height: 25px;
  }

#combord {
  background-image: url(images/combord.png);
  }

#combas {
  background-image: url(images/combas.png);
  height: 19px;
  }

#commain2 {
  margin-right: auto;
  margin-left: auto;
  width: 440px;
  }

#comhaut2 {
  background-image: url(images/comhaut.png);
  height: 25px;
  }

#combord2 {
  background-image: url(images/combord.png);
  }

#combas2 {
  background-image: url(images/combas.png);
  height: 19px;
  }

#comthumb {
  float: left;
  position: relative;
  padding: 10px 10px 0 30px;
  }

#comnav {
  width: 380px;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
  font-size: 10px;
  text-align: center;
  padding-bottom: 5px;
  }

#comcom {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 15px;
  }

#commain ul {
   display: inline;
   list-style:none;
  }

#commain li {
   border-top:1px dotted #cccccc;
   width: 380px;
	margin: 0 auto;
   padding-bottom:5px;
  padding-top:5px;
  text-align: left;
  }

#commain li a {
   font-style: italic ;
  }

#commain li:hover {
	background:#eeeeee;
	}

#addcomment {
   width: 380px;
   margin: 0 auto;
  text-align: left;
  padding-bottom: 1px;
  }

#statem {
   width: 95%;
   margin: 0 auto;
  fontSize: 14px;
  text-align: left;
  padding-bottom: 1px;
  }

.input {

  border:1px solid #cccccc;
  font-size: 11px;
  color:#333333;
  background:#eeeeee;
  padding:3px;
	}
.inputCal {
  width:100%;
  border:1px solid #cccccc;
  font-size: 11px;
  color:#333333;
  background:#eeeeee;
  padding:3px;
	}

.text {
  width:100%;
  border:1px solid #cccccc;
  font-size: 11px;
  color:#333333;
   background:#eeeeee;
  padding:3px;
  }

.comment-button {
  border:1px solid #666666;
  margin: auto;
  font-size: 11px;
  color:#0A0A2A;
  font-weight: bold;
  background:	#FF8000;
  padding:px;
  }

.search-button {
  border:2px solid #009900;
webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
  margin: auto;
  font-size: 11px;
  color:#0A0A2A;
  font-weight: bold;
  background:	#99ffff;
  padding:2px;
  }

.date-button {
	border:1px solid #666;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	background:	#E8E8E8;
	padding:2px;
	height:22px;
	
  
  }

/* .............................. */
/* page commentaires */
/* .............................. */

#dolicho {
  text-align: left;
   width: 500px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin:0px auto;
  }


/*
 * Lightbox CSS
*/
#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	text-align: left;
	background-image: url(addons/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(addons/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}

#relatedTags {
	margin-left: 12px;
	text-align: center;
}

#allTags{
	margin-left: 12px;
	text-align: left;
}

	.action {

	margin-left: 15px;

	text-align: left;
	}

	.actioncopy {

	margin-left: 1px;

	text-align: left;
	}


	.rating {
		cursor: pointer;
		margin:0pt 0px 0pt 15px;
	}

	.ratingPos {
		float: left;
		width: 30px;
	}
	.rating:after {
		content: '.';
		display: block;
		height: 0;
		width: 0;
		clear: both;
		visibility: hidden;
	}
	.cancel,
	.star {
		float: left;
		width: 17px;
		height: 15px;
		overflow: hidden;
		text-indent: -999em;
		cursor: pointer;
		text-align: left;
	}

	.cancel a,
	.star a {
		display: block;
		width: 100%;
		height: 100%;
		background-position: 0 0px;
	}

	div.rating div.on a {
		background-position: 0 -16px;
	}

	div.rating div.hover a,
	div.rating div a:hover {
		background-position: 0 -32px;
	}

/*__________zy___________*/
#myurls_menu{
	text-align:left;
	height:38px;
	line-height:38px;
	background-color:#95B3DE;
	padding-left:5px;
	padding-right:2px;
}

#myurls_menu div:hover .myurls_menu_squre_on{
	/*color:#3399CC;*/
	background-color:#3399CC;
}

#myurls_menu span{
	/*float:right:;*/	
	width:7px;
	height:6px;	
	cursor:default;
	overflow: hidden;
	display: inline-block;
	*margin-top:-9px;
	margin-left:3px;	
}

#myurls_menu .myurls_menu_squre{
	margin-top:7px;
	margin-left:1px;
	height:22px;
	line-height:22px;	
	background: #E8E8E8;
	float:left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px #666666 solid;
}

#myurls_menu .myurls_menu_squre_on{
	padding-left:5px;
	padding-right:5px;
	color:#000;
	cursor:pointer;
}

#myurls_menu .myurls_menu_squre_on span{	
	background:url('/anchora/app/webroot/img/dropDownIconArrow.png') no-repeat;
	cursor:pointer;	
}

#myurls_menu .myurls_menu_squre_off{
	padding-left:5px;
	padding-right:5px;
	color:#808080;
	cursor:default;
}

#myurls_menu .myurls_menu_squre_off span{	
	background:url('/anchora/app/webroot/img/dropDownIconArrow.png') no-repeat 0 -6px;
	cursor:default;	
}

#myurls_menu .myurls_menu_squre_left{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;	
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

#myurls_menu .myurls_menu_squre_right{
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;	
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

#myurls_menu .view_dropdown{
	position:absolute;	
	background:#E8E8E8;
	text-align:left;
	border:1px #666666 solid;
	cursor:pointer;
	font-size:12px;
	display:none;
	-moz-border-radius-bottomleft:5px;	
	-moz-border-radius-bottomright:5px;	
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.view_dropdown ul{
	margin:0;
	padding:0;
}

#myurls_menu .view_dropdown ul li{	
	margin:5px;
	padding-left:3px;
	padding-right:17px;	
	height:20px;
	line-height:20px;
	list-style-type:none;	
}

#myurls_menu .view_dropdown ul li:hover{	
	background-color:#3399CC;
}
#myurls_menu .view_dropdown ul li a{
	color:#000;
	text-decoration:none;
	display:block;
}
#myurls_menu .view_dropdown ul li a:hover{
	color:#000;
	text-decoration:none;
}

.tag_border{	
	margin:1px;	
	margin-left:3px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	background-color: #93B9FD;
	-moz-border-radius:5px;	
	-webkit-border-radius:5px;
	font-size:12px;
	color:#fff;
}

.tag_border_span{
	cursor:pointer;
	background:#999999;
	
}

.tag_span_close{
	background:url('/anchora/app/webroot/css/images/small_icons_c.png') no-repeat;
	width:16px;
	height:16px;
	float:right;
	margin-left:2px;
	margin-right:-3px;
	display:block;
	cursor:pointer;
}
.tag_span_close:hover{
	background:url('/anchora/app/webroot/img/cancel.png') no-repeat;
	width:16px;
	height:16px;
	float:right;
	margin-left:2px;
	margin-right:-3px;
	display:block;
	cursor:pointer;
}

div.tag_border:hover {
	background-color: #66CCFF;
	color:#fff;
}
.tag_border a{
	color:#fff;
	font-weight:normal;
}
.tag_border a:hover{
	color:#fff;
	font-weight:normal;
}

.tag_left{
	width:5px;
	display:block;
	background-color:#006699;	
}

.tag_right{
	width:5px;	
	display:block;
	background-color:#006699;	
}
