@charset "utf-8";
/* CSS Document */

/**********************/
/*** INITIALISATION ***/
/**********************/

body,div,h1,h2,h3,img,a,ul,li,form,table,td,tr,p{padding:0px;margin:0px;}
img{border:0px;}
ul,li{list-style:none;}

/*****************/
/*** GENERIQUE ***/
/*****************/

a{text-decoration:none;color:#7d7d7d;}
a:hover{text-decoration:underline;}


/*************/
/*** STYLE ***/
/*************/

html, body{
	min-width:100%;
	width:auto !important;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	background: #777777 url(../../Images/Common/bkg_indisponible.gif) top left repeat-x;
}

#global{
	min-width:100%;
	width:auto !important;
	width:100%;
	min-height:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#7d7d7d;
	position:absolute;
}


	/*** HEADER ***/
	
	.header{
		width:955px;
		min-height:100px;
		height:auto !important;
		height:100px;
		margin:0px auto 38px auto;
		position:relative;
	}
		
		.header .logo{display:block;position:absolute;top:34px;left:0px;background: url(../../Images/Common/logo.gif) top left no-repeat;width:77px;height:54px;font-size:1px;}
			.header .logo img{display:none;}
		
		.header_print{display:none;}
		
	
					
		
	/*** MAIN ***/
	
	.main{
	width:100%;
	min-height:173px;
	height:auto !important;
	height:142px;
	padding-bottom:54px;
	}
		.main_content{
		width:955px;
		margin:auto;
		}
			
			.popin_content{
			width:485px;
			border: 6px solid #cfcfcf;
			margin:0px auto 0px auto;
			background-color:#FFF;
			padding:10px 0;
			position:relative;
			top:292px;
			}
		
			h1{color:#1c1c1c;font-size:16px;font-weight:normal;text-transform:uppercase;margin-bottom:12px;border-left:2px solid #db002f;padding:8px 0px 8px 8px;}
			
			.popin_content p{
			font-size: 11px;
			color: #6b6b6b;
			padding: 10px;
			}
