
		/*-----------------------------------------------------------------------------
		  [/bas-debit/free-50h]
		-----------------------------------------------------------------------------*/
		
		
		/* CSS pour le composant: /layouts/base */
		/* begin base */
@import url('/css/styles.css');
form[action="verify.php"] {
	display: none;
}
#main {
	position:relative;
	z-index:10;
	border: 1px solid #ccc;
	margin:0px;
	padding:0px;
	width:100%;
	box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
}
#main .left {
	position:relative;
	z-index:11;
	border-right: 1px solid #ccc;
	float: left;
	width: 749px;
	border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	-webkit-border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	-mozborder-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
#main .left-100p {
	float: left;
	width: 100%;
}
#submenu {
	background: white url(/im/global/navigation/sub-menu/sub-menu-background.png) repeat-x left top;
	border-bottom: 1px solid #bababa;
	height: 31px;
	width: 100%;
}
#submenu .back {
	background: white url(/im/global/navigation/sub-menu/sub-menu-back-button.png) no-repeat left top;
	display: block;
	float: left;
	height: 31px;
	width: 76px;
}
#submenu .back span { display: none; }
#submenu ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#submenu ul li { display: inline; }
#submenu ul li a {
	display: block;
	float: left;
	height: 31px;
	padding: 0px;
	text-decoration: none;
}
#submenu ul li a span { display: none; }
#content-container {
	background:white;
	padding-bottom:20px;
}
.content-title {
	font-size: 150%;
	line-height: 120%;
	padding: 30px 20px 20px 20px;
	text-transform: uppercase;
}
.content-title span { display: inline; }
#inter-section-nav {
	clear: both;
	margin: auto auto 3px auto;
	width: 100%;
}
#inter-section-nav div.arrow {
	background: white url(/im/global/navigation/inter-section/background.png) repeat-x left top;
	border: 1px solid #e6e6e6;
	display: block;
	height: 25px;
	margin: 3px;
	padding: 2px;
	width: 250px;
}
#inter-section-nav div.arrow .inner {
	display: block;
	height: 25px;
	line-height: 25px;
}
#inter-section-nav div.arrow-left {
	float: left;
	text-align: right;
}
#inter-section-nav div.arrow-left .inner {
	background: url(/im/global/navigation/inter-section/left-arrow.png) no-repeat left center;
	padding-left: 25px;
	padding-right: 10px;
}
#inter-section-nav div.arrow-right { float: right; }
#inter-section-nav div.arrow-right .inner {
	background: url(/im/global/navigation/inter-section/right-arrow.png) no-repeat right center;
	padding-left: 10px;
	padding-right: 25px;
}
#main .right {
	width: 749px;
	position:relative;
	z-index:11;
	border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	-webkit-border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	-mozborder-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	background: #fff;
	float: left;
	height: 100%;
	width: 200px;
}
#main .right .widget {
	background: transparent url(/im/global/widgets/right-widgets-separator.png) no-repeat 10px 0;
	border: 0;
	color: #666666;
	margin-top: 15px;
	padding-top: 15px;
}
#main .right .first {
	background: none;
	margin-top: 0px;
	padding-top: 0px;
}
#main .right .widget div div { padding-left: 60px; }
#main .right .widget div div h1 {
	color: #3c3c3c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0;
}
#main .right .widget div div h1 span { display: inline; }
#main .right .widget div div p { margin: 0; }
#topbg {
	background: white;
	width: 100%
}
#top {
	height: 120px;
	margin: 0px;
	padding: 0px;
	width: 950px;
	margin: auto;
}
#top-logo {
	background: transparent url(/im/2010/logo.png) no-repeat left top;
	display: block;
	float: left;
	height: 120px;
	margin: 0px;
	padding: 0px;
	width: 240px;
}
#top-logo span { display: none; }
#top-menu {
	float: right;
	height: 120px;
	width: 710px;
}
#top-menu-nav {
	/**/
    border-bottom: 1px solid #bebebe;
	float: left;
	height: 32px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: #fff;
}
#top-menu-nav li {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 18px 10px 10px 15px;
}
#top-menu-nav li.a1 { }
#top-menu-nav li.a1:hover { }
#top-menu-nav li.f1 { padding-right: 0px }
#top-menu-nav li a {
	color: #CCC;
	text-decoration: none;
}
#top-menu-nav li a:hover {
	color: #666;
	text-decoration: none;
}
#top-menu-main {
	float: left;
	list-style: none;
	margin: 0px;
	
	padding: 0px ;
	width: 100%;
}
#top-menu-main li { display: inline; }
#top-menu-main li a {
	display: block;
	float: left;
	height: 90px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	text-decoration: none;
}
#top-menu-main li a span { display: none; }
#bottom {
	background: #fff;
	padding-bottom: 20px;
	width:100%;
}
/* Noeuds spéciaux */
.shortcut {
	position:fixed;
	left:0px;
	right:0px;
	z-index:1000;
	height:30px;
	background:url("/im/2010/chrome.png") repeat-x 0px -180px;
	overflow:hidden;
	box-shadow: 0 0 3px #999;
	-webkit-box-shadow: 0 0 3px #999;
	-moz-box-shadow: 0 0 3px #999;
}
.shortcut ul {
	padding:0;
	margin:0;
	margin-right:25px;
	white-space:nowrap;
}
.shortcut ul li {
	padding:7px 35px;
	font-size:12px;
}
#chrome_head ul li { float:right; }
#chrome_head ul li.a0 {
	float:left;
	background:url("/im/2010/chrome.png") no-repeat 0px 0px
}
.shortcut ul li a, .shortcut ul li a:link, .shortcut ul li a:visited {
	text-decoration:none;
	color:#ccc
}
.shortcut ul li.a1 { background:url("/im/2010/chrome.png") no-repeat 0px -30px; }
.shortcut ul li.a2 { background:url("/im/2010/chrome.png") no-repeat 0px -60px; }
.shortcut ul li.a3 { background:url("/im/2010/chrome.png") no-repeat 0px -90px; }
.shortcut ul li.a4 { background:url("/im/2010/chrome.png") no-repeat 0px -120px; }
.shortcut ul li.a5 { background:url("/im/2010/chrome.png") no-repeat 0px -150px; }
#chrome_head {
	top:0px;
	border-bottom:1px solid #ccc;
}
#chrome_footer {
	bottom:0px;
	border-top:1px solid #ccc;
	/**/display:none;
}
#chrome_footer ul li { float:left; }
#chrome_footer ul li.hop { background:red; }
#chrome_footer ul li { background:url("/im/2010/chrome.png") no-repeat 0px -210px }
#bottom-infos {
	background: transparent url(/im/components/partials/bottom/separator.png) no-repeat 0px 15px;
	float: left;
	height: 200px;
	margin-top: 0px;
	padding: 5px 25px 10px 25px;
}
#bottom-infos h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#bottom-infos h2 span { display: inline; }
#bottom-infos ul {
	margin: 0px;
	padding: 0px;
}
#bottom-infos ul li {
	margin: 0px;
	padding: 0px;
}
#bottom-infos ul li a {
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
#bottom-infos ul li a:hover { color: #dd0000; }
#bottom-links { float: left; }
#bottom-links h1 {
	color: #3c3c3c;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 0px 5px;
}
#bottom-links div {
	background: transparent url(/im/components/partials/bottom/separator.png) repeat-y 0px 15px;
	float:left;
	height: 200px;
	padding: 5px 20px 15px 20px;
}
#bottom-links .first {
	background-image: none;
	float:left;
	padding: 5px 10px 10px 10px;
}
#bottom-links .indent-15 {
	background-image: none;
	padding-left: 15px;
}
#bottom-links .indent-20 {
	background-image: none;
	padding-left: 20px;
}
#bottom-links div h2 {
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#bottom-links div h2 a:hover { color: #dd0000; }
#bottom-links div h2 span { display: inline; }
#bottom-links div ul {
	margin: 0px;
	padding: 0px;
}
#bottom-links div ul li {
	margin: 0px;
	padding: 0px;
}
#bottom-links div ul li a {
	color:#999999;
	font-weight:normal;
	text-decoration:none;
}
#bottom-links div ul li a:hover { color: #dd0000; }
#bottom-menu {
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	clear: both;
	margin: auto;
	padding: 0px;
	width: 95%;
}
#bottom-menu ul {
	margin: 0px;
	padding: 0px;
}
#bottom-menu ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#bottom-menu ul li a {
	color: #a5a5a5;
	display: block;
	float: left;
	padding: 10px 20px 10px 0px;
}
#bottom-menu ul li a:hover { color: #dd0000; }
#bottom-mentions { color: #a5a5a5; }
/* Galerie photo */
#max_photos { }
#min_photos { }
#min_photos ul {
	margin:0;
	padding:0;
}
#min_photos ul li {
	margin:0;
	padding:0;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
