/* ----------Définitions générales----------- */
BODY {  
    	background : rgb(255,255,255);
	padding : 0; 
	margin : 0px;
	scrollbar-face-color : rgb(33,68,118);     /* face bare de défilement    */
	scrollbar-arrow-color : rgb(224,74,65);    /* flèches   */
	scrollbar-track-color : rgb(249,218,216);    /* fond fixe */
	scrollbar-3dlight-color : rgb(33,68,118);  /* coin gauche et supérieur */
	scrollbar-darkshadow-color : rgb(33,68,118);  /* coin droit et inférieur */
	}
A 	{
	text-decoration : none;
	color : white;
	}
a:hover {
	text-decoration : none;
	}
h1 {
    font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 16px;
    	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding : 0px;
	border-bottom : 0px solid white;
	}
h2 {
    font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 15px;
     	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding : 0px;
	border-bottom : 0px solid white;
	}
span.highlighted {
	color : rgb(249,113,3);
	}

/*---------------bullet point lists----------------*/

ul{
	list-style-type:square;
	list-style-position: outside;
	/*list-style-image: url(images/site-menu2-puce.gif);*/
	padding-top: 3px;
	/*color: red;*/
	}

li{	
	/*padding-top: 0px;*/
	padding-bottom: 6px;
	}

/* ------------definitions du contenu----------- */
/* Bloc de base */

div#level1 {
	background : rgb(255,255,255);
	height: 100%;
	}

div#level1Priv {
	width: 100%;
	background : rgb(255,255,255);
	height: 100%;
	}

div#header {
	height: 100px;
	background-color: rgb(33,68,118);
	}
div#footer {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal;
	font-Size : 10px;
	color : rgb(33,68,118);
	background : rgb(255,255,255) url(images/copyr-bg.gif) repeat-x top left;
	text-decoration : none;
	text-align : center;
	vertical-align : middle;
	padding-top : 5px;
	height : 50px;
	border-top : 0px dashed rgb(203,220,252);
	}
div#footer a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal;
	font-Size : 10px;
	color : rgb(224,74,65);
	text-decoration : none;
	}
div#footer a:hover {
	color : rgb(33,68,118);
	text-decoration : none;
	}
div#center {
	background-color: rgb(255,255,255);
	}

table#contentTable {
	width: 100%;
	height: 470px;
	/*background-color: rgb(0,0,0);*/
	/*border: 10px solid rgb(164,81,95);*/
	padding: 0px;
	}
td#contentLeft {
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 10px;	
	padding-left : 0px;
	width : 190px;
	/*height : 100%;*/
	vertical-align : top;
	background :  rgb(255,255,255) url(images/site-contentpart1_bg.jpg) no-repeat top left;
	/*background-color :  rgb(224,74,65);*/
	/*border-right : 1px solid #F97F3F;*/
	/*border-right : 1px solid rgb(0,0,0);*/
	}

td#contentLeftSep {
	width : 10px;
	vertical-align : top;
	background :  rgb(255,255,255) url(images/tdsep.gif) repeat-y bottom left;
	}

td#contentMain {
	vertical-align: top;
	/*background-color: rgb(220,220,220);*/
	padding-top : 10px;
	padding-bottom : 5px;	
	padding-right : 70px;	
	padding-left : 10px;
	}
td#contentRight {
	text-align : right;
	vertical-align: top;
	width: 110px;
	background-color: rgb(242,247,252);
	padding-top : 0px;
	padding-bottom : 10px;	
	padding-right : 10px;	
	padding-left : 10px;
	}

/* Bloc de contenu */

td.ContentLevel1 {
	text-align : left;
	vertical-align : top;
	width : 100%;
	}
td.ContentLevel2 {
	text-align : left;
	vertical-align : top;
	width : 50%;
	padding-top : 10px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 0px;
	}


/* ----------Définitions des entêtes graphiques----------- */
td.Title {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : #99ccff;
	text-decoration : none;
	text-align : center;
	padding : 0px;
	width : 100%;
	height : 64px;
	}
td.Title a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : #99ccff;
	text-decoration : none;
	text-align : right;
	}
