/****************************************************************

	STYLES COMMUNS POUR L'OUTIL DE RECHERCHE AVANCÉE

****************************************************************/
a {
	/*text-decoration:none;
	color:#000;*/
}
a:hover {
	text-decoration:underline;
}
.selected {
	font-weight:bold;
}
.selected a {
	color:#00F;
}
.selected a:hover {
	text-decoration:none;
}


#realisations ul, #constat ul  {
	list-style:none;
	margin:0px 0px 20px 0px;
	padding:0;
	
}

#realisations ul li ul li, #constat ul li ul li {
	list-style: none;
}


#liste{
		float:left;
		width:600px;
		margin:10px 0px 0px 50px;

}

#recherche {
	margin-top:18px;
	float:right;
	width:230px;
}

#recherche p{
	font-weight: bold;
	padding:0px;
	margin:0px;

	
}


.wrap_selected_categories label {
	font-weight: bold;
}

.wrap_selected_categories span {
	border: 1px solid #7B7B7B;	
	padding:3px;
	margin:2px;
}
.wrap_selected_categories img{
	 margin-bottom: -3px;
}


.pages {
	clear:both;
	text-align:center;
	padding:10px;
	
	
}


.pages ul li {
	display:inline;
	padding:0 5px;
	
}

.pages .disabled {
	color:#7B7B7B;
}

#single_images {
	padding:5px;
	margin-left: 20px !important;
	margin-top: 34px;

}

#single_images li {
		display:inline;



}

#single_images img {
	border: 1px solid black;
	padding: 10px;
	margin:10px;
}

#retour {
	text-align:right;
}


/***********************************************************************

			SECTION CONSTAT D'ÉTAT

************************************************************************/

#liste-contats {
	margin-top:20px;
}

#constat .list_items ul{
	width:100%;
	/*margin-top: 10px;*/
	float:left;
	
}

#constat .list_items li {
	text-align:left;
	width:180px;
	float:left;
	/*padding:5px;*/
	height:200px;
	font-size:0.9em;
	margin:0px 0px 25px 0px;
	position: relative;
}


#constat .list_categories li.niv1 {
	/*margin-top:10px;*/
}

#constat .list_categories li li span {
	/*margin-left:20px;*/
}

#alphabet, #alphabet-glossaire  {
	margin:20px 0px 20px 0px;	
}

#alphabet ul,#alphabet-glossaire ul {
	list-style: none;
		
}

#alphabet li, #alphabet-glossaire li {
	display: inline;
	font-size: 1.4em;
	border-left:2px solid black;
	padding:0px 0px 0px 4px;
}
#alphabet li:first-child, #alphabet-glossaire li:first-child {
	border-left:none !important;
}

#lien-liste-simple {
	margin:20px 0px 0px 0px;
}

/* modification fait par mustai, le 30-01-2013, jira CCQ-83*/
#lien-liste-simple a {
	font-weight:bold;
}

#alphabet,#alphabet-glossaire {
	text-align:center;
}

#complete_list {
	width:100%;
	margin-top: 50px;
}

#lettre{
	font-size:2em;
	
	border-bottom: 1px solid #811340;

}
#lettre p {
	margin:0px;
	padding:3px;
	width:1em;
	text-align:center;
	color:white;
	background-color:#811340;
}





.description {
	margin-left:200px;
	width:725px;
	
	
}

#noresults {
	margin: 10px 0px 0px 10px;
}


ul.list_items {
	margin-top:20px;
}


.image-constat p{
/*    height: 200px;
    margin: 0 auto !important;
    margin-left:auto !important;*/
}
 


/* Cet élément est centré horizontalement grace à jquery. Voir script.css*/
.image-constat img {
	/*position:absolute;
	bottom:0px;
	left:50%;*/
	padding: 5px;
	border: 1px solid black;
}





.resume-constat {
	line-height:25px;
/*	text-align:Center;*/
}


#complete_list .title {
	width:200px;
	float:left;
}

#complete_list .title a {
	color:#811340 !important;
	
}

#complete_list #mot {
	
	clear: both;
    margin: 3px 0 25px;
    min-height: 15px;
}


/***********************************************************************

			SECTION RÉALISATIONS

************************************************************************/
#realisations .list_items {
	width:100%;
	margin-top: 10px;
	float:left;
	
}

#realisations .list_items li {
	width:250px;
	border:1px solid #000;
	float:left;
	padding:5px;
	height:100px;
	/*font-size:10px;*/
	font-size:0.9em;
	margin:0 20px 20px 0;
	position: relative;
}


#realisations .list_categories li.niv1 {
	margin-top:10px;
}

#realisations .list_categories li li span {
	margin-left:20px;
}

#resume-realisations {
	/*height: 70px;
	overflow:hidden;*/
	float:right;
	width:150px;
}

#resume-realisations a {
	margin-bottom:10px;
}


#image-realisations {
	float:left;
}

#image-realisations img {
/*	float:left;*/
	margin-right:5px;
}

/*ajout fait par mustai, demande jira CCQ-83*/
.categorieParent {
	font-weight: bold;
}


/*#realisations .wrap_selected_categories {
	min-height:30px;
}

#realisations .selected_categories li {
	float:left;
	margin-left:10px;
}
*/

