/* 
	CSS TEMPLATE ADVISA-BO 
*/

/* 
 * ---------------------------------------------
 *		Articles
 * ---------------------------------------------	
*/
.artTitle{ /* div */
}
.artIntro{ /* div */
}
.artContent{ /* div */
}
.artReadon{ /* div */
}
.artReadon a{ 
}
.artSeperator{ /* div */
}

/* 
 * ---------------------------------------------
 *		Media IMG (attachés à un article)
 * ---------------------------------------------	
*/
.media_img{ /* div */
}
.media_img .thumbnail{ /* div */

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

}
.media_img .thumbnail .thumb_img a 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{ 

}

/* 
 * ---------------------------------------------
 *		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{

}
/* 
 * ---------------------------------------------
 *		debug
 * ---------------------------------------------	
*/
.debug{
	text-align: left;
	background-color: #FFDEAD;
}
