/********************************************************************
                       General page formatting
********************************************************************/
html {
	margin: 0em 0em 0em 0em;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
  text-align: center; 
	font-family: verdana, arial, helvetica, sans-serif;
}

p, td, th, a {
	margin: 0;
	font-size: 9pt;
}

ol, ul {
	margin: 1em 0 1em 2em;
}

li {
	margin: 0;
}
 
br  {
	clear: both;
}

pre {
	margin: 0.667em 0 0.667em 2em;
	font-family: monospace;
	text-align: left;
}

#num{
	font-size: 8pt;
}

#numl{
	font-size: 11pt;
}
 
/*-------------------------------------------------------------------
        Titres
---------------------------------------------------------------------
*/

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	display: block;
	margin-top: 2em;
	margin-bottom: 1em;
	padding: 0.3em;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

h1{
	font-size:16px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color:#c6e81a;
	margin: 0px 20px 0px 20px;
	margin-top: 0em;
	font-size: 100%;
}

h2{
	color: black;
	border-width: 0px 0px 1px 1px;
	border-style:solid;
	border-color:white;
	font-size: 100%;
}

h3{
	color: black;
	border-width: 0px 0px 1px 0px;
	border-style:solid;
	border-color:white;
	border-width: 50%;
	text-decoration: underline;
	font-size: 100%;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}

/*-------------------------------------------------------------------
        Tableaux
---------------------------------------------------------------------
*/

table{	
}

td{
	letter-spacing: 0.02em;
	font-size: 90%;
}

tr{ 
	display: table-rowpl; 
}


col{ 
	display: table-column 
}

colgroup{ 
	display: table-column-group 
}

th{ 
	display: table-cell; 
	padding: 0.2em; 
	text-align: ",";
}

/*-------------------------------------------------------------------
        Liens
---------------------------------------------------------------------
*/

a:hover { 
	 text-decoration: underline;
}

a:visited {
	/*cursor: pointer;*/
}

a {
	text-decoration: none;
}

/*-------------------------------------------------------------------
        Formulaires
---------------------------------------------------------------------
*/

textarea, .textfield {
	border: 1px inset;
	background: #FFFFFF;
	font-size: 100%;
}

input { 
	padding: 2px; 
	font-size: 0.9em;
}

select {
	padding: 2px; 
	font-size: 0.9em;
}

.footer {
	border-width: 1px 0px 1px 0px;
	border-style:solid;
	border-color:#c6e81a;
	background-color: #c6e81a;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	text-align:center;
	margin: 0px auto 10px auto;
	width: 100%;	
	color: #484D52;
	float : left;
}


/*********En tête de page********/

#FondCadreEntete{
	position: relative;
	background: white url(../images/fond_bandeau.jpg) repeat-x top center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 100%;
	height: 140px;
	display: block;	
}

#CadreEntete{
	position: relative;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height: 140px;
	display: block;
}

#CELogo{
	position: absolute;
	top: 17px;
	left: 2%;
	width: 246px;
	height: 83px;
	display: block;
	z-index: 3;
}

#CETerreProjet{
	position: absolute;
	top: 58px;
	left: 650px;
	width: 253px;
	height: 22px;
	background: transparent url(../images/terre_projet.gif) no-repeat top left;
	z-index: 2;
	display: block;
}

#CELoupe{
	position: absolute;
	top: 29px;
	left: 860px;
	width: 134px;
	height: 100px;
	background: transparent url(../images/loupe.jpg) no-repeat top left;
	display: block;
}

#CEPerso{
	position: absolute;
	top: 49px;
	left: 210px;
	width: 450px;
	height: 80px;
	background: transparent url(../images/perso.jpg) no-repeat top left;
	display: block;
}

/********Navigation/Menu********/

#CENavigation{
	position: absolute;
	bottom: 0px;
	margin-left: 280px;
	z-index: 100;
	display: block;
	align: center;
}

.CEBtNav, .CEBtNavSelect{
	display: block;
	/*background-color: #484D52;*/
	background-color: #E5EBEE;
	margin: 0px 2px 0px 0px;
	padding: 4px 4px 0px 4px;
	float: left;
}

.CEBtNav a, .CEBtNavSelect a{
	display: block;
	color: black;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 25px 10px 8px;
	text-decoration: none;
	text-align: center;
}

.CEBtNav a:hover, .CEBtNavSelect a {
	background-color: white;
	color: black;
}

.CEBtNav a:focus{
	background-color: white;
}

.CEBtNav a:active{
	background-color: white;
}


/********Contenu page********/

#page-content {
	width: 1000px;
	display: block;
	margin: 20px auto 10px auto;
	text-align: left;
}



/********Fil d'ariane********/

#CPbackstack .BS_Liens{
	padding: 0px 20px 10px 20px;
	background: transparent url(../images/picto_backstack.gif) no-repeat top left;
	font-size: 6px;
	margin: 0px 0px 10px 20px;
}

#CPBackstack a{
	color: #545700;
	text-decoration: underline;
}

#CPBackstack a:hover{
	text-decoration: none;
}

/*******Page base en ligne******/

