/* GENERAL */
html {
	font-size: 80%;
}
body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #FFFFFF url(images/wrapper_bg.jpg) repeat-y center top;
}
#banner {
	background: transparent url(images/top_site.png) repeat-x center top;
	height: 11px;
}
.left {
	float: left;
}
.right {
	float: right;
}
h1 a {
	background: url(images/logo_artefact.png) no-repeat top left;
	width: 101px;
	height:  91px;
	overflow: hidden;
	text-indent: -5000px;
	float: left;
}
#wrapper {
	width: 836px;
	padding: 12px 82px 0;
	
	margin: 0 auto;
	text-align: left;
}
/* liens */
a {
	text-decoration: none;
}
a.more {
	text-decoration: underline;
	font-size: 0.8em;
}
.actualites a, #sideBar .actualites a {
	color: #cc8f8f;
}
.realisations a, #sideBar .realisations a {
	color: #9DCC8F;
}
.contact a,
.mentions a {
	color: #ccb68f;
}
.collaborateurs a {
	color: #b8daac;
}
.agence a {
	color: #8FAECC;
}
body .sticker li.see_all {
	background: url(images/trame_point_real.png) repeat-x bottom left;
}
body .sticker li.see_all a, #sideBar .sticker li.see_all a {
	color: #5d5d5d;
	/*background: url(images/puce_bleu.png) no-repeat 4px 50%;*/
}
#sideBar .sticker ul {
	margin: 10px 0;
} 
#sideBar .sticker li a {
	display: block;
	padding: 8px 0 8px 20px;
}
#sideBar li a:hover,
.home .sticker li a:hover {
	padding: 8px 0 8px 25px;
	background-position: 9px 50%;
}
#sideBar ul {
	background: url(images/trame_point.png) repeat-x top left;
}
#sideBar li {
	background: url(images/trame_point.png) repeat-x bottom left;
	padding: 1px 0;
}
#sideBar .actualites li a ,
.home .actualites  li a{
	background: url(images/puce_actu.png) no-repeat 4px 50%;
}
#sideBar .realisations li a,
.home .realisations li a {
	background: url(images/puce_verte.png) no-repeat 4px 50%;
}
.contact #sideBar li a:hover,
.mentions #sideBar li a:hover {
	background-color: #EEEEEE;
	background-position: 9px 50%;
}
.agence #sideBar li a:hover,
.home #sideBar li a:hover {
	background-color: #EEEEEE;
	background-position: 9px 50%;
}
#sideBar .realisations  li a:hover,
.home .realisations li a:hover {
	background-color: #EEEEEE;
	background-position: 9px 50%;
}
#sideBar .actualites li a:hover,
.home .actualites li a:hover {
	background-color: #EEEEEE;
	background-position: 9px 50%;
}

/* titre */
h2 {
	font-family: "Lucida Grande";
	font-size: 2em;
	letter-spacing: 0.1em;
	margin: 0 0 20px;
}
h2 span.category {
	font-size: 0.6em;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 1.4em;
	margin: 0 0 15px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 1em;
	margin: 0 0 15px;
}
#leftContent p {
	margin: 0 0 15px;
	padding: 0 10px 0 10px;
}
#leftContent form {
	margin: 0 0 30px;
	padding: 0 10px 0 10px;
}
#leftContent ul,
#leftContent ol {
	margin: 10px 0 15px;
	padding: 0 10px 0 32px;
}
#leftContent ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0;
}
#leftContent ol li {
	list-style-type:decimal;
	list-style-position: inside;
	margin: 5px 0;
}
.actualites h2 {
	color: #cc8f8f;
}
.agence h2 {
	color: #8FAECC;
}
.realisations h2 {
	color: #9DCC8F;
}
.collaborateurs h2 {
	color: #b8daac;
}
.contact h2,
.mentions h2 {
	color: #CCB68F;
}

.actualites h3 {
	/*border-bottom: 1px solid #cc8f8f;*/
}
.agence h3 {
	border-bottom: 1px solid #8FAECC;
}
.realisations h3 {
	/*border-bottom: 1px solid #9DCC8F;*/
}
.collaborateurs h3 {
	border-bottom: 1px solid #b8daac;
}
.contact h3,
.mentions h3 {
	border-bottom: 1px solid #CCB68F;
}

.contact #leftContent li {
	list-style: none;
}

#sideBar h2 {
	font-family: "Lucida Grande";
	color: #5e5e5e;
	font-size: 1.3em;
}
/* leftBlock */
#leftBlock {
	width: 624px;
	float: left;
	height: 180px;
}
.actualites #leftBlock {
	background: url(images/artefact-actualites.jpg) no-repeat top left;
}
.realisations #leftBlock {
	background: url(images/artefact-realisations.jpg) no-repeat top left;
}
.agence #leftBlock {
	background: url(images/artefact-agence.jpg) no-repeat top left;
}
.contact #leftBlock,
.mentions #leftBlock {
	background: url(images/artefact-contact.jpg) no-repeat top left;
}
/* rightBlock */
#rightBlock {
	width: 195px;
	height: 180px;
	color: #FFFFFF;
	float: right;
	position: relative;
}
#rightBlock span {
	font-family: "Lucida Grande";
	position: absolute;
	bottom: 20px;
	left: 20px;
	width: 154px;
	font-size: 1.8em;
	color: #FFFFFF;
}
.actualites #rightBlock {	
	background: #cc8f97;
}
.realisations #rightBlock {
	background: #9dcc8f;
}
.collaborateurs #rightBlock {
	background: #b8daac;
}
.agence #rightBlock, .collaborateurs #rightBlock, .informatique #rightBlock {
	background: #8faecc;
}
.contact #rightBlock,
.mentions #rightBlock {
	background: #ccb68f;
}

