/* CSS Document */
/* --------------------------------------------------------------------------------------------- CNIL */
	#promotion #visu #right {
		font-size:.9em;
		color:#797979;
	}
	#promotion {
		position:relative;
		border-bottom:1px solid #CCCCCC;
		height:153px;
		width:880px;
		padding-bottom:15px;
		padding-top:15px;
		}
	#visu {
		width:320px;
		height:153px;		
		float:left;
	}
	#promo {
		width:190px;
		height:153px;		
		float:left;
		background-image:url(../../images/structure/background/bg_promo.gif);
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	.Promo_Small {
		font-size:25px;
		}
	.Promo_Medium {
		font-size:40px;
		}
	.Promo_Large {
		font-size:55px;
		}
	#promo_right {	
		float:left;
		margin-left:15px;
	}
	#promo_main_conditions {
		width:860px;		
		float:left;	
		padding-top:30px;
	}
/* --------------------------------------------------------------------------------------------- Boutons */
	#promo_btn {
		position:absolute;
		bottom:15px;
		right:10px;
		}	
	a.bouton {
		display:block;
		display:inline;
		font-weight:bold;
		font-style:italic;
		color:#3c3c3c
	}
	a.bouton:hover {text-decoration:none}
	a.bouton span.left, a.bouton span.right {
		display:block;
		float:left;
		height:100%;
		cursor:pointer
	}
	a.bouton span.left {width:13px}
	a.bouton span.middle {
		display:block;
		float:left;
		text-align:center;
		padding:0 6px;
		cursor:pointer
	}
	a.bouton span.middle span {
		display:block;
		font-size:.7em;
		font-weight:normal;
		font-style:normal
	}
	* html a.bouton span.left, * html a.bouton span.middle, * html a.bouton span.right {background-image:none}
/* ------------------------------------------------------------------------- Hauteur 35 */
	a.h35 {
		float:right;
		height:35px;
		margin:6px 5px 0 0
	}
	a.h35 span.left {background-image:url(../../images/structure/background/bt_left_h35.png)}
	* html a.h35 span.left {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/extension/tictacphoto/design/tictacphoto/images/structure/background/bt_left_h35.png',sizingMethod='crop')}
	a.h35 span.middle {
		height:28px;
		background:url(../../images/structure/background/bt_middle_h35.png) repeat-x;
		padding-top:7px
	}
	* html a.h35 span.middle {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/extension/tictacphoto/design/tictacphoto/images/structure/background/bt_middle_h35.png',sizingMethod='scale')}
	a.h35 span.right {
		width:38px;
		background-image:url(../../images/structure/background/bt_right_h35.png)
	}
	* html a.h35 span.right {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/extension/tictacphoto/design/tictacphoto/images/structure/background/bt_right_h35.png',sizingMethod='crop')}

