/* CSS Document */
body {
	background-color :#FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #727E85;
	behavior: url(csshover.htc);
}

div#header {
	background-image: url(images/bck_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 106px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #727E85;
}

div#menu_conteneur {
	background-image: url(images/bck_menu.png);
	background-repeat: repeat-x;
	background-position: left center;
	display: block;
	height: 40px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #727E85;
	text-align:left;
}

div#centrale {
	display: block;
	width: 1024px;
}

div#wrapper {
	display: block;
	width: 256px;
	float:left;
	margin-top: 10px;
	text-align: center;
}

div#menu_wrapper {
	display: block;
	width: 240px;
	clear:both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#main {
	display: block;
	float:left;
	margin-top: 10px;
	width:492px;
	padding-right: 10px;
	padding-left: 10px;
}

#main table {
	border-top: 1px solid #ddd;
	font-size: 10px;
	font-weight: bold;
}

#main table tr td{
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	background-color: #E6E7E8;
}
#main table tr:hover td { background: #fdfcf6; }

div#product {
	display: block;
	float:left;
	margin-top: 10px;
	width:256px;
	text-align: center;
}

div#selection {
	display: block;
	float:left;
	width:240px;
	text-align: center;
	margin-right: 8px;
	margin-left: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 10px;
	background-image: url(images/bck_menu_wrapper_1.png);
	background-repeat: repeat-y;
	background-position: center top;
}

div#module {
	display: block;
	width:240px;
	text-align: center;
	background-image: url(images/bck_module.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 11px;
	line-height: 120%;
	margin-right: 8px;
	margin-left: 8px;
}

.imag_basmodule {
	margin-bottom: 10px;
}

div#petit_module {
	display: block;
	width:240px;
	height:68px;
	text-align: center;
	background-image: url(images/bck_recherche.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div#footer {
	background-image: url(images/bck_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 106px;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #727E85;
	clear:both;
}
/*menu top */
/*menu top */
div#menuTop { 
         width:896px;
	list-style-type: none;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: absolute;
	top: 111px;
	left:50%;
	margin-left: -450px;
	height:40px;
         } 

div#menuTop ul { 
             padding: 0; 
             width: 896px; 
             margin:0px;
} 

/*On positionne les elements du menu */ 
div#menuTop ul li { 
                position:relative; 
                list-style: none; /*on enleve les icones de liste */ 
				float: left;
 				width: 128px;
 				margin: 0;
 				padding: 0;
 				border: 0;
               } 

div#menuTop ul ul { 
                position: absolute; 
                top: 40px; 
                left:0;
				display:none;
}

div#menuTop ul ul ul { 
                position: absolute; 
                top: 25px; 
                left:0;
				display:none;
}

div#menuTop ul ul li { 
               clear:both;
			   width: 250px;
			   text-align:left;
}

div#menuTop li a:link, #menuTop li a:visited, #menuTop li a:active { 
               display: block;
				margin: 0;
				text-decoration: none;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-style: normal;
				line-height: normal;
				font-weight: bold;
				color: #666666;
				border-right-width: 1px;
				border-right-style: solid;
				border-right-color: #727E85;
				padding-top: 14px;
				padding-right: 0px;
				padding-bottom: 11px;
				padding-left: 0px;
				height: 1%;
              }
			  
div#menuTop ul ul li a:link, #menuTop ul ul li a:visited, #menuTop ul ul li a:active {
			font-size: 12px;
			font-style: normal;
			color: #727E85;
			text-decoration: none;
			padding-left: 5px;
			padding-top: 5px;
			padding-bottom: 5px;
			display: block;
			border: 1px solid #727E85;
			background-image: url(images/bck_menu_blanc.png);
			background-repeat: repeat;
			background-position: center center;
}

#menuTop li a:hover {
	color: #000000;
	background-image: url(images/bck_menu_hover.png);
	background-repeat: repeat-x;
	background-position: left center;
}
div#menuTop ul ul li a:hover {
			background-image: url(images/bck_menu_hover.png);
	padding-top: 5px;
	color: #000000;
	background-repeat: repeat-x;
	background-position: center center;
}
/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */ 
div#menuTop ul.niveau1 li.sousmenu:hover ul.niveau2, 
div#menuTop ul.niveau2 li.sousmenu:hover ul.niveau3 { 
              display:block; 
               }