/*Partie recherche rapide*/

table{
	border-spacing: 10px;
}

#FormBaseLigne{
	padding: 0px 10px 0px 10px;
	margin: 0px 10px 0px 10px;
	font-style: normal;
	font-size: 13px;
	display: block;
}

.FormTitre{
	margin: 0px 100px 0px 20px;
	padding: 15px 0px 15px 0px;
	line-height: 20px;
	background: transparent url(../images/fond_bloc1.gif) no-repeat top left;
	width: 501px;
}

.FormTitre p{
	font-size: 18px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 10px 10px 15px;
}

.FormTitre2{
	margin: 0px 100px 0px 20px;
	padding: 15px 0px 15px 0px;
	line-height: 20px;
	background: transparent url(../images/fond_bloc1.gif) no-repeat top left;
	width: 501px;
}

.FormTitre2 p{
	font-size: 14px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0px 10px 10px 15px;
}

.FormTitre h2{
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #c6e81a;
	color: black;
	width: 200px;
	margin: 30px 0px 0px 20px;
  padding: 0px 0px 0px 2px;
  text-tranform: uppercase;
	
}

.FormBlocHaut{
	background: transparent url(../images/fond_bloc_titrebis.gif) repeat-x top left;
	padding: 20px 20px 0px 20px;
	margin: 10px 11px 0px 11px;
	font-style: italic;
	color: black;
}

.FormBlocHaut p{
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align:justify;
}

.FormBlocBas{
	background: transparent url(../images/fond_barre_outilsbis2.gif) repeat-x top left;
	margin: 0px 11px 0px 11px;
	font-style: bold;
	font-size: 14px;
	color: #545700;
}

.FormBlocBas h3{
	margin-bottom: 5px;
}

.FormBlocBas p{
	font-size: 11px;
}

.FormBasTitre{
	height: 15px;
	margin: 0px 100px 0px 20px;
	padding: 15px 0px 15px 0px;
	/*
	margin: 0px 10px 5px 10px;
	padding: 0px 0px 0px 0px;
	*/
	background: transparent url(../images/bas_bloc1.gif) no-repeat top left;
}

/*labels formulaires*/





/*style formulaires*/

/****Boutons de validation et de réinitialisation pour les formulaires Architecture et Objets Mobiliers****/
.buttonvalid{
	background:  #484D52;  
	border: solid 1px #484D52;  
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 8pt;  
	color: white;  
	font-weight:bold;    
	text-align:center; 
	float : left;  
	cursor:pointer;
	width: 100px;
	height: 22px;
	margin-left : 100px;
	margin-top : 50px;
}

.buttonreset{
	position:absolute;
	background:  #484D52;  
	border: solid 1px #484D52;  
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 8pt;  
	color: white;  
	font-weight:bold;    
	text-align:center;  
	cursor:pointer;
	width: 100px;
	height: 22px;
	margin-left : -150px;
	margin-top : -24px;
}

/****Bouton de validation pour le formulaire Recherche Rapide****/
.buttonrapide{
	position: absolute;
	background:  #484D52;  
	border: solid 1px #484D52;  
	font-family: verdana, arial, helvetica, sans-serif;  
	font-size: 8pt;  
	color: white;  
	font-weight:bold;    
	cursor:pointer;
	width: 30px;
	height: 22px;
	margin-top : -25px;
	margin-left : 20px;
}

/****Styles pour formulaires Architecture et Objets Mobiliers****/

.cssformrapide{
	margin-top: 5px;
}

.cssformrapide p{
	width: 400px;
	clear: left;
	margin: 0;
	padding: 0px 0 0px 0;
	padding-left: 200px;
}

.cssformrapide input.text{
	font-weight: bold;
	float: left;
	height:20px;
	width: 400px; 
}

.cssformrapide select.combo{
	position: absolute;
	font:normal 12px tahoma,arial,helvetica,sans-serif;
	border:1px solid #eeeeee;
	width: 150px;
	margin-top : -22px;
	margin-left : 190px;
}

.cssformrapide select{
	float: left;
	width: 150px;
	margin-left: 200px;
	font-family : tahoma,arial,helvetica,sans-serif;
}

.cssformrapide label{
	font-weight: bold;
	float: left;
	margin-left: -215px;
	width: 200px; 
}

.cssformrapide span{
	color:red;
	font-weight: bold;
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif; 
	margin-bottom : 10px; 
}

/****Styles pour formulaires Architecture et Objets Mobiliers****/

.cssform select option {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
}

.label{
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
}

.hide{
	visibility: hidden;
}

.img{
	background: url(../images/iconeimages.gif);
}

.cssform fieldset legend{
	display: block;
}

.cssform fieldset{
	margin-bottom: 20px;
	display: none;
	width: 200px;
}

/*
.validation{
	width: 200px;
	margin : 0px 0px 0px 0px;
	float: left;
	height: 1%;
}
*/

.reset{
	width: 200px;
	float: right;
}

.cssform label{
	font-weight: bold;
	margin-left : 10px;
}


.cssform input.text{
	width: 250px;
	height: 22px;
	margin : 0px 0px 10px 10px;
}

