.toto {
	color: red;
}

.new_style {
	color: red;
	border-color: red !important;
}

.new_label {
	font-size: 0.8em;
	padding-left: 0;
	padding-top: 0;
	vertical-align: middle;
	color: #000666;
}

.new_label_asterix {
	font-size: 0.8em;
	padding-left: 0;
	padding-top: 0;
	vertical-align: middle;
	color: red;
}

a:link {
	color: #666AAA;
	text-decoration: none;
}

a:visited {
	color: #666AAA;
	text-decoration: none;
}

a:hover {
	color: #000066;
	text-decoration: underline;
}

span.intitule {
	font-weight: bold;
}

p {
	margin: 0;
}

p.titre {
	margin-top: 4px;
}

.tdPortail {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 33%;
}

div .portail {
	margin-left: 10px;
	margin-top: 5px;
}

.ligneVide {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

.titreInformationPage {
	color: #000666;
	font-weight: bold;
	margin: 0;
}

p.titreInformationModificationInfo {
	margin-top: 10px;
}

.marge {
	margin-bottom: 10px;
	margin-top: 10px;
}

.margeWindow {
	margin: 10px 10px 10px 0;
}

.titreWindow {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 20px;
	width: 100%;
}

.information {
	margin-left: 5px;
	margin-top: 5px;
}

.noDisplay {
	display: none;
}

.display {
	display: block;
}

.enabled {
	background-color: gray;
}

img {
	border: medium none;
}

img.bouton {
	border: medium none;
	cursor: pointer;
}

fieldset {
	border: 1px solid #CCCCCC;
	color: #000666;
	/*----- float: left; ---*/
	font-weight: normal;
	padding: 5px;
	width: 943px;
}

fieldset.window {
	border: 1px solid #CCCCCC;
	color: #000666;
	float: left;
	font-weight: normal;
	padding: 5px;
	width: 99%;
}

#authentification {
	border: 1px solid #CCCCCC;
	color: #000666;
	float: none;
	padding: 5px;
	width: 260px;
}

