/* ==============================================
SEARCH
============================================== */ 

.search_result{
	margin-top:10px;
}

.search_title{
	font-weight:bold;
	font-size:12px;
	color:#000;
}

.search_title  A{
	
}

.search_progress_container{

visibility:hidden;
border:1px solid #ddd;
padding:0;
margin:0;
height:3px;
}

.search_progress_bar{
	background:#ccc;
	padding:0 3px;
	color:#fff;
	font-size:9px;
	margin:0;
	padding:0;
/*	margin-top:3px;
	margin-bottom:3px;*/
	height:3px;
	line-height:0;
}

.search_resume{

}

.search_resume B{
	color:#BE0027;
}

FORM.search_form INPUT {
	width:465px;
}

FORM.search_form INPUT.search_formbutton{

	height:19px;
	width:100px;
	border:1px solid #c6c6c6;
	background:#a09f9f url(/design/button.gif) repeat-x center top;
	cursor:pointer;
	margin-right:5px;


}

.search_error{
	color:#BE0027;
	font-weight:bold;
	margin:5px 0;
}

.searc_nav{
	margin:10px 0;
	text-align:center;
}

#search_resume_table{
	margin:20px 0;
	border:solid #ccc;
	border-width:1px 0 1px 0;
}

#search_resume_table B{
	color:#000;
	font-weight:normal;
}

.form_auto_fill{
	text-align:right;
	margin-bottom:5px;
}

.form_auto_fill INPUT{
	border:0;
	margin:0;
	padding:0;
}

/* ==============================================
GALERIE PHOTOS
============================================== */ 

#g3 {
	padding:0px;
	margin:0px;
	clear:both;
}

#g3 LI {
	padding:5px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	width:180px;
	margin:10px;
	height:180px;
	float:left;
	text-align:center;
	overflow:hidden;
	color:#333;
	list-style-type:none;
}

#g3 LI.g3_folder {
	background:#F0F0F0;
	border:1px solid #999999;
	font-weight:bold;
	
}

#g3 LI.g3_folder IMG {
	border:1px solid #999;
}

#g3 LI IMG {
	border:1px solid #ccc;
}

.g3_title{
	font-size:14px;
	font-weight:bold;
	color:#666;
	margin:10px 0 5px 0;
}

TR.g3_nav TD A , TR.g3_nav TD A:visited{
	font-size:18px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	padding:5px;
}

TR.g3_nav TD A:hover{
	color:#333;
	text-decoration:none;
	
}

/* ==============================================
SITEMAP
============================================== */

#sitemap_cmp_1 DIV {
	height:23px;
	padding-top:7px;
}

#sitemap_cmp_1 DIV A , #sitemap_cmp_1 DIV A:visited{
	text-decoration:none;
}

#sitemap_cmp_1 DIV A:hover , #sitemap_cmp_1 DIV A:active{
	text-decoration:underline;
}

.level_xxx {
	font-weight:bold;
	margin-top:30px;
}

.level_xxx_last {
	font-weight:bold;
	margin-top:30px;
}


.level_xyx {
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
	margin-left:45px;
	padding-left:30px;
}
.level_xyx_last {
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
	margin-left:45px;
	padding-left:30px;
}

.level_yxx{
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
	padding-left:30px;
}
.level_yxx_last{
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
	padding-left:30px;
}

.level_yyx {
	padding-left:70px;
	background:url(/design/sitemap/sitemap0201.gif) left no-repeat;
}

.level_yyx_last {
	padding-left:70px;
	background:url(/design/sitemap/sitemap0202.gif) left no-repeat;
}

.level_xyy {
	padding-left:70px;
	margin-left:45px;
	background:url(/design/sitemap/sitemap0201.gif) left no-repeat;
}
.level_xyy_last {
	padding-left:70px;
	margin-left:45px;
	background:url(/design/sitemap/sitemap0202.gif) left no-repeat;
}
.level_xxy {
	padding-left:30px;
	margin-left:75px;
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
}
.level_xxy_last {
	padding-left:30px;
	margin-left:75px;
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
}

.level_yyy {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0301.gif) left no-repeat;
}

.level_yyy_last {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0302.gif) left no-repeat;
}

.level_yxy {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0304.gif) left no-repeat;
}
.level_yxy_last {
	padding-left:110px;
	background:url(/design/sitemap/sitemap0303.gif) left no-repeat;
}

/* ==============================================
OVERLAY FOR BLINDS
============================================== */

#overlayblind {
	display:block;	
	position:absolute;
	width:100%;
	top:0;
	left:0;
	z-index:9999;
	height:600px;
	display:none;
	height:4000px;
	background:#000000;
	padding-top:40px;

}

#overlayblind #overlaytool {

	width:780px;

	border:solid #CCCCCC;
	border-width: 3px 3px 0 3px;

	text-align:right;
	background:#ffffff;
	margin:0 auto;
	padding:7px;

	position:relative;

}

#overlayblind #overlaytool IMG {
	cursor:pointer;
	position:absolute;
	top:15px;
	right:15px;
	
}

#overlayblind #overlaytool #pageTitleZone {

	width:740px;
	display:block;
	text-align:left;
	font-size:35px;
	color:black;
}

#overlayblind #overlay_inner {
	clear:both;

	width:780px;
	margin-top:25px;
	border:solid #CCCCCC;
	border-width: 0 3px 3px 3px;
	background:#ffffff;
	margin:0 auto;
	padding:7px;
	font-size:22px !important;
	color:#000 !important;
}

#overlayblind #overlay_inner * {
	font-size:22px !important;
	color:#000 !important;
}

#overlayblind #overlay_inner H1{
	font-size:40px !important;
	padding:0 0 25px 0;
}

.annu_sep {
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-bottom:10px;
}


.bdate{
	font-size:12px;
	font-weight:bold;
	color:#666;
}

A.moreInfos2 , A.moreInfos2:visited{
	display:block;
	height:16px;
	width:auto;
	
	margin-top:0;
	
	float:right;
	padding:3px 10px;
	background:url(/design/more002.gif) no-repeat left top;
	
	text-decoration:none;
	
	color:#666;

	z-index:999;

}

A.moreInfos2:hover{color:#ff9702;}

A.retour{background:url(/design/more001.gif) no-repeat left top;}

#overlayblind .rssHome , #overlayblind .moreInfos { display:none; }

#overlayblind #overlay_inner IMG{display:none !important;}

#overlayblind H4{font-size:25px !important;}

/* -------------------- EDITION ------------------------ */

IFRAME{
		border:1px dotted #DBDBDB !important;
}

IFRAME:hover{
		border:1px dotted #900 !important;
}

.block H3 INPUT{
	
	border:1px dotted #DBDBDB;
	color:#be0027;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;

	border:1px dotted #DBDBDB;
}

.block H3 INPUT:hover{
	border:1px dotted #900;
}

.pictures #resizerFrame_rightimage IMG , IMG.border {
	border:none !important;
	padding:0;
	background:#fff;
}

#blckDocs SPAN IMG , #blckLinks SPAN IMG{position:relative}

.colLeft H3 INPUT{
	color:#be0027;
	font-size:14px;
	font-weight:bold !important;
	border:1px dotted #DBDBDB;
	background:none;
}

.colLeft H3 INPUT:hover{
	border:1px dotted #900;
}

.legende INPUT{
	font-size:9px;
	text-align:right;
	color:#999;
	border:1px dotted #DBDBDB;
	width:200px !important;
}

.legende INPUT:hover{
	border:1px dotted #900;
}


