/* ----------------------------------------------- 
	GLOBAL RESET 
   ----------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
	background: white;
	text-align: center;
	
	font-family: Arial, Helvetica,sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none; 
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { 
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/******************************************************************/

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.center {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}

h1 {
	font-size: 2.4em;
}

h1.mainTitle {
	display: block;
	font-family: Myriad Pro, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #00755c;
	font-size: 25px;
}

h2 {
	display: block;
	color: #008772;
	font-size: 32px;
	font-weight: bold;
	font-size: 2em;
	position: relative;
	left: 64px;
}

#conteneur {
	position: relative;
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

.warning {
	position: relative;
	left: 32px;
}

#content {
	position: relative;
	width: 840px;
	left: 10px;
	top: 16px;
}

a.searchResult {
	position: relative;
	left: 80px;
}

.blocImage {
	float: left;
	margin-right: 20px;
	width: 250px;
	text-align: center;
}

.famille {
	width:800px;
	background: url(./images/bg_ls.jpg) no-repeat;
	color:white;
	font-size: 1.6em;
	padding: 4px;
	padding-left: 8px;
}

.englishV {
	color: black;
	text-decoration: none;
	color: #323232;
	font-size: 12px;
	font-weight: bold;
}

.englishV:hover {
	text-decoration: underline;
}

.chapitreImg {
	background: url(./images/bg-case.jpg);
	width: 180px;
	height: 176px;
	
	text-align: center;
	vertical-align: middle;
}

.chapitreLinkTable {
	position: relative;
	left: 4px;
	top: 4px;
}

.chapitreLink {	
	background: #888;
	width: 170px;
	height: 42px;
	
	text-align: center;
	vertical-align: middle;
}

.chapitreLink a {
	color: white;
	text-decoration: none;	
	font-size: 16px;
	font-family: Myriad Pro, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.chapitreLink:hover {
	background: black;
}

#footer {
	position: relative;
	margin-top: 32px;
	width: 100%;
	height: 45px;
	background: url(./images/bottom.jpg);
}

.footLink a, .footLink {
	color: #888;
	font-size: 11px;
}

a {
	color: black;
	color: #323232;
	font-size: 12px;
	font-weight: bold;
}
#content .datemaj {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #669999;
	float: left;
	width: 50px;
	text-align: left;
}