div.fieldPrint {
	border: 1px solid #CCCCCC;
	color: #000666;
	font-weight: normal;
	margin-left: 10px;
	margin-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.printLegend {
	display: none;
}

span.legendPrint {
	background-color: #FFFFFF;
	color: #000666;
	font-weight: bold;
	margin-top: -15px;
	padding-left: 5px;
	padding-right: 5px;
	position: absolute;
	z-index: 1;
}

legend {
	color: #000666;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

legend.printer {
	display: none;
}

input.submit {
	background-color: #EEEEEE;
	height: 20px;
}

input.bouton {
	background-color: #666AAA;
	color: #FFFFFF;
	float: left;
	text-align: center;
}

input.boutonYellow {
	background-color: #FFCC66;
	color: #FFFFFF;
	float: left;
	text-align: center;
}

input.boutonGreen {
	background-color: #33CC99;
	color: #FFFFFF;
	float: left;
	text-align: center;
}

input.saisie {
	background-color: #FFFFFF;
	color: #666AAA;
	float: left;
	font-size: 12px;
	height: 14px;
	text-align: left;
}

input.enabled {
	background-color: #F0F0F0;
	color: #666AAA;
	float: left;
	font-size: 12px;
	height: 14px;
	text-align: left;
}

select {
	background-color: #FFFFFF;
	color: #666AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 20px;
	text-align: left;
}

textarea {
	background-color: #EEEEEE;
	color: #666AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 4px;
}

textarea.saisie {
	background-color: #FFFFFF;
	color: #666AAA;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.pageDG {
	background-color: #FFFFFF;
	border: 0 none;
	cursor: pointer;
	width: 25px;
}

.gras {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.droite {
	text-align: right;
}

.gauche {
	text-align: left;
}

.libelleCourt {
	width: 80px;
}

.libelle {
	width: 150px;
}

.libelleLong {
	width: 250px;
}

fieldset.bouton {
	margin-top: 5px;
}

table.bouton {
	margin-bottom: 5px;
	margin-top: 5px;
}

table.bouton td.pagination {
	width: 500px;
}

table.bouton td.bouton {
	width: auto;
}

/*-----
table {
	border-spacing: 1px;
	color: #666AAA;
}

table tr {
	height: 22px;
}

table td {
	vertical-align: top;
}
---*/
table td.center {
	text-align: center;
	height: 20px;
}

table td.libelleClick {
	background-position: 5px 2px;
	background-repeat: no-repeat;
	cursor: pointer;
	text-align: center;
	width: 20px;
}

table.form {
	border: medium none;
	margin-left: 5px;
	margin-top: 5px;
	width: 99%;
}

table.saisie tr.colorMenu {
	background: #FFF0FF none repeat scroll 0 0;
	color: #666AAA;
	font-weight: bold;
}

table.saisie tr.colorOut {
	background: #FFFFFF none repeat scroll 0 0;
	color: #666AAA;
}

table.saisie tr.colorIn {
	background: #F0F0F0 none repeat scroll 0 0;
	color: #666AAA;
}

table td.colorIn {
	background: #F0F0F0 none repeat scroll 0 0;
	/* text-align: center; */
}

table td.colorOut {
	background: #FFFFFF none repeat scroll 0 0;
	/* text-align: center; */
}

table td.disabledCra {
	background: #CCCCCC none repeat scroll 0 0;
	color: #666AAA;
	/* text-align: center; */
}

table.vue {
	margin-left: 0px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/*----*/
table.saisie {
	border: 1px solid #F0F0F0;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 1em;
}

table.saisieWindow {
	width: 100%;
}

table.saisie th {
	background: #666AAA none repeat scroll 0 0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	padding-left: 5px;
}

table.saisie th.disabled {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

table.saisie td.header {
	background: #666AAA none repeat scroll 0 0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: center;
}

table.saisie td.headerWithBorder {
	background: #666AAA none repeat scroll 0 0;
	border-bottom: 1px solid #666AAA;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: center;
	border-top: 2px solid #666AAA;
}

table.saisie td.headerWithBorderLeft {
	background: #666AAA none repeat scroll 0 0;
	border-bottom: 1px solid #666AAA;
	border-left: 1px solid #666AAA;
	border-right: 1px solid #999999;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: center;
	border-top: 2px solid #666AAA;
}

table.saisie td.headerWithBorderRight {
	background: #666AAA none repeat scroll 0 0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #666AAA;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: center;
	border-top: 2px solid #666AAA;
}

table.saisie th.enabled {
	background-color: #666AAA;
	color: #FFFFFF;
}

table.saisie td {
	padding-left: 0;
	padding-top: 0;
	vertical-align: middle;
	font-size: 0.9em;
}

table.saisie td.withLeftBorder {
	padding-left: 0;
	padding-top: 0;
	vertical-align: middle;
	font-size: 0.9em;
	border-left: 1px solid #666AAA;
}

table.saisie td.withRightBorder {
	padding-left: 0;
	padding-top: 0;
	vertical-align: middle;
	font-size: 0.9em;
	border-right: 1px solid #666AAA;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding-right: 2px;
}

table.saisie td.paddingLeft {
	padding-left: 2px;
}

table.saisie td.borderblanche {
	border: 1px solid #FFFFFF;
}

table.saisie td.withBottomBorder {
	padding-left: 0;
	padding-top: 0;
	vertical-align: middle;
	font-size: 0.9em;
	border-bottom: 1px solid #666AAA;
}

table td.u {
	color: #CC0033;
}

table.saisie td.disabled {
	background-color: #CCCCCC;
	color: #FFFFFF;
}

table.saisie td.enabled {
	background-color: #FFFFFF;
}

table.saisie .moyenne {
	border: 1px solid #999999;
	margin: 5px 0 5px 50px;
	width: 99%;
}

table.saisie .moyenne th {
	background: #F0F0F0 none repeat scroll 0 0;
	border: 0 none;
	color: #666AAA;
	padding-left: 5px;
	text-align: left;
}

table.saisie .tb400 {
	width: 400px;
}

table.saisie tr.separation {
	border-top: 1px solid #666AAA;
}

table.saisie td.separation {
	border-top: 1px solid #666AAA;
}

.td20 {
	width: 20px;
}

.td30 {
	width: 30px;
}

.td40 {
	width: 40px;
}

.td50 {
	width: 50px;
}

.td80 {
	width: 80px;
}

.td100 {
	width: 100px;
}

.td140 {
	width: 140px;
}

.td150 {
	width: 150px;
}

.td200 {
	width: 200px;
}

.tdSeparateurPlein {
	border-top: 1px solid #CCCCCC;
}

.component {
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 90%;
}

.label {
	color: #000666;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	text-align: left;
	width: 100px;
}

.labelLong {
	color: #000666;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	text-align: left;
	width: 150px;
}

.labelCourt {
	color: #000666;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	text-align: center;
	width: auto;
}

.input {
	color: #000666;
	float: left;
	margin-left: 5px;
	text-align: left;
	width: 200px;
}

.message {
	float: left;
	font-size: 0.9em;
	width: 100%;
}

.info {
	color: green;
}

.error {
	color: red;
}

.warning {
	color: maroon;
}

.testOK {
	background-color: green;
	color: white;
}

.testKO {
	background-color: red;
	color: white;
}

ul#onglets,#onglets li {
	list-style-type: none;
	padding-bottom: 5px;
	padding-left: 0;
	padding-top: 5px;
}

ul#onglets {
	border-bottom: 1px solid #666AAA;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 960px;
}

#onglets li {
	display: inline;
}

#onglets span {
	background-color: #FFFFFF;
	border: 1px solid #666AAA;
	padding: 5px;
}

#onglets a:hover {
	background-color: #EEEFFF;
}