.cssform input[type="radio"]{
	margin : 0px 10px 5px 0px;
}

.cssform select{
	width: 250px;
	margin : 0px 0px 5px 10px;
}

/*Pour les erreurs de validations*/
.cssform span{
	color:red;
	font-weight: bold;
	font-size:12px;
	font-family: verdana, arial, helvetica, sans-serif;  
}

.cssform textarea{
width: 250px;
height: 150px;
}


/*Partie recherche experte*/

#CDLinkExpert{
	padding: 12px 0px 12px 0px;
	background: white url(../images/fond_actu_haut.gif) no-repeat left top;
	margin: 0px 0px 10px 0px;
	width: 170px;
}

#CDLinkExpert .title{
	font-weight: bold;
	font-size: 11pt;
	margin: 0px 17px 5px 20px;
	padding: 0px 0px 0px 0px;
}

/*Cadre arrondi pour les trois liens de recherche experte*/
#CadreExpert{
	background-color: #E5EBEE;
	margin : 20px 0px 20px 0px;
}

.CDDivLinkExpert{
	text-align: left;
	padding: 20px 5px 20px 10px;
	margin : 20px 10px 20px 10px;
	background-color: #E5EBEE;
}

.CDDivLinkExpert a{
	background: #C6E81A url(../images/bout_nav_bas.gif) no-repeat center right;
	padding: 2px 5px 2px 5px;
	margin : 10px 0px 10px 0px;
	text-decoration: none;
	font-weight: bold;
	color: black;
	display: block;
}

.CDDivBtActus a:hover{
	text-decoration: none;
}

#CDLinkExpert .CDLinkExpertBas{
	background: white url(../images/fond_actu_bas.gif) no-repeat left top;
	height: 15px;
}

/*Resultats recherche experte*/
.entete{
	background: #ddFC35;
	font-weight:bold;
}

a{
	color: black;
}

table{
	border-spacing: 2px;
}

.pop{ 
	position: absolute; 
	visibility: hidden; 
}

.labelcol{
	background-color : #e5ebee;
	float: left;
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	vertical-align: center;
	width: 200px;
}

.enteteDesc{
	text-align:center;
	background-color: #F1FFC3;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13pt;
	font-style: bold;
	margin-bottom: 10px;
}

.contentcol{
	margin-left :200px;
	margin-bottom : 1px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
  background-color: #F1FFC3;
}

.detailNotice{
  float:left;
	width: 60%;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 0px;
	
}

.champ{
	margin-bottom: 2px;
	background-color: #e5ebee;
}

.detailImage{
	margin-left: 700px;
	width: 40%;
}

.image{
	border-width: 1px;
	border-style : solid;
	border-color: #444444;
		
}

.linkImage{
	margin-left:5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
}

.sousdoss{
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
}

.CDRetLinkResult{
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin : 10px 0px 10px 0px;
	background-color: white;
	display: block;
	width: 250px;
}

.CDRetPage{
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin : 10px 0px 10px 20px;
	background-color: white;
	display: block;
	width: 300px;
}

.CDRetPage a{
	background: #C6E81A url(../images/bout_bt_suite.gif) no-repeat scroll right center;
	margin: 4px 0px 4px 0px;
	padding: 0px 12px 3px 12px;
	text-decoration: none;
	font-weight: bold;
	color: black;	
	display: block;
}

.CDRetLinkResult a{
	background: #C6E81A url(../images/bout_bt_suite.gif) no-repeat scroll right center;
	margin: 4px 0px 4px 0px;
	padding: 0px 12px 3px 12px;
	text-decoration: none;
	font-weight: bold;
	color: black;	
	display: block;
}

.result-menu {
	background-color: white;
	color: black;
	border-width: 1px 0px 1px 0px;
	border-style:solid;
	border-color: #999999;
	margin-bottom : 20px;
	width:100%;
}

a.nav{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
	color: black;
	text-decoration: none;
}

.act{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	text-decoration: underline;
}

.footerTab{
	vertical-align: bottom;
}

/*Illustrations*/

.mint{
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.detail{
	font-size:11px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
}


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }


#panierLink{
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.panierEntete{
	background: #ddfc35;
	font: 14px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	
}

.panier{
	font: 14px Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#PrintLink{
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

#bookmarkLink{
	font: 10px Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.ajoutmess{
	font: 12px Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 600px;
	background-color: #000;
	}

/*Recherche rapide*/

.cadreCategorie{
	text-align:center;
	background-color: #F1FFC3;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16pt;
	font-style: bold;
	width: 200px;
	margin : 40px 0px 0px 0px;
}

.recap{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

/*Accueil*/
.imageAccueil{
	float: left;
	width: 40%;
	margin : 30px 10px 30px 10px;
}
.texteAccueil{
	margin : 30px 10px 30px 0px;
}

.contenuAccueil{
	text-align: justify;
	font-family: verdana, arial, helvetica, sans serif;
	margin: 10px 0px 0px 0px;
}

.labelRecherche{
	margin: 20px 0px 0px 20px; 
	font-size:14px;
}



