/*USER _______________________________________________________________________________________*/
/*Top text*/
div.top_text{margin-bottom:20px; border-bottom:solid 1px #DFD1B5; width:400px; padding:5px 0;}

/*CLASSIC LIST TYPE ************************************/
ul.thumbnails{margin-bottom:2px;}
ul.thumbnails li{display:inline;}
ul.thumbnails li a{margin-right:5px;}/*for reflex plugin; otherwise it collapse the margin-right*/
ul.thumbnails li a{}
ul.thumbnails li a img{margin-right:0;}
ul.thumbnails li a img:hover{border:0 solid #333;border-bottom:solid 0px #000;}
ul.thumbnails li a .vign_active{}

/*NEXT/PREVIOUS LINKS*/
div#NextPrevLinks{position:relative; clear:both; margin:0;}
div#NextPrevLinks img{z-index:10;}

div#NextPrevLinks a.left{
	position:absolute;
	display:block;
	background:url(img/vide.gif) no-repeat left 50%; /*ONLY FOR IE*/
	top:0;
	left:0;
	z-index:100;
	outline:none;
}
div#NextPrevLinks a.left:hover{background:url(img/arrow_left.png) no-repeat left 50%;}

div#NextPrevLinks a.right{
	position:absolute; 
	display:block; 
	/*background:url(img/arrow_right.png) no-repeat right 50%; */
	background:url(img/vide.gif) no-repeat left 50%; /*ONLY FOR IE*/
	top:0; 
	right:0; 
	z-index:100;
	outline:none;
}
div#NextPrevLinks a.right:hover{background:url(img/arrow_right.png) no-repeat right 50%;}
/*******************************************************/

/*SLIDESHOW LIST TYPE **********************************/
/*nav for numbers*/
.numbers{overflow:hidden; height:100%; margin-bottom:10px;}
.numbers a{display:block; padding:5px 10px; color:#999; font-weight:bold; background:url(img/numbers_corner.gif) no-repeat 0 0; float:left; margin-right:5px;}
.numbers a:hover, .numbers a.activeSlide{background:url(img/numbers_corner_active.gif) no-repeat 0 0; color:#333;}

/*nav for thumbnails*/
.thumbs{overflow:hidden; height:100%;}

.thumbs li{float:left; list-style: none }
.thumbs a{padding:3px; display:block; margin:0 5px 5px 0; background:#DFD1B5;}
.thumbs a.activeSlide, .thumbs a:hover{background:#fff;}
.thumbs a:focus{outline: none;}
.thumbs img{border: none; display:block}

/*BIG image*/
.bigimg{min-height:600px;}
.bigimg img{cursor:pointer;}
/*******************************************************/

/*LEGENDS*/
div.legendes{text-align:left; clear:both; margin-top:20px; padding:5px; padding-left:0; border-top:dotted 1px #ccc;}
div.legendes h1 {font-weight:bold; font-size:1.5em; margin-bottom:10px;}
div.legendes p.imglegend{}

/*NEXT-PREV PROJ*/
div.proj_page{position:absolute; top:0px; right:0; width:50px;}
div.next_project a, div.prev_project a, div.prev_project_blocked, div.next_project_blocked
{display:block; padding:1px 8px 3px 8px; background:#B6CB54; width:5px; float:left; margin-left:4px;}
div.next_project a:hover, div.prev_project a:hover{background:#6C7F0F; color:#fff;}
div.prev_project_blocked, div.next_project_blocked{background:#DFD5C0; color:#BFB08F;}
/*____________________________________________________________________________________________*/


/*ADMIN ______________________________________________________________________________________*/
/*Img tools (for edit)*/
div.img_tools {position:absolute; top:11px!important; right:0;}
div.img_tools img.proj_edit, div.img_tools img.proj_delete{ border:solid 1px white; margin-right:10px;}

/*Global*/
.CMS_fieldset.mod label{float:left;}
.CMS_fieldset.mod textarea{width:430px; height:100px;}

img#proj_admin_img{margin-right:20px;}
img#proj_admin_img:hover{}
div#proj_edit_zone{}

/*Edit image - caption*/
.leftCol{width:200px;}
.rightCol{width:450px; top:0; right:0;}

/*Mod Options*/
.CMS_fieldset div#admin_settings p{display:block; clear:both;}
.CMS_fieldset div#admin_settings label{width:200px;}
.CMS_fieldset div#admin_settings input{width:92px;}
.CMS_fieldset div#admin_settings select{width:100px;}
.CMS_fieldset div#admin_settings .submit{width:100px;}

/*Edit Items*/
ul#modlist{width:60%;}
ul#modlist li.moditem{background:#f5f5f5; margin-bottom:5px; position:relative; padding:5px 0 1px 5px;}
div.img_tools {position:absolute; top:10px; right:0px;}
div.img_tools img{margin-right:10px;}

/*SWITCH PROJECT PARENT MENU*/
span.menuACT{text-transform:uppercase;}
/*____________________________________________________________________________________________*/