td.TitlePage {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : darkblue;
	text-decoration : none;
	text-align : left;
	vertical-align : middle;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 10px;
	width : 100%;
	height : 25px;
	background-color : #8EA9EF;
	}
td.TitleProduit {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 35px;
	color : #FFFFFF;
	text-decoration : none;
	text-align : left;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 10px;
	height : 56px;
	}
/* ---------Definitions menus--------- */
td.fond-bg-content1 {
	background-color : rgb(0,0,0);
	}
td.MenusContainer {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 10px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	vertical-align : top;	
	padding-left : 10px;
	width : 100%;
	height : 18px;
	background :  rgb(255,255,255) url(images/menu-main-bg.gif) repeat-x top left;
	/*background-color :  rgb(255,255,255);*/
	/*background-color :  rgb(254,79,2);*/
	/*border-bottom : 1px solid rgb(224,74,65);*/
	/*border-top : 1px solid rgb(224,74,65);*/
	}
td.MenusNavigation {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal;
	font-Style : italic;
	font-Size : 11px;
	color : rgb(0,28,108);
	text-decoration : none;
	text-align : left;
	/*background  :  rgb(18,169,218);*/
	padding : 2px;
	width : 100%;
	height : 16px;
	}
td.MenusNavigation a{
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal;
	font-Style : italic;
	font-Size : 11px;
	color : rgb(0,0,153);
	text-decoration : none;
	}
td.MenusNavigation a : hover{
	text-decoration : underline;
	} 

div.Menus {  
	padding : 0px;
	}
div.Menus2 {  
	padding : 0px;
	}
td.Menus {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	background: rgb(255,255,255) url(images/menu1-main-bg.gif) repeat-x top left;
	text-decoration : none;
	text-align : center;
	/*text-transform : uppercase;*/
	padding-top : 9px;
	padding-bottom : 0px;	
	padding-right : 2px;	
	padding-left : 2px;
	vertical-align : top;
	height : 30px;
	border-right : 0px solid rgb(255,255,255);
	border-bottom : 0px solid rgb(224,74,65);
	}
td.Menus a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	/*background :  url(images/menu_st.gif) no-repeat center left;*/
	color : rgb(33,68,118);
	}
td.Menus a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	/*background :  url(images/menu_st_sel.gif) no-repeat center left;*/
	text-decoration : none;
	}
td.MenusSelected {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	background: rgb(255,255,255) url(images/menu1-main-bg.gif) repeat-x top left;
	text-decoration : none;
	text-align : center;
	/*text-transform : uppercase;*/
	padding-top : 9px;
	padding-bottom : 0px;	
	padding-right : 2px;	
	padding-left : 2px;
	vertical-align : top;
	height : 30px;
	border-right : 0px solid rgb(255,255,255);
	border-bottom : 0px solid rgb(224,74,65);
	}
td.MenusSelected a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	}
td.MenusSelected a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	text-decoration : none;
	}

td.Menus2Fixed {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(33,68,118);
	text-decoration : none;
	text-align : left;
	vertical-align : middle;
	width : 220px;
	height : 22px;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 5px;
	}

td.Menus2 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	vertical-align : middle;
	width : 160px;
	height : 22px;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 5px;
	border-top : 2px solid rgb(28,92,132);
	border-bottom : 2px solid rgb(28,92,132);
	border-left : 2px solid rgb(28,92,132);
	}
td.Menus2 a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	}
td.Menus2 a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	text-decoration : none;
	}
td.Menus2Selected {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	vertical-align : middle;
	width : 220px;
	height : 22px;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 5px;
	border-top : 2px solid rgb(28,92,132);
	border-bottom : 2px solid rgb(28,92,132);
	border-left : 2px solid rgb(28,92,132);
	}
td.Menus2Selected a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	}
td.Menus2Selected a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	text-decoration : none;
	}
td.Menus2ImagesLeft {
	width : 120px;
	}

td.Menus3Fixed {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(33,68,118);
	text-decoration : none;
	text-align : right;
	vertical-align : middle;
	width : 220px;
	height : 22px;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 15px;	
	padding-left : 0px;
	}


