body
{
	height: auto;
}

/* ZONE CENTER */

#zone_center_cgv
{
	position: relative;
	width: 100%;
	top: 0;
	height: 600px;
	margin-bottom: 22px;
	cursor: default;
	overflow: hidden;
    -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_cgv_inside
{
	position: absolute;
	top: 45px;
	width: 100%;
	height: 555px;
	overflow: scroll;
    -webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#zone_center_cgv 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;
}

#zone_center_cgv_inside H2
{
	position: relative;
	left: 20px;
	text-align: left;
	width: 200px;
	padding-left: 5px;
	margin-top: 40px;
	color: #000;
	font-size: 1.3em;
	font-family: "Arial";
	font-weight: normal;
	border-bottom: 2px solid black;
}

#zone_center_cgv_inside p
{
	position: relative;
	width: 96%;
	left: 2%;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 50px;
	color: #000;
	font-size: 1em;
	font-family: "Arial";
	font-weight: normal;
}

/* ZONE FOOTER */

#zone_footer_cgv
{
	position: relative;
	width: 100%;
	top: 0px;
	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_cgv p
{
	width: 100%;
	text-align: center;
	margin-top: 9px;
	font-size: 1em;
	color: #FFF;
	font-family: "Arial";
	font-weight: normal;
	cursor: default;
}

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

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

/* BOUTON TELECHARGER CGV */

.mydownload
{
	border: none;
	border: 0;
}

.mydownload:hover
{
	border: none;
	border: 0;
}

.downloadforimg
{
	position: absolute;
	bottom: 15px;
	right: 25px;
	width: 111px;
	height: 43px;
	border: none;
	border: 0;
}

.downloadforimg:hover
{
	border: none;
	border: 0;
}