@charset "utf-8";
/* CSS Document */

.cnt p {
	padding: 10px;
}
.post_content_home p {
	padding: 0;
}

.cnt a, .cnt a:visited {
	color: #03C;
	text-decoration: none;
}
.cnt a:hover, .cnt a:active, .cnt a:focus {
	color: #0AA;
}

.cnt h1 {
	display: block;
	font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: #078;
	margin: 10px;
	border-bottom: 1px solid #078;
	letter-spacing: 1px;
}
			.cnt h1 a, .cnt h1 a:visited {
				color: #078;
			}
.cnt h2 {
	display: block;
	font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #078;
	margin: 15px 10px 0 0px;
}
			.cnt h2 a, .cnt h2 a:visited {
				color: #078;
			}
			.cnt h2 a:hover {
				color: #06B;
				text-decoration: none;
			}
.cnt h3 {
	/*font-family: 'Century Gothic', 'Arial Narrow', Arial, sans-serif;*/
	font-size: 21px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
	color: #088;
	margin: 10px 12px 0 30px;
}
			.cnt h3 a, .cnt h3 a:visited {
				color: #099;
			}
.cnt h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #099;
	margin: 10px 12px 0 45px;
}
			.cnt h4 a, .cnt h4 a:visited {
				color: #099;
			}
.cnt ul {
	margin: 10px;
	margin-left: 30px;
}
.cnt ul li {
	padding: 5px;
}


#content_page fieldset {
	padding: 15px;
	width: 700px;
	margin: auto;
}
#content_page fieldset#contact {
	background-image: url('images/fieldset.png');
	background-position: top left;
	background-repeat: repeat-x;
}
			#content_page fieldset legend {
				font-weight: bold;
				padding: 7px;
				font-size: 120%;
				letter-spacing: 2px;
			}
			#content_page table.contact {
				margin: auto;
			}
			#content_page table.contact td {
				padding: 7px;
			}
			#content_page input {
				width: 200px;
			}
			#content_page input, #content_page textarea {
				border: 1px solid #999;
				padding: 2px;
			}
			#content_page input:focus, #content_page textarea:focus {
				background-color: #EEE;
				border-color: #666;
			}



/* ========== E X T R A S ========== */



.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
			img.left, img.right {
				margin: 5px;
			}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
a img {
	border: none;
}
blockquote {
	background-image: url('images/quote.gif');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F3F3F3;
	padding: 10px 10px 10px 25px;
	margin: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
acronym {
	cursor: help;
	border-bottom: 1px dotted #000000;
}
small {
	padding: 5px;
	padding-left: 10px;
}
ol li {
	margin-left: 30px;
	margin-bottom: 10px;
}
a.img_extrait:hover {
	border: 2px outset #55A6CC;
}
a.img_extrait, a.img_extrait:active, a.img_extrait:focus {
	display: block;
	width: 600px; /* x 120px */
	margin: auto;
	border: 2px inset #55A6CC;
}

pre {
	width: 620px;
	overflow: auto;
	margin: auto;
	padding: 7px;
	border: 1px solid #E7E5DC;
	z-index: 10;
}

