﻿@charset "UTF-8";
/* CSS Document */

* {
	list-style: lower-latin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #000000;/***** c'est la couleur du text du site *****/
}

body {
	width:1024px;margin:0 auto;
}

p {
	font-size: 0.8em;
}

li {
	list-style-type: none;
}

a:visited { text-decoration: none; }

a:link { text-decoration: none; }
a:active { text-decoration: underline; }

a:hover { text-decoration: underline; }

fieldset{
	background: none;
	border: none;
}

fomr{
	background: none;
	border: none;
}

a img{
	background: none;
	border: none;
}

h1 {
	background: url(images/ico_puce.gif) no-repeat left;
	padding-left: 40px;
	font-variant: small-caps;
	border-bottom: solid 1px #eae9e9;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

h2 {
	background: url(images/ico_arrow_orange.gif) no-repeat left;
/*	background: url(images/ico_puce.gif) no-repeat left;*/
	padding-left: 40px;
	font-variant: small-caps;
	font-size:small;
	/*border-bottom: solid 1px #eae9e9;*/
	margin-bottom: 10px;
	padding-bottom: 3px;
}


h4 {
	text-align: center;
	color: #96b618;
	font-variant: small-caps;
	font-size: 0.8em;
	margin-bottom: 5px;
}


strong {
	color: #96b618;
	font-weight: normal;
}

em{
	color: #96b618;
	font-style: normal;
	font-weight: bold;
}


em#urgent {
	
	color: #e32121;
	font-style: normal;
	font-weight: bold;


}

/*
emm{
	color: #e32121;
	font-style: normal;
	font-weight: bold;
}
*/

.clear {
	clear: both;
}


#body {
	background: url(images/bg.gif) repeat-y;
	background-color:pink;
	width: 980px;
	padding: 0 12px;
	margin-top: 10px;
	border-bottom: solid 2px #eae9e9;
	border-top: solid 2px #eae9e9;
	margin-bottom: 30px;
	position:absolute;
	-overflow-x: hidden;

}

/**************************************** HEADER ****************************/



#header {
	background: url(images/header_bg.gif) repeat-x;
	width: 980px;
	padding-top: 30px;
	height: 75px;
}

#header a:hover { text-decoration: none; }

#header a:active { text-decoration: none; }

#header p {
	float: left;
	background: url(images/logo.gif) no-repeat left;
	margin-left: 30px;
	width: 235px;
	height: 55px;
	padding-top: 10px;
}

#logo_compagny {
	color: #96b618;
	font-size: 1.6em;
	padding-left: 50px;
}

#logo_name {
	color: #999999;
	font-size: 1.6em;
}

#slogan {
	float: right;
	font-size: 0.8em;
} 


#header ul {
	float: right;
	font-size: 0.8em;
	margin: 15px 30px 0 0;
}

#header ul li {
	float: left;
	padding: 0 10px;
}


#home {
	background: url(images/ico_home.gif) no-repeat left;
	padding-left: 20px;
	padding-top: 3px; 
}

#search {
	background:url(images/ico_search.gif) no-repeat left;
	padding-left: 20px;
	padding-top: 3px; 
}

#map {
	background:url(images/ico_map.gif) no-repeat left;
	padding-left: 20px;
	padding-top: 3px; 
}

a#map:visited {
	text-decoration: none;
	color: #999999;
}

a#map:link {
	text-decoration: none;
	color: #999999;
}

a#search:visited {
	text-decoration: none;
	color: #999999;
}

a#search:link {
	text-decoration: none;
	color: #999999;
}

a#home:visited {
	text-decoration: none;
	color: #999999;
}

a#home:link {
	text-decoration: none;
	color: #999999;
}

a#map:active {
	text-decoration: none;
	color: #96b618;
}
	

a#map:hover {
	text-decoration: none;
	color: #96b618;
}
	

a#search:active {
	text-decoration: none;
	color: #96b618;
}
	

a#search:hover {
	text-decoration: none;
	color: #96b618;
}
	

a#home:active {
	text-decoration: none;
	color: #96b618;
}
	

a#home:hover {
	text-decoration: none;
	color: #96b618;
}
	

/****************************************  HEADER END ****************************/



