*         { margin:0; padding:0; }
html,body { margin:0; padding:0;  


}

body {
	width:100%;
	min-height:100%;
	_height:100%;
	background-color: #061342;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
-------------------------------------------------------
HOME
-------------------------------------------------------
*/
#global {
	position: relative;
	width: 827px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -423px;

}
#header {
	position: relative;
	width: 827px;
	height: 282px;
}
#tel {
	position: relative;
	width: 827px;
	height: 69px;
}
#flags{
	position: absolute;
	width: 29px;
	height: 64px;
	z-index: 1;
	top: 206px;
	right: 150px;
}
#devis{
	position: absolute;
	width: 300px;
	z-index: 1;
	top: 480px;
	left: 450px;
	background-color: #CCFF00;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}
#p1, #p2{
	position: relative;
	color: #FFFFFF;
	line-height: 20px;
	top: 20px;		
}
#p1{
	width: 373px;
	left: 36px;
	float: left;
}
#p2{
	width: 368px;
	left: -34px;
	float: right;
}