/*--Compatibilité ancienne version---*/

.blanc {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.bas_gris {
	color: #6B6B6B;
	font-size: 10px;
}
a {
	color: #CC0000;
}
.texte_noir {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.texte_noir_10 {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
.texte_11 {
	font-family: Verdana;
	font-size: 11px;
	color: #990101;
}
.vert {
	color: green;
}
.orange {
	color: orange;
}

.rouge {
	color: red;
}
.header_rouge {
	font-family: Verdana;
	font-size: 10px;
	color: #CC0000;
}

form {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #F1EFE2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#contentPage {
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background-color:#FFFFFF;
	width: 771px;
	}

#content {
	width: 776px;
	text-align: left;
}
#path a {
	color: #FFFFFF;
}
#path {
	font-size: 11px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-left: 8px;
}
#lignePath {
	height: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	margin-bottom: 10px;
}
/*--- Formulaire ---*/

#contentPage .formClass {
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	display: block;
}
#contentPage .formClass h1 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	margin-top: 8px;
}

#contentPage .formClass .nomChamp {
	line-height: 20px;
	font-size: 10px;
	margin-left: 10px;
}
#contentPage .formClass input.champTxt {
	margin: 0px;
	padding: 0px;
}
#contentPage .formClass .optionCheck {
	background-color: #DDDAC9;
	margin-left: 15px;
	float: left;
	line-height: 23px;
	padding-right: 5px;
}
#contentPage .formClass input.checkBox {
	margin: 0;
	margin-left: 5px;
}
#contentPage .formClass .champForm {
	/*float: left;*/
}
#contentPage .optionForm {
	background-color: #DDDAC9;
	line-height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	float: right;
	margin-top: 4px;
}

/*--Bloc--*/

#contentPage div.bloc {
	background-color: #EFECDB;
	border: 1px dotted #ACACAC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contentPage .bloc img.help {
	margin-right: 7px;
}
#contentPage .bloc div.hr {
	height: 1px;
	border: 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	margin-top: 11px;
	margin-bottom: 8px;
	font-size: 1px;
}
#contentPage div.blocBlanc {
	background-color: #FFFFFF;
	border: 1px dotted #ACACAC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contentPage td.borderForm {
	background-color: #EFECDB;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ACACAC;
	padding-right: 10px;
}
#contentPage td.borderFormBas {
	background-color: #EFECDB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	padding-bottom: 10px;
}
#contentPage td.borderFormBasBlanc {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	padding-bottom: 10px;
}
#contentPage .blocClass {
	font-size: 11px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 500px;
}
#contentPage .blocClass h1 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 8px;
}

/*-- Palier --*/

#contentPage table.borderPalier {
	font-size: 10px;
	border: 1px solid #D3CEAF;
	background-color: #FFFFFF;
}
#contentPage td.fondPalier {
	background-image: url(img/tabF.gif);
	background-repeat: repeat-x;
	line-height: 18px;
}
#contentPage td.fond2Palier {
	background-color: #ECE9D8;
	line-height: 18px;
}
#contentPage td.fondOnPalier {
	background-image: url(img/tabFA.gif);
	line-height: 18px;
}
#contentPage td.fondOn2Palier {
	background-color: #FFFFFF;
	line-height: 18px;
}

#contentPage div.blocPalier {
	background-color: #FFFFFF;
	border: 1px dotted #ACACAC;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contentPage div.blocPalier h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

/*-- Site --*/

#webSite {
	background-color: #FFFFFF;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}

/*--Header--*/

#header {
	background-image: url(img/fdHaut.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	color: #FFFFFF;
}
#header #changeSite select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#header #changeSite {
	line-height: 18px;
	margin-top: 5px;
}
#header #CA {
	border: 1px solid #F6D1D1;
	float: left;
	line-height: 16px;
	margin-top: 22px;
	padding-left: 3px;
}
#header #CA .loupe {
	margin-left: 3px;
}

/*--- Menu de gauche ---*/
#menuGauche {
	margin-top: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
}
td.menuGauche {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ACACAC;
}
#menuGauche .blocMenu {
	width: 174px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#menuGauche .blocMenu .HG {
	background-image: url(img/menuHG.png);
}
#menuGauche .blocMenu .HF {
	background-image: url(img/menuHF.png);
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 7px;
	font-size: 11px;
}
#menuGauche .blocMenu .HD {
	background-image: url(img/menuHD.png);
}
#menuGauche .blocMenu .FG {
	background-image: url(img/menuFG.png);
}
#menuGauche .blocMenu .FD {
	background-image: url(img/menuFD.png);
}
#menuGauche .blocMenu .BG {
	background-image: url(img/menuBG.png);
}
#menuGauche .blocMenu .BF {
	background-image: url(img/menuBF.png);
}
#menuGauche .blocMenu .BD {
	background-image: url(img/menuBD.png);
}
#menuGauche .blocMenu .C {
	background-color: #FFFFFF;
	margin: 5px;
}
#menuGauche .blocMenu .C li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#menuGauche .blocMenu .C a {
	color: #000000;
	text-decoration: none;
}
#menuGauche .blocMenu .C a:hover {
	color: #CC0000;
	text-decoration: none;
}
#menuGauche .blocMenu .C li.off {
	border-bottom-style: none;
	margin-bottom: -3px;
}