/* various layout definitions */
.cols {
	float: left;
	width: 624px;	
}
.clear {
	background: none;
	color: none;
	clear: both;
}
hr.clear {
	border:0pt none;
	clear:both;
	height:0pt;
	line-height:0pt;
	visibility:hidden;
}
/* top menu */
#header {
	height: 145px;
}
#topMenu {
	float:right;
	width: 365px;
	height: 105px;
	position: relative;
}
#topMenu ul {
	display: block;
	clear:both;
}

#topMenu .toSlide, #topMenu .last {
	padding: 0;
}

#topMenu .second_row {
	top: 20px;
}

#topMenu li.toSlide ul {
	padding: 0 0 25px 0;
	margin: 0;
	width: 115px; 
}
#topMenu li.toSlide li {
	display: block;
	float: none;
	height: 18px;
	padding: 8px 0 0;
	margin: 0;
}

#topMenu li.toSlide,
#topMenu li.actualites,
#topMenu li.realisations {
	/*float: left;*/
}

#topMenu li.actualites {
	position: absolute;
	top: 0;
	left: 102px;
}
#topMenu li.realisations {
	position: absolute;
	top: 0;
	right: 0;
}
#topMenu a {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

#topMenu a.agence {
	background: url(images/menu_agence.png) no-repeat top left;
	height: 26px;
	width: 81px;
	
}

#topMenu li.actualites a {
	background: url(images/menu_actualites.png) no-repeat top left;
	height: 26px;
	width: 110px;
}
#topMenu li.realisations a {
	background: url(images/menu_realisations.png) no-repeat top left;
	height: 26px;
	width: 130px;
}
#topMenu li.contact a {
	background: url(images/menu_contact.png) no-repeat top left;
	height: 10px;
	width: 49px;
	position: absolute;
	top: 32px;
	left: 210px;
}
#topMenu li.mentions a {
	background: url(images/menu_mentions.png) no-repeat top left;
	height: 10px;
	width: 95px;
	position: absolute;
	top: 32px;
	right: 0;
}
#topMenu li.philosophie a {
	background: url(images/menu_philosophie.png) no-repeat left 2px;
	height: 24px;
	width: 76px;
	
}
#topMenu li.collaborateurs a {
	background: url(images/menu_collaborateurs.png) no-repeat left 2px;
	height: 24px;
	width: 107px;
	
}
#topMenu li.informatique a{
	background: url(images/menu_informatique.png) no-repeat left 2px;
	height: 26px;
	width: 90px;
	
}

#topMenu a.agence:hover {
	background: url(images/menu_agence.png) no-repeat bottom left;
}
#topMenu li.actualites a:hover {
	background: url(images/menu_actualites.png) no-repeat bottom left;
}
#topMenu li.realisations a:hover {
	background: url(images/menu_realisations.png) no-repeat bottom left;	
}
#topMenu li.contact a:hover {
	background: url(images/menu_contact.png) no-repeat left -15px;
}
#topMenu li.mentions a:hover {
	background: url(images/menu_mentions.png) no-repeat left -15px;
}
#topMenu li.philosophie a:hover {
	background: url(images/menu_philosophie.png) no-repeat left -23px;	
}
#topMenu li.collaborateurs a:hover {
	background: url(images/menu_collaborateurs.png) no-repeat left -23px;
}
#topMenu li.informatique a:hover {
	background: url(images/menu_informatique.png) no-repeat left -28px;	
}

/* middle */
#middleContent {
	clear: both;
	margin: 0 0 0;
}
#middleContent h3 {
	clear: both;
}
/* content bar */
#leftContent {
	padding: 18px 0 70px 0;
}
/* sidebar */
#sideBar {
	padding: 18px 0 0;
	margin: 0 0 0 641px;
}
.next {
	margin: 26px 0 0 0;
}
/* rows */
h3.title {
	margin: 0 0 10px 0;
}
.newsRow {
	margin: 20px 0 40px;
}
.newsRow img {
	float: left;
	margin: 0 10px 10px 0;
}
#middleContent .bottomline {
	font-size: 0.9em;
	text-align: right;
	background: url(images/trame_point.png) repeat-x top left;
	padding: 4px 0 0;
	margin: 8px 0 0;
	clear: both;
}
.bottomline a.category {
	text-decoration: underline;
	color: #5e5e5e;
}