#onglets a {
	color: #666AAA;
	font-weight: bold;
	text-decoration: none;
}

.lienDecloture {
	padding-right: 20px;
	padding-top: 5px;
	text-align: right;
	vertical-align: middle;
}

.msgExport {
	font-size: small;
	font-weight: bold;
	padding: 20px;
	text-align: justify;
	width: 600px;
}

.btnExport {
	padding: 10px;
	text-align: center;
	width: 600px;
}

.infoPrint {
	display: none;
}

.boutonReferencer {
	background-color: #FFFFFF;
	background-image: url(../../img/icon_external.gif);
	background-position: 1px 50%;
	background-repeat: no-repeat;
	border: 1px solid #666AAA;
	color: #666AAA;
	margin-top: 5px;
	text-align: right;
	width: 150px;
}

.boutonExport {
	background-color: #FFFFFF;
	background-image: url(../../img/flag_green.png);
	background-position: 1px 50%;
	background-repeat: no-repeat;
	border: 1px solid #666AAA;
	color: #666AAA;
	margin-top: 5px;
	padding-left: 25px;
	text-align: center;
	width: auto;
}

.centreVertical {
	vertical-align: middle;
}

.panel {
	margin: 0;
	overflow: hidden;
	/* width: 210px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}

.boxcontent #box {
	margin-left: 10px;
	margin-right: 10px;
}

.boutonModifier {
	background-image: url(../../images/modify.JPG);
	width: 18px;
	height: 18px;
}

.boutonSupprimer {
	background-image: url(../../images/delete.png);
}

.boutonCreer {
	background-image: url(../../images/valider.jpg);
}

.width20 {
	width: 20px;
}

.width90 {
	width: 90px;
}

.witdh80 {
	width: 80px;
}

.width75 {
	width: 75px;
}

.width92 {
	width: 92px;
}

.width300 {
	width: 300px;
}

.width310 {
	width: 310px;
}

.width320 {
	width: 320px;
}

.width330 {
	width: 330px;
}

.width200 {
	width: 200px;
}

.width250 {
	width: 250px;
}

.width180 {
	width: 180px;
}

.width220 {
	width: 220px;
}

.width230 {
	width: 230px;
}

.width250 {
	width: 250px;
}

.width100 {
	width: 100px;
}

.width110 {
	width: 110px;
}

.width120 {
	width: 120px;
}

.width130 {
	width: 130px;
}

.width140 {
	width: 140px;
}

.width150 {
	width: 150px;
}

.width160 {
	width: 160px;
}

.width300 {
	width: 300px;
}

.width400 {
	width: 400px;
}

.width70 {
	width: 70px;
}

.width65 {
	width: 65px;
}

.width50 {
	width: 50px;
}

.width30 {
	width: 30px;
}

.width80 {
	width: 80px;
}

.width370 {
	width: 370px;
}

.width600 {
	width: 600px;
}

#titreAppli {
	color: White;
	font-size: 1.25em;
	font-weight: bold;
}

table.saisie td.padding10 {
	padding-right: 10px;
}

table.saisie td.padding30 {
	padding-right: 30px;
}

table.saisie td.padding20 {
	padding-right: 20px;
}

table.saisie tr.padding10 {
	padding-right: 10px;
	padding-left: 10px;
}

table.saisie td.padding0 {
	padding-right: 0px;
}

table td.indicateurOrange {
	background-color: #FFDF80;
}

table td.indicateurJaune {
	background-color: #F6FFB2;
}

table td.indicateurRouge {
	background-color: #F97A7A;
}

table td.indicateurVert {
	background-color: #BDFFB2;
}

.fontSize16 {
	font-size: 16px;
}

.margin15 {
	margin-left: 15px;
}

.cursorPointer {
	cursor: pointer;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

table td.textAlignTop {
	vertical-align: top;
}

.policeBandeau {
	font-size: 13px;;
	/* font-style: italic; */
}

