/********************************
		* Article *
********************************/

.article {
	clear:both;
	border-top : solid 1px #e0e0e0;
	padding:15px 0 0;
	margin-top: 12px;
	overflow:hidden;
}
/*.article_contenu h2 {
	clear: both;
	text-align:left;
	font-size:13px;
	margin:5px 0 5px 0;
	color: #333333;
	border-bottom:1px #cccccc dashed;
}
.article_contenu h2 a {
	color:#5c5c5c;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
}
.article_contenu h2 a:hover {
	text-decoration:underline;
}
.article_contenu h3 {
	font-size:11px;
	color:#999999;
	margin:2px 0 5px 0;
}*/
.article_footer p {
	font-weight:bold;
	text-align:right;
}
.retour {
	clear:both;
	color:#666666;
	text-decoration:none;
	float:right;
	margin-top:5px;
}
.retour:hover {
	text-decoration:underline;
}
.consultation {
	padding:0 0 0 10px;
	margin:0;
	font-weight:bold;
	text-decoration:underline;
	clear:both;
}
.lien_article_langue {
	line-height:24px;
	padding:0 0 0 10px;
	margin:0;
}
.lien_article_langue a {
	color:#333333;
	text-decoration:none;
}
.lien_article_langue a:hover {
	text-decoration:underline;
}
/********************************
	   * Diaporama *
********************************/
.diapo {
	border-top : solid 1px #e0e0e0;
	padding:15px 0 0 18px;
	margin-top: 12px;
	overflow:hidden;
}
.diapo_previous, .diapo_next {
	display:block;
	width:25px;
	height:135px;
	float:left;
}
.diapo_previous {
	background:url(../images/layout/contenu/diapo-previous.png) top left no-repeat;
	margin-right:10px;
}
.diapo_next {
	background:url(../images/layout/contenu/diapo-next.png) top left no-repeat;
	margin-left:10px;
}
.carousel p {
	margin:0;
}
.carousel span {
	display:block;
	float:left;
	width:178px;
	height:133px;
	overflow:hidden;
	text-align:center;
	border:solid 1px #e4e4e4;
	margin: 0 3px;
}
.carousel a {
	display:block;
	width:170px;
	height:125px;
	overflow:hidden;
	text-align:center;
	border:solid 4px #fff;
}
.carousel img {
}

/*.diaporama {
	margin:auto;
	width:560px;
	overflow:hidden;
	text-align:center;
}
.diaporama_header {
	width:560px;
	height:36px;
	font-size:18px;
	font-weight:bold;
}
.diaporama_header h3 {
	margin:0;
	padding:0;
	padding-left:20px;
	padding-top:7px;
}
.diaporama_contenu {
	width:560px;
	margin:auto;
	float:left;
	text-align:center;
	margin-top:10px;
}
.images {
	width:560px;
	margin-left:40px;
	margin-right:40px;
}
.diaporama_bloc {
	float:left;
	height:60px;
	margin:5px;
}*/
/********************************
* Module Article Attachés *
********************************/

