@charset "utf-8";
/* CSS Document */

@import "2gabPages.css";

body {
	 behavior:url("../css/csshover2.htc");
	 }

/* CSS PAGE ACCUEIL*/
#GabAccueil {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484954;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #484954;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height:900px;

	}
	
#TabNews {
	position: absolute;
	top:50px;
	width: 290px;
	right:0px;

/*border: #F00 solid 1px;	*/
	}

	

#TabEvenement {
	position: relative;
	float: left;
	right: 10px;
	width: 390px;
	/*
	border-top-width: medium;
	border-right-width: 1px;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: dashed;
	border-top-color: #F0F0F0;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
	border-left-color: #F0F0F0;
	*/

	}
	
#TabMultimedia {
	position: relative;
	float: left;
	right: 10px;
	width: 390px;
	}


	
	
#titre_module_evenement{
	font-size: 38px;
	text-transform: uppercase;
	color: #008ed2;
	font-weight: 800;
	font-family: Arial, Helvetica, sans-serif;
	}	
#titre_module_news{
	font-size: 28px;
	text-transform: uppercase;
	color: #000;
	font-weight: bolder;
	padding-left: 15px;

	}	
-->


/* MODULE RECHERHE*/
#divRecherche
	{
	position: relative;
	width: 100px;
	z-index : 100;
	margin: 0px;
	padding: 0px;
	}	
	
.liRecherche {
	color:#fff;
	font-size: 18px;
	font-weight: bolder;

	font-family: Arial, Helvetica, sans-serif;
	}

#btrecherche a {
	text-decoration:none;
}

#btrecherche a input.submit {
	/*background-color: #D6D6D6;*/
	font-size: 9px;
	cursor:pointer;
	border: none;
	height: 16px;
	width: 18px;
}
#btrecherche a:hover input.submit {
	color:#000;
	/*background-color: #696969;*/
	cursor:pointer;
	border: none;
}

#inputRecherche {
	font-size: 10px;
	/*color: #333;*/
	border: 0px;
	}
	

/*
#btrecherche a {
	position:absolute;
	text-decoration:none;
	right: 2px;
	font-size: 10px;
}
#btrecherche a input.submit {
	background-color: #D6D6D6;
	cursor:pointer;
	border: none;
}
#btrecherche a:hover input.submit {
	color:white;
	background-color: #696969;
	cursor:pointer;
	border: none;
}

#divRecherche
	{
	position: relative;
	padding: 0px;
	height: 20px;
	width: 170px;
	margin-top: 100px;
	margin-left: 650px;
	z-index:15;
	
	border-bottom-width: 4px;
	border-bottom-color: #FFF;	
	border-bottom-style: solid;	
		
	border-top-width: 1px;
	border-right-width: 1px;
	
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;

	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;

	}	

#btRecherche 
	{
	position: relative;
	background-color: #E1E1E1;
	background-image: url(img/pictos/recherche.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 20px;
	border: 1px none #FFF;
	}	

#inputRecherche {
	position: relative;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;

	}
	
*/



/* MODUL MENU DROIT */
#menu_droit{
	clear:both;
	/*position: absolute;*/
	height: auto;
	width: 135px;

	margin-left: 20px;	
	margin-top: 25px;
	cursor: pointer;
	}

#menu_droit ul {
	list-style:none;

		
	text-align: left;
	margin: 0 -1px 0 -1px;
	width:98%;
	padding: 0;

	
	}
	
#menu_droit  li {
	background-color: #484954;/*#F9F9F9;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	

	/*font-weight: bolder;*/
	
	
	padding: 2px;	
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;

	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;	*/
}

#menu_droit li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	width: 115px;
	height: 20px;
	line-height: 20px;
	font-weight: bolder;
	text-transform: uppercase;
}


#menu_droit li a:HOVER {
	text-decoration: none;
	color: #fff;

}



#menu_droit li:hover {
	background-color: #008ed2;

}
	
	


/*DETAIL*/
#TabNews_detail {
	position: absolute;
	width: 160px;
	height:165px;
	right : 40px;
	top:23px;
	/*
	background-image: url(../img/pictos/fondMenuDetail.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
	background-color: #008ed2;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
}

#titre_module_detail{
	font-size: 18px;
	text-transform: uppercase;
	/*	color: #797979;*/
	font-weight: bolder;
	background-color: #FFF;

}	


#TabNews_detail  ul {
	list-style:none;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	
	}
	
#TabNews_detail li {
	font-size: 10px;
	width: 155px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	text-decoration: none;
	/*
	background-image: url(../img/pictos/carre.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	*/
	padding-left: 5px;
	float: left;
	line-height: 25px;
}

#TabNews_detail li a {
	text-decoration: none;
	color: #fff;
	width: 155px;
	height: 25px;
	text-align:left;
	vertical-align:middle;
	float: left;
}

#TabNews_detail  li:hover {
	text-decoration: none;
	background-color: #D6D6D6;
	color: #fff;
}
/* ----------------- */







/* MODUL MENU GAUCHE */
#menu_gauche{
	clear:both;
	position: absolute;
	height: auto;
	width: 135px;
	margin-left: 7px;	
	margin-top: 25px;
	cursor: pointer;
	}

#menu_gauche ul {
	list-style:none;
	text-align: left;
	margin: 0 -1px 0 -1px;
	width:98%;
	padding: 0;

	}
	
#menu_gauche  li {
	background-color: #484954;/*#F9F9F9;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 2px;	
}

#menu_gauche li a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	width: 115px;
	height: 20px;
	line-height: 20px;
	font-weight: bolder;
	text-transform: uppercase;
}


#menu_gauche li a:HOVER {
	text-decoration: none;
	color: #fff;

}



#menu_gauche li:hover {
	background-color: #008ed2;

}