/* 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;
}

p, h1, form, input {
	margin: 0;
	padding: 0;
}
#general{
	margin:0 auto;
	padding:0;
	width:100%;
}
.imgHeader {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content {
	width: 980px;
	background-color:#FFFFFF;
	background-image: url(../images/deco/header-produits-tableaux.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;
}



#tableaux {
	width: 760px;
	padding-left: 10px;
}
#tableaux table p {
	margin: 0px;
	padding: 0px;
}

.arrowlistmenu{
	width: 200px;
	padding-top: 175px;
}


.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: hand;
	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;
}

.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 {
	width:200px;
	margin:0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	float: left;
}



#rightcontent {
	float:right;
	width:770px;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
#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;
}



#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 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;
}

