/*
	HOMEPAGE
*/

	#conteneur-home{
		width: 805px;
		height: 635px;
		position: relative;
	    padding: 0px;
	    margin: 0px auto;
	    text-align: left;
	}
	#page-home {
		width: 805px;
		height: 567px;
	}
	#contenu-home {
		width: 775px;
		height: 567px;
		float: left;
		background-color: #fff;
	}
	#contenu-home #blocgauche{
		width: 582px;
		float: left;
		display: inline;
	}
	#contenu-home #blocdroite{
		width: 193px;
		float: right;
		display: inline;
	}
	
	#contenu-home #blocdroite-projets{
		width: 193px;
		float: right;
		display: inline;
	}

/*
	HOMEPAGE - BLOC
*/
	
	#blocs-home{ 
		width: 561px;
		padding-left: 14px;
		height: 273px;
	}
	.texte-bloc { 
		font-family: Arial; 
		/*font-size: 71%; */
		color: #236690; 
		text-align: left;
		font-weight: normal;
		height: 80px;
		padding-left: 23px;
		padding-top: 15px;
	}
	#bloc1{
		width: 135px;
		height: 247px;
		float: left;
		display: inline;
	}
	#fond-bloc1{ 
		background-image: url(../../medias/home/fond-bloc1.jpg);
		background-repeat: no-repeat;
		width: 135px;
		height: 117px;
	}
	#bloc2{
		width: 135px;
		height: 247px;
		float: left;
		padding-left: 7px;
		margin: 0px;
		display: inline;
	}
	#fond-bloc2{ 
		background-image: url(../../medias/home/fond-bloc2.jpg);
		background-repeat: no-repeat;
		width: 135px;
		height: 117px;
	}
	#bloc3{
		width: 135px;
		height: 247px;
		float: left;
		padding-left: 7px;
		margin: 0px;
		display: inline;
	}
	#fond-bloc3{ 
		background-image: url(../../medias/home/fond-bloc3.jpg);
		background-repeat: no-repeat;
		width: 135px;
		height: 117px;
	}
	#bloc4{
		width: 135px;
		height: 247px;
		float: left;
		padding-left: 7px;
		margin: 0px;
		display: inline;
	}
	#fond-bloc4{ 
		background-image: url(../../medias/home/fond-bloc4.jpg);
		background-repeat: no-repeat;
		width: 135px;
		height: 117px;
	}
	.btn-bloc{
		float: right;
		width: 68px;
		height: 15px;
	}
	
/*
	EDITO
*/

	#edito{
		padding-left: 156px;
		text-align: left;
	}
	.titre-edito{
		color:#18618f;
		font-size: 145%;
		font-weight:bold;
	} 
	.sous-titre-edito{
		color:#18618f;
		font-size: 115%;
		font-weight:bold;
	} 
	.texte-edito{
		color:#18618f;
		/*font-size: 71%;*/
		font-weight: normal;
		font-family: Arial;
		margin-bottom: 10px;
	} 
	.titre-bleu{
		color:#18618f;
		font-size: 135%;
		font-weight:bold;
		font-family: Arial;
	}
	
/*
	ACTUALITES
*/

	#actus{
		background-image: url(../../medias/home/fond-actus.jpg);
		background-repeat: no-repeat;
		width: 156px;
		/*height: 324px;*/
		padding-left: 37px;
		padding-top: 30px;
		padding-bottom: 15px;
		text-align: left;
	}
	#liste-actus{ 
		font-family: Arial; 
		color: #ffffff; 
		/*color: #6a6969;*/
		font-style: normal; 
		/*font-size: 71%; */
		/*text-align: left;*/
		/*padding-left: 14px;*/
		/*text-indent:5px;*/
	}
	
	#liste-actus a{
		text-decoration: none;
		color: #ffffff;
	}
	#liste-actus a:hover{
		text-decoration: underline;
		color: #ffffff;
	}
	#liste-actus ul{
		margin: 0px 00px 0px 0px;
	}
	#liste-actus li{
		list-style: url(../../medias/home/fleche-actus.gif) outside;
		margin-left:15px;
	}
	
	#actus-projets{
		background-image: url(../../medias/home/fond-actus-projets.jpg);
		background-repeat: no-repeat;
		width: 156px;
		/*height: 324px;*/
		padding-left: 37px;
		padding-top: 30px;
		padding-bottom: 15px;
		text-align: left;
	}
	#liste-actus-projets{ 
		font-family: Arial; 
		color: #ffffff; 
		/*color: #6a6969;*/
		font-style: normal; 
		/*font-size: 71%; */
		/*text-align: left;*/
		/*padding-left: 14px;*/
		/*text-indent:5px;*/
	}
	#liste-actus-projets a{
		text-decoration: none;
		color: #ffffff;
	}
	#liste-actus-projets a:hover{
		text-decoration: underline;
		color: #ffffff;
	}
	#liste-actus-projets ul{
		margin: 0px 00px 0px 0px;
	}
	#liste-actus-projets li{
		list-style: url(../../medias/home/fleche-actus.gif) outside;
		margin-left:15px;
	}
	
	.img-actus{
		padding-bottom: 10px;
	}

