/*
Title:      Styles for Counseling en adoption - Lucie Bourdeau
Author:     Karinne Legault, kl@karinnelegault.com
Updated:    Sept 6 2005
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	text-align: center;
	background: url(/i/bg.jpg) #fff repeat-y 50% 317px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
}

/* ---| links |------------------------------- */

#content a, #content a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #3e1f5a;
}

#content a:visited {
	color: #000;
}

#content a:hover {
	color: #000;
}

#content a:active {
	color: #3e1f5a;
}

#content a.top, #content a.top:link, #content a.top:visited, #content a.top:hover, #content a.top:active {
	font-weight: normal;
	color: #000;
}

/* ---| common elements |--------------------- */

p {
	margin: 3px 0 8px 0;
}

#content ol {
	margin: 4px 0 10px 0;
	padding: 0;
	list-style: decimal;
	list-style-type: decimal;
}

#content ol li {
	margin: 0 0 0 30px;
	padding: 0 0 5px 5px;
}

#content ul {
	margin: 4px 0 10px 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
}

#content ul li {
	margin: 0;
	padding: 0 0 5px 15px;
	background: url(/i/bullets/leaf-arrow.jpg) no-repeat 0 3px;
}

#content ul  li > ul li{
	margin: 0;
	padding: 0 0 5px 15px;
	background: url(/i/bullets/leaf2-arrow.jpg) no-repeat 0 3px;
}

/*#content li {
	margin: 0;
	padding: 0 0 5px 15px;
	background: url(/i/bullets/beige-arrow.jpg) no-repeat 0 4px;
}*/

#content h1 {
	font-size: 16px;
	color: #3e1f5a;
	margin: 7px 0 10px 0;
}

#content h1.nouvelles {
	font-size: 22px;
	color: #000;
}

h1 span {
	font-size: 10px;
	padding-left: 10px;
}

#content h2, h3 {
	font-size: 14px;
	color: #000;
	margin: 7px 0 5px 0;
	padding: 10px 0;
}

/* ---| top |--------------------------------- */

#wrap {
	margin: 0 auto;
	width: 740px;
	text-align: left;	
}

#header {
	background: url(/i/top-bg.jpg) #fff no-repeat center;
	height: 318px;
	width: 740px;
	text-align: left;
	_margin-left: 1px;
}

#header #right {
	float: right;
	width: 528px;
	margin: 115px 11px 0 11px;
}

* html #right {
	width: 550px;
	w\idth: 528px;
}

#headings {
	margin-top: 30px;
}

#headings h3 {
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	color: #3e1f5a;
	font-size: 28px;
	margin-top: 15px;
}

/* ---| menu |-------------------------------- */

#topmenu {
	width: 525px;
}

* html #topmenu a {
	height: 1px;
}

#topmenu ul.menu {	
	width: 170px; 
	float: left;
	list-style: none;
	margin-right: 5px;
	
}

ul.menu li {
	margin-bottom: 2px;
}

ul.menu li a {
	font-family: "Lucida Sans Unicode", Verdana, sans-serif;
	display: block;
	background: #3e1f5a;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 5px;
}

ul.menu li a:hover {
	background: #603d7f;
}

/* ---| content placement |------------------- */

#content {
	width: 520px;
	margin-left: 210px;
	text-align: justify;
}

#content #pensees {
	text-align: center;
}