@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	background-color: #FFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -144px;
	*background-position: 0px -126px;
	margin: 0px;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
	background-image:url(images/bg-main.gif)
}

#superheader {
	width: 800px;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	background-color: #999;
}

#header {
	width: 800px;
	height:249px;
	background-color: #FFF;
	background-image: url(images/head-eglise-logo.jpg);
	/*background-image: url(images/logo-cgv-confort.jpg);*/
}
#main {
	width: 800px;
	/*background-color: #FFF;*/
}

#maininonecol {
	width: 750px;
	margin: 0 auto;
	color: #660000;
	font-size: 90%;
	background-color: #F90;
}

#maininonecol h1{
	color: #660000;
	font-size: 80%;
	background-color: #F9;
}


#mleft {
	width: 380px;
	float:left;
	
}
#mleftin {
	width: 350px;
	margin: 0 auto;
	font-family:"Arial", Gadget, sans-serif;
	color: #660000;
	font-size: 90%;
}

#mleftin  a:link { color: #930; text-decoration: none; padding-left: 10; border-bottom: 1px dotted #930;   }
#mleftin  a:visited     { color: #930; text-decoration: none; padding-left: 10; border-bottom: 1px dotted #930;  }
#mleftin  a:hover { color: white; text-decoration: none; padding-left: 10;   }


#mright {
	width: 400px;
	float:right;
	/*background-color:#999*/	
}
#mrightin {
	width: 350px;
	margin: 0 auto;
	color: #ffcc66;
	font-size: 90%;
}

#mrightin  a:link { color: #ffcc66; text-decoration: none; padding-left: 10; border-bottom: 1px dotted #ffcc66;}
#mrightin  a:visited { color: #ffcc66; text-decoration: none; padding-left: 10; border-bottom: 1px dotted #ffcc66;}
#mrightin  a:hover { color: white; text-decoration: none; padding-left: 10;   }

.imageborder {
	margin: 10px;
}

#footer {
	width: 800px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#C60;
}
#footerin {
	width: 750px;
	background-color:#C60;
	margin: 0 auto;
	text-align: center;
	font-size:85%;
	color:#930;
}

.adresse {
	color:
#FC0;
}


#footerin  a:link { color: #930; text-decoration: none; padding-left: 10; border-bottom: 1px dotted #930   }
#footerin  a:visited     { color: #930; text-decoration: none; padding-left: 10; border-bottom: 1px dotted #930  }
#footerin  a:hover { color: white; text-decoration: none; padding-left: 10;   }


.nodec{text-decoration: none; padding-left: 10; border-bottom: 0 px }

.imgcenter {
	text-align: center;
}

.imgright {
	float: right;
}

.imgleft {
	float: left;
}

.imgleftmarg {
	float: left;
	margin-right:20px;
}

.txtcenter {
	text-align: center;
}

.surlign {
	text-align: center;
	background-color:yellow;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:8px;
	padding-left:8px;
	font-weight: bold;	
}


.titreleft {
	text-align: center;
	color: #900;
	width:750px;
	background-color:#FF9600;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

h1 {
	margin-top: 15px;
	font-size: 1.4em;
	
}

.ie6 {
	*margin-top: 20px;
}

