body, html {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin:0;
	font-size: 1em;
	position: relative;
	background-color: #000000;
}

.clear {
	clear: both;
}
ul, li, img, p, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
	border:0;
	list-style-type: none;
}


#container {
	width:98%;
	padding:0 0 10px 0;
	margin:24px auto 10px auto;
	background-color: #ffffff;
	height: 99%;
	min-height: 700px;
	min-width: 870px;
}

p.marque { position:absolute; top:-20px; right:14px; color: #FFF; text-align: right; }

#header {
	position: relative;
	width:100%;
	background-color: white;
	height: 290px;
}
#header ul {
	position: absolute;
	top:0;
	left:0;
	z-index: 100;
	display: inline;
	width:380px;
}
 
#header li.accueil a:link, #header li.accueil a:visited {
	position: absolute;
	background: url(images/img-menu-accueil.png) no-repeat bottom;
	top:0;
	left:0;
	width: 70px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#header li.accueil a:hover {
	background: url(images/img-menu-accueil.png) no-repeat top;
}
#header li.about a:link, #header li.about a:visited {
	position: absolute;
	background: url(images/img-menu-about.png) no-repeat bottom;
	top:0;
	left:70px;
	width: 70px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#header li.about a:hover {
	background: url(images/img-menu-about.png) no-repeat top;
}
#header li.portfolio a:link, #header li.portfolio a:visited {
	position:absolute;
	background: url(images/img-menu-portfolio.png) no-repeat bottom;
	top:0;
	left:140px;
	width: 70px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#header li.portfolio a:hover {
	background: url(images/img-menu-portfolio.png) no-repeat top;
}
#header li.responsabilite a:link, #header li.responsabilite a:visited {
	position: absolute;
	background: url(images/img-menu-responsabilite.png) no-repeat bottom;
	top:0;
	left:210px;
	width: 135px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#header li.responsabilite a:hover {
	background: url(images/img-menu-responsabilite.png) no-repeat top;
}
#header li.contact a:link, #header li.contact a:visited {
	position: absolute;
	background: url(images/img-menu-contact.png) no-repeat bottom;
	top:0;
	left:345px;
	width: 105px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#header li.contact a:hover {
	background: url(images/img-menu-contact.png) no-repeat top;
}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
	position: absolute;
	top:60px;
	left:330px;
	background: url(images/img-samuel-demonchy.png) no-repeat;
	width:465px;
	height: 230px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
}
#promo {
	position: absolute;
	top:0px;
	right:0px;
	background: url(images/img-promo.png) no-repeat;
	width:260px;
	height:150px;
	z-index: 20;
}
ul#fontsize {
	position:absolute;
	top:10px;
	left:445px;
	display: inline;
}
ul#fontsize li.moins a:link, ul#fontsize li.moins a:visited  {
	position: absolute;
	top:0;
	left:0;
	width:25px;
	background-color: white;
	color: black;
	padding: 0;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	margin:0 4px 0 4px;
	font-size: 12px;
	float:left;
	display: block;
}
ul#fontsize li.moins a:hover, ul#fontsize li.moins a:active  {
	color: #cccccc;
	background-color: black;
}
ul#fontsize li.normal a:link, ul#fontsize li.normal a:visited  {
	position: absolute;
	top:0;
	left:40px;
	width:25px;
	background-color: black;
	color: white;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	margin:0 4px 0 4px;
	font-size: 12px;
	float:left;
	display: block;
	padding: 0;
}
ul#fontsize li.normal a:hover, ul#fontsize li.normal a:active  {
	color: #cccccc;
	background-color: black;
}
ul#fontsize li.plus a:link, ul#fontsize li.plus a:visited  {
	position: absolute;
	top:0;
	left:80px;
	width:25px;
	background-color: white;
	color: black;
	text-align: center;
	text-decoration: none;
	line-height: 25px;
	margin:0 4px 0 4px;
	font-size: 12px;
	float:left;
	display: block;
	padding: 0;
}
ul#fontsize li.plus a:hover, ul#fontsize li.plus a:active  {
	color: #cccccc;
	background-color: black;
}
ul#fontsize li.access {
	position: absolute;
	top:0;
	left:120px;
	line-height: 25px;
	font-size: 0.8em;
	float:left;
	display: block;
}