td.Menus3 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(224,74,65);
	text-decoration : none;
	text-align : right;
	vertical-align : middle;
	width : 220px;
	height : 22px;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 15px;	
	padding-left : 0px;
	border-top : 2px solid rgb(28,92,132);
	border-bottom : 2px solid rgb(28,92,132);
	border-left : 2px solid rgb(28,92,132);
      }
td.Menus3 a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);	
      }
td.Menus3 a:hover {
    	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	text-decoration : none;
      }
td.Menus3Selected {
      font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	background-color : rgb(224,74,65);
	text-decoration : none;
	text-align : right;
	vertical-align : middle;
	width : 220px;
	height : 22px;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 15px;	
	padding-left : 0px;
	border-top : 2px solid rgb(28,92,132);
	border-bottom : 2px solid rgb(28,92,132);
	border-left : 2px solid rgb(28,92,132);
      }
td.Menus3Selected a {
      font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
      }
td.Menus3Selected a:hover {
      font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
      }

td.Menus4Fixed {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(34,39,139);
	background-color : rgb(129,174,248);
	text-decoration : none;
	text-align : left;
	padding-top : 4px;
	padding-bottom : 4px;	
	padding-right : 1px;	
	padding-left : 24px;
	vertical-align : top;
	width : 100px;
	height : 16px;
	border-top : 1px solid rgb(255,255,255);
	/*border-bottom : 1px solid rgb(255,255,255);*/
	}


td.Menus4 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(56,61,160);
	text-decoration : none;
	text-align : left;
	vertical-align : top;
	width : 100px;
	height : 13px;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 1px;	
	padding-left : 5px;
      }
td.Menus4 a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(255,255,255);	
	padding-left : 20px;
      }
td.Menus4 a:hover {
    	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(203,220,252);
	text-decoration : none;
	background :  rgb(56,61,160) url(images/menu3_st_sel.gif) no-repeat center left;	
	padding-left : 20px;
      }
td.Menus4Selected {
      font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(56,61,160);
	text-decoration : none;
	text-align : left;
	vertical-align : top;
	width : 100px;
	height : 13px;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 1px;	
	padding-left : 2px;
      }
td.Menus4Selected a {
      font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,255,255);
	background :  rgb(56,61,160) url(images/menu3_st_sel.gif) no-repeat center left;	
	padding-left : 20px;
      }
td.Menus4Selected a:hover {
      font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(203,220,252);
	text-decoration : none;
	padding-left : 20px;
      }

td.Menus3Images {
        text-align :  absmiddle;
        border : 0px;
        height : 40px;
        width : 50px;
        }
td.Menus3Puces {
        text-align : left;
        vertical-align : middle;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 2px;
        }
/* Messages d'exception ou d'erreur */
td.NoInput {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold;
	font-Style : italic; 
	font-Size : 14px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	vertical-align : top;
	padding : 10px;
	width : 100%;
	height : 300px;
	}
/* ------Images------- */
td.Images {
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 2px;	
	padding-left : 2px;
	vertical-align : top;
	}
td.Images1 {
	padding-top : 0px;
	padding-bottom : 10px;	
	padding-right : 10px;	
	padding-left : 10px;
	vertical-align : top;
	border : 0px solid rgb(234,124,19);
	}
td.Images2 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold;
	font-Style : italic; 
	font-Size : 11px;
	color : rgb(0,0,0);
	padding : 0px;
	text-align : left;
	vertical-align : top;
	border : 0px solid rgb(234,124,19);
	}
td.ImagesProduits {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal;
	font-Style : italic; 
	font-Size : 11px;
    color : rgb(34,35,135);
	padding-top : 20px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 0px;
	text-align : left;
	vertical-align : top;
	width : 250px;
	}
td.ImagesMembres {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold;
	font-Style : italic; 
	font-Size : 11px;
	color : rgb(197,190,204);
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 10px;	
	padding-left : 10px;
	text-align : left;
	vertical-align : top;
	background-color : rgb(255,255,255);
	border : 2px solid rgb(205,230,248);
	}
td.Content2Images {
	text-align : center;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 5px;	
	padding-left : 5px;
	vertical-align : top;
	background-color : rgb(250,250,250);
	}
