/*  Reset
-------------------------------------------------------*/
@import "reset.css";
/*  Hack
-------------------------------------------------------*/
@import "hacks.css";
/*  Scroll
-------------------------------------------------------*/
/*html {
	overflow:hidden;	}
* html {
	overflow:hidden;	}
/* Conteneurs
-------------------------------------------------------*/
#wrapper{
	position: relative;
	width: 960px;
	height: auto;
	margin: 10px auto;
	color: #CFD1D2;
	font-size: 12px;
	font-family: Arial;	}
/*  Couleurs
-------------------------------------------------------*/
body { background-color: #1E1E1E;	}

.blanc	{color: #E6E6E6;	}
.orange	{color: #D98011;	}
.vert	{color: #AFC93C;	}
.bleu	{color: #7EB2C6;	}
.fd_gris	{background-color: #2D2D2D;	}

/*  Typo & alignement
-------------------------------------------------------*/
.t_left {
	text-align: left;
}
.t_right {
	text-align: right;
}
.t_center {
	text-align: center;
}
.t_justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/*  Header
-------------------------------------------------------*/
h1, h2 {
	display: block;
	width: auto;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	color: #7DB1C5;
	font-weight: lighter;	}
	
	h1 {
		font-size: 12px;
		border-bottom: 1px dotted #666;	}
		
		#content h1 {
			font-size: 17px;	}
		#right h1 {
			background-color: #1E1E1E; }
		
		h1 span.small {
			font-size: 10px;	}
		
	h2 {
		border-bottom: 1px solid #1E1E1E;	}
		
#content.main h1 {
	margin-bottom: 10px;	}

#content.main h2 {
	font-size: 14px;
	border-bottom: 1px dotted #4c4c4c;	}
				
/*  Liens
-------------------------------------------------------*/
a {
	color: #CFD1D2;	}

#content p a:hover, span.fd_urbicom_acc ul li a:hover, span.feed_nc ul li a:hover, ul.plaquette li a:hover {
	text-decoration: underline;
	cursor: pointer;}
	
span.fd_urbicom_acc a {
	color: #E6E6E6;}
/*  Navigation
-------------------------------------------------------*/
#header ul li, #footer ul li {
	display: block;
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;	}
	
	#footer ul li {
	margin: 0 5px;}
	
	.mac.gecko #footer ul li {
		margin: 0 4px;}
/*  Blocks
-------------------------------------------------------*/
#header {
	width: 960px;
	height: 135px;
	margin-bottom: 20px;
	background-image: url(../images/header_Urbicom.png);
	background-repeat: no-repeat;	}
	
	#nav {
		width: 960px;
		height: 20px;
		position: absolute;
		bottom: 0;	}
		
	.ie #nav {
		top: 115px;	}

#content {
	float: left;
	width: 520px;
	height: auto;
	margin: 0 10px;	}
	
	#ref_img {
	float: right;
	margin: 5px 5px 0 0;
	width: 300px;
	height: 180px;	}
	
	#slide_ref {
	width: 500px;
	height: 303px;
	margin-bottom: 20px;
	margin-left: 10px;	}
	
	
	/* slide */
	.sdswitch {
			    position:relative;
			    height: 180px;
			}
			
			.sdswitch *{
			    position:absolute;
			    top:0;
			    left:0;
			    z-index:8;
			}
			
			.sdswitch *.active {
			    z-index:10;
			}
			
			.sdswitch *.last-active {
			    z-index:9;
			}
			
			.sdwindow {	
				position: relative;
				top: -15px;
				height:10px;
				padding: 2px 2px 3px;
				width: 296px;
				background: #000;
				color:#fff;
				font-size: 10px;
				z-index: 11;
				opacity:0.6;
			}
				#slide_ref .sdwindow {
					top: 108px;
					width: 496px;	}

#left {
	float: left;
	width: 160px;
	height: auto;	}
		
#right {
	float: right;
	width: 260px;
	height: auto;
	background-color: #2D2D2D;	}
	