/* fin menu */
#MenuWrapper
{
	width:240px;
	list-style-type: none;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	background-image: url(images/bck_menu_wrapper_1.png);
	background-repeat: repeat-y;
	background-position: center top;	
	
}

#MenuWrapper li
{
	width: 240px;
	margin: 0;
	padding: 0;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #727E85;
	border-top-width: 0;
}

#MenuWrapper li a:link, #MenuWrapper li a:visited
{
	display: block;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #666666;
	height: 1%;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#MenuWrapper li a:active {
	color: #FFFFFF;
	background-image: url(images/bck_menu_hover.png);
	background-repeat: repeat-x;
	background-position: left center;
}
#MenuWrapper li a:hover {
	color: #000000;
	background-image: url(images/bck_menu_hover.png);
	background-repeat: repeat-x;
	background-position: left center;
}

#sousMenuWrapper
{
	display: none;
	list-style-type: none;
	text-align: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: -25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -300px;
	position: absolute;
	left: 50%;
	z-index: 5;
}

#sousMenuWrapper li
{
	float: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 250px;
	display: block;
}


#sousMenuWrapper li a:link, #sousMenuWrapper li a:visited
{
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	border: 1px solid #727E85;
	background-color: #EB6A0A;
	background-image: none;
}

#sousMenuWrapper li a:hover 
{
	padding-top: 1px;
	color: #727E85;
	background-color: #FFFFFF;
	background-image: none;	
}

#MenuWrapper li:hover > #sousMenuWrapper { display: block; }

/* onglet recherche */
input, text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	color: #727E85;
	background-color: #FFFFFF;
	border: thin solid #727E85;
}
.submitt_recherche {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	border: 1px solid #727E85;
	padding: 2px;
	background-image: url(images/bck_menu_hover.png);
	background-repeat: repeat-x;
	background-position: center center;
}
/* fin onglet recherche */
.page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
	width: 100%;
	padding-bottom: 2px;
	display:block;
	text-align: left;
}
.titre {
	width: 100%;
	padding-bottom: 2px;
	display:block;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #206095;
	padding-left: 25px;
	background-image: url(images/puce.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
}

.titre_bleu {
	padding-bottom: 2px;
	display:block;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #206095;
	padding-top: 10px;
}
.texte {
	width: 100%;
	display:block;
	text-align: justify;
	padding-top: 10px;
}

a:link, a:visited {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #206095;
	text-decoration: none;
}

a:hover {
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FF6633;
}

a.liens12:link, a.liens12:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #206095;
	text-decoration: none;
}

a.liens12:hover {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6633;
}

a.liens14:link, a.liens14:visited {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 1px solid #727E85;
	display:block;
	width:100%;
	height:40px;
	background-image: url(images/bck_menu.png);
	background-repeat: repeat-x;
	background-position: left center;
	
}

a.liens14:hover {
	color: #727E85;
	background-image: url(images/bck_menu_hover.png);
	background-repeat: repeat-x;
	background-position: left center;
}


a.liens:link, a.liens:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #206095;
	text-decoration: none;
}

a.liens:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #FF6633;
}

a img {
border: 1px solid #206095;
}

a img:hover {
border: 1px solid #FF6633;
}
.image {
	border: 1px solid #206095;
}
/* les formes */
.submitt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #EB6A0A;
	text-align: center;
	border: thin solid #727E85;
	display: block;
	padding: 2px;
}

fieldset p {
	clear: both;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
}

input.text, textarea {
	width: 60%;
	background-color: #FFFFFF;
	border: 1px solid #EB6A0A;
	margin-right: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #727E85;
}

input.text, select {
	width: 60%;
	background-color: #FFFFFF;
	border: 1px solid #EB6A0A;
	margin-right: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #727E85;
}

input.text, option {
	width: 60%;
	background-color: #FFFFFF;
	border: 1px solid #EB6A0A;
	margin-right: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #727E85;
}


input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
	background-color: #CCCCCC;
}

label.text {
	display: block;
	float: left;
	width: 30%;
	text-align: right;
	margin: 0 1em 0 0;
	padding: 0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #727E85;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB6A0A;
}

legend /* On met un peu plus en valeur les titres des fieldset */
{
	font-family: Arial, Helvetica, sans-serif;
	color: #5B727E;
	font-weight: bold;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

fieldset
{
	display: block;
	margin: 3px;
	width: auto;
	text-align: center;
}
.selection {
	font-weight: bold;
	background-color: #FF9900;
	color: #FFFFFF;
}
.Style1 {font-size: 14px}