/*  ------Descriptions-------- */
td.Level1Title {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 18px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	vertical-align : top;
	text-transform : uppercase;
	padding-top : 5px;
	padding-left : 0px;
	padding-right : 30px;
	padding-bottom : 10px;
	/*background :  rgb(255,255,255) url(images/menu_st.gif) no-repeat center left;
	border-bottom : 1px solid rgb(203,220,252);*/
	}
td.Level1Descr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 30px;	
	padding-left : 0px;
	}
td.Level1Descr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(224,74,65);
	text-decoration : none;
	}
td.Level1Descr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(0,0,0);
	text-decoration : underline;
	}
td.Level1Image {
	width : 100%;
	text-align : right;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 0px;
	}
td.Level2Title {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 14px;
	color : rgb(224,74,65);
	/*background : rgb(255,255,255) url(images/menu2_st.gif) no-repeat center left;*/
	text-decoration : none;
	text-align : left;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 0px;	
	padding-left : 0px;
	height : 16px;
	vertical-align : top;
	/*border-bottom : 1px dashed rgb(203,220,252);
	border-top : 1px solid #F97F3F;*/
	}
td.Level2TitleInfo {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(224,74,65);
	background-color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 0px;	
	padding-left : 0px;
	border-bottom : 0px solid rgb(0,0,0);
	height : 16px;
	vertical-align : top;
	}
td.Level2Descr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : justify;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 30px;	
	padding-left : 0px;
	vertical-align : top;
	/*border-bottom : 1px solid #F97F3F;*/
	}
td.Level2Descr a {
	color : rgb(224,74,65);
	text-decoration : none;
	}
td.Level2Descr a:hover {
	color : rgb(33,68,118);
	text-decoration : underline;
	}
td.linkItems {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : justify;
	padding-top : 3px;
	padding-bottom : 3px;	
	padding-right : 0px;	
	padding-left : 5px;
	}
td.linkItems a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	/*background :  url(images/site-fl-link.gif) no-repeat center left;*/
	text-decoration : none;
	padding-left : 15px;
	}
td.linkItems a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	/*background :  url(images/site-fl-link-hover.gif) no-repeat center left;*/
	text-decoration : underline;
	padding-left : 15px;
	}

/* -------Infos-------- */
table.InfosList {
	border : 1px solid rgb(33,68,118);
	background-color : rgb(255,255,255);
	padding : 10px;
}
td.InfoTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 14px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	padding-left : 0px;
	border-bottom : 0px solid rgb(240,240,240);
	/*background :  rgb(255,255,255) url(images/menu_st.gif) no-repeat center left;
	border-bottom : 1px solid rgb(203,220,252);*/
	height :  24px;
	}
td.InfoDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : justify;
	padding-top : 4px;
	padding-bottom : 0px;	
	padding-right : 30px;	
	padding-left : 0px;
	}
td.InfoDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	}
td.InfoDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	text-decoration : none;
	}
td.InfoDate {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : right;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 30px;	
	padding-left : 0px;
	}
td.InfoImages {
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 2px;	
	padding-left : 2px;
	vertical-align : top;
	text-align : right;
	}
td.InfoUrl {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 30px;	
	padding-left : 15px;
	}
td.InfoUrl a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : none;
	}
td.InfoUrl a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(33,68,118);
	text-decoration : underline;
	}

td.linkInfoItems {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : justify;
	padding-top : 3px;
	padding-bottom : 3px;	
	padding-right : 0px;	
	padding-left : 5px;
	}
td.linkInfoItems a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	/*background :  url(images/site-fl-link.gif) no-repeat center left;*/
	padding-left : 15px;
	text-decoration : none;
	}
td.linkInfoItems a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	/*background :  url(images/site-fl-link-hover.gif) no-repeat center left;*/
	padding-left : 15px;
	text-decoration : underline;
	}

/* Header footer menus */
td.Header {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold;
	font-Style : normal; 
	font-Size : 13px;
	color : rgb(36,100,154);
	background-color : rgb(255,255,255);
	text-decoration : none;
	text-align : left;
	padding : 5px;
	border : 2 rgb(234,124,19) solid;
	width : 100%;
	}
