*{
	margin:0;
	padding:0;
}

a{text-decoration:none; color:#E60003;}

body{ 
	background:#000;
	color:#DDD; 
	text-align:center; 
	font-family:Arial, Helvetica, sans-serif;
}

#global{
	background-image:url('./img/background.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	margin:0 auto;
	width:1100px;
}

#header{
	margin:25px auto 0 auto;
	text-align:center;
	width:805px;
}

#container{
	margin:0 auto;
	width:900px;
	line-height:18px;
}

#container p{
	font-size:14px;
	text-align:justify;
	margin-top:10px;
}

#container a{
	font-weight:bold;
	color:white;		
}

#container a:hover{
	text-decoration:underline;
}

h1{ 
	float:left;
	font-size:23px;
	height:80px;
	padding-top:49px;
	padding-right:4px;
}

h2{
	margin-bottom:10px;
	text-align:right;
}

#logo-solutions {
	background-image:url('./img/bricodeal-solutions.gif');
	background-repeat:no-repeat;
	background-position:top left;
	float:left;
	height:80px;
	width:380px;
}


hr{clear:left;visibility:hidden;}

#carre{
	margin:0 auto;
	height:130px;
	width:130px;
}

#solution{
	background:#1B1C20;
	background-image:url('./img/bricodeal-solution.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	width:37px;
	height:130px;
}

#branding a{
	background:#F7941D;
	background-image:url('./img/bricodeal-branding.gif');
	background-repeat:no-repeat;
	background-position:0 0;
	float:left;
	height:130px;
	width:25px;
}

#branding a:hover{
	background:transparent url('./img/bricodeal-branding.gif') left bottom no-repeat ;
}

#promarket a{
	background:#662D91 url('./img/bricodeal-promarket.gif') left top no-repeat ;
	float:left;
	height:130px;
	width:35px;
}

#promarket a:hover{
	background:transparent url('./img/bricodeal-promarket.gif') left bottom no-repeat ;
}

#distribution a{
	background: #E60003; url('./img/bricodeal-distribution.gif') left top no-repeat ;
	float:left;
	height:130px;
	width:33px;
}

#distribution a:hover{
	background: transparent url('./img/bricodeal-distribution.gif') left bottom no-repeat ;
}


#pSolution{
	background:#1A171B;
	/*background-image:url('./img/bricodeal-solutions-coloris.gif');
	background-position:top left;
	background-repeat: no-repeat;*/
	float:left;
	width:870px;
	padding:15px;
}

#pBranding{
	background:#F7941D;
	/*background-image:url('./img/bricodeal-solutions-coloris.gif');
	background-position:top left;
	background-repeat: no-repeat;*/
	float:left;
	width:260px;
	height:440px;
	padding:15px;
	margin:10px 0 10px 0;
}

#pPromarket{
	background:#662D91;
	/*background-image:url('./img/bricodeal-solutions-coloris.gif');
	background-position:top left;
	background-repeat: no-repeat;*/
	float:left;
	width:265px;
	height:440px;
	padding:15px;
	margin:10px 10px 10px 10px;
}

#pDistribution{
	background:#E60003;
	/*background-image:url('./img/bricodeal-solutions-coloris.gif');
	background-position:top left;
	background-repeat: no-repeat;*/
	float:left;
	width:265px;
	height:440px;
	padding:15px;
	margin:10px 0 10px 0;
}

.citation{
	font-style:italic;
}

#units{
	width:100%;
	max-height:203px;
	background:#1A171B url('./img/bricodeal-units.gif');
	background-repeat:no-repeat;
	padding-top:190px;
}
.vcard{
	font-size:12px;
	margin:0 auto;
	padding:0 0 0 150px;
	}

.vcard div, .vcard span{
	float:left;
	margin-right:8px;
}

.center{
	text-align:center;
}

.imgInL{
	float:left;
	border:1px solid #fff;
	padding:3px;
	margin: 0 5px 5px 0;
}

.first{
	margin-top:10px;
}


