
/* ------------------------------------------------------------------ */
/* -                     MODELE MISE EN PAGE 1                        */
/* ------------------------------------------------------------------ */
#pageFull{
	padding:10px;

	/*background-color:blue;*/
}

#pageLeftHome{
	width:433px;
	float:left;
	margin-top:5px;
}

	#pageLeft{
		width:405px;
		float:left;
		padding:10px;
		margin-top:10px;
	}

#pageRight{
	width:235px;
	float:right;
	margin-top:10px;
	padding:10px;
	margin-right:9px;
	background:url('images/bg_pageright.gif') 0px 0px repeat-x;
}

	#pageRightNop{
		width:255px;
		float:right;
		margin-top:10px;
		margin-right:10px;
		background:url('images/bg_pageright.gif') 0px 0px repeat-x;
	}

		#pageRightNop .padding{
			padding:10px;
		}


/* ------------------------------------------------------------------ */
/*                               Link                                 */
/* ------------------------------------------------------------------ */
.link{	
}

	.link A{	
		height:14px;
		padding-left:18px;
		display:block;
		text-decoration:none;
		color:#383838;
		margin-bottom:10px;
		background:url('images/puce.gif') 0px 0px no-repeat;
	}

	.link A:hover{
		color:#5396C6;
	}

	.link IMG{
	margin-top:3px;
	margin-right:3px;
	}

	.link IMG:hover{
	filter:alpha(opacity=50);  
	-moz-opacity:0.50;
	opacity: 0.50;
	}

	.link .rss{
	
	}


.linkRubriques{
}

	.linkRubriques A{
		width:120px;
		height:14px;
		padding-left:18px;
		display:block;
		float:left;
		text-decoration:none;
		color:#383838;
		margin-right:25px;
		margin-bottom:10px;
		background:url('images/bg_linkrubriques.gif') 0px 0px no-repeat;
	}

	.linkRubriques A:hover{
		background:url('images/bg_linkrubriques.gif') 0px bottom no-repeat;
	}

.linkProduits{
}

	.linkProduits A{
		width:609px;
		height:14px;
		padding-left:18px;
		display:block;
		text-decoration:none;
		color:#383838;
		margin-right:30px;
		margin-bottom:10px;
		background:url('images/bg_linkproduits.gif') 0px 0px no-repeat red;
	}

	.linkProduits A:hover{
		background:url('images/bg_linkproduits.gif') 0px bottom no-repeat;
	}
/* ------------------------------------------------------------------ */
/* -                    Important                                     */
/* ------------------------------------------------------------------ */

.important{
	color:#1F8CCD;
	border:1px solid #1F8CCD;
	background-color:#EBF6FC;
	padding:5px;
	font-size:120%;
	line-height:22px;
}


/* ------------------------------------------------------------------ */
/* -                    Cadre                                         */
/* ------------------------------------------------------------------ */

.cadre{
	text-align:left;	
	border:#F2EADB 1px solid;
	padding:5px;
	padding:5px;
}


/* ------------------------------------------------------------------ */
/* -                    Liste                                         */
/* ------------------------------------------------------------------ */

 .liste{
	border-top:4px solid #C6B2A2;
	background-color:white;
}

 .liste TH{
	color:#C6B2A2;
	background-color:white;
}

 .liste TD{
	border-bottom:1px solid #ECE2D8;
}


 .liste TD H1{
	color:#2D99D9;
	font-weight:bold;
	font-size:12px;
}

 .liste TD BIG{
	color:#2D99D9;
	font-weight:bold;
	font-size:12px;
}


/* ------------------------------------------------------------------ */
/* -                        PHOTO                                     */
/* ------------------------------------------------------------------ */

.photo{
	width:235px;
	height:139px;
	margin-left:7px;
	padding-left:6px;
	padding-top:4px;
	background:url('images/bg_photo.gif') 0px 0px no-repeat;
}

.smallPhotoDiv{
	margin-left:7px;
}

.smallPhoto{
	width:74px;
	height:75px;
	float:left;
	padding-left:6px;
	padding-top:4px;
	background:url('images/bg_smallphoto.gif') 0px 0px no-repeat;
}