.red {
	color: red;
}

.top0 {
	top: 0px !important;
}

.positionRelative {
	position: relative !important;
}

.text-decoration:hover {
	text-decoration: underline;
}

.fontBold:hover {
	font-weight: bold;
}

.icon-add {
	background: transparent url(../../images/silk/add.gif) no-repeat scroll
		left center !important;
}

.icon-plugin {
	background: transparent url(../../images/silk/plugin.gif) no-repeat
		scroll left center !important;
}

.icon-table {
	background: transparent url(../../images/silk/table.gif) no-repeat
		scroll left center !important;
}

.icon-delete {
	background: transparent url(../../images/silk/delete.gif) no-repeat
		scroll left center !important;
}

.icon-filter {
	background: transparent url(../../images/silk/funnel.png) no-repeat
		scroll left center !important;
}

.icon-connect {
	background: transparent url(../../images/silk/door_in.png) no-repeat
		scroll left center !important;
}

.icon-cancel {
	background: transparent url(../../images/silk/cross.gif) no-repeat
		scroll left center !important;
}

.icon-accept {
	background: transparent url(../../images/silk/accept.png) no-repeat
		scroll left center !important;
}

.icon-save {
	background: transparent url(../../images/silk/save.gif) no-repeat scroll
		left center !important;
}

.icon-undo {
	background: transparent url(../../images/silk/undo.gif) no-repeat scroll
		left center !important;
}

.icon-pdf {
	background: transparent url(../../images/silk/icon_pdf.gif) no-repeat
		scroll left center !important;
}

.icon-pptx {
	background: transparent url(../../images/silk/icon_pptx.gif) no-repeat
		scroll left center !important;
}

.icon-xls {
	background: transparent url(../../images/silk/page_excel.png) no-repeat
		scroll left center !important;
}

.icon-doc {
	background: transparent url(../../images/silk/page_word.gif) no-repeat
		scroll left center !important;
}

.icon-html {
	background: transparent url(../images/silk/html.gif) no-repeat scroll
		left center !important;
}

.icon-modify {
	background: transparent url(../../images/silk/script_edit.gif) no-repeat
		scroll left center !important;
}

.icon-report {
	background: transparent url(../../images/grids_icones/recalcul.gif)
		no-repeat scroll left center !important;
}

.warning-recalcul {
	background: transparent url(../../images/grids_icones/error.gif)
		no-repeat scroll left center !important;
}

.icon-print {
	background: transparent url(../../images/silk/printer.png) no-repeat
		scroll left center !important;
}

.icon-selectAll {
	background: transparent url(../../images/silk/select_all.png) no-repeat
		scroll left center !important;
}

.icon-deselectAll {
	background: transparent url(../../images/silk/deselect_all.png)
		no-repeat scroll left center !important;
}

.icon-search {
	background: transparent url(../../images/search.gif);
}

.risqueOrange {
	background-color: orange;
}

.risqueRouge {
	background-color: red;
}

.risqueVert {
	background-color: green;
}

.risqueBlanc {
	background-color: white;
}

.risqueJaune {
	background-color: yellow;
}

.orangeBoost {
	background-color: orange;
}

.redBoost {
	background-color: red;
}

.greenBoost {
	background-color: green;
}

.whiteBoost {
	background-color: white;
}

.yellowBoost {
	background-color: yellow;
}

.grayBoost {
	background-color: gray;
}

.execSumLightGray {
	background-color: #DDDDDD;
}

.execSumGray {
	background-color: #A5A5A5;
}

.etatActif {
	background: transparent url(../../images/etatActif.png) repeat-x scroll
		left center;
	color: #416AA3;
	font-weight: bold;
}

