/* GENERAL */
html {
   margin: 0;
   padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-image: url(../images/deco/fd_gris_grad.jpg);
	background-repeat: repeat-x;
}
.contentlist {
	list-style-position: outside;
	list-style-image: url(../images/deco/puce_lcm.gif);
}
.contentlist li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

p, h1, form, input {
	margin: 0;
	padding: 0;
}
#general{
	margin:0 auto;
	padding:0;
	width:100%;
}

/* - - DEBUT HEADER */
#header{
	padding:0;
	width:980px;
	height:120px;
	background-color: #666666;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/fond_page.jpg);
}
.imgHeader {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* FIN HEADER
- - DEBUT BARNAV */
ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#menu li {
	float:none;
	margin: 0px;
}
#menu a {
	margin: 0;
	color: #0099FF;
	text-decoration: none;
	line-height: 25px;
	text-align: right;
}
#menu_societe a {
	position: absolute;
	top: 250px;
	left: 400px;
	z-index: 11;
	width: 150px;
	height: 50px;
	display: block;
	background-image: url(../images/deco/metaux-bdr.gif);
}
#menu_metiers a {
	position: absolute;
	top: 360px;
	left: 340px;
	z-index: 12;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(../images/deco/metaux-bdr.gif);
}
#menu_produits a {
	position: absolute;
	top: 435px;
	left: 225px;
	z-index: 13;
	height: 50px;
	width: 150px;
	display: block;
	background-image: url(../images/deco/metaux-bdr.gif);
}


#menu a:hover {
	color: #FF0101;
	}
#menu li a.menu_actif {
	
	color: #FF0101;
	text-decoration:none;
}


/* FIN BARNAV

/*Contenu de page  CONTENT */
#content_intro {
	width: 980px;
	background-color:#FFFFFF;
	background-image: url(../images/deco/page_fond.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	height: 400px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #000000;
	border-top-width: 30px;
	border-top-style: solid;
	border-top-color: #000000;
}
#content {
	width: 980px;
	background-color:#FFFFFF;
	background-image: url(../images/deco/barnav.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: left top;
	position: relative;
	padding: 0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #999999;
}
#barnav_metiers {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#barnav_metiers-societe {
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 0px;
}
#barnav_societe-produits {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}
#barnav_produits-metiers {
	position: absolute;
	z-index: 6;
	left: 0px;
	top: 0px;
}
.sousmenu {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	list-style-type: none;
}
.sousmenu li {
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: right;
	color: #FE0002;
	background-color: #BDE2FD;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #0979FF;
}

#barnav_societe {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
#barnav_produits {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
.arrowlistmenu{
width: 400px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	background-color: black;
	background-image: url(../images/deco/titlebar.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top: 5px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
}
.categoryitems {
	margin: 0px;
	padding: 0px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/deco/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../images/deco/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
#content p {
	margin-bottom: 5px;
	margin-left: 10px;
}

#leftcontent {
	float:Aucune;
	width:550px;
	margin:0;
	padding:0;
	height: 481px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#leftcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #CC0000;
	font-weight: normal;
	margin: 0px;
}
#leftcontent h2 a {
	color: #CCCCCC;
	text-decoration: none;
}
#leftcontent h2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcontent p a {
	color: #00CCFF;
	text-decoration: none;
}
#leftcontent p a:hover {
	text-decoration: underline;
}
#centercontent {
	background:yellow;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 550px;
}
#centercontent h2 {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
}
#centercontent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin: 0px;
}

#rightcontent {
	float:Aucune;
	width:430px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 550px;
}
.fenetre {
	overflow: auto;
	height: 300px;
	margin-top: 10px;
}

#menu_haut {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	width: 420px;
	float: Aucune;
	margin-left: 550px;
	line-height: 25px;
}
#menu_haut a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu_haut a:hover {
	color: #FF0004;
	text-decoration: none;
}


#rightcontent h1 {
	background-image: url(../images/deco/titre_fond.gif);
	text-align: left;
	height: 40px;
	color: #666666;
	margin: 0px;
	font-size: 18px;
	font-style: italic;
}
#rightcontent  h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	background-color: #0066CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 10px;
}
#rightcontent p {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#flash_anim_droit {
	margin-left: 20px;
}




#rightcontent img {
	text-align: center;
}
#rightcontent  a {
	color: #007BF9;
	text-decoration: none;
}
#rightcontent  a:hover {
	color: #FE0100;
	text-decoration: none;
}


/*Bas de page  FOOTER*/

#footer{
	padding:0;
	width:980px;
	background-color:#000000;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #000000;
}


#footer_intro {

	margin:0 auto;
	padding:0;
	width:773px;
	height:70px;
	background-color:#AFAFAF;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/intro_footer.jpg);
	background-repeat: no-repeat;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FF0000;
}
#footer_adresse {
	float: left;
	text-align: center;
	color: #FFFFFF;
	margin-left: 30px;
}
#footer_menu {
	color: #000000;
	margin-right: 150px;
	text-align: right;
}

/*classe clear*/

.clear {
	clear: both;
	overflow: visible;
	border: 0;
	padding: 0;
	visibility: hidden;
	margin: 0;
}
#credits {
	margin:0 auto;
	padding:0;
	width:980px;
	height:70px;
	text-align: center;
	color: #FFF;
	background-image: url(../images/deco/page_footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}
