/* etcaf.carrefourfamilles.com v1.0.0 */
/* Copyright 2007 Technoservices Inc. */
/*                                    */
/* martin.leveille@technoservices.ca  */
/* 2006-09-03 15:03                   */
/*                                    */
/* document.css                       */

/* General */
html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	background-color: #EAEAEA;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	line-height: 13px;
}

img {
	border: none;
}

/* Container */
.container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #EAEAEA;
}

.title { 
	height: 53px;
	background-color: #4A8FCC;
}

.breadcrumb {
	padding: 0px 7px 0px 7px;
	height: 25px;
	color: #FFFFFF;
	background-color: #333333;
	vertical-align: middle;
}

.breadcrumb a,
.breadcrumb a:active,
.breadcrumb a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.content {
	padding: 10px 10px 10px 10px;
	background-color: #EAEAEA;
}

.section {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.section_title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #2F6DA6;
	line-height: 17px;
}

.section_title a,
.section_title a:active,
.section_title a:visited {
	color: #2F6DA6;
	text-decoration: none;
}

.section_title a:hover {
	color: #333333;
	text-decoration: underline;
}

.section_more {
	padding-top: 5px;
}

.section_more a,
.section_more a:active,
.section_more a:visited {
	color: #4A8FCC;
	text-decoration: none;
}

.section_more a:hover {
	color: #333333;
	text-decoration: underline;
}

.section_text {
	font-size: 12px;
}

.section_separator {
	border-bottom: 1px dashed #888888;
}

.article {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.nocontent {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.nocontent_text {
	padding-top: 100px;
	text-align: center;
}