/**************************************** MENU ****************************/
/*
#menu {
	margin-top: 10px;
	float: left;
}

#menu li ul{
display:none;
position:absolute;
left:280px;
margin-top:-25px;
}

#menu li:hover>ul{
display:block;
}


#menu li {
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	text-align: right;
	margin-bottom: 2px;
	font-size: 0.8em;
}

li a.link_menu:link, li a.link_menu:visited {
	display: block;
	width: 250px;
	background: url(images/ico_arrow_orange.gif) no-repeat left;
	padding: 5px 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

li a.link_menu:hover, li a.link_menu:active {
	display: block;
	width: 250px;
	background: url(images/ico_arrow_grey.gif) no-repeat left #f8f8f8;
	color: #ff9600;
	padding: 5px 15px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

#menu_img {
	background: url(images/img11_menu_ixhdz.jpg) no-repeat;
	width: 666px;
	height: 195px;
	margin-top: 10px;
	margin-right: 15px;
	float: right;
}

#menu_img p {
	padding-top: 135px;
	padding-left: 400px;
	color: #FFFFFF;
	font-size: 1em;
}
	

/**************************************** MENU ****************************/

#menu {
	/*font-family: Arial, Helvetica, sans-serif, trebuchet ms, arial, tahoma, verdana, sans-serif; 
	font-size: 90%; 
	font-weight:bold;
	color:#ff9600; */
	float: left;
	margin-top: 5px;
	}
		
#menu ul ul {display: none; 
	position:absolute;
	left: 204px; 
	top: -1px; 
	margin:0px; 
	padding: 0px;
	width:auto; 
	background-color:white;
	/*border: 1px solid #B0B0B0;*/}

#menu li li.sfhover ul.niveau3 {display: block;
/*padding:4px 4px;*/
}
			 
#menu li.sfhover ul.niveau2 {display: block;
/*padding:4px 4px;*/
}
			 
#menu li li:hover ul.niveau3 {display: block;
/*padding:4px 4px;*/
}
			 
#menu li:hover ul.niveau2 {display: block;
/*padding:4px 4px;*/
}
			 
#menu li {
	/*list-style-type: none;
	position: relative; 
	background-color: #F7F7F7; 
	padding: 2px;
	margin: 2px;*/
	width: 200px;
	border-bottom: solid 1px #eae9e9;
	border-right: solid 1px #eae9e9;
	text-align: left;
	margin-bottom: 2px;
	font-size: 0.8em;
	position: relative;
	padding: 2px;
	
}
		  
li a.link_menu:active  {
      text-decoration:none; 
      background:url(images/ico_arrow_orange.gif) no-repeat left;
      /*padding:4px 4px;*/
      /*color: #ff9600;/******** c'est la couleur du text du menu **********/
	  padding: 5px 15px;
	  font-weight:normal;
	  font-variant: small-caps;

}

li a.link_menu:hover  {
      text-decoration:none; 
      background:url(images/ico_arrow_orange.gif) no-repeat left;
      /*padding:4px 4px;*/
      /*color: #ff9600;/******** c'est la couleur du text du menu **********/
	  padding: 5px 15px;
	  font-weight:normal;
	  font-variant: small-caps;

}

li a.link_menu:visited  {
      text-decoration:none; 
      background:url(images/ico_arrow_orange.gif) no-repeat left;
      /*padding:4px 4px;*/
      /*color: #ff9600;/******** c'est la couleur du text du menu **********/
	  padding: 5px 15px;
	  font-weight:normal;
	  font-variant: small-caps;

}

#menu li a  {
      text-decoration:none; 
      background:url(images/ico_arrow_orange.gif) no-repeat left;
      /*padding:4px 4px;*/
      /*color: #ff9600;/******** c'est la couleur du text du menu **********/
	  padding: 5px 15px;
	  font-weight:normal;
	  font-variant: small-caps;

}

{
     
     background:url(images/ico_arrow_orange.gif) no-repeat left;
     color: #ff9600;/******** c'est la couleur du text du menu **********/
	  
}


li a.link_menu:hover{
     
     background:url(images/ico_arrow_orange.gif) no-repeat left;
     color: #96b618;/******** c'est la couleur du text du menu **********/
	  
}


#menu li a.link_menu:visited{
     
     background:url(images/ico_arrow_orange.gif) no-repeat left;
     color: #ff9600;/******** c'est la couleur du text du menu **********/
	  
}


#menu_img {
	 /*background: url(images/img11_menu_ixhdz.jpg) no-repeat;*/
	 background: url(images/img2_menu.jpg) no-repeat;
	 width: 666px;
	 height: 195px;
	 margin-top: 10px;
	 margin-right: 15px;
	 float: right;
	 z-index: 1;
}

#menu_img p {
	 padding-top: 135px;
	 padding-left: 400px;
	 color: #FFFFFF;
	 font-size: 1em;
}

#menu li.sfhover {
	background-color: #D6D9DA;
}

#menu li:hover {
	background-color: #D6D9DA;
}
/*
#menu li.plus {background-position:right; 
			   background-repeat: no-repeat; 
			   border-bottom: 1px solid #B0B0B0;}
*/



