.box {	
	
	background-color: #B9EF95; 
	padding:8px;
	margin:10px;
	
	}

.breadcrum
{	
	
	background: url(/img/breadcrum.gif) left top no-repeat;

	padding: 7px 0px 0px 18px;
	font-size: 12px;
	font-weight: bold;
	width:409px;
	height:34px;
	text-transform: capitalize; 
	color: #6D6E72;
	}
.breadcrum a {
	color: #6D6E72;
	}
/*
###################
PRO Carrefour
###################
*/
div.pro-carr-home {
	float: left;
	width: 29%;

	margin: 10px 5px ;
	
	text-align: center; 	
	}

/*
###################
PRO PG
###################
*/



/*
###################
PRO PF
###################
*/
div#propfnbprod, div#propgnbprod {

	width: 250px;	


	font-size:13px;	
	text-align: center ;
	font-weight: bold;
	}
div#prosolpfnav {
	float: left;
	width: 17%;	
	}

.propfcat {
	float: left;
	width: 17%;
	padding:5px;

	margin:5px;
	background-color: #F3DFFF; 
	color: #9F9F9F ;
	font-size:11px;
	}
.propfcat a {
	color: #3F3F3F;
	display:block;
	text-decoration: none;
	}
.propfcat a.on {
	color: white;
	background-color: #C161FF;
	display:block;
	}	
.propfcat a:hover {
	color: white;
	background-color: #C161FF;
	}	
.propfcat h1 {
	
	color: #3F3F3F;
	font-size:12px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #C161FF;
	}

/*
###################
PRO Contact
###################
*/

div#procontactform {
	float: left;
	width: 256px;
	padding: 80px 10px 0 220px;
	color: white;

	}

div#procontactform td {
	color: white;
font-weight: bold;
	}
div#procontactaddress {
	float: left;
	width: 386px;
	padding: 80px 10px 0 20px;
	color: white;
font-weight: bold;
	}


/*
###################
PRO Home
###################
*/

div#prohomepres {
    float: left;
	width: 386px;
	color:white;
	font-size:18px;
	padding: 80px 10px 0 20px;
	}
div#prohomevisu {
    float: right;
	padding-right:  20px;
	}

/*
###################
PRO Common
###################
*/

div#propdp {
	width: 970px;
	height: 32px;
	
	text-align: right;
	color: #68C229;	
	font-size:0px;
	background-color: #68C229;
	
	}
div#propdp img, div#promenu img {
	border: none;
	}	
div#promenu {
	width: 970px;
	height: 104px;
	
	text-align: left;
	color: #68C229;
	font-size:0px;	
	
	
	}
	
div#probody {
	width: 970px;
	background-image:url("/img/filet_top1.gif");
	background-position:top;
	background-repeat:repeat-x;
	text-align: left;

height: auto;
min-height: 400px;
_height: 400px; // underscore hack uniquement interprété par IE Win

	
	
	}

/*
###################
Common
###################
*/
.floatleft {
	
	float: left;
}
.floatright {
	
	float: right;
}
.speration, .clear {
	clear: both;
	visibility: hidden;
	}

.center {
	text-align: center ;
}
.right {
	text-align: right ;
}

.left {
	text-align: left;
}
.red {
	color: red;
}
.white {
	color: white;
}

.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.small {
	font-size: 8pt;
	}
.big {
	font-size: 12pt;
	}
.titre {
	padding-left: 10px;
	color: white;
	width: 500px;
	}
	
	

/*
###################
Global
###################
*/
	
body {
	background-color: #68C229;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt;
	color: white;
}

form {
	margin: 0 0 0 0;
}


a,h1,h2,h3,h4,h5,h6,strong {
	
	margin: 0 0 0 0;
}

h1 {
	font-size: 14pt;
	
}

h2 {
	font-size: 12pt;
	
}

p,div,form,acronym,label,table,th,span,code,pre,input,select,textarea,label
	{
	
	font-size: 9pt;
	color: black;
}

input,select,textarea {
	font-size: 9px;
}



a {
	color: #3F3F3F;
	
}

a:hover {
		
text-decoration: none;
}

/* MENU BAS*/
a.bouton_bottom{

height:32px;
width:194px;
text-decoration:none;
display:block;
float:left;
}

a.bouton_bottom div{
color:#FFFFFF;
font-size:17px;
font-weight:bolder;
padding-left:24px;
padding-top:8px;
text-align:center;
}

/*------- MENU ----------*/

ul#primary-nav,
ul#primary-nav ul {
	width: 169px;
	margin: 0;
	padding: 0;

}

ul#primary-nav {
	float: left;
	width: 500px;
}

ul#primary-nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#primary-nav li.menubar1 {
	position: relative;
	list-style: none;
	float: left;
	width: 162px; /* Width of Menu Items */
}

ul#primary-nav li.menubar2 {
	position: relative;
	list-style: none;
	float: left;
	width: 167px; /* Width of Menu Items */
}

ul#primary-nav li.menubar3 {
	position: relative;
	list-style: none;
	float: left;
	width: 169px; /* Width of Menu Items */
}

ul#primary-nav li a,
ul#primary-nav li li a {
	display: block;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
}

ul#primary-nav ul ul {
	left: 0px;
	top: 0;
}

ul#primary-nav li ul li a { padding: 0px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

.menubar2 li.produits {
	display: block; 
}
.menubar2 li.services {
	display: block; 
}
.menubar1 li.entreprise {
	display: block; 
}


ul#primary-nav li a:hover { /*color: #E2144A;*/}