/****** Code couleur site *********/
/* 	rouge rob 		= 	#ca3423 #d23d27
		bleu lirmm 		=		#10a6c1 
		orange lirmm 	=		#ed920e
		bleu clair 		= 	#10a6c1 #a6caf0
		
		bleu foncé 		= 	#006699
		jaune 				=		#fcdc41
		gris foncé		=		#5f6a72
		gris clair		=		#999999
		blanc 				=		#ffffff 
		
*/

/*****************************************************************************/
/*****************************************************************************/
/**** 												design article															****/
/*****************************************************************************/
/*****************************************************************************/
.buttonheading img
{
	border : none;
}

.componentheading
{
	width : 700px;
	background : #ffffff;
	font-size : 18px; /*titre site*/
	color : #006699;
	padding-left : 10px;
	padding-bottom : 10px;
	
}

.contentheading_g 
{
	color : #ffffff;
	background: url(../images/t_art_g.png) 0 100% no-repeat; 
}

.contentheading 
{
	background: url(../images/t_art_c.png) 0 105% repeat-x; 
}

.contentheading_d 
{
	color : #ffffff;
	background: url(../images/t_art_d.png) 0 100% no-repeat; 
}

.contentheading 
{
	/*background: #ffffff;*/
	color: #006699;
	/*border-bottom : 2px solid #d23d27;
	border-left : 1px solid #d23d27;*/
	padding: 10px;
	font-size : 15px; /*titre article*/
	text-align : left;
}
.contentpane
{
	font-family: arial, courrier;
	text-align :left;
	width : 700px;
	/*height: 15px;	*/
}
.contentpaneopen
{
  background:transparent none repeat scroll 0 0;
	font-family: arial, courrier;
	width : 700px; /*icone de droite */	
	text-align :left;
}
.contentpaneopen h1 
{
	font-size:12px;
	border-bottom: 1px solid #240000;
	padding: 10px;
}

.contentpaneopen p
{
	background : #ffffff;
	width : 700px;
	font-size : 12px; /*article*/
}
/* fin design article*/
