
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	height:100%;
	padding:0px ;
	margin:0px auto;
	background: #262626;

}
/*
	#####################################################
	########## Couleurs des textes ######################
	##################################################### 
*/
a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}


.vert {color:#008600}

.alerte {color:#990000}
.orange, .orange a {color:#f98a1e;}
.prix {font-weight:bold;color:#f98a1e}

.prix_ht, .info_minime {color:#999999}

/* 
	#####################################################
	########## Cassure des boite flottante ##############
	##################################################### 
*/
hr {
  
  padding:0px; margin:0px;
  clear: both;
  visibility: hidden;}
b {margin:0px 10px;padding:0px;}

/*########################################################*/

/*########################################################*/

td, th, ul, ol, li, h1, h2, h3, h4, h5, p {
	padding:0px; 
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	
	}
/* 
	#####################################################
	###################### debut border #################
	##################################################### 
*/

div#global {
	font-size: 11px;
	min-height: 100%;
	width:100%;
	
	padding: 0px  ;
	margin: 0px ;
	position:relative;
	background:url(img/background/center.gif) repeat-y center ;
	}
/* 
	#####################################################
	########## Header  ### ##############################
	##################################################### 
*/

div#haut {
	background: url(img/background/fond-haut.gif) repeat-x top center;
	position:relative;	
	margin: 0 auto ;
	padding: 0px ;
	width:100%;
	
	}


/* 
	#####################################################
	########## Contener    ##############################
	##################################################### 
*/

div#center {
	width:995px;
	margin: 0 auto 0px auto;
	padding: 0px 0px 130px 0px;
	position:relative;
	background:url(img/background/center.gif) repeat-y center ;
	overflow: auto;
	}
						/* 
							#####################################################
							########## menu #########################
							##################################################### 
						*/
						div#menu {
							margin:0px auto;
							padding:15px 0px 10px 0px;
							float: left;
							width: 255px;
							position:relative;
							text-align:center;
							background:#000 url(img/background/degrader-noir.gif) repeat-x;  
							color:#fff;
							}
						
						
						
						/* 
							#####################################################
							########## contenu #########################
							##################################################### 
						
						*/
						
						div#contenu{
							
							position:relative;
							float: right;
							width: 740px;
							padding:0px ;
							margin:15px 0px 10px 0px;
							}

/*
	#####################################################
	########## pages statiques ##########################
	##################################################### 
 */						
 
div#pages_statiq {
width:717px;
padding:0px;
margin:0px auto;
position:relative;
}
div#pages_statiq h1{
color:#000; 
border: 1px solid #c3c3c3;
background-color: #fff;
margin-bottom: 15px;}

div#pages_statiq div,div#pages_statiq p{
position:relative;
border: 1px solid #c3c3c3; 
background-color: #fff; 
padding:5px; 
margin:10px 0;
text-align:justify;
}
div#pages_statiq div img {
margin:4px 4px 4px 0}

/*
	#####################################################
	########## Footer  ### ##############################
	##################################################### 
 */
div#bas {
	width:100%;
	position: relative ;
	bottom: 0;
	padding-top:0px;
	margin:0px auto;	background:url(img/background/center.gif) repeat-y center ;
}
