/* christweb.org - styles */

body {
	background-color: #E9E5DE;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 0.8em;
}

a { color: #333333; text-decoration: none; }
a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none;  }
a:hover { color: #000000; text-decoration: none; } 
a:focus { color: #000000; text-decoration: none;  }
a:active  { color: #333333; text-decoration: none; } 

img { border:0px; }

#blanc {
	position: absolute;
	background-color: #FFFFFF;
	height: 298px;
	width: 50%;
	top: 0;
	left: 0;
	z-index: 0;
}
#bleu {
	position: absolute;
	background-color: #27176F;
	height: 298px;
	width: 50%;
	top: 0;
	right: 0;
	z-index: 0;
}
#content {
	position: relative;
	width: 100%;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	text-align: center;
}

#logo {
	height: 298px;
	width: 100%;
	border-bottom: 1px solid #333333;
}
#menu {
	width: 100%;
	border-top: 1px solid #FFFFFF;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #666666;
}

table.mainMenu { 
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}
table.mainMenu td {
	color: #27176F;
	font-size: 0.8em;
}
table.mainMenu td a { color: #27176F; }
table.mainMenu td a:link { color: #27176F; }
table.mainMenu td a:visited { color: #27176F; }
table.mainMenu td a:hover { color: #27176F; }

td.bouton1 { 
	background-image: url(../images/bt_home.jpg); 
	background-position: left;
	background-repeat: no-repeat;
	width: 250px;
	padding-left: 24px;
	padding-right: 20px;
	text-align: left;
}
td.bouton2 { 
	background-image: url(../images/bt_home.jpg); 
	background-position: left;
	background-repeat: no-repeat;
	width: 350px;
	padding-left: 24px;
	padding-right: 20px;
	text-align: left;
}

.bigger { font-size: 1.4em; font-weight: normal; line-height: 1.1em; }
.smaller { font-size: 0.8em; }
.freeofcharge { font-size: 0.8em; font-weight: bold; color: #D8271A; padding-left: 10px;}
.click { font-size: 0.8em; font-weight: bold; text-decoration: underline; padding-left: 20px;}

.menu2 {
	margin-top: 30px;
}
.menu2 a { margin: 0 3px; }
.menu2 span { visibility : hidden; }
.menu2 span.redText { visibility : visible;	color: #D8271A; font-weight: bold; }


