/* 
	CSS TEMPLATE ADVISA-BO 
*/

.pageTitle { /* h1, h2 */
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}


/* 
 * ---------------------------------------------
 *		Articles
 * ---------------------------------------------	
*/
.artTitle { /* div */
}
h3.artTitle, h2.artTitle  { /* div */
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 9px 40px;
	margin: 0 0 0 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/artTitle_gris.gif);
	text-transform: uppercase;
}
.bleu .artTitle {
	color: #0571B0;
	background-image: url(../images/artTitle_bleu.gif);
}
.jaune .artTitle {
	color: #f90;
	background-image: url(../images/artTitle_jaune.gif);
}
.rose .artTitle {
	color: #DE0E65;
	background-image: url(../images/artTitle_rose.gif);
}

.artIntro{ /* div */
}
.artContent{ /* div */
}
	.artContent h4 {
		font-size: 14px;
		color: #fff;
		margin: 0;
		padding: 5px 0;
	}
	.artContent a {
		color: #666;
	}
	.artContent p {
		padding: 0;
		margin: 10px 0;
	}
	
.artReadon{ /* div */
}
.artReadon a{ 
}
.artSeperator{ /* div */
}

.readmore {
	display: block;
	width: 80px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	background: url(../images/puce_left.gif) left center no-repeat;
	padding: 2px 0 2px 16px;
	margin: 6px 0 0 0;
}


.readmoreBIS {
	display: block;
	width: 300px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	background: url(../images/puce_left.gif) left center no-repeat;
	padding: 2px 0 2px 16px;
	margin: 6px 0 0 0;
}


.readmore:hover {
	color: #333;
}
.all-actu {
	display: block;
	width: 130px;
	font-size: 10px;
	color: #f90;
	text-decoration: none;
	background: url(../images/puce_readmore.gif) left center no-repeat;
	padding: 2px 0 2px 13px;
	margin: 6px 0 0 0;
}
.all-actu:hover {
	color: #fff;
}

/* 
 * ---------------------------------------------
 *		Media IMG (attachés à un article)
 * ---------------------------------------------	
*/
.media_img{ /* div */
	margin: 42px 0 20px 0;
}
.media_img .thumbnail{ /* div */
}
.media_img .thumbnail .thumb_img{ /* div */
}
.media_img .thumbnail .thumb_img a {

}
.media_img .thumbnail .thumb_img img {

}


/* 
 * ---------------------------------------------
 *		Media DOC (attachés à un article)
 * ---------------------------------------------	
*/
.media_doc {  /* div */	
}
.media_doc .downloadlink{ /* div */
}
.media_doc .downloadlink  a { /* div */

}

/* 
 * ---------------------------------------------
 *		Gallery
 * ---------------------------------------------	
*/
.gallery{ /* div */
}
.gallery .thumbnail{ /* div */

}
.gallery .thumbnail .thumb_img{ /* div */
}
.gallery .thumbnail .thumb_img a { 

}
.gallery .thumbnail .thumb_img a:hover { 
	
}
.gallery .thumbnail .thumb_img a table{ 

}
.gallery .thumbnail .thumb_img a:hover table{ 

}
.gallery .thumbnail .thumb_img a img {

}

.slidergallery {
	width: 906px;
	height: 307px;
	border-collapse: collapse;
	border: 0;
	margin-top: -37px;
}
	.slidergallery  td {
		height: 307px;
		padding: 0;
	}

		#gallery_items {
			display: block;
			position: relative;
			height: 307px;
			overflow: hidden;
		}
		#hslider {
			display: block;
			padding: 0 0 0 1px;
			height: 307px;
		}
			#hslider a {
				margin: 0 0 0 -1px;
				padding: 0;
				opacity: .5;
				filter: alpha(opacity=50);
			}
			#hslider a:hover, #hslider a:active {
				/*opacity: 1;
				filter: alpha(opacity=100);*/
			}
				#hslider a img  {
					margin: 0;
					padding: 0;
					border-right: 1px solid #fff;
					border-left: 1px solid #fff;
				}
		#sliderleft, #sliderright {
			opacity: .2;
			filter: alpha(opacity=20);
			cursor: pointer;
		}
	.hslider-info {
		display: inline;
		position: absolute;
		height: 40px;
		background: url(../images/dither.gif);
		padding: 5px 0;
		margin-top: 257px;
		z-index: 100;
		opacity: .0;
		filter: alpha(opacity=0);
	}
		.hslider-info span {
			display: block;
			padding: 0 10px;
		}
		.hslider-info img {
			float: left;
			padding: 0 10px;
		}

/* 
 * ---------------------------------------------
 *		Liste des fichiers téléchargeables
 * ---------------------------------------------	
*/
.downladlist{  /* div */	
}
.downladlist .downloadlink{ /* div */
}
.downladlist .downloadlink a{ /* div */
}


/* 
 * ---------------------------------------------
 *		Modules
 * ---------------------------------------------	
*/
.module {
}
.module h4{
}
.module .moduleContent {
}
/* 
 * ---------------------------------------------
 *		Module menu
 * ---------------------------------------------	
*/

ul.menu{

}
ul.menu li{

}

/* 
 * ---------------------------------------------
 *		Module latest New
 * ---------------------------------------------	
*/
.actu_item{
	
}
.actu_item a{
	
}
.actu_item_date{
	
}
.actu_item_title{
	
}
.actu_item_txt{
	
}
/* 
 * ---------------------------------------------
 *		Module Login + search
 * ---------------------------------------------	
*/
.inputText{

}
.block-1-result {
	border-bottom: 1px solid #999;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
.block-1-result p {
	padding: 0;
	margin: 5px 0;
}
.search-result-title, .search-result-title a {
	font-size: 13px;
	color: #fff;
	margin: 0;
	padding: 5px 0;
}
.search-result-title a:hover {
	color: #cc0;
}

/*
 * ---------------------------------------------
 *		SiteMap
 * ---------------------------------------------
*/
.block_plan_site {

}
	.block_plan_site ul li {
		margin-bottom: 5px;
		margin-top: 5px;
		font-size: 12px;
	}
	.block_plan_site ul li ul li {
		font-size: 11px;
	}
/* 
 * ---------------------------------------------
 *		debug
 * ---------------------------------------------	
*/
.debug{
	text-align: left;
	background-color: #FFDEAD;
	color: #000;
	font-size: 11px;
}
.error {
	margin: 10px 0 0 0;
	font-size: 10px;
}
	.error b {
		color: #DE0E65;
	}
	.error ul {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 0;
		margin-bottom: 0;
	}