.highlight {
	background-color: yellow;
	display: inline !important;
}
table.tablePersonnes {
	width: 100%;
	margin-bottom: 2em;
}

table.tablePersonnes, table.tablePersonnes td {
	border: #E0E8EF solid 1px;
 	padding: 5px;
 	font-size: 1em;
}
input.bouton_filtrer {
	float: left;
	margin-left: 12px;
	padding: 0 5px 0 5px;
}

/* Export Mail */

#exportMailForm {
    clear: both;
    margin: 20px 0 0 0;
    padding-top: 5px;
}

#exportMailForm label {
    clear: both !important;
    display: inline !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
    font-size: 100% !important;
    width: 150px;
}

#exportMailForm input {
	width: 294px;
}

#exportMailForm textarea {
    float: left;
    border: solid 1px;
    width: 298px;
    margin-bottom:10px;
}

#exportMailForm .radio {
    clear: both;
}
#exportMailForm .radio div#wwgrp_formatRadioField label {
    float: none !important;
    margin-right: 25px;
}

#exportMailForm .radio div#wwgrp_formatRadioField {
	float:left;
}
	
#exportMailForm .radio input {
    width: 16px;
    margin-right: 5px;
}

#wwgrp_formatRadioField {
	display:inline;
}

#wwctrl_formatRadioField {
	display:inline;
}

#exportMailForm_0 {
	clear: both !important;
	margin-left: 150px;	
	width: 90px !important;
	margin-bottom:20px;
}

#exportMailForm .wwerr {
    float: left;
    padding-left: 1em;	
}

#exportMailForm .errorMessage {
    padding-top: 0.4em;	
}
	
/*    Fin export mail */

input.bouton_envoyer {
	float: left;
	padding: 0 5px 0 5px;
}
#page.blue input.bouton_envoyer, #page.blue input.bouton_filtrer, #page.blue input.bouton_paginer {
	background-color: #36526E;
	color: #FFFFFF;
}
#page.green input.bouton_envoyer, #page.green input.bouton_filtrer, #page.green input.bouton_paginer {
	background-color: #6E6E01;
	color: #FFFFFF;
}
textarea {
    font-size: 90%;
    padding: 2px 2px 3px;
    width: 294px;	
}
#page.green textarea {
    border-color: #BBBC1F;
}
#page.blue textarea {
	border-color: #7CA9D7;
}
#exports {
	width: 706px;
	margin: 0 0 3px 46px;
	padding: 2px 8px 16px;
	font-size: 110%;
}
#labelPagination {
	float: left !important; 
	margin: 0 6px 0 30px !important;
}
input.bouton_paginer {
	margin-left: 6px;
}
.parcourir {
	font-weight: normal !important;
}
.errorMessage {
	padding-top: 1em;
}
.errorMessage li span ul {
    list-style-type: disc;  
    list-style-position: inside;
}
#page.blue .errorMessage li span ul {
	list-style-image: url(../img/css/arrow_blue_1.gif);
}
#page.green .errorMessage li span ul {
    list-style-image: url(../img/css/arrow_green_1.gif);
}
.errorList {
	margin-left: 46px;	
}
.errorFiche ul li {
	background: none !important;	
}
.errorFiche ul li span {
	font-size: 120%;
	font-weight: bold;	
}
.errorFiche ul li span ul {
	font-size: 80%;
	list-style-type: none;
	list-style-image: none !important;
	padding: 0;
}
.errorFiche ul li span ul li {
	padding-left: 0 !important;
	font-weight: bold !important;
}
.notdisplayed {
	display: none;
}
#copyright {
	position: fixed; 
	bottom: 0;
}
#multiSelectCentres .multiSelect {
	width: 175px; 
	font-size: 120%
} 
#multiSelectCentres .multiSelectOptions {
	width: 200px; 
	font-size: 120%
}
#multiSelectDepartements .multiSelect {
	width: 175px; 
	font-size: 120%;
}
#multiSelectDepartements .multiSelectOptions {
	width: 200px; 
	font-size: 120%
}
.multiSelectOptions label {
	font-style: normal !important; 
	padding: 2px 5px !important;
	width: 90%;
}
.right {
    float: right;
}
.left {
    float: left;
}
#typeActivite {
    font-size: 85%;
    font-style: italic;
}
.publication {
    margin-bottom: 1em;
}
.publication .titre {
    font-weight: bold;
}
.publication .ouvrage {
    font-style: italic;
}
.aide {
	float: right; 
    font-size: 120%;
}
.aide a {
    text-decoration: none;
}
.urlResults {
    overflow: hidden;
}
div.bloc_titre div.content span.title {
    float: left;
}
.onglets_structure a {
    color: #545454;	
}
.onglets_structure h6 {
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}

.onglets_structure h4 a {
	text-decoration: none;
	color:#000000;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}

.onglets_structure h6 a{
    text-decoration: none;
    color: #000000;
}

.onglets_structure .subStructureDetail {
	margin-left: 20px;
}

.justify {
    text-align: justify;
    word-wrap: break-word;
}

.floatLeft {
	float:left;
}

.sitesExportArea {
	position: absolute;
	text-align: right;
	width: 684px;
}

/* HACK CSS pour IE7 */
*+html .sitesExportArea {
    width: 450px;
}