/*******************************************************************************************
	TEMPLATE LEADINGFROG
	SITE WEB INSTITUTIONNEL
	NOVEMBRE 2009
*******************************************************************************************/


/*******************************************************************************************
	BALISES GLOBALES
*******************************************************************************************/
body{
	background-image:url(../images/fond.gif);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin:0px;
	padding:0px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	border-color:#000000;
}
a:link, a:active, a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:none;
} 
div {
	margin:0px;
	padding:0px;
	border-width:0px;
}
img {
	margin:0px;
	padding:0px;
	border-width:0px;
}

/*******************************************************************************************
	BLOCS DE PAGE
*******************************************************************************************/
#global {
	width:900px;
	padding:0px;
	padding-bottom:5px;
	margin:5px;
	margin-left:auto;
	margin-right:auto;
	border-width: 0px;
	border:solid 1px;
	background-color:#FFFFFF;
}
#banner {
}


#toolbar{
	height:36px;
	width:900px;
}
#topmenu{
	margin0px;
	padding:0px;
	position:absolute;
	top:120px;
	width:480px;
	height:36px;
	padding: 0px 0px 0px 270px;
	margin:0px;
	border-bottom:solid 1px;
}
#langue {
	margin0px;
	padding:0px;
	position:relative;
	float:right;
	top:-24px;
	height:36px;	
	width:150px;
	border-bottom:solid 1px;
	border-color:#000000;
}
#breadcrumb{
	top:170px;
	position:absolute;
}
#component_td{
	width:900px;
}
#footer	{
	margin-left:auto;
	margin-right:auto;
	width:250px;
}
#plus2news {
	top:100px;
	left:200px;
	float:left;
	z-index:200;
	height:100px;
	width:100px;
}

/*******************************************************************************************
	COULEURS DE TEXTES
*******************************************************************************************/
.lfg_name {
	color:#009900;
	font-weight:bold;
}
.lfg_orange {
	color: #FF6600;
	font-weight:bold;
}
.lfg_grey {
	color:#666666;
}
.lfg_green {
	color: #336600;
}
.lfg_guider {
	font-size: 36px;
	font-weight: bold;
	font-style:normal;
	color:#000000;
}
.lfg_pts {
	font-size: 48px;
	color: #009900;
}
.lfg_pts_nuage {
	font-size: 2em;
	color: #009900;
}
p.justif {
	text-align:justify;
}
.pathway {
	color:#FFFFFF;
}

/*******************************************************************************************
	ARTICLES
*******************************************************************************************/
.prop {
	height:380px;/*hauteur d'article minimale*/
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/*******************************************************************************************
	TOP MENU
*******************************************************************************************/
#topmenu ul {
	margin:0px;
	padding: 0px;
	list-style:none;
}
#topmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../images/topmenu_bg.png);
}
#topmenu a {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	float:left;
	line-height: 36px;
	padding-right:10px;
	width:80px;
	color: #FFFFFF;
	text-decoration: none;
}  
#active_menu a {
	color: #FFCC00;
	background:  url(../images/topmenu_separator.png) no-repeat right;
}
#inactive_menu a{
	color: #FFFFFF;
	background:  url(../images/topmenu_separator.png) no-repeat right;
}
#topmenu a:hover {
	color:#FFCC00;
	text-decoration:underline;
	background:  url(../images/topmenu_separator.png) no-repeat right;
}
#topmenu .left{
	background:  url(../images/topmenu_left.png) no-repeat left;
	width:10px;
	height:36px;
}
#topmenu .right{
	background:  url(../images/topmenu_right.png) no-repeat left;
	width:10px;
	height:36px;
}
#topmenu .ante{
	background:  url(../images/topmenu_separator.png) no-repeat left;
	width:10px;
	height:36px;
}

/*******************************************************************************************
	MODULE NEWS
*******************************************************************************************/
#news {
	text-align:justify
}	
#news .title{
	font-size:20px;
	color:#000000;
}
.lfg_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color:#333333;
	color:#CCCCCC;
}
a.bleu_clair{
	color:#0099CC;
	font-size:11px;
}
#news .title_press{
	color:#FFCC00;
	font-size:20px;
}
#news .date_press{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color:#333333;
}
.title_news{
	color:#FFCC00;
	font-size:30px;
	text-align:center;
}

/*******************************************************************************************
	MODULE ARTICLE
*******************************************************************************************/
#component_td .article_div {
	width:600px;
	padding-left:150px; 		/* largeur standard des articles*/
}

#component_td .article_div  ul li {
	text-align:justify;
}

#component_td .article_div .titre {
	font-weight:bold;
	font-size:14px;
	color: #cc3333;
}

/*******************************************************************************************
	FIL D'ARIANE
*******************************************************************************************/
#breadcrumb li {
	background: #99CC00 url(../images/breadcrumb.png) no-repeat left;
	float:left;
	display:inline;
	padding-left:10px;
	margin:0;
	text-align:center;
	width:100px;
	line-height:180%;
}
#first li {
	background:#99CC00;
	line-height:180%;
}