.etatInactif {
	background: transparent url(../../images/etatInactif.png) repeat-x
		scroll left center;
	color: #FFFFFF;
	font-weight: bold;
}

.cellBoost {
	height: 30px;

	background: #666AAA none repeat scroll 0 0;
	border-bottom: 1px solid #666AAA;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	text-align: center;
	border-top: 2px solid #666AAA;

}
.redColorBoost{
	color: red;
	background: none repeat scroll 0 0 #F0F0F0;
}

.couleurDefaut {
	color: #666AAA;
}

.gras {
	font-weight: bold;
}

.exempleColorIn {
	border: 1px solid black;
	background: #F0F0F0 none repeat scroll 0 0;
	color: #666AAA;
}

.exempleEntete {
	border: 1px solid #666AAA;
}

.vgr_window_button {
	width: 20px !important;
	height: 20px !important;
}

.totauxFieldSet {
	page-break-after: always !important;
	float: right !important;
	width: 235 !important;
	padding: 5px;
}

.tableauCra35 {
	font-size: 10px;
	text-align: right;
}

.CellGreyTableauCra35 {
	background: rgb(220, 220, 220);
	color: #000333;
}

.CellWhiteTableauCra35 {
	background-color: white;
	color: #000666;
}

.CellRedTableauCra35 {
	background-color: rgb(200, 150, 150);
}

.CellOrangeTableauCra35 {
	background-color: rgb(255, 125, 100);
}

.CellBlueTableauCra35 {
	background-color: rgb(200, 220, 240);
	color: #000000;
}

.CellBlueTableauCra35Centre {
	background-color: rgb(200, 220, 240);
	color: #000000;
	text-align: center !important;
}

.radioListeProjet {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 2px;
}

.comboPanelListeProjet {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
/* style css pour le label "semaine" du comboBox PrevNextCombobox */
.labelSemaineStyle {
	width: 75px;
	padding: 3px 3px 3px 0;
	color: #000666;
	text-align: left;
	display: block;
	z-index: 2;
	clear: left;
	font: 12px tahoma, arial, helvetica, sans-serif;
}

/* couleur de fond pour les CenterPanel dans les cellules du tableau de la partie suivi KPI Groupe */
.couleurFond {
	background: #F0F0F0 none repeat scroll 0 0;
	color: #666AAA;
}

/* pour supprimer les bord d'un tableauComponent */
table.noBorder {
	border-style: none;
}

.alert {
	text-align: center;
	color: red;
}

/* Ajout pour HEADER */
.customCssForHeader {
	background: url('../../images/new-bandeau.png') no-repeat;
}

/* Ajout pour HEADER */
.customCssForBigHeader {
	background: url('../../images/bandeau-Web-VigiReport.png') no-repeat;
}

/* Ajout pour taches recapitulatives CRA */
.customRowTaskRecap {
	background-color: #eeeeee;
}

/* Ajout css pou les Label titre d'activit� dans la grille du plan d'access */
.underlineLabel:hover {
	text-decoration: underline;
}

.titreLabel {
	color: #0C58B5;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.activiteLabel {
	color: #0C58B5;
	font-size: 10px;
	margin-left: 30px;
}

.activiteLabelLink {
	color: #0C58B5;
	font-size: 10px;
	margin-left: 30px;
}
/* .activiteLabelLink:HOVER{
	color:#0C58B5;
	font-size:10px;
	margin-left: 30px;
	
} */
.tmpCSSinfoMessages {
	color: red;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.entiteListBoxStyle {
	font-size: 12px;
	color: #000666;
}

.tdheight20 {
	height: 20px;
}

.blackRisque {
	font-weight: bold;
	color: black;
	text-align: center;
}

.borderColorProvision {
	border: 1px solid #B5B8C8;
	font-size: 1em;
	margin-left: 0;
	margin-top: 5px;
}

.provisionPadding1 {
	padding-left: 40px;
}

.provisionPadding2 {
	padding-left: 80px;
}

.colorIn {
	background: #F0F0F0 none repeat scroll 0 0;
	color: #666AAA;
}

.borderColorActionBoost {
	border-bottom: 1px solid #B5B8C8;
}

.etonnementHeader{
	height: 82px;
	text-align : left;
}

.tableAccueil {
	top: 50px !important;
}

.hide {
/* 	visibility: hidden; */
	display:none;
}