td.Footer {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold;
	font-Style : normal; 
	font-Size : 13px;
	color : rgb(36,100,154);
	background : url(images/footer.jpg);
	text-decoration : none;
	text-align : left;
	padding : 5px,5px,5px,5px;
	border : 0 rgb(234,124,19) solid;
	width : 100%;
	}
/* Guidage lors de coupure d'infos, ... */
td.Guidage {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 10px;
	/*font-Style : italic;*/
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : center;
	text-transform : uppercase;
	padding : 0px;
	vertical-align : middle;
	border-bottom : 0px solid rgb(0,28,108);
	}
td.Guidage a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 10px;
	/*font-Style : italic;*/
	color : rgb(224,74,65);
	}
td.Guidage a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 10px;
	/*font-Style : italic;*/
	color : rgb(33,68,118);
	text-decoration : underline;
	}
/*  ---------Formulaires------------- */
table.Form {
	border : 1px solid rgb(0,0,0);
	background-color : rgb(193,190,185);
}

td.FormTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 14px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : center;
	padding : 2px;
	border-top : 1px solid rgb(0,0,0);
	border-bottom : 1px solid rgb(0,0,0);
	}
select.Select {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 5px;	
	padding-left : 5px;
	border-bottom : 1px solid rgb(33,68,118);
	}
td.ChampTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 0px;	
	padding-left : 10px;
	vertical-align : top;
	}
td.ChampDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 0px;	
	padding-left : 5px;
	vertical-align : top;
	}
input.Input,textarea.Input {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid rgb(0,0,0);
	}
input.Submit {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	font-Style : italic;
	color : rgb(0,0,0);
	background-color : rgb(224,74,65);
	text-decoration : none;
	text-align : left;
	padding : 2px;
	border : 1px solid rgb(0,0,0);
	}
span.Obligatoire {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : rgb(255,0,0);
	text-decoration : none;
	text-align : right;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	}
td.Warning {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(255,0,0);
	text-decoration : none;
	text-align : justify;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 5px;	
	padding-left : 25px;
	}
td.MsgError {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : rgb(255,0,0);
	background-color : rgb(255,255,255);
	text-decoration : none;
	text-align : left;
	padding : 5px;
	border : 2px solid rgb(255,0,0);
	}
td.MsgDisplay {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : left;
	padding : 5px;
	border : 2px solid rgb(7,16,153);
	}
/*  ---------Produits-------- */
table.list {
	border : 1px solid rgb(34,39,139);
}
td.ProduitsTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Style : italic; 
	font-Size : 14px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding : 0px;
	border-bottom : 1px solid rgb(24,41,189);
	}
td.ProduitsDescr2 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(49,56,92);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 30px;	
	padding-left : 25px;
	}
td.ProduitsDescr2 a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(49,56,92);
	text-decoration : underline;
	}
td.ProduitsDescr2 a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : #330099;
	text-decoration : underline;
	}
em.ProduitsDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 9px;
	color : rgb(49,56,92);
	text-decoration : none;
	text-align : justify;
	padding : 0px;
	vertical-align : middle;
	}
td.ProduitsDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal;
	font-Style : normal;
	font-Size : 9px;
	color : rgb(49,56,92);
	text-decoration : none;
	text-align : justify;
	padding-top : 5px;
	padding-bottom : 2px;	
	padding-right : 2px;	
	padding-left : 25px;
	vertical-align : top;
	}
td.ProduitsDescr a {
	color : rgb(49,56,92);
	text-decoration : underline;
	}
td.ProduitsDescr a:hover {
	color : #330099;
	text-decoration : underline;
	}
td.ListTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : rgb(0,28,108);
	text-decoration : none;
	text-align : center;
	padding : 5px;
	}
td.ListItem {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding : 2px;
	}
td.ListItem2 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 14px;
	color : #F6F6F6;
	background-color : rgb(33,3,140);
	text-decoration : none;
	text-align : left;
	padding : 5px;
	}
td.ListItem2Descr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding : 5px;
	}
