/* ************* */
/*CONFIG GENERAL */
/* ************* */
.clear {
	clear:both;
}

body {
 	text-align: center; 
	color: #FFF;
}

a:link { color: red;} /* lien non-visité */
a:visited { color: white;} /* lien visité */
a:hover { color: yellow;} /* lien survolé */
a:active { color: green;} /* lien activé */ 

a {
	text-decoration: none;
	}


	
#global {
	width:910px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
/* ****** */	
/* HEADER */
/* ****** */

#header {
	position: relative;
	height:103px;
	}

#header h1 a {
	background: url(/images/header_h1.png) no-repeat;
	height: 69px;
	width: 140px;
	display: block;
	text-indent: -1000em;
	position: absolute;
	top: 26px;
	left: 700px;
	}

#menu {
	padding-top:6px;
	height:40px;
	text-align:left;
	font: 17px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
	}


/*Nav Buttons*/
#nhome a, #ncontact a, #nservices  a, #nblog a, #nabout a, #nportfolio a {
	margin-top:0px;
	margin-right:20px;
	float:right;
	display: block ;
	height: 14px;
	}
	

#nhome a {
	width: 43px;
	background: url(/images/nhome.png) right top no-repeat ;
	}
	
#nabout a {
	width: 47px;
	background: url(/images/nabout.png) right top no-repeat ;
	}
	
#nservices a {
	width: 59px;
	background: url(/images/nservices.png) right top no-repeat ;
	}

#nportfolio a {
	width: 90px;
	background: url(/images/nportfolio.png) right top no-repeat ;
	}

#nblog a {

	width: 38px;
	background: url(/images/nblog.png) right top no-repeat ;
	}
#ncontact a {

	width: 67px;
	background: url(/images/ncontact.png) right top no-repeat ;
	}
	

#nhome a:hover, #ncontact a:hover, #nservices a:hover , #nblog a:hover , #nabout a:hover  , #nportfolio a:hover  {
	background-position: right bottom ;
	}


/* ********* */
/* CONTENTS */
/* ********* */

#splash {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	}

#body-sub {
	height:126px;
	padding-bottom: 15px;
	padding-top: 0px;
	border-bottom: 1px solid #FFFFFF;
	}

#block {
	background-color:#000;
	padding-left:15px;
	float:left;
	padding-top: 5px;

	}

#block div {
	display: block;
	height: 85px;
	width: 248px;
	background: url(/images/linkBlod.gif);
	padding:15px;
	margin-top: 10px;
	margin-right: 20px;
	float: left;
	}

#block div:hover {
	background: url(/images/linkBloe.gif);
	}
	
	
#design-web, #design-print, #developpement-web {
	height:15px;
	display:block;
	}

#design-web {	
	background: url(/images/design-web.png) left top no-repeat;	
}

#design-print {
	background: url(/images/design-print.png) left top no-repeat;	
}

#developpement-web {
	background: url(/images/developpement-web.png) left top no-repeat;
}

#design-web:hover, #design-print:hover, #developpement-web:hover {
	background-position: left bottom ;
	}
	
a.moreinfo {
	display:block;
	text-transform: uppercase;
	color: #1ae805;
	letter-spacing: 0.3em;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	
}

a.moreinfo:hover {
	text-decoration:underline;
}
#block div p {
	font: 11px/195% Verdana, Arial, Helvetica, sans-serif;
	color: #999C9B;
	display: block;
	margin:0px;
	padding-top:9px;
	padding-bottom:8px;
	}
	
/* ***** */
/*FOOTER */
/* ***** */

#footer {
	background: url(/images/block.gif);
	clear: both;
	margin-top: 15px;
	padding: 19px 15px;
	height: 25px;
	}

#footer #leftcol {
	margin-right:30px;
	background:url(/images/footer-mail.png);
	float:right;
	width:222px;
	height:20px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #929494;
	}

#footer #rightcol {
	margin-left:30px;
	float:left;
	width:350px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #929494;
	}

