/*reset*/
*{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

/*liens*/
a{
	text-decoration:none;
	color:#000000;
	border:none;
}
a:hover{
	text-decoration:none;
	color:#005500;
}

a img{
	border:none;
}


p{
	margin:5px;
}

/* contenu global*/
#conteneur{
	width:1000px;
	height:700px;
	margin-left: auto; 
    margin-right: auto; 
}

#left,#right{
	width:110px;
	height:700px;
}
/*image gauche*/
#left{
	float:left;
}

/*image droite*/
#right{
	float:right;
}
#page{
	padding-left:10px;
	padding-right:10px;
	margin-left:125px;
	margin-right:120px;
}



.partenaire_liste{
	height:195px;
	margin-bottom:5px;
   /*border:solid #ff0000;*/

}

.partenaire_item{
	width:180px;
	height:190px;
	float:left;
	margin-right:2px;
}
.partenaire_item_spacer{
	width:90px;
	height:190px;
	float:left;
}

	.partenaire_item_liens{
		height:65px;
		text-align:left;
		padding-left:5px;
		padding-right:5px;
		padding-top:5px;
	}
	
	.partenaire_item_titre{
	font-size:12px;
	margin:0px;
		line-height:12px;
	}
	
		.partenaire_item_liens ul li{
			list-style-type: none;
			padding-left:15px;
		}
		.partenaire_item_liens ul li a{
			font-size:12px;
		}

	#partenaire_item_logo{
		 text-align:center;
		 height:110px;
	}
	
	/* couleurs titre block de lien et puce liste des liens*/
	.bleu .partenaire_item_titre{	color:#415CAA;	}
	.bleu  ul li{		background: url(img/puces/bleu.png) no-repeat 2px 3px;	}
	.bleu  a:hover{	color:#415CAA;}

	.vert .partenaire_item_titre{	color:#9FBC39;	}
	.vert  ul li{		background: url(img/puces/vert.png) no-repeat 2px 3px;	}
	.vert  a:hover{	color:#9FBC39;}

	.jaune .partenaire_item_titre{	color:#F7E53D;	}
	.jaune  ul li{		background: url(img/puces/jaune.png) no-repeat 2px 3px;	}
	.jaune  a:hover{	color:#F7E53D;}

	.pourpre .partenaire_item_titre{	color:#903B78;	}
	.pourpre  ul li{		background: url(img/puces/pourpre.png) no-repeat 2px 3px;	}
	.pourpre  a:hover{	color:#903B78;}

	.violet .partenaire_item_titre{	color:#6A3B90;	}
	.violet  ul li{		background: url(img/puces/violet.png) no-repeat 2px 3px;	}
	.violet  a:hover{	color:#6A3B90;}

	.vert2 .partenaire_item_titre{	color:#3BB021;	}
	.vert2  ul li{		background: url(img/puces/vert_fonce.png) no-repeat 2px 3px;	}
	.vert2  a:hover{	color:#3BB021;}

	.rouge .partenaire_item_titre{	color:#B02121;	}
	.rouge  ul li{		background: url(img/puces/rouge.png) no-repeat 2px 3px;	}
	.rouge  a:hover{	color:#B02121;}


