
#global
{
	min-height:					100%;
	/*padding-top:				10px;*/
	width:						1000px;
	position:					absolute;
	left:						50%;
	margin-left:				-500px;
	border-left:				2px solid #b3b6ba;
	border-right:				2px solid #b3b6ba;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	background-repeat:			no-repeat;
	background-position:		left bottom;
	background-color:			#ffffff;
	color:						#000000}


#entete
{
	/*height:125px;*/
	background-color:			#4f5052;
	padding-bottom:0px;
	margin:0;
}

#gauche_logo
{
	background-color:			#4f5052;
	border:						10px #4f5052 solid;
}

#droite_logo
{
	background-color:			#4f5052;
	border:						10px #4f5052 solid;
}
/* MENU */

.menu
{
	padding-bottom:				3px;
	padding-left:				10px;
	padding-right:				10px;
	height:						30px;
	text-align:					center;
	font-weight:				bold;
	line-height:				16px;
	font-size:					1.3em;
	border-bottom:				2px #4f5052 solid;
	border-top:					2px #b3b6ba solid;
	background-color:			#4f5052;
}

.menuactif
{
	background-color:			#b3b6ba;
	border-bottom:				2px #b3b6ba solid;
}

.menu_img_l
{
	float:						left;
	top:						0px;
	left:						0px;
}

.menu_img_r
{
	float:						right;
	top:						0px;
	right:						0px;
}

.separator
{
	border-right:				2px #b3b6ba solid;
}

/* SOUS-MENU */


#sousmenu
{
	font-weight:				bold;
	background-color:			#b3b6ba;
	padding-left:				20px;
	padding-right:				20px;
	padding-top:				1px;
	padding-bottom:				1px;
}

.sousmenu
{
	font-weight:				bold;
	background-color:			#b3b6ba;
	padding-left:				20px;
	padding-right:				20px;
	padding-top:				2px;
	padding-bottom:				2px;
}

/* LIENS */

a:link, a:visited, a:hover, a:active
{
	color:						inherit;
}

.menu a
{
	text-decoration:			none;
	color:						#ffffff;
}

.menu a:hover
{
	color : #000000;
}

.menuactif a
{
	text-decoration:			none;
	color:						#000000;
}

.menuactif a:hover
{
	color:						#4f5052;
}

.sousmenu a
{
	text-decoration:			none;
	color:						#000000;
}

.sousmenu a:hover
{
	color:						#5b0000;
}

.sousmenuactif a
{
	text-decoration:			none;
	color:						#5b0000;
}

.sousmenuactif a:hover
{
	color:						#000000;
}

.main
{
	cursor:						pointer;
}

/* DIAPORAMA */

#diapo_menu
{
	text-align:					center;
	font-weight:				bold;
	font-size:					1.3em;
	color:						#ffffff;
	position:					absolute;
	top:						5px;
	left:						770px;
	width:						200px;
}

#lien_diapo_menu
{
	display:					block;
	width:						200px;
	height:						95px;
	background-position:		0px;
	background-repeat:			no-repeat;
}

#title_diapo_menu
{
	padding-bottom:				5px;
}

#title_diapo_menu a
{
	text-decoration:none;
}

h1
{
	text-align:					left;
	font-size:					14pt;
	margin-top:5px;
	margin-bottom:5px;
}

h2
{
	font-size:					12pt;
}

h3
{
	font-size:					11pt;
	padding-left:				20px;
}


/* PIED DE PAGE */

/* hack css pour ie6 et inférieur */
	#footer
	{
		padding-bottom:			2px;
		color:					#ffffff;
		text-align:				center;
		background-color: 		#4f5052;
		border-top:				2px #b3b6ba solid;
	}

	*>#footer
	{
		width:					1000px;
		position:				absolute;
		left:					50%;
		margin-left:			-500px;
		bottom:					0px;
		padding-bottom:			2px;
		color:					#ffffff;
		text-align:				center;
		background-color: 		#4f5052;
		border-top:				2px #b3b6ba solid;
	}

#footer a
{
	color:					#ffffff;
}