.articleattache {
	clear:both;
	border-top : solid 1px #e0e0e0;
	padding:15px 0 0;
	margin-top: 12px;
	overflow:hidden;
}
.articleattache_contenu {
	border:1px solid #d8d8d8;
	width:320px;
	margin:0 5px 5px;
	float:left;
	padding-bottom:10px;
	/*min-height:123px;
  	height:auto !important;
  	height:123px;*/
  	height:140px;
}
.articleattache_contenu_admin {
	border:1px solid #d8d8d8;
	margin-right:10px;
	width:300px;
	float:left;
}
.articleattache h2 {
	/*background:url(../images/layout/contenu/bg_titre_aa-unitis.jpg) top left repeat-x;*/
	background-color:#fec513;
	/*height:26px;
	line-height:26px;*/
	padding:3px 0 3px 7px;
	margin:0;
	font-size:14px;
	color:#fff;
	filter:DropShadow(color=#ff9f07,offx=0,offy=-1);
	text-shadow: 0px -1px #ff9f07;
}
.articleattache h2 a {
	color:#fff;
}
.articleattache h2 a:hover {
	text-decoration:none;
}
.articleattache_contenu p, .articleattache_contenu_admin p {
	text-align:left;
	margin:auto;
}
.articleattache_contenu_admin p a {
	text-align:right;
	text-decoration:none;
	color:#333333;
}
.articleattache_contenu_admin p a:hover {
	text-decoration:underline;
}
.articleattache_accroche {
	float:left;
	padding:10px 10px 5px 5px;
	width:175px;
}
.articleattache_accroche a {
	display:block;
	width:90px;
	height:22px;
	line-height:22px;
	background:url(../images/layout/contenu/btn-aa-fps.png) top left no-repeat;
	color:#fff;
	text-align:center;
	margin-top:10px;
}
.articleattache_accroche a:hover {
	text-decoration:none;
}

.articleattache_pictos {
	float:right;
	margin-right:5px;
}
.articleattache_contenu img {
	float:left;
	margin:10px 10px 0 10px;
	padding:4px;
	background-color:#fff;
	border:solid 1px #dcdcdc;
}
/********************************
* Module Rubriques *
********************************/

.rubriques {
	text-align:center;
	padding:10px;
	font-size:11px;
	overflow:hidden;
}

/* *** sous rubriques *** */

.sous_rub_titre {
	display:block;
	margin: 5px 5px 15px 5px;
	font-weight:bold;
	font-size:11px;
	color:#5C5C5C;
	padding:7px 0 0 0;
	height:19px;
	border-bottom:1px #cccccc dashed;
	text-transform: uppercase;
}
.sous_rub_contenu { padding:7px; border: 1px solid #EEC025; text-align:left; margin-bottom: 15px; }
.sous_rub_contenu h4{ display:block; clear:both; background:#EEC025; color:#fff; padding:3px;  }
.sous_rub_contenu a { color: #333333; font-weight:bold; }
.sous_rub_contenu a:hover { }
.sous_rub_accroche { margin:0 5px; clear:both; color: #999999; }
.sous_rub_accroche img { float:right; margin-left:15px; }


/* *** rubriques complementaires *** */

.rub_comp_titre {
	display:block;
	margin: 5px 5px 15px 5px;
	font-weight:bold;
	font-size:11px;
	color:#5C5C5C;
	padding:7px 0 0 0;
	height:19px;
	border-bottom:1px #cccccc dashed;
	text-transform: uppercase;
}
.rub_comp_contenu {padding:7px; border: 1px solid #EEC025; text-align:left; margin-bottom: 15px;}
.rub_comp_contenu h4{ display:block; clear:both; background:#EEC025; color:#fff; padding:3px;  }
.rub_comp_contenu a { color: #333333; font-weight:bold; }
.rub_comp_contenu a:hover { }
.rub_comp_accroche { margin:0 5px; clear:both; color: #999999; }
.rub_comp_accroche img { float:right;  margin-left:15px;}

.rub_comp_pictos {
	float:right;
	margin:5px 5px 0 0;
}


/********************************
		* Fichier *
********************************/

.fichiers {
	clear:both;
	border-top : solid 1px #e0e0e0;
	padding:15px 0 0;
	margin-top: 12px;
}
.fichiers_contenu {
	padding:0;
}
.fichiers_contenu h2 {
	color:#fff;
	height:26px;
	line-height:26px;
	margin:0 0 15px;
	padding:0 7px;
	font-size:14px;
	filter:DropShadow(color=#5c0f17,offx=0,offy=-1);
	text-shadow: 0px -1px #5c0f17;
	background:url(../images/layout/contenu/bg-h1-unitis.png) top right no-repeat;
}
.fichiers_contenu h2 a {
	text-decoration: none;
	color: #fff;
}
.fichiers img {
	border:solid 1px #e4e4e4;
	padding:7px;
	margin: 0 10px 0 5px;
}
.fichiers_accroche {
	color: #737373;
	font-size: 11px;
}

.fichiers .btn-fichier {
	background:url(../images/layout/contenu/btn-fichier-unitis.png);
	display: block;
	width: 90px;
	height: 22px;
	margin-top:10px;
	line-height:22px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}

.fichiers_pictos {
	float:right;
	margin-right:20px;
}
.fichier_separation {
	width: 80%;
	height: 1px;
	border-top: dotted 1px #919191;
	line-height: 1px;
	font-size: 1px;
	margin:auto;
}
/********************************
		* Lien *
********************************/

#lien {
	width:400px;
	border:1px solid black;
	margin:auto;
}
#lien #bloc_lien {
	margin:10px;
}
#lien #bloc_lien #image {
	width:55px;
	float:left;
	margin-right:10px;
}
#lien #bloc_lien #url {
	width:300px;
	margin-bottom:28px;
	text-align:left;
}
/********************************
		* Newsletter *
********************************/
#newsletter {
	width:95%;
	margin:auto;
}
#newsletter_entete {
}
.newsletter_modules {
	width:95%;
}
#newsletter_titre {
	margin:10px;
	font-weight:bold;
}
/********************************
		* Produits *
********************************/
.module_produit {
	width:180px;
	border:1px solid #999999;
	margin:5px;
	padding:5px;
	float:left;
}
.titre_produit {
	font-size:12px;
}
.titre_produit a { color:#666666; }
.liste_produits_prix_barre {
	text-decoration: line-through;
	font-size: 11px;
}
.liste_produits_prix_promo {
	font-weight: bold;
	color: #e2007a;
}
.liste_produits_prix {
	font-weight: bold;
	color: #990000;
}
.panier_liste_produit {
	text-align: right;
	margin-top: 5px;
	overflow:hidden;
	bottom:0;
	position:relative;
}
.panier_liste_produit a {
	color: #000000;
}
.accroche_produit {
	color:#666666; 
	border-top: solid 1px #cccccc; 
	margin-top: 3px; 
	padding-top: 3px;
	height:48px;
}
.el_gauche {
	float:left;
}
.el_droit {
	float:right; 
}
.picto_produit {
	border-bottom:1px solid #999999;
	text-align:right;
	width:100%;
	margin-bottom:2px;
}

/********************************
		* Vidéo *
********************************/
.video {
	clear:both;
	border-top : solid 1px #e0e0e0;
	padding:15px 0 0;
	margin-top: 12px;
	overflow:hidden;
}
.video_image {
	float: left;
	border:solid 1px #e4e4e4;
	padding:4px;
	width:193px;
}
.video_txt {
	float: left;
	width:457px;
	margin: 0 0 0 5px;
	font-size: 11px;
	color: #616161;
}
.video h2 {
	color:#fff;
	height:26px;
	line-height:26px;
	margin:0 0 10px;
	padding:0 7px;
	font-size:14px;
	filter:DropShadow(color=#5c0f17,offx=0,offy=-1);
	text-shadow: 0px -1px #5c0f17;
	background:url(../images/layout/contenu/bg-h1-unitis.png) top right no-repeat;
}
.video p {
	margin:0;
}

.overlay {
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display:none;
	-moz-opacity:0;
	opacity: 0;
	filter:alpha(opacity=0);
}

.overlay-video {
	position:fixed;
	margin-left:-328px;
	left:50%;
	top:50%;
	margin-top:-263px;
	z-index:1001;
	display:none;
	background-image:url(../images/flowplayer/white.png);
	width:656px;
	height: 484px;
	padding-top:42px;
}

.overlay-close {
	background-image:url(../images/flowplayer/close.png);
	width:36px;
	height:36px;
	z-index:1001;
	left:615px;
	top:5px;
	position:absolute;
	cursor:pointer;
}

.overlay-player {
	display:block;
	width:575px;
	height:400px;
	margin:auto;
}

/********************************
		* Son *
********************************/
.son {
	background-image: url(../images/layout/templates/fond-bloc-son.jpg);
	width: 498px;
	height: 63px; 
	margin-bottom: 10px;
	border: 1px solid #a3a3a3;
}
.son_txt {
	float: left;
	margin: 10px 10px 10px 75px;
	width: 185px;
	height: 43px;
	font-size: 11px;
	color: #3e224b;
}
.son_txt h3 {
	font-size: 11px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.son_player {
	float: left;
	margin: 19px 0 0 7px;
}

/********************************
		* Boutique  *
********************************/

/*fiche detail produits*/
#container { width:560px; margin:0 auto; overflow: hidden; }
#produitFiche { width:560px; float:left; clear:both; margin-bottom:25px;  }
#produitFiche h3#nom_produits{ 
	font-size:13px;
	margin:5px 0 5px 0;
	color: #333333;
	padding: 0 0 5px 0;
	border-bottom:1px #cccccc dashed;
	font-family: Arial;	
	clear: both;
	overflow: hidden;
}
	/*encart des images*/
#produitFiche div#photo_produits { float:right; width:280px; }
#produitFiche div#photo_produits  img{margin:0 0 5px 10px; float:right; border: none; }
	/*encart des infos*/
#produitFiche div#infos{ width:240px; float:left; background-color:#e4e4e4; padding:10px;  color:#555555;}
#produitFiche div#infos p.accroche{ font-weight:bold; padding-top:0; margin-top:0;}
#produitFiche div#infos p#prix_produit{ display:block; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size:16px; letter-spacing:-1px;  font-weight:bold; color:#555555; }
#produitFiche div#infos select#list_decline{display:block; width:230px; background-color:#CCCCCC; color:#555555; border:1px #f3e7c1 inset; }
#produitFiche a.btn_commander{width:330px; display:block; clear:left; text-align:center; padding:0; margin:5px 0 0 0; height:22px; padding-top:20px; color:#000000; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size:13px; text-decoration:none; font-weight:bold; }
#produitFiche a.btn_commander:hover{ color:#333333; }
	/*encart des descriptions*/
#produitFiche ul#onglets { padding:0; margin:0; float:left; clear:both;}
#produitFiche ul#onglets li { display:block; float:left; list-style-type:none outside none; color:#CCCCCC;}
#produitFiche ul#onglets a { display:block; float:left; padding:3px 10px; margin:0;  text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:inherit; color:#333333; }
#produitFiche ul#onglets li.on{ background-color:#e4e4e4; border:1px #CCCCCC outset; border-bottom:0; color:#555555; font-weight:bold; }
#produitFiche div#descproduit { width:740px; float:left; clear:left; text-align:justify; color:#333333; }
#produitFiche div#descproduit div.tab_item{ width:740px; float:left; border-top:1px #CCCCCC inset; border-bottom:1px #CCCCCC inset; padding:10px 0 10px 5px;}



/*fiche generale produits*/
.produitsItem {
	overflow: hidden;
	margin:10px;
	width: 164px;
	float: left;
	border-bottom:1px dotted #cccccc;
	min-height : 180px;
	height: auto !important;
	height: 180px;
}
.zone_haute { overflow:hidden;}
.zone_basse { clear: both; }
.produitFiche { width:542px; padding:10px; float:left; clear:both; margin-bottom:25px; border:1px #BEA35A solid;  }
.produitsItem h3.nom_produits{ color:#797979; font-weight: bold; font-size:9px; padding-top:0; margin-top:0; font-family:Verdana; }
.produitsItem h3.nom_produits a { color:#797979; text-decoration:none; }
.produitsItem h3.nom_produits a:hover { text-decoration: underline; }
.accroche { display:block; font-family: Verdana; font-size:9px; color:#848484; margin:0; }
.accroche span { float:left; }
.savoir_plus {float: right; }
	/*encart des images*/
.produitsItem div.section-droite { width:164px; position: relative; text-align: center; padding-bottom:8px; border-bottom:1px dotted #cccccc; }
.produitsItem div.section-droite img { clear: both; }
.produitsItem a.btn_commander{width:160px; display:block; float:right; text-align:center; padding:0; margin:0; color:#000000; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size:13px; text-decoration:none; font-weight:bold; }
.produitsItem a.btn_commander:hover{  }
.produitsItem p.prix_produit{ display:block; font-family: Verdana; font-size:9px; color:#848484; margin:0; line-height: 16px; }
