/*************************************************/
/* @site.css                                                        */
/* @brief Cette page met en forme le site Mairie ambazac      */
/*************************************************/
/* @htmlinclude copyright_mediaprojets.html                     */
/* @since 2009-02-18                                                           */
/* @date 2009-02-18                                                                 */
/* @authorbenoit peix                                                    */
/*************************************************/

img, div, input, a { behavior: url("iepngfix.htc") }

body
{
	font-family:		verdana, arial;
	background-color:	#fff;
	font-size:			100%;
	margin:				0;
	padding:			0;
	height:				100%;
	
	scrollbar-3dlight-color:    #FFFFFF;
	scrollbar-highlight-color: 	#4CB5C4;
	scrollbar-face-color:       #FFFFFF;
	scrollbar-shadow-color:     #4CB5C4;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color:      #FFFFFF;
	scrollbar-arrow-color:      #4CB5C4;
}

div#page
{
	background-color:   #FFFFFF;
	width:              990px;
	padding:			0;
	margin:				0 auto 0 auto;
	position: 			relative;
	/*border:				solid 1pt #7D7561;*/	
	height:				100%;
/*	min-height:200px;
	height:auto !important;	
	height:200px;
*/
	overflow:           visible;	
}



/*****************************************************/
/*  BANDEAU                                          */
/*****************************************************/

div#page a
{
	cursor: hand;
}

div#page div#bandeau
{
	background-image:   url('../image/bandeau.jpg');
	background-repeat:  no-repeat;
	position:			relative;
	margin:				0;
	padding:			0;
	width:				990px;
	height:				190px;
}

div#page div#bandeau  img
{

}


/*****************************************************/
/*  MENU                                             */
/*****************************************************/
div#page div#menu_gauche
{

    font-family: 	"Trebuchet MS",Arial, Sans-Serif;
	width:				165px;
	margin:				0px;
	padding:			0px;
	position:			relative;
	float : left;
	height : 100%;
	font-size : 0.9em;
	
	margin-top:18px;
	margin-left:10px!important;

}

div#page div#menu_gauche ul
{
	text-align : left;
	margin:				0px;
	padding:			0px;
	font-weight:		100;
}


div#page div#menu_gauche ul li
{
	list-style-type:	none;
	text-align : left;
	margin : 0px;
	padding : 0px;

}

div#page div#menu_gauche ul li a 
{
	text-decoration:	none;
	color:				#FFF;
	font-weight:		bold;
	margin : 0px;
	padding : 0px;
	text-align : right;
}

div#page div#menu_gauche ul#pmenu li ol li a:hover 
{
	color:				#1F3146!important;
}

div#page div#menu_gauche ul#pmenu li ol ol li a:hover 
{
	color:				#1496CF!important;
}

div#page div#menu_gauche ul li ol
{
	list-style-type:	none;
	text-align : left;
	margin : 0px;
	padding : 0px;

}
div#page div#menu_gauche ul#menu
{
	width:      145px;
	margin-left:8x;
}


/*****************************************************/
/*
div#page div#menu_gauche table#table_plan_site ul li 
{

	text-decoration:	none;
	font-weight:		bold;
	
}

div#page div#menu_gauche table#table_plan_site ul li a
{
	text-decoration:	none;
	color:				#000;
	font-weight:		bold;
}
*/

/*****************************************************/
/*  FIN MENU                                         */
/*****************************************************/

div#contenu
{
	width:				548px;
	height:				100%;
	margin:				0;
	padding:			0;
	padding-left:		30px;
	padding-right:		30px;
	padding-bottom:		10px;	
	position:			relative;
	float:				left;
	overflow :          hidden;

}

div#general
{
/*	background-color:	#595226;
	height    : 100%;
	width : 120px;
	position : relative;
	overflow: visible;
*/	
}

div#actualites
{
	background-image:   url('../image/fond_bloc_actu.jpg');
	height    : 390px;
	width 	: 190px;
	margin-top:		20px;	
	font-family:		"Trebuchet MS",arial;	
	
}

div#actualites a
{
	font-family:		verdana,arial;	
	font-size: 		8pt;
	color: #1496CF;
}

/*****************************************************/
/*  PIED DE PAGE                                     */
/*****************************************************/
div#pied_page 
{
	margin:				0;
	padding:			0;
	float:				left;
	width:				548px;
	height:				22px;
	font-family:		"Trebuchet MS",arial;	

}



div#pied_page a:hover
{
	margin:				0;
	padding:			0;
	color:				#58595B!important;
	text-decoration:	none;
}
/*
div#pied_page 		a:hover
{
	margin:				0;
	padding:			0;
	color:				#58595B!important;
	text-decoration:	none;
}
*/
/*****************************************************/
/*  FIN PIED DE PAGE                                 */
/*****************************************************/
/*****************************************************/
/* VIDEO                                             */
/*****************************************************/

.description_video
{
	font-family: Verdana;
	font-size: 10pt;
	color: #000;
	font-style: normal;
	font-weight: normal;
}

.image_video
{
	border: 0 none;
}

#liste_video td
{
	margin:0 !important;
	padding:0 !important;
}


