/* Général */
a {
	color:#73818d;
	text-decoration:underline;
}
a:hover {
	color:#59615B;
	text-decoration:none;
}
:focus {
	outline:0;
}
ul, ol, dl {
	list-style:none inside;
}
ul ul {
	list-style-type:circle;
}
ul ul ul {
	list-style-type:square;
}
ul ul ul ul {
	list-style-type:circle;
}
ol {
	list-style-type:decimal;
}
ol ol {
	list-style-type:lower-alpha;
}
ol ol ol {
	list-style-type:decimal;
}
ul, ol {
	margin:10px 25px;
}
ul  li {
	padding-left:15px;
	background:url(../images/ico/ul_puce.png) no-repeat 0 6px;
}
address {
	font-size:1em;
	padding:15px;
	margin:5px 0 15px 0;
	background:#ececec;
	color:#656464;
	border:1px solid #dedede;
	font-style:normal;
}
address a {
	color:#122434;
	text-decoration:underline;
}
p {
	margin:6px 0;
	padding:0 0 0px 0;
	text-align:justify;
}
hr {
	color:#bcc1c8;
	background:#bcc1c8;
	height:1px;
	width:100%;
	border:0;
	margin:3px 0;
	padding:0;
}
abbr {
	border-bottom: 1px dotted #48573d;
	cursor: help;
	white-space: nowrap;
}
abbr.created {
	border:none;
	cursor:auto;
	white-space:normal;
}
img {
	border:0;
}
a img {
	border:none;
	cursor:pointer;
}
pre, code {
	font-size: 1.1em; /* Monospace fonts can be hard to read */
	font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin:2px 0;
}
th {
	background:#eaeaea;
	color:#535353;
	font-weight:bold;
	padding:5px;
	border-bottom:2px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
th a {
	color:#535353;
}
tr {
	margin-bottom:10px;
}
td {
	color:#535353;
	padding:5px;
	border:1px solid #ccc;
	vertical-align:middle;
	background-color:#ececec;
}
h1.title,
h1 {
	font-size:2em;
	font-weight:normal;
	margin:0 0 0.5em 0;
	padding-bottom:0px;
	margin-bottom:3px;
	color:#111820;
	border-bottom:1px solid #e1e1e1;
}
h2.title,
h2 {
	font-size:1.3em;
	color:#979797;
	padding:0 0 2px 10px;
	margin:0.5em 0;
}
h3.title,
h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#858484;
	padding-left:10px;
	margin:0.5em 0;
}
h4 {
	font-size:1em;
	font-weight:normal;
	color:#636363;
	padding-left:10px;
	margin:0.5em 0;
}
h5 {
	font-size:0.8em;
	color:#151515;
	border-left:2px solid #3a3c3c;
	padding-left:5px;
	margin:0.5em 0;
}


.view-page-enfant {
	display:none;
}
.field-field-img-bandeau ul,
.field-field-img-bandeau li {
	background:none;
	padding:0;
	margin:0;
}


/* Print */
body {
	width:667px;
	margin:0 auto;
	position:relative;
}
.print-site_name,
.print-hr
{
	display:none;
}
/*.print-source_url {
	position:absolute;
	top:60px;
	left:0;
}
.print-breadcrumb {
	margin-top:25px;
}*/
img.img_float_left{float:left;margin-right:10px;}
img.img_float_right{float:right;margin-left:10px;}



/* PDF */
.book-navigation {
	display:none;
}