td.ListItem a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(34,39,139);
	text-decoration : underline;
	}
td.ListItem a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(254,79,2);
	text-decoration : underline;
	}
td.Level1Descr2 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(64,92,129);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 30px;	
	padding-left : 25px;
	}
td.Level1Descr2 a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(0,135,105);
	}
td.Level1Descr2 a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 12px;
	color : rgb(110,48,180);
	text-decoration : underline;
	}
td.Level1Price {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : rgb(0,28,108);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 30px;	
	padding-left : 25px;
	}
td.Level1State {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 12px;
	color : rgb(255,0,0);
	text-decoration : none;
	text-align : center;
	padding : 5px;
	}
/* ------- Content Part 3------- */
td.Complement {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 10px;
	color : rgb(255,255,255);
	background-color : rgb(33,68,118);
	text-decoration : none;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 5px;	
	padding-left : 5px;
	/*border-bottom : 1px solid rgb(255,255,255);*/
	width : 100px;
	}
td.Complement a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 10px;
	color : rgb(255,255,255);
	text-align : center;
	}
td.Complement a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	color : rgb(203,220,252);
	text-decoration : none;
	text-align : center;
	}
td.ComplementTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 10px;
	color : rgb(34,39,139);
	background : rgb(129,174,248) url(images/ct3.gif) no-repeat center left;
	text-decoration : none;
	text-align : center;
	padding : 2px;
	width : 100px;
	}

/* ---------- Admin --------*/
td.AuthUser {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 10px;
	color : rgb(33,68,118);
	background-color : rgb(255,255,255);
	text-decoration : none;
	text-align : center;
	padding : 2px;
	width : 100px;
	}


/*  ----------Liste photo-------- */
td.ListPhoto {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 10px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : center;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 2px;	
	padding-left : 5px;
	vertical-align : top;
	}
/* ---------Editize table support---*/
td.Editize {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 10px;
	color : rgb(0,0,153);
	text-decoration : none;
	text-align : left;
	padding : 0px;
	vertical-align : top;
	}
tr.Editize {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 10px;
	color : rgb(0,0,153);
	background-color : rgb(210,215,225);
	text-decoration : none;
	text-align : left;
	vertical-align : top;
	border : 1px solid rgb(0,0,153);
	}
table.Editize {
	border : 1px solid rgb(0,0,153);
}
/* ----------- Partie transactionnelle ----------- */
td.TransItem {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
    color : rgb(1,34,118);
	background-color : #F6F6F6;
	padding : 5px;
	border-top : 1px solid #0008B5;
	}
td.TransItem2 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
    color : rgb(1,34,118);
	background-color : #F6F6F6;
	padding : 5px,30px,5px,25px;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 30px;	
	padding-left : 25px;
	border : 0px solid rgb(9,2,107);
	}
select.TransSelect {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 10px;
	color : rgb(1,34,118);
	background-color : #F6F6F6;
	}
.InfoDetails {
  	cursor : wait;
  	text-decoration : none;
}

/*---------------- Contacts ------------------*/

table.contactList {
	border : 1px solid rgb(33,68,118);
	background-color: rgb(255,255,255);
	padding:5px;
}

table.contactListItem {
	border : 0px solid rgb(33,68,118);
	background-color: rgb(255,255,255);
}

td.ContactSiteTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(255,255,255);
	background-color : rgb(33,68,118);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 0px;	
	padding-left : 0px;
	border-bottom : 0px solid rgb(0,0,0);
	height : 16px;
	vertical-align : top;
	}
td.ContactTitle {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(33,68,118);
	text-decoration : none;
	text-align : left;
	padding-left : 20px;
	border-bottom : 0px solid rgb(240,240,240);
	/*background :  rgb(255,255,255) url(images/menu_st.gif) no-repeat center left;*/
	border-bottom : 1px solid rgb(224,74,65);
	height :  24px;
	}
td.ContactDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : justify;
	padding-top : 4px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 25px;
	}

td.ContactDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : underline;
	text-align : left;
	}
td.ContactDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	text-decoration : none;
	}

