	
/* BOXES */
.top-full-box {
	width:725px;
	border:1px solid #e9eaea;
	border-right:0;
	background:#f6f7f8;
	padding:3px 0 4px 4px;
	overflow:hidden;
	}


.top-full-box .bg {
	background:url(/photo/images_default/bg-full-box-bg.gif) repeat-x top;
	width:100%;
	overflow:hidden;
	}
	
.box-gr {
	overflow:hidden;
	border:1px solid #fff;
	background:#fff url(/photo/images_default/bg-box-gr-top.gif) repeat-x top;
	}
.box-gr .box-bg {
	overflow:hidden;
	width:100%;
	background:url(/photo/images_default/bg-box-gr-bottom.gif) repeat-x bottom;
	}
.top-full-box .box-gr {width:707px;}
	
	
.container {
	width:697px;
	padding:3px;
	background:#f6f7f8;
	border:1px solid #e9eaea;
	overflow:hidden;
	}
.container .bg {
	background:url(/photo/images_default/bg-full-box-bg.gif) repeat-x top;
	width:100%;
	}
.container div.bar {width:695px;margin:1px 1px 0 1px;}
div.full-block .block-bg {
	background:url(/photo/images_default/bg-full-box-bg.gif) repeat-x top;
	width:100%;
	}
div.full-block .container {
	width:925px;
	padding:3px;
	background:#f6f7f8;
	border:1px solid #e9eaea;
	overflow:hidden;
	}
div.full-block .container div.bar {width:925px;margin:0;}
	

/*thomas*/
div.contacts .photo{
	float:left;
	width:132px;
	height:89px;
	margin:0 15px 0 0;	
	background:#E5E5E6;
}

div.contacts .photo img{
	margin:auto;
}

div.status{color:#A60019;font-size:13px}
div.namePart{color:#A60019;font-size:15px}

div.partenaire {padding:0px 10px;font-size:12px;line-height:18px;}
div.partenaire .box	{padding:10px 0 25px;height:110px;font-size:12px;line-height:18px;}
div.partenaire .box2{padding:10px 0 25px;height:110px;font-size:12px;line-height:18px;background:#FFFFFF}

div.partenaire .logo{
	float:left;
	width:154px;
	height:104px;
	background:#ffffff;
	margin:0px 15px 0 10px;
	line-height:18px;
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	text-indent:0px!important;
}

div.plus_part{
	float:left;
	background-image:url(/photo/images_default/nosPartenaires_Plus_Font.jpg);
	width:708px;
	height:172px;
	overflow:hidden;
}

div.partenaire .logo img{	
	margin:auto;
	text-indent:0px!important;
}

.popUp {
	background-image:url(/photo/images_default/chaine_Partenaire_popUp.png);
	position:absolute;
	height:108px;
	width:382px;
	left:160px;
	border-style:solid;
	border-width:thin;
	border-color:#999999;
	filter : alpha(opacity=85);
	font-size:12px;
	min-height : 1px;
}
div.partenaireSec{
	position:relative;
	width:auto!important;
	border:1px solid #000000;
	padding:42px 0px 0px 0px;
	height:150px!important;
	overflow:hidden;	
}
div.part{

	padding-bottom:150px!important;
}

/*==================================END============================*/
/**
 * Copyright (c) 2006-2007, Bill W. Scott
 * All rights reserved.
 *
 * This work is licensed under the Creative Commons Attribution 2.5 License. To view a copy 
 * of this license, visit http://creativecommons.org/licenses/by/2.5/ or send a letter to 
 * Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.
 *
 * This work was created by Bill Scott (billwscott.com, looksgoodworkswell.com).
 * 
 * The only attribution I require is to keep this notice of copyright & license 
 * in this original source file.
 *
 * Version 0.6.1 - 07.08.2007
 *
 */

/**
 * Standard Configuration. It is advised that this section NOT be modified as the
 * carousel.js expects the behavior outlined below.
 **/
.carousel-component { 
	position:relative;
	overflow:hidden;   /* causes the clipping */
	display:none; /* component turns it on when first item is rendered */
	width:750px;
}
				
.carousel-component ul.carousel-list { 
	width:10000000px;
	position:relative;
	z-index:1; 
}

.carousel-component .carousel-list li { 
	float:left;
	list-style:none;
	overflow:hidden;
	
    
}

/**
 * VERTICAL CAROUSEL DEFAULTS
 **/
.carousel-component .carousel-vertical li { 
	margin-bottom:0px;

	/* Fix for extra spacing in IE */
	float:left;
    clear:left;  
	
	/* Force the LI to respect the HEIGHT specified */
	overflow:hidden;
	display:block;
}

/* For vertical carousel, not set, width defaults to auto */
/* Note if you explicitly set width to auto, this might cause */
/* problems with Safari... as in up/down button not working in some examples. */	 
.carousel-component ul.carousel-vertical {
/*	width:auto;*/
}

.carousel-component .carousel-clip-region { 
	overflow:hidden; /* Secret to the clipping */
	margin:0px auto;
	position:relative; 
}

/**
 * ==============================================================================
 * Safe to override. It is safe to override background, padding, margin, color,
 * text alignment, fonts, etc. Define a separate CSS file and override your style
 * preferences.
 **/

.carousel-component { 
	
	padding-top:0px;
	-moz-border-radius:6px;
	color:#A60019;
}
.carousel-component ul.carousel-list { 
	margin:0px;
	padding-top:11px;
	line-height:0px;
}
.carousel-component .carousel-list li { 
	text-align:center;
	margin:0px;
	padding:0px;
	font:10px verdana,arial,sans-serif;
	color:#666;
}
.avec-block {font-size:11px;padding-left:180px;}

