/* @override http://www.corpuschristi.fr/data/css/style.css */

/* @override http://www.corpuschristi.fr/data/css/style.css */

/* @override https://62.193.224.131:8443/sitepreview/http/corpuschristi.fr/data/css/style.css */

/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

q:before,q:after {
	content: '';
}
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#container{
	width: 980px;
	margin-left: -495px;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -310px;
}

#newsletter_wrapper{
	padding: 5px;
	float: left;
	border: 1px solid #000;
	position: relative;
	margin-top: 5px;
}
#home_newsletter{
	width: 980px;
	border: 1px solid #000;
	float: left;
}
.home_corner{
	position: absolute;
}
#top_l{
	background-image: url(../../images/home/top_left.gif);
	top: 0;
	width: 1px;
	height: 7px;
	left: 5px;
}
#top_r{
	background-image: url(../../images/home/top_right.gif);
	top: 5px;
	right: 0;
	width: 7px;
	height: 1px;
}
#bottom_l{
	background-image: url(../../images/home/bottom_left.gif);
	left: 0;
	bottom: 5px;
	width: 7px;
	height: 1px;
}
#bottom_r{
	background-image: url(../../images/home/bottom_left.gif);
	bottom: 0;
	right: 5px;
	width: 1px;
	height: 7px;
}
/* COLUMN LEFT */
#column_left{
	float: left;
	width: 310px;
}
#logo{
	width: 318px;
	height: 65px;
	background-image: url(../../images/home/logo.jpg);
	margin-top: 90px;
}
.subtitle{
	font-size: 12px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
	line-height: 16px;
}
.subtitle p{
	margin-bottom: 10px;
	font: 13px Georgia, "Times New Roman", Times, serif;
}
.inside{
	padding-left: 20px;
	padding-right: 20px;
}
form{
	text-align: center;
}
#column_left form p{
	clear: both;
	margin: 0;
	padding: 0;
}
input.inputfield{
	width: 234px;
	height: 17px;
	border: 1px solid #000;
}
.error{
	font-size: 11px;
	display: block;
	width: 100%;
	color: #ff0000;
	margin-top: 5px;
}
label{
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 7px;
}
.submit{
	text-transform: uppercase;
	background-color: #000;
	border-style: none;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
	margin-top: 20px;
}
.submit:hover{
	cursor: pointer;
	background-color: #333;
}
#success{
	font-size: 12px;
	clear: both;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	display: none;
}
#loading{
	width: 16px;
	height: 16px;
	background: url(../../images/home/loadingIcon.gif) no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: none;
}
/* COLUMN Right */

#column_right{
	height: 580px;
	float: right;
}
#column_right ul{
	margin: 0;
	padding: 0;
	background-color: #000;
	width: 100%;
	height: 100%;
	display: none;
}
#column_right ul li{
}

/* SLIDESHOW */

#loader
{
    background-color: white;
    display: inline;
    float: left;
    height: 580px;
    overflow: hidden;
    margin: auto;
    width: 667px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../../images/home/loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}
#footer{
	text-align: center;
	width: 100%;
	clear: both;
	padding-top: 5px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