/* realisations */
.realGal { width: 310px; }
.realInfos {
	width: 290px;
	float: left;
	margin: 0 0 0 8px;
}
.realInfos div {
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
.realInfos span {
	text-decoration: underline;
	font-weight: bold;
	color: #5D5D5D;
}
#highlight {
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 10px 0;
}
.listReal {
	margin: 35px 0 30px 0;
}
.listReal img  {
	margin: 0 10px 0 0;
}

.listReal a.more {

}

/* footer */
#footer {
	color:#aeaeae;
	background: url(images/trame_point.png) repeat-x top left;
	padding: 5px 0 20px 0;
	margin: 20px 0 0;
	clear: both;
}
#footer .informations {
	float: right;
}
#footer ul.menu {
	float: left;
}

#footer a {
	color: #5e5e5e;
	text-decoration: none;
}

#footer li {
	float: left;
	padding: 0 4px;
}

#footer li.philosophie {
	padding: 0 4px 0 0;
}

#footer li.philosophie a:hover,
#footer li.collaborateurs a:hover,
#footer li.informatique a:hover {
	color: #8FAECC;
}
#footer li.realisations a:hover {
	color: #9DCC8F;
}
#footer li.actualites a:hover {
	color: #cc8f8f;
}
#footer li.contact a:hover,
#footer li.mentions a:hover{
	color: #CCB68F;
}
/* home */
#middleContent.home {
	margin: 0 0 50px;
}
.home .sticker {
	width: 260px;
	padding: 0 18px 0 0;
}
.home .sticker h2 {
	font-family: "Lucida Grande", Verdana, Arial;
	color: #5e5e5e;
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
.home .sticker h3 {
	color: #FF0000;
}
.home .sticker ul {
	background: url(images/trame_point.png) repeat-x top left;
}
.home .sticker li {
	background: url(images/trame_point.png) repeat-x bottom left;
	padding: 1px 0;
}
.home .sticker li a {
	display: block;
	padding: 8px 0 8px 20px;
}
.home .left {
	float: left;
}
.home .first {
	background: none;
}

/* slider */
#slider {
	height: 250px;
	background: #FFFFFF url(images/fond_slider.png) no-repeat top left;
	overflow: hidden;
	position: relative;
	width: 836px;
	padding: 52px 0;
}
#slider .boutons {
	width: 836px;
	height: 48px;
	top: 156px;
	position: absolute;
	z-index:6;
}
#slider a {	
	position: absolute;
	width: 38px;
	height: 48px;	
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -2000px;
	display: block;
	outline: none;
}
#slider a.prev {
	left: 0;
	background: url(images/btn_prev.png) no-repeat top left;
}
#slider a.next {
	background: url(images/btn_next.png) no-repeat top left;
	right: 0;
}
#slider .container {
	position: absolute;
	z-index: 1;
}
#slider img {
	float:left;
	padding: 0 2px;
}
#slider .fadeIn {
	top: 0;
	left: 0;
	width: 836px;
	height: 354px;
	position: absolute;
	background: url(images/fadeIn.png) repeat-y top left;
	z-index: 4;
}
/* contact */
.msfeatureupdater {display: none;}
p.aide {
	font-size: 0.9em;
	text-align: left;
}
form label {
	float: left;
	width: 100px;
	font-size: 0.9em;
}
form label.error {
	color:#FF0000;
	font-size:0.7em;
	padding:1px 0pt 0pt 4px;
	width:200px;
}
form input {
	width: 200px;
	float: left;
	border: 1px solid #CCB68F;
	height: 1.2em;
}
form .row {
	clear: both;
	height: 1.4em;
	margin: 4px 0;
}
form textarea {
	width: 400px;
	border: 1px solid #CCB68F;
	margin: 0 0 10px 0;
	height: 100px;
}
form input.submit {
	height: 2em;
	float: right;
	font-size: 0.9em;
}
/* collab */
#leftContent .containerCollab {
	margin: 0 auto;
}
#leftContent .collaborateurs {
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	height: 139px;
}
#leftContent .collaborateurs li {
	list-style: none;
	margin: 2px 0;
}
#leftContent .collaborateurs ul {	
	background: url(images/collab_corner.png) no-repeat bottom right;
	margin: 0; 
	width: 129px;
	height: 42px;
	padding: 6px 4px 0 6px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#leftContent .collaborateurs li.nom {
	font-weight: bold;
	text-transform: capitalize;
}

/* actu & rss */
.selector {
	margin: 20px auto 0;
	padding: 5px 0 0;
	width: 400px;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
}
.actualites .selector {border-top-color: #CC8F97;}
	.realisations .selector {border-top-color: #9DCC8F;}
.selector a {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 4px;
	display: block;
}
.actualites .selector a:hover {
	background: #FFDFE6;
}
.realisations .selector a:hover {
	background: #E7FFDF;
}

.rightButton {
	float: right;
}
.leftButton {
	float: left;
}
.rss {
	margin: 20px 0 0 0;
	
}
.rss a {
	padding: 2px 0pt 2px 22px;
	background: url(images/rss.png) no-repeat left 2px;
}
.rss a:hover {
	text-decoration: underline;
}