@charset "utf-8";
/* CSS Document */

/*########################################################
	BODY, CONTENEUR & HTML GENERIQUES
########################################################*/
html {

}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #B6BCC8;
	position: relative;
	z-index: 1;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

/*--------------------- class génériques --------------------- */
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}

/*--------------------- #container --------------------- */
#container {
	background: #ffffff;
	width: 100%;
}

/*########################################################
	BANNIERE
########################################################*/
#banner {
	display: none;
}

/*########################################################
	NAVIGATION
########################################################*/
#navig {
	display: none;
}

/*########################################################
	CONTENU
########################################################*/
#content {
	padding: 0;
	margin: 0;
	width: auto;
	overflow: visible;
	background: none;
}
#contentBreadcrumb, #contentPage, #contentTabs {
	background-color: transparent;
}

/*--------------------- #contentAnimation --------------------- */
#contentAnimation h1 {
	margin: 0;
	padding: 0;
	text-align: center;
}

/*--------------------- #contentBreadcrumb --------------------- */
#contentBreadcrumb {
	display: none;
}

/*--------------------- #contentTabs --------------------- */
#contentTabs {
	display: none;
}

/*--------------------- #contentTools --------------------- */
#contentTools {
	display: none;
}

/*--------------------- ul.download --------------------- */
ul.download {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
	/*height: 32px;*/
	overflow: auto;
}
ul.download li {
	display: block;
	margin-bottom: 10px;
	background: none !important;
	clear: both;
}
ul.download li a {
	color: #2B0F40;
	background: url(../img/picto_file.gif) left top no-repeat;
	padding: 1px 0 1px 20px;
	margin-bottom: 8px;
	float: left;
}
ul.download li.pdf a {
	background: url(../img/picto_pdf.gif) left top no-repeat;
}

/*--------------------- #contentPage --------------------- */
#contentPage {
	min-height: auto;
	_height: auto;
	overflow: visible;
	padding: 20pt 0;
	border-bottom: solid 1px #e5dce8;
}
.home #contentPage {
	min-height: auto;
	_height: auto;
}
#contentPage h2 {
	min-height: auto;
	_height: auto;
	margin: 0 0 20px 0;
	padding: 4px 0 0 0;
	background: none;;
}

/*--------------------- div.article --------------------- */
div.article {
	color: #000000;
	padding: 0;
}
div.article p {
	margin: 0 0 8px 0;
}
div.article ul {
	list-style: square;
	margin: 0 0 20px 40px;
	padding: 0;
}
div.article ul li {
	background: none;
	padding: 0;
}
div.article ul.chucknorrisapproved {
	list-style: circle;
	font-weight: bold;
	margin: 0 0 16px 16px;
}
div.article ul.chucknorrisapproved li {
	display: list-item;
	background: none;
	padding: 6px 0;
}

/*--------------------- table --------------------- */
div.article table {
	border-collapse: separate;
}
div.article table td ul {
	margin: 0 0 0 16px;
}
div.article thead th, div.article tbody th {
	color: #A29292;
	background: transparent;
}

/*--------------------- ul.actions --------------------- */
ul.actions {
	display: none;
}

/*--------------------- div.form --------------------- */
#contentPage div.form h3 {
	padding: 2px 0;
	margin: 30px 0 20px 0;
	color: #A29292 !important;
	text-transform: uppercase;
	font-size: 140%;
	border-bottom: solid 1px #A29292; 
	background: none;
}
div.form {
	padding: 0;
}

/*########################################################
	PIED DE PAGE
########################################################*/
#footer {
	overflow: inherit;
	text-align: center;
	clear: both;
	width: 100%;
	margin: 5pt 0 0 0;
}
#footer ul {
	display: none;
}
#footer p {
	color: #A19689;
	margin: 0;
	font-size: 80%;
}
