/* ZONE TOP */

#zone_top_gestiondeleguee
{
	position: relative;
	width: 100%;
	height: 250px;
	overflow: hidden;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 4px grey;
	margin-bottom: 10px;
	cursor: default;
	background-image: url(../images/headers/header4.jpg);
}

#zone_top_gestiondeleguee img
{
	position: relative;
	margin-left: 68px;
	box-shadow: 2px 2px 11px black;
	top: 70px;
}

/* ZONE CENTER */

#zone_center_gestiondeleguee
{
	position: relative;
	width: 100%;
	top: 10px;
	height: 570px;
	margin-bottom: 50px;
	overflow: hidden;
	cursor: default;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 4px grey;
	background-image: url('../images/textures/texture20.png');
}

#zone_center_gestiondeleguee H1
{
	position: relative;
	z-index: 100;
	color: #000;
	font-family: "Arial";
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	font-style: italic;
	top: -20px;
	padding-top: 17px;
	font-size: 1.3em;
	width: 100%;
	height: 35px;
	background-color: red;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	border-top-right-radius: 5px;
    background-image: -moz-linear-gradient(top, #DBDBDB, #BDBDBD);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DBDBDB), to(#BDBDBD));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBDBDB,endColorstr=#BDBDBD);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBDBDB,endColorstr=#BDBDBD)";
    background-color: #BDBDBD;
    box-shadow: 0 0px 4px black;
}

.shadow_title
{
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	height: 7px;
}

#zone_center_gestiondeleguee ul li
{
	position: relative;
	width: 810px;
	left: 35px;
	color: #000;
	font-family: "Arial";
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	font-style: italic;
	margin-top: 20px;
}

#zone_center_gestiondeleguee ul li ul li
{
	position: relative;
	width: 810px;
	left: 35px;
	color: #000;
	font-family: "Arial";
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	font-style: italic;
	margin-top: 0px;
}

.bold
{
	font-weight: bold;
}

/* ZONE FOOTER */

#zone_footer_gestiondeleguee
{
	position: relative;
	width: 100%;
	top: -15px;
	height: 36px;
	margin-bottom: 5px;
	overflow: hidden;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 4px grey;
    background-image: -moz-linear-gradient(top, #007CCC, #004E83);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#007CCC), to(#004E83));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#007CCC,endColorstr=#004E83);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#007CCC,endColorstr=#004E83)";
    background-color: #007CCC;
}

#zone_footer_gestiondeleguee p
{
	width: 100%;
	text-align: center;
	margin-top: 9px;
	font-size: 1em;
	color: #FFF;
	font-family: "Arial";
	font-weight: normal;
	cursor: default;
}

#zone_footer_gestiondeleguee p a
{
	color: #FFF;
	text-decoration: none;
}

#zone_footer_gestiondeleguee p a:hover
{
	color: #FFF;
	text-decoration: underline;
}