#footer {
	float: right;
	width: 960px;
	margin-top: 20px;
	padding: 5px 0 20px 0;
	border-top: 1px dotted #666;
	font-size: 11px;
	color: #666;	}
	
/*  Contenu
-------------------------------------------------------*/
span.fd_urbicom_acc {
	display: block;
	height: 190px;
	margin-bottom: 20px;
	background-image: url(../images/fd_urbicom_acc.png);
	background-repeat: repeat-y;	}
	
	span.fd_urbicom_acc p {
		line-height: 110%;	}
		
	.ie span.fd_urbicom_acc p {
		width: 195px;	}
/*
	.ie6 span.fd_urbicom_acc p {
		width: 195px;	}
*/
	
	span.fd_urbicom_acc ul {
		margin-top: 10px;	}
		
div.fd_urbicom_actu {
	display: block;
	height: 190px;
	background-color: #2D2D2D;
	margin-bottom: 10px;	}
		
#partenaires a {
	display: block;
	margin-bottom: 10px;	}
	
	#partenaires a.der {
	margin-bottom: 0;	}
		
p {
	padding: 10px;
	line-height: 150%;
	margin-bottom: 10px;	}
	
	.ie6 span.fd_urbicom_acc p {
		padding: 10px 7px;	}

#partenaires p {
	margin-bottom: 0;	}

#content ul {
	margin-left: 10px;
	margin-bottom: 10px;	}
		
	#content ul li {
		padding-left: 20px;
		background-image: url(../images/fleche_grise.png);
		background-position: 0 6px;
		background-repeat: no-repeat;
		line-height: 20px;}
		
		#content span.fd_urbicom_acc ul li {
			background-image: url(../images/fleche.png);	}
					
		#content ul.pdf li {
			background-image: url(../images/fleche.png);
			margin-bottom: 15px;	}
		
		.ie6 #content ul li {
			background-image: url(../images/fleche_IE6g.png);	}
			
		.ie6 #content span.fd_urbicom_acc ul li {
			background-image: url(../images/fleche_IE6b.png);	}
			
		#content ul.bleu li {
			background-image: url(../images/fleche_Bleue.png);	}
	
	
	#content ul.adresses li, #content ul.cdac li {
		display: block;
		float: left;
		width: 225px;	}
		
	ul.plaquette li {	width: 320px;}
		
		#content ul.pdf li a img {
			margin-top: 2px;}
			
			.ie #content ul.pdf li a.ic_pdf {
				display: block;
				width: 16px;
				height: 16px;
				float: right;	}
	
	#content img.indigo {
		display: block;
		margin: 0 auto;	}
	
	#content ul li img.thema {
		display: block;
		margin: 10px auto;}
		
#left, #right {
	font-size: 11px;
	color: #b3b3b3;	}
	
#right p {
	margin-bottom: 0;	}
	
#left ul, #right ul {
	margin-left: 10px; }
	
	#left ul {
		background-color: #2D2D2D;
		margin-top: 0;
		margin-left: 0;
		padding-top: 5px;
		padding-left: 10px;
		padding-bottom: 5px; }
	
	#left ul li, #right ul li {
		line-height: 12px;
		margin-bottom: 5px;
		margin-right: 5px;	 }
		
	#left ul li {
		text-transform: lowercase;	}
		
		#left ul.listActu li {
			text-transform: none;}
	
	#left ul li:first-child, #right ul li:first-child {
		margin-top: 5px; }
	
	#left ul li:first-letter {
		text-transform: capitalize;	}
		
		#left ul li a, #right ul li a {
			color: #b3b3b3;	}
		
		#left ul li a:hover, #right ul li a:hover {
			text-decoration: underline;	}
			
span.fd_urbicom_acc p {
	width: 200px;
	margin-bottom: 0;
	padding-bottom: 0;	}
	
#rappel {
	display: block;
	float: left;
	width: 540px;
	padding-left: 160px;	}
	
	#rappel ul, #rappel p {
		display: block;
		width: 540px;
		clear: both;	}
	
#footer a.nicolas_martin {
	display: block;
	float: right;
	width: 90px;
	height: 25px;
	padding-top: 45px;}