#min_photos ul li img {
	margin:0;
	padding:0;
	border:1px solid #ccc;
}
#btn_prev a,#btn_next a{text-decoration:none; margin:auto;}
#btn_prev {
	float:left;
	width:220px;
	height:20px;
	text-transform:uppercase;
	font-size:14px;
	background:url("/im/components/multimedia/ui/lr.png") left top no-repeat;
	text-align:right;
	padding:15px;
	
}
#btn_next {
	float:right;
	width:220px;
	height:20px;
	text-transform:uppercase;
	font-size:14px;
	background:url("/im/components/multimedia/ui/lr.png") right top no-repeat;
	padding:15px;
}

	
[if lte Gecko 1.8]body{ -moz-binding: url("http://www.free.fr/css/moz.xml#mozmoz");}
[if lte IE 7]body{behavior:url("http://www.free.fr/css/ie.htc");}


/* end base */

				
		/* CSS pour le composant: /bas-debit/free-50h */
		
		/*-----------------------------------------------------------------------------
		  [Composant /bas-debit/free-50h]
		  
		1. Content / #content
			2. Colonne droite / .right
	
		-----------------------------------------------------------------------------*/
				
		/*-----------------------------------------------------------------------------
			[1. Content]
		*/
		
		#content {
			background: url(/im/components/bas-debit/free-50h/background.png) no-repeat right 150px;
			padding: 20px 0px 20px 30px;
		}
		
			#content h1 {
				background: url(/im/components/bas-debit/free-50h/title.png) no-repeat top left;
				border: 2px solid #fff;
				height: 53px;
				margin-bottom: 20px;
				width: 514px;
			}
			
			#content h2 {
				font-size: 130%;
				line-height: 120%;
				padding: 10px 0px 0px 0px;
				text-transform: uppercase;
			}
			
				#content h2 span {
					display: inline;
				}
		
			#content p {
				margin: 5px 260px 10px 0px;
				text-align: justify;
			}
						#content ul li {
				background: url(/im/global/list-arrow-red.png) no-repeat 0px 8px;
				line-height: 18px;
				padding-left: 10px;
			}
			
			#content p.center {
				text-align: center;
			}
		
		/*-----------------------------------------------------------------------------
			[2. Colonne droite]
		*/
		
		#main .right {
			color: #000;
			text-align: left;
		}
	
			#main .right img {
				display:block;
				margin:5px auto 5px auto;
			}
			
			#main .right div {
				padding: 5px 5px 10px 20px;
			}
			
			#main .right p {
				padding-bottom: 3px;
				padding-top: 3px;
			}
	

				
	
		/* Import des styles pour les menus */
		
		/*-----------------------------------------------------------------------------
		  [Sous-menus]
		-----------------------------------------------------------------------------*/
		
			
				
		/* Sub menu items of bas-debit */
		#submenu-free-50h {
			background-image: url(/im/global/navigation/sub-menu/bas-debit/free-50h.png);
			width: 110px;
		}
		#submenu-free-50h:hover {
			background-image: url(/im/global/navigation/sub-menu/bas-debit/free-50h_hover.png);
			width: 110px;
		}
				
			
				
		/* Sub menu items of bas-debit */
		#submenu-acces-gratuit {
			background-image: url(/im/global/navigation/sub-menu/bas-debit/acces-gratuit.png);
			width: 142px;
		}
		#submenu-acces-gratuit:hover {
			background-image: url(/im/global/navigation/sub-menu/bas-debit/acces-gratuit_hover.png);
			width: 142px;
		}
				
			

		
		/*-----------------------------------------------------------------------------
		    [Gestion des menu/sous-menu]
		-----------------------------------------------------------------------------*/
		
		
		/* Avtivation du menu nav */
		#top-menu-nav a.bas-debit {
			color: #dd0000;
			text-decoration: none;
		}
		
		/* Activation du menu principal */
		#top-menu-main-bas-debit {
			background-image: url(/im/global/navigation/main-menu/bas-debit_active.png);
		}
		#top-menu-main-bas-debit:hover {
			background-image: url(/im/global/navigation/main-menu/bas-debit_active.png);
		}
		
		
		/* Activation du sous-menu */
		#submenu-free-50h {
			background-image: url(/im/global/navigation/sub-menu/bas-debit/free-50h_active.png);
		}
		#submenu-free-50h:hover {
			background-image: url(/im/global/navigation/sub-menu/bas-debit/free-50h_active.png);
		}
			
