/*
#global 	{ height: 118px; margin: 0px auto 0px 0px; padding:0px; position: relative; }
#integre    { background-color:red;height: 118px; width: 205px; margin-left:0px; position:absolute; background: url(../img/fond.jpg) no-repeat top center; }
#texte 		{ position:absolute; width: 130px; height: auto; z-index:1; top: 20px; left: 70px; margin:0px; font-size:10px; text-align:right; color:#3D3D3D; }
#bloc		{ position:absolute; left: 17px; top: 58px; width: 203px;  z-index:10; }
#bloc input { border: 1px solid #7F9DB9;height: 14px; padding: 2px 0px 0px 2px; color: #646464; font-size: 11px;}
input.tel   { margin-left:72px;width: 100px; }
input.cp    { margin-left:72px;width: 70px; margin-top:5px; }
input.ok	{ width: 24px; height: 20px; padding:0; border: 0px solid #7F9DB9; }
#btValider	{ position:absolute; left: 156px; top: 80px; z-index:10; }
*/
#global{ 
	/*height: 118px;
	margin: 0px auto 0px 0px; 
	padding:0px;*/
}
#integre    { 
	height: 101px;
	width: 300px; 
	margin-left:0px;
	margin-bottom:15px;
	background: transparent url(../images/fond.gif) top center no-repeat; 
}

.global-text{
	float:left;
	width:150px;
	margin-left:50px;
}
#texte { 
	height: auto; 
	z-index:1; 
	margin-top:10px; 
	font-size:12px; 
	text-align:left; 
	color:#3D3D3D; 
}
#bloc{ 
	padding-left:8px; 
}
#bloc input.tel,
#bloc input.cp { 
	margin-left:8px;
	border: 1px solid #7F9DB9;
	height: 14px; 
	padding: 2px 0px 0px 2px; 
	color: #646464; 
	font-size: 11px;
	float:left;
}
input.tel   { 
	width: 100px;
	margin-top:10px;
}
input.cp    { 
	margin-top:6px;
	width: 70px; 
}
#btValider	{ 
	float:left;
	z-index:10;
}
input.ok	{ 
	background:#DC5C1F;
	border:1px solid #fff;
	color:#FFFFFF;
	cursor:pointer;
	font-size:100%;
	padding:2px;
}

/** dhtml CSS **/

.dhtmlwindow {
background-color:white;
border:1px solid black;
position:absolute;
visibility:hidden;
}
.drag-handle {
-x-system-font:none;
background-color:#CA0000;
color:white;
cursor:move;
font-family:Arial;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:14px;
line-height:normal;
opacity:1;
overflow:hidden;
padding:1px;
text-indent:3px;
width:auto;
}
.drag-handle .drag-controls {
cursor:pointer;
position:absolute;
right:1px;
top:2px;
}
* html .drag-handle {
width:100%;
}
.drag-contentarea {
background-color:white;
border-top:1px solid brown;
color:black;
height:150px;
overflow:auto;
padding:2px;
}
.drag-statusarea {
background-color:#F8F8F8;
border-top:1px solid gray;
height:13px;
}
.drag-resizearea {
cursor:nw-resize;
float:right;
font-size:0;
height:13px;
width:13px;
}


