
.titre {
	font-family:'Segoe';
	color:#00458F;
	font-size:24px;
	font-weight:bold;
	width: 630px;
	padding:15px 0px 5px 0px;
	border-bottom:1px solid #00458F;
	text-transform:uppercase;
}

.gros_titre_rose { font-family:'Segoe'; color:#eb416d; font-weight:bold; font-size:25px; line-height:26px; }

.datenouvelle {
	font-weight:bold;
	color:#DE1F4D;
	margin:2px 0px;
}

.retour {
	float:right;
	color:#DE1F4D;
	font-size:13px;
	margin-right:10px;
}

a { color:#00458F; }
a:hover { color:#DE1F4D; }


/*****************************************************/
#content {
	float:left;
	width:640px;
	margin:10px 0px 20px 20px;
}

/****************** CATALOGUE ********************************/

#catalogue {
	width:640px;
}

.catalogue_produit {
	width:200px;
	float:left;
	margin:0px 10px 15px 0px;
}

.catalogue_produit .image {
	width:200px;
	float:left;
	height:178px;
	background-color:#FFFFFF;
	text-align: center;
}

.catalogue_produit .number {
	width:30px;
	padding:2px;
	height:19px;
	background-color:#ed4974;
	float:left;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	min-height:24px;
	height:auto !important;
	height:24px;
}

.catalogue_produit .nom {
	width:160px;
	padding:3px;
	float:left;
	color:#FFFFFF;
	background-color:#0050a9;
	min-height:22px;
	height:auto !important;
	height:22px;
}

.catalogue_produit .nom a { color:#FFFFFF; text-decoration:none; }
.catalogue_produit .nom a:hover { color:#FFCA16; }

/************** FICHE TECHNIQUE *******************************/

#fiche {
	width:640px;
}

#fichephoto {
	float:left;
	width:240px;
}

#fichephoto .image {
	width:233px;
	float:left;
	height:208px;
	background-color:#FFFFFF;
	text-align: center;
	margin-bottom:4px;
}

#fichephoto .petite_image {
	width:75px;
	float:left;
	height:67px;
	background-color:#FFFFFF;
	text-align: center;
	margin:0 4px 4px 0;
}

/*#fichephoto img { border:1px solid #98c3f0; margin-right:1px; }*/

#fichedetails {
	float:left;
	width:385px;
	margin-left:10px;
}


/******************* FOOTER ***********************************/

#footer {
	margin:0px;
	width:100%;
	height:60px;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	background-color:#f5f5f5;
	text-align:center;
	position:relative;
}

#footercontent {
	width:900px;
	margin:0 auto;
}

#coordonnees {
	float:left;
	width:280px;
}

#copyright {
	width:400px;
	float:right;
	text-align:right;
}

#copyright a { color:#0050a9; }
#copyright a:hover { color:#DE1F4D; }

#bottom {
	height:100%;
	width:100%;
	background-color:#f2f2f2;
	position:fixed;
}