/****************************************  MENU END ****************************/


/**************************************** CONTENT ****************************/

#content {
	background: url(images/bottom_menu.gif) repeat-x top;
	width: 980px;
	margin-top: 10px;
	border-bottom: solid 5px #eae9e9;
	padding-bottom: 20px;
}

#photo_entreprise {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
}

#left {
	float:left;
	width: 690px;
}

#title_bottom {
	padding-top: 20px;
	padding-bottom: 20px;
}

#welcome {
	padding-top: 20px;
	padding-bottom: 20px;
}

#left p {
	width: 490px;
	float: right;
}

#p {
	/*width: 490px;
	/*float: right;*/
}


#left li {
	display: inline;
	float: left;
	width: 185px;
	margin: 0 20px;
}

.top_frame {
	overflow: hidden;
	background: url(images/top_frame.gif) no-repeat;
	height: 10px;
}

.middle_frame {
	padding: 5px 0;
	background: url(images/middle_frame.gif) repeat-y;
	width: 100%;
}
 
.middle_frame a {
	display: block;
	margin: 0 10px;
}

.middle_frame span {
	display: block;
	margin: 0 10px;
}

.bottom_frame {
	overflow: hidden;
	background: url(images/bottom_frame.gif) no-repeat;
	height: 10px;
}

.title_bottom {
	padding-top: 20px;
	background: url(images/bottom_menu.gif) repeat-x top;
	width: 100%;
}

#left span {
	border-bottom: thin #C0C0C0;
	font-size: 0.7em;
}

a.link_right:visited {
	float: right;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	font-size: 0.7em;
}

a.link_right:link {
	float: right;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	font-size: 0.7em;
}

a.link_right:active {
	float: right;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	text-decoration: underline;
	font-size: 0.7em;

}

a.link_right:hover {
	float: right;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	text-decoration: underline;
	font-size: 0.7em;

}


a.link:visited {
	float: inherit;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	font-size: 0.9em;
}

a.link:link {
	float: inherit;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	font-size: 0.9em;
}

a.link:active {
	float: inherit;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	text-decoration: underline;
	font-size: 0.9em;

}

a.link:hover {
	float:inherit;
	margin-right: 5px;
	color: #96b618;
	margin-top: 2px;
	text-decoration: underline;
	font-size: 0.9em;

}



#right {
	float:right;
	width: 270px;
}

#right div {
	padding-top: 20px;
	background-repeat: no-repeat;
}

#right p {
	margin: 10px 0;
}

.input {
	background: url(images/input_text.gif) no-repeat;
	border:none;
	font-size: 0.8em;
	height: 20px;
	width: 250px;
	padding-top: 5px;
	margin-left: 5px;
	padding-left: 10px;
}

.button {
	float: right;
	background: url(images/button.gif) no-repeat;
	color: #FFFFFF; 
	width: 62px;
	height: 22px;
	border: none;
	font-size: 0.8em;
	margin: 5px 5px 0 0 ;
}
/**************************************** Resolution ****************************/

#resol {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:fixed;
	-position:absolute;
	font-size: 10px;
	width:230px;
	top:0px;
	left:1280px;
	margin:0 auto;
	background:#bfc6d9;
	text-align:center;
} 
#resol h1 {
	background:none;
	font-size: 15px;
	letter-spacing:3px;
	padding:0px;
	margin:0px;
	border: 0px;
} 
#resol h2 {
	font-size:10px;
	letter-spacing:3px;
	padding:0px;
	margin:0px;
	border:0px;
	background:none;
}

/**************************************** CONTENT END ****************************/

/**************************************** FOOTER ****************************/

#footer {
	margin-top: 10px;
	background: url(images/footer_bg.gif) repeat-x bottom;
	width: 980px;
	height: 50px;
	font-size: 0.8em;
	-margin-bottom:10px;
}

#footer_terms {
width: 100%; bottom: 0px; left: 0px; position: absolute; height: 40px; 
}
#footer_terms h1 {
	padding: 60px 0px 0px 0px; color: #c6c6c6;
	text-align:right;
	border:0px;
	font-variant:normal;font-size: 0.8em;font-weight: normal;
	text-decoration:none;background: none;
}

#footer_terms a  { text-decoration: underline;}

#footer_terms a {
	color: #c6c6c6;
	font-weight: normal;
	background: none;
}

#footer_terms strong {
	color: #c6c6c6;
	font-weight: normal;
	background: none;
}

#holder {
	min-height: 100%; position: relative; margin:0 auto;
}
/**************************************** FOOTER END ****************************/