#container-page {
	position: relative;
	width: 100%;
	margin:0;
	padding: 0;
}

.page-title {
	position: absolute;
	left:0;
	width:335px;
	margin:0;
	padding:0 0px 0 0px;
	text-align: right;
	font-size: 0.8em;
	color: #A6A6A6;
	z-index: 10;
}
h2.title, h2.title a:link, h2.title a:visited {
	width: 325px;
	font-size: 1.4em;
	color: #000000;
	text-align: right;
	text-decoration: none;
	padding: 0 10px 0 0px;
	display: block;
}
h2.title a:hover {
	background-color: #000000;
	color: white;
	text-decoration: none;
}
.details {
	position: absolute;
	width:325px;
	margin:0 0 0 -360px;
	padding: 0px 10px 20px 0;
	text-align: right;
	color: #A6A6A6;
}
.details p {
	margin:2px 0 2px 0;
	font-size: 0.8em;
}
.details a:link, .details a:visited {
	color:#A6A6A6;
	text-decoration: none;
}
.details a:hover, .details a:active {
	color:#A2A2A2;
	text-decoration: underline;
}
.page-post {
	position: absolute;
	left:330px;
	background: url(images/img-back.png) repeat-y;
	width:400px;
	padding:0 35px 10px 30px; 
	z-index: 100;
	min-height: 1400px;
	margin:0;
}
.post, .post p {
	margin:0px 0 10px 0;
	font-size: 12px;
	color: #cccccc;
	line-height: 18px;
}
.post a:link, .post a:visited {
	color:#A2A2A2;
	text-decoration: underline;
}
.post a:hover, .post a:active {
	color:#A6A6A6;
	text-decoration: none;
}
.post img, .post img:link, .post img:visited {
	background-color: #666666;
	padding:5px;
	margin:2px 10px 5px 0;
	border: 0;
	float: left;
}
.page-post img:hover {
	background-color: #ffffff;
}
a.more-link:link, a.more-link:visited {
	float: right;
	background-color: #000000;
	padding:0.2em 0.5em;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.8em;
	margin:0 -20px 0 0;
}
a.more-link:hover, a.more-link:active {
	float: right;
	background-color: #ffffff;
	text-align: center;
	line-height: 30px;
	color: #000000;
}
.ligne-post {
	border-bottom: 1px dotted #666666;
	width: 90%;
	margin:40px auto 0px auto;
}


.contactform {
	margin:0 0 0 40px;
	color:#cccccc;
}
.contactform input {
	border:2px solid #A6A6A6;
	margin:0px 0 10px 0;
}
.contactform input.submit {
	background-color: #A2A2A2;
	color: white;
}


#container-page-sidebar {
	position: absolute;
	top:-40px;
	left:790px;
	width:150px;
	z-index: 10;
} 
#container-page-sidebar h3 {
	font-size: 1em;
	color: #000000;
	margin:10px 0 2px 10px;
} 
#container-page-sidebar ul {
	font-size: 0.7em;
	width:145px;
	margin:0;
	padding:0;
}
#container-page-sidebar li a:link, #container-page-sidebar li a:visited {
	line-height: 20px;
	border-bottom: 1px dotted #A6A6A6;
	display: block;
	color: #A6A6A6;
	padding:0 0 0 10px;
	text-decoration: none;
	width: 135px;
}
#container-page-sidebar li a:hover, #container-page-sidebar li a:active {
	line-height: 20px;
	border-bottom: 1px dotted #A6A6A6;
	display: block;
	color: white;
	padding:0 0 0 10px;
	background: url(images/img-sidebar.png) repeat-y;
	width: 135px;
}
input.search {
	border:2px solid #A6A6A6;
	width:100px;
	margin:0 0 0 5px;
	color:#A6A6A6;
	float: left;
}
input.btn {
	background-color: black;
	width:25px;
	margin:0 0 0 5px;
	color:#ffffff;
	float: left;
	border: 0;
	padding: 2px;
}

#footer {
	position:relative;
	background: url(images/img-footer.png) no-repeat;
	width:465px;
	height: 64px;
	margin:0 0 20px 330px;
}

.clear_children,.cc_tallest { position: relative;  } /*\*/* html .clear_children { display: inline;}/**/
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
