/* Start of CMSMS style sheet 'Form_up_comp' */
/* CSS Document */
.clear { clear:both; }
.duree {
        background: #FF7700;
        color: #FFFFFF ;
        /*display: inline ;*/
        float: left ;
        font-size: 1.1em ;
        font-style: normal;
        font-weight: bold ;
        text-transform: lowercase;
        font-style: italic;
        margin:0 1px;
        padding:6px 12px !important;
}
/* product-list.tpl */
ul#liste_produits{ 
/*width:570px;*/
margin-top:2em; 
margin-left:0.7em; 
list-style-type:none; 
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align:left;
}
ul#liste_produits li {
	border-top: solid 1px #d0d3d8;
width:545px;
	padding: 6px;
	/*height:130px;*/
	clear:both;
	margin-bottom:0.3em;
/*border: 1px solid green;*/
}
ul#liste_produits li a {
	text-decoration:none;
	color:#374853;
}
ul#liste_produits li hover {
	text-decoration:none;
	color:#ff0000;
}
ul#liste_produits a.produit_image_lien{
	border: solid 1px #d0d3d8;
	float:left;
	margin-right:0.6em;
}
ul#liste_produits li h4{ 
margin:0.4em 0; 
color:#000000;
}
ul#liste_produits li h5{ 
margin:0.4em 0; 
color:#000000;
}
ul#liste_produits li p.produit_description{
 font-size:0.92em; 
text-align:justify;
}
ul#liste_produits li div.partie_gauche{
	float:left;
	/*width:25%;*/
	margin-right:1em;
margin-left:1em;
	/*border: 1px solid green;*/
}
ul#liste_produits li div.partie_centre{
	float:left;
text-align:left;
	width:250px;
	/*border: 1px solid green;*/
}
ul#liste_produits li div.partie_droite{
	float:left;
	/*width: 14em;*/
	text-align:left;
	margin-left:1em;
	/*margin-top:1.5em;*/
	/*border: 1px solid green;*/
}
ul#liste_produits li div.partie_basse{
	width: 97%;
	text-align:justify;
	margin-left:1em;
	/*margin-top:1.5em;*/
	/*border: 1px solid green;*/
}
ul#liste_produits li .prix{
	/*display: block;*/
	font-size: 130%;
	font-weight: bold ;

	color:#ff0000;
}
ul#liste_produits li a.button{
	/*background:url(uploads/images/button_01.gif);*/
	background:url(uploads/images/button_02.gif);
	display:block;
	color:#ff0000;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	/*width:98px;*/
	width:135px;
}
ul#liste_produits li a.button2{
	background:url(uploads/images/button_02.gif);
	display:block;
	color:#ff0000;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:135px;
}

ul#liste_produits li a:hover.button{
	color:#000000;
}
ul#liste_produits li a:hover.button2{
	color:#000000;
}
.submit {
                border:none;
	color:#ff0000;
	height:30px;
	width:135px;
                background: transparent url("uploads/images/button_aj.gif") no-repeat top left;
                cursor:pointer;
                font-weight:bold;
                text-align:right;
                font-size: 11px;
}
.reffresh{
                border:none;
	color:#ff0000;
	height:30px;
	width:135px;
                background: transparent url("uploads/images/button_03.gif") no-repeat top left;
                cursor:pointer;
                font-weight:bold;
                text-align:right;
                font-size: 11px;
}
ul#panier_bt{ 
	/*width:570px;*/
	margin-top:2em; 
	margin-left:0.7em; 
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #5d717e;
	text-align:right;
	list-style: none outside none; 
	vertical-align:middle;
}
ul#panier_bt li {
	width:545px;
	/*padding: 6px;*/
padding-left:50px;
	/*height:30px;*/
	clear:both;
	margin-bottom:0.3em;
	/*border: 1px solid green;*/
display: inline;
}
ul#panier_bt li a {
	text-decoration:none;
	color:#374853;
}
ul#panier_bt li a.button3{
	background:url(uploads/images/button_02.gif);
	color:#ff0000;
	font-weight:bold;
	height:30px;
	/*line-height:29px;*/
	text-decoration:none;
	width:150px;
}
ul#panier_bt li hover {
	text-decoration:none;
	color:#ff0000;
}

/* -------------------- */
/* CLASSES */
/* -------------------- */
.plus{
	background:url(uploads/images/info.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.panier{
	background:url(uploads/images/plus.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
.telech{
	background:url(uploads/images/download.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
/*.user{
	background:url(user.gif) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
}
*/
/* -------------------- */
/* FICHE DETAIL*/
/* -------------------- */
#cadre_detail {
width:100%;
/*border: 1px solid green;*/
}
#cadre_detail_Haut {
width:575px;
height:100%;
background:url(uploads/images/detail_haut.gif);
/*border: 1px solid green;*/
}
#cadre_detail_Bas {
width:575px;
height:100%;
background:url(uploads/images/detail_bas.gif);
/*border: 1px solid green;*/
}
#cadre_detail_Corps {
width:575px;
background:url(uploads/images/detail_corps.gif);
/*border: 1px solid green;*/
}



/* End of 'Form_up_comp' */