/*--- Bloc de Accueil NL ---*/
#accueilNL {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
td.accueilNL {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ACACAC;
}
#accueilNL .blocMenu {
	width: 174px;
	margin-right: auto;
	margin-left: 260px;

}
#accueilNL .blocMenu .HG {
	background-image: url(img/menuHG.png);
}
#accueilNL .blocMenu .HF {
	background-image: url(img/menuHF.png);
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 7px;
	font-size: 11px;
}
#accueilNL .blocMenu .HD {
	background-image: url(img/menuHD.png);
}
#accueilNL .blocMenu .FG {
	background-image: url(img/menuFG.png);
}
#accueilNL .blocMenu .FD {
	background-image: url(img/menuFD.png);
}
#accueilNL .blocMenu .BG {
	background-image: url(img/menuBG.png);
}
#accueilNL .blocMenu .BF {
	background-image: url(img/menuBF.png);
}
#accueilNL .blocMenu .BD {
	background-image: url(img/menuBD.png);
}
#accueilNL .blocMenu .C {
	background-color: #FFFFFF;
	margin: 5px;
}
#accueilNL .blocMenu .C li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#accueilNL .blocMenu .C a {
	color: #000000;
	text-decoration: none;
}
#accueilNL .blocMenu .C a:hover {
	color: #CC0000;
	text-decoration: none;
}
#accueilNL .blocMenu .C li.off {
	border-bottom-style: none;
	margin-bottom: -3px;
}

/*--Menu haut--*/

#menuHaut {
	float: right;
	margin-bottom: 5px;
}
#menuHaut td {
	background-image: url(img/headF.png);
}
#menuHaut td.off {
	background-image: none;
}
#menuHaut .lien {
	font-size: 11px;
	margin-left: 3px;
	color: #000000;
	text-decoration: none;
}

/*--Messagerie--*/

#messagerie {
	width: 220px;
}
#messagerie .C .newMsg {
	margin-right: 5px;
}

/*--Fenêtre--*/

.window {
	position: absolute;
	visibility:hidden;
	top: 0px;
}
.window .HG {
	background-image: url(img/windowHG.png);
}
.window .HF {
	background-image: url(img/windowHF.png);
}
.window .HD {
	background-image: url(img/windowHD.png);
}
.window .BG {
	background-image: url(img/windowBG.png);
}
.window .BF {
	background-image: url(img/windowBF.png);
}
.window .BD {
	background-image: url(img/windowBD.png);
}
.window .FG {
	background-image: url(img/windowFG.png);
}
.window .FD {
	background-image: url(img/windowFD.png);
}
.window .C {
	background-color: #ECE9D8;
	padding: 1px;
}
.window .C li {
	list-style-type: none;
	list-style-position: outside;
	margin-top: -2px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ACACAC;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 19px;
}
.window .C li.off {
	border-bottom-style: none;
	margin-bottom: -2px;
}
.window .C a {
	color: #000000;
	text-decoration: none;
}

/*--Footer--*/

#footer {
	padding-top: 10px;
}
.window .C ul {
	margin: 0px;
	padding: 0px;
}
#footer a {
	line-height: 20px;
	color: #999999;
}
#footer td {
	line-height: 20px;
	color: #999999;
}

#footer2 {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
}

.tabStyle .tabLigne1 .popupInf {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.tabStyle .tabLigne2 .popupInf {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE9D8;
}

/*-- Patch PNG transparent--*/

img.png {
     behavior: url(js/png.htc);
}

/*-- Coreg --*/
#contentPage p.help {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#contentPage form.coregForm select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contentPage form.coregForm input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contentPage form.coregForm h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: normal;
}
#contentPage form.coregForm td.tdForm {
	padding-bottom: 5px;
}
#contentPage div.blocChpCoreg {
	background-color: #EFECDB;
	border: 1px solid #ACACAC;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contentPage div.blocChpCoregModif {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#contentPage div.blocChpCoregModif2 {
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 5px;
}
#contentPage div.blocChpCoregModif select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contentPage div.blocChpCoregModif input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#contentPage div.blocChpCoregModif td.tdForm {
	padding-bottom: 3px;
	padding-top: 5px;
}
#contentPage div.blocChpCoregModif td.tdFormBas {
	padding-bottom: 5px;
}
#contentPage div.blocChpCoregModif a {
	color: #000000;
}
#contentPage input.checkbox {
	margin: 0px;
	padding: 0px;
	line-height: 10px;
	margin-right: 3px;
}
#contentPage .formClass .nomChamp2 {
	font-weight: bold;
	line-height: 18px;
}
#contentPage .formClass .champForm2 {
	float: left;
}
#webSite #contentPage #formatVisu {
	background-color: #FFFFFF;
	border: 1px solid #ACACAC;
	height: 60px;
	margin-top: 5px;
	width: 450px;
	padding: 10px;
}
#webSite #contentPage div.listeFormat {
	margin-top: 5px;
	line-height: 15px;
}
#contentPage td.spaceTab {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentPage div.blocChpSearch {
	background-color: #EFECDB;
	border: 1px solid #ACACAC;
	margin-bottom: 5px;
	padding: 10px;
}
#contentPage #searchCoreg input.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 129px;
	float: left;
	margin-left: 3px;
	margin-top: 2px;
}
#contentPage #searchCoreg {
	border: 1px solid #7F9DB9;
	width: 160px;
	text-align: left;
	line-height: 20px;
	background-color: #FFFFFF;
}
#contentPage #searchCoreg .searchLoupe {
	float: right;
}
#contentPage #searchPartid input.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 58px;
	float: left;
	margin-left: 3px;
	margin-top: 2px;
}
#contentPage #searchPartid {
	border: 1px solid #7F9DB9;
	width: 85px;
	text-align: left;
	line-height: 20px;
	background-color: #FFFFFF;
}
#contentPage #searchPartid .searchLoupe {
	float: right;
}

