/*---------- ELEMENTS HTML ----------*/

*{
	margin:0;
	padding:0;
}

body{
    font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#413E2C;
	background-color:#6B6B6B;
    height:100%;
}

img{
	border:0;
	margin:0;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

ul, li{
	list-style-type:none;
	color:inherit;
}

div{
	/*border:1px solid red;*/
}


/*---------- STRUCTURE HOME ----------*/

#global{
    position:relative;
    width:972px;
    margin-left:auto;
    margin-right:auto;
	margin-top:5px;
}

#pub{
	float:left;
	width:972px;
	text-align:center;
	margin-bottom:4px;
	background-color:#000000;
	line-height:0px;
}

#page{
	float:left;
	padding-top:7px;
	background:url(../images/bg_carre.gif) repeat-x;
}

#header{
	float:left;
	height:110px;
	background:url(../images/header.png) no-repeat;
	background-color:#FFE000;
	width:962px;
	padding-right:10px;
}

#header .site{
	float:left;
	margin-top:30px;
	margin-left:105px;
}

#header .utile{
	float:right;
	width:515px;
	padding-top:6px;
	color:#5E5A49;
	
}

	.utile h1{
		float:right;
		margin:0;
		padding:0;
		margin:8px 8px 0px 0px;
	}
	
	.utile .only_lyon{
		float:left;
	}
	
	.language{
		float:right;
		/*clear:both;*/
		padding-bottom:9px;
		width:140px;
		margin-right:3px;
	}
	
	.language img{
		margin-left:8px;
	}
	
	.utile form{
		width:175px;
	}
	
	.utile form, .utile input, .utile .language a{
		float:right;
	}
	
	.utile label{
		margin-left:4px;
		margin-top:2px;
		display:block;	
	}
	
	.utile .email{
		height:16px;
		border:1px solid #838383;
		width:142px;
	}
	
	.utile .button{
		margin-left:4px;
	}


#content{
	float:left;
	background-color:#FFE000;
	width:972px;
	height:390px;
}

#bloc_home_gauche{
	float:left;
	margin-left:10px;
	width:689px;
	height:313px;
}

#bloc_home_gauche img, #bloc_home_gauche .dsc-images{
	float:left;
}

#bloc_home_droite{
	float:left;
	margin-left:7px;
	width:232px;
	height:293px;
	padding:10px 12px;
	background:url(../images/bg_services.png) no-repeat;
}

#bloc_home_droite .services_nav{
	float:left;
	margin-top:15px;
	font-size:12px;
	color:#413E2C;
	font-weight:bold;
}

#bloc_home_droite .services_nav li{
	background:url(../images/fleche.png) no-repeat;
	padding-left:20px;
	margin-bottom:6px;
}

#actualite{
	float:left;
	width:792px;
	height:30px;
	margin-top:10px;
	padding-left:180px;
	background-color:#FF6B00;
	color:#FFFFFF;
	overflow:hidden;
}

#actualite .news{
	float:left;
	background:url(../images/info.png) no-repeat;
	padding-top:8px;
	padding-left:40px;
	height:22px;
}


/* Lien "j'aime" Facebook */
.facebook iframe
{
float:right;
/*margin-right:113px;*/
margin-top:5px;
}

#footer{
	float:left;
	width:972px;
	margin-top:15px;
	font-size:10px;
	color:#5D5A48;
	text-align:center;
	
}

.separateur {
	font-size:10px;
	color:#5D5A48;
	text-align:center;
}

#footer ul{
	width: 810px;
	float:left;
}

#footer li{
	display:inline;
}

#footer a{
	color:#5D5A48;
}

#footer .on a{
	color:#000000;
}

#footer .extranet{
	color:#FF7200;
	background:url(../images/verrou.png) no-repeat;
	padding-left:15px;
}

#footer .extranet a{
	color:#FF7200;
}

#footer .facebook{
	background:url(../images/bg_lien_facebook.gif) no-repeat;
	padding-left:20px;
}

#footer .facebook a{
	color:#395793;
}

#footer a:hover, #footer .extranet a:hover, #footer .facebook a:hover{
	color:#000000;
}