td.ContactSiteDescr {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : normal; 
	font-Style : normal;
	font-Size : 11px;
	color : rgb(0,0,0);
	text-decoration : none;
	text-align : justify;
	padding-top : 5px;
	padding-bottom : 2px;	
	padding-right : 2px;	
	padding-left : 5px;
	vertical-align : top;
	border-bottom : 1px dashed rgb(224,74,65);
	}

td.ContactSiteDescr a {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(224,74,65);
	text-decoration : underline;
	text-align : left;
	}
td.ContactSiteDescr a:hover {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 11px;
	color : rgb(33,68,118);
	text-decoration : none;
	}

/* Specific */

td.header1 {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 13px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;
	padding-left : 20px;
	border-bottom : 0px solid rgb(240,240,240);
	background :  rgb(255,255,255) url(images/menu_st.gif) no-repeat center left;
	/*border-bottom : 1px solid rgb(203,220,252);*/
	height :  20px;
	}
td.Menus1Special {
	font-Family : Verdana,Arial,Helvetica;
	font-Weight : bold; 
	font-Size : 14px;
	color : rgb(255,255,255);
	background-color : rgb(33,68,118);
	text-decoration : none;
	text-align : left;
	vertical-align : middle;
	width : 160px;
	height : 30px;
	padding-top : 0px;
	padding-bottom : 0px;	
	padding-right : 0px;	
	padding-left : 5px;
	border-top : 1px solid rgb(255,255,255);
	border-bottom : 1px solid rgb(255,255,255);
	border-left : 1px solid rgb(255,255,255);
	}

/*  ---------Authentification------------- */

div.authmain{
	border : 1px solid rgb(203,204,206);
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 10px;	
	padding-left : 10px;
	background-color : rgb(242,243,245);
	width : 500px;
}



td.authtitle {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 14px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-left : 20px;
	background :  rgb(242,243,245) url(../images/menu_st.gif) no-repeat center left;
	border-bottom : 1px solid rgb(203,220,252);
	height :  24px;
	}

td.authdescr {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : justify;
	padding-top : 10px;
	padding-bottom : 2px;	
	padding-right : 0px;	
	padding-left : 0px;
	}
td.authdescr a {
	color : rgb(129,174,248);
	text-decoration : none;
	}
td.authdescr a:hover {
	color : rgb(249,113,3);
	text-decoration : underline;
	}
/* bloc d'insertion de mot de passe */
table.authtable {
	border : 1px solid rgb(203,204,206);
	background-color : rgb(232,236,239);
}
td.authintro {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	color : rgb(255,255,255);
	background-color : rgb(34,39,139);
	text-decoration : none;
	text-align : center;
	padding-top : 5px;
	padding-bottom : 5px;	
	padding-right : 0px;	
	padding-left : 0px;
	vertical-align : top;
	}

select.authselect {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding : 2px,5px,2px,5px;
	padding-top : 2px;
	padding-bottom : 2px;	
	padding-right : 5px;	
	padding-left : 5px;
	border-bottom : 1px solid rgb(34,39,139);
	}
td.authfieldtitle {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 10px;
	padding-bottom : 10px;	
	padding-right : 20px;	
	padding-left : 20px;
	vertical-align : top;
	}
td.authfield a{
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-style : normal;
	font-size : 11px;
	color : rgb(34,39,139);
	text-decoration : underline;
	}
td.authfield a:hover{
	color : rgb(34,39,139);
	text-decoration : none;
	}

input.authinput,textarea.authinput {
	font-family : Verdana,Arial,Helvetica;
	font-weight : normal; 
	font-size : 11px;
	color : rgb(34,39,139);
	text-decoration : none;
	text-align : left;
	padding-top : 1px;
	padding-bottom : 1px;	
	padding-right : 5px;	
	padding-left : 5px;
	border : 1px solid rgb(203,204,206);
	}
input.authsubmit {
	font-family : Verdana,Arial,Helvetica;
	font-weight : bold; 
	font-size : 11px;
	font-style : italic;
	color : rgb(34,39,139);
	background-color : rgb(242,243,245);
	text-decoration : none;
	text-align : center;
	padding : 2px;
	border : 1px solid rgb(203,204,206);
	}



