/*
Theme Name: F2X
Theme URI: http://www.f2x.fr/
Version: 1.0
Author: F2X Productions
Author URI: http://www.f2x.fr/
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

@font-face {
	font-family: BlueHighway;
	src: url('bluehigh.ttf');
	font-size: 14px;
}

@font-face {
	font-family: BlueHighwayCondensed;
	src: url('bluecond.ttf');
	font-size: 14px;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
  outline: 0 none;
}
body {
	line-height: 1;
	overflow-x:hidden;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
	
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */



#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	background: transparent url(images/content-bg.jpg) top left repeat-y;
}
#content {
	margin: 0 280px 0 20px;
	margin-left: 0;
	margin-right: 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 240px;
	background: #fff;
}

#secondary {
	clear: right;
}


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Helvetica, Arial;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: BlueHighway, Arial,Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 960px;
	background: #ccc;
	/*margin-top: 20px;
	padding: 0 20px;*/
}
#wrapper {
  /*-webkit-box-shadow: 0px 0px 100px  #000000;
  -moz-box-shadow: 0px 0px 100px #000000;
  box-shadow: 0px 0px 100px #000000; */
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	/*background: #f1f1f1;*/
	background: #000 url('images/body-background.jpg') center top no-repeat;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: disc;
	/*margin: 0 0 18px 1.5em;*/
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 6px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a {
	color: #000000;
	text-decoration: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:active,
a:hover {
	color: #333333;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background: #000000 url('images/header-background.jpg');
	height: 65px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */
#menu {
  float: left;
  margin: 0;
  margin-left: 250px;
}
#menu li {
	list-style-type: none;
	float: left;
}
#menu a, #menu a span {
  float: left;
  height: 65px;
  margin-right: 3px;
}
#menu a span { 
	margin: 0; text-indent: -9999px;
}
/*#menu a:hover,*/ #menu a span {
	background-position: 0 -65px;
	color: #000;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
}

#menu a.current {
  background-position: 0 -130px;
}
#menu .accueil, #menu .accueil span  {
	background-image: url('images/menu/accueil.jpg');
	width: 95px;
}
#menu .activites, #menu .activites span  {
  background-image: url('images/menu/activites.jpg');
  width: 95px;
}
#menu .realisations, #menu .realisations span  {
  background-image: url('images/menu/realisations.jpg');
  width: 95px;
}
#menu .societe, #menu .societe span  {
  background-image: url('images/menu/societe.jpg');
  width: 95px;
}
#menu .agence, #menu .agence span  {
  background-image: url('images/menu/agence.jpg');
  width: 95px;
}
#menu .contact, #menu .contact span  {
  background-image: url('images/menu/contact.jpg');
  width: 95px;
}



/*
#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

*/


/* =Slideshow
-------------------------------------------------------------- */

#slideshow {
	background: url("images/slideshow/slideshow.jpg") no-repeat scroll 0 0 black;
	height: 210px;	
	border: 0px solid #000000;
}

.slide-nav {
	float: right;
}
.slide-prev, .slide-next {
  float: left;
  width: 40px;
  height: 50px;
}
.slide-prev:hover, .slide-next:hover {
	background-position: 0 -50px;
}
.slide-prev {
	background: url(images/h1-arrow-left.jpg) top left no-repeat;
}
.slide-next {
	background: url(images/h1-arrow-right.jpg) top left no-repeat;
}

/* =Homepage
-------------------------------------------------------------- */
#home h1, #home h1, #home h3, #content #same-category h1 {
  background: transparent url(images/category-header-960.jpg) top left no-repeat;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  padding-left: 20px;
  text-shadow: 2px 2px 1px #eee;
  color: #333;
  border-bottom: 1px solid #fff;
}
#home h1.ch480 {
  background: transparent url(images/category-header-480.jpg) top left no-repeat;
}
#home h1 > span {
  display: none;
}
#home h1.header-webdesign, #content #same-category h1 {
  background: transparent url(images/category-webdesign.jpg) top left no-repeat;
}
#home h1.header-audiovisuel {
  background: transparent url(images/category-audiovisuel.jpg) top left no-repeat;
}
#home h1.header-photographie {
  background: transparent url(images/category-photographie.jpg) top left no-repeat;
}
#home .home-content, #content #same-category .home-content {
  height: 320px;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#CCCCCC), color-stop(.5,#FFFFFF));
  /*background: -moz-radial-gradient(50% 50% 0deg,ellipse cover, #FFFFFF, #CCCCCC);*/
  background: -moz-linear-gradient(19% 100% 90deg,#CCCCCC, #FFFFFF, #CCCCCC 100%);
  /*overflow: hidden;*/
  padding: 18px 0 0 20px;
  padding: 0;
}

#content #same-category h1 {
  background-position: right top;
  margin-bottom: 0;
}


/* =Buttons
-------------------------------------------------------------- */


.box {
-moz-border-radius:0.5em 0.5em 0.5em 0.5em;
-moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
box-shadow:0 1px 2px rgba(0, 0, 0, 0.2);
display:inline-block;
font:14px/100% BlueHighway,Arial,Helvetica,sans-serif;
margin:0 2px;
outline:medium none;
padding:0.5em 2em 0.55em;
text-align:center;
text-decoration:none;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
vertical-align:baseline;
}
.button {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
cursor:pointer;
display:inline-block;
font:14px/100% BlueHighway,Arial,Helvetica,sans-serif;
margin:0 2px;
outline:medium none;
padding:0.5em 2em 0.55em;
text-align:center;
text-decoration:none;
/*text-shadow:0 1px 1px rgba(0, 0, 0, 0.3);*/
vertical-align:baseline;
color: #333;
-moz-box-shadow: 0 1px 10px #ccc;
-webkit-box-shadow: 0 1px 10px #ccc;
box-shadow: 0 1px 10px #ccc;
box-shadow: 0 1px 10px #ccc;
margin-bottom:10px;
letter-spacing: 0.01em;
}
.button:hover {
  text-decoration:none;
  color: #fff;
}
.button:active {
position:relative;
top:1px;
}
.bigrounded {
-moz-border-radius:2em 2em 2em 2em;
-webkit-border-radius:2em 2em 2em 2em;
border-radius:2em 2em 2em 2em;
}
.medium {
font-size:16px;
padding:0.4em 1.5em 0.42em;
}
.small {
font-size:12px;
padding:0.2em 1em 0.275em;
}
.black {
background:-moz-linear-gradient(center top , #666666, #000000) repeat scroll 0 0 transparent;
border:1px solid #333333;
color:#D7D7D7;
}
.black:hover {
background:-moz-linear-gradient(center top , #444444, #000000) repeat scroll 0 0 transparent;
}
.black:active {
background:-moz-linear-gradient(center top , #000000, #444444) repeat scroll 0 0 transparent;
color:#666666;
}
.gray {
background:-moz-linear-gradient(center top , #888888, #575757) repeat scroll 0 0 transparent;
border:1px solid #555555;
color:#E9E9E9;
}
.gray:hover {
background:-moz-linear-gradient(center top , #757575, #4B4B4B) repeat scroll 0 0 transparent;
}
.gray:active {
background:-moz-linear-gradient(center top , #575757, #888888) repeat scroll 0 0 transparent;
color:#AFAFAF;
}
.white {	
background-color: #f0f0f0;
background:-moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EDEDED));
border:1px solid #fff;
color: #333;
}
.white:hover {	
background-color: #ffffff;
background:-moz-linear-gradient(center top , #FFFFFF, #DCDCDC) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#DCDCDC));
color: #000;

}
.white:active {
background:-moz-linear-gradient(center top , #EDEDED, #FFFFFF) repeat scroll 0 0 transparent;
color:#999999;
}
.orange {
background:-moz-linear-gradient(center top , #FAA51A, #F47A20) repeat scroll 0 0 transparent;
border:1px solid #DA7C0C;
color:#FEF4E9;
}
.orange:hover {
background:-moz-linear-gradient(center top , #F88E11, #F06015) repeat scroll 0 0 transparent;
}
.orange:active {
background:-moz-linear-gradient(center top , #F47A20, #FAA51A) repeat scroll 0 0 transparent;
color:#FCD3A5;
}
.red {
background:-moz-linear-gradient(center top , #ED1C24, #AA1317) repeat scroll 0 0 transparent;
border:1px solid #980C10;
color:#FADDDE;
}
.red:hover {
background:-moz-linear-gradient(center top , #C9151B, #A11115) repeat scroll 0 0 transparent;
}
.red:active {
background:-moz-linear-gradient(center top , #AA1317, #ED1C24) repeat scroll 0 0 transparent;
color:#DE898C;
}
.blue {
background:-moz-linear-gradient(center top , #00ADEE, #0078A5) repeat scroll 0 0 transparent;
border:1px solid #0076A3;
color:#D9EEF7;
}
.blue:hover {
background:-moz-linear-gradient(center top , #0095CC, #00678E) repeat scroll 0 0 transparent;
}
.blue:active {
background:-moz-linear-gradient(center top , #0078A5, #00ADEE) repeat scroll 0 0 transparent;
color:#80BED6;
}
.rosy {
background:-moz-linear-gradient(center top , #F16C7C, #BF404F) repeat scroll 0 0 transparent;
border:1px solid #B73948;
color:#FAE7E9;
}
.rosy:hover {
background:-moz-linear-gradient(center top , #CF5D6A, #A53845) repeat scroll 0 0 transparent;
}
.rosy:active {
background:-moz-linear-gradient(center top , #BF404F, #F16C7C) repeat scroll 0 0 transparent;
color:#DCA4AB;
}
.green {
background:-moz-linear-gradient(center top , #7DB72F, #4E7D0E) repeat scroll 0 0 transparent;
border:1px solid #538312;
color:#E8F0DE;
}
.green:hover {
background:-moz-linear-gradient(center top , #6B9D28, #436B0C) repeat scroll 0 0 transparent;
}
.green:active {
background:-moz-linear-gradient(center top , #4E7D0E, #7DB72F) repeat scroll 0 0 transparent;
color:#A9C08C;
}
.pink {
background:-moz-linear-gradient(center top , #FEB1D3, #F171AB) repeat scroll 0 0 transparent;
border:1px solid #D2729E;
color:#FEEEF5;
}
.pink:hover {
background:-moz-linear-gradient(center top , #F4AACB, #E86CA4) repeat scroll 0 0 transparent;
}
.pink:active {
background:-moz-linear-gradient(center top , #F171AB, #FEB1D3) repeat scroll 0 0 transparent;
color:#F3C3D9;
}
.external span {
	float: left;
	width: 16px;
	height: 16px;
  background: transparent url("images/icons/external-link.png") 0 0 no-repeat;
  margin: 0 5px 0 -5px;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	/*background: -moz-radial-gradient(50% 50% 0deg, ellipse farthest-corner, #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;*/
	background: -moz-linear-gradient(19% 100% 90deg,#CCCCCC, #FFFFFF, #CCCCCC 100%);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCCCCC), to(#CCCCCC), color-stop(.5,#FFFFFF));
	/*border-bottom:1px solid #DDDDDD;*/
	float:left;
	/*padding-bottom:20px;*/
	width:720px;
  min-height:390px;
}
#content,
#content input,
#content textarea {
	/*
	color: #333;
	font-size: 16px;
	line-height: 24px;
	*/
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
/*#content ul {
	padding-left: 16px;
}*/

#content li {
	margin-bottom: 2px;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #333;
	/*line-height: 1.5em;*/
	margin-bottom: 10px;
	padding-left: 0;
	
	
}
#content h1 {
	margin-bottom: 15px;
	text-shadow: 0 2px 5px #eee;
  font-family: BlueHighway,Arial, Helvetica;
  font-size: 30px;
}
#content h2 {
    font-family: BlueHighway,Arial, Helvetica;
	font-size: 20px;
	letter-spacing:0.03em;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	/*0 0 20px;*/
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 20px 0;
	/*background: #fff;*/
}

.page-title {
	color: #000;
	/*font-size: 14px;*/
	font-weight: normal;
	margin: 0 0 18px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a,
.page-title a {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #3399ff;
}



#content h1.entry-title {

  background: transparent url(images/category-header-960.jpg) top left no-repeat;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  padding-left: 20px;
  text-shadow: 2px 2px 1px #fff;
  color: #333;
  border-bottom: 1px solid #fff;


}

#content h1.page-title {

  background: transparent url(images/category-header-960.jpg) top left no-repeat;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding-left: 20px;
  text-shadow: 2px 2px 1px #fff;
  color: #333;
  border-bottom: 1px solid #fff;


}


.entry-title a,
.entry-title a {
	color: #999;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #000;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
  	padding: 20px;
	/*
	background: #fff;
	-moz-box-shadow: 10px 10px 20px #ccc;
	-moz-border-radius:5px 5px 10px 10px;
	width: 600px;
	margin-left: 40px;
		*/
}
.entry-content,
.entry-summary {
	clear: both;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	/*border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;*/
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 14px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

.entry-content ul {	
	list-style: disc inside none;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a,
.page-link a {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #3399ff;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	display: block;
	margin: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	float: right;
}
.entry-meta a,
.entry-utility a {
	color: #eee;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #fff;
}
#content .video-player {
	padding: 0;
}

#content .first-column {
	clear: both;
	float: left;
	width: 200px;
	margin-bottom: 20px;		
	text-align: center;
}
#content .second-column {
	float: left;
	padding: 10px;
	/*border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;*/
	width: 220px;
	margin-bottom: 20px;
}
#content .third-column {
	float: left;
	padding: 10px 5px 0 10px;
	width: 183px;
	margin: 0 0 20px 0;
	background: -moz-linear-gradient(#f0f0f0, #FFFFFF) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#FFFFFF));
	border: 1px solid #f9f9f9;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.third-column ul {
	padding-left: 16px;
}

/* =Pages h1
-------------------------------------------------------------- */

#page-contact h1.entry-title {
	background: transparent url('images/headers/contact-960.jpg');
	text-indent: 9999px;
	height: 50px;
}

#page-realisations h1.entry-title  {
	background: transparent url('images/headers/realisations-960.jpg');
	text-indent: 9999px;
	height: 50px;
}

#page-societe h1.entry-title  {
	background: transparent url('images/headers/societe-960.jpg');
	text-indent: 9999px;
	height: 50px;
}

#page-activites h1.entry-title {
	background: transparent url('images/headers/activites-960.jpg');
	text-indent: 9999px;
	height: 50px;
}






/* =Categories h1
-------------------------------------------------------------- */


.category-applications-web #content h1.page-title {
	background: transparent url('images/categories/applications-web-960.jpg');
	text-indent: -9999px;
	height: 50px;
}

.category-audiovisuel #content h1.page-title {
	background: transparent url('images/categories/audiovisuel-960.jpg');
	text-indent: -9999px;
	height: 50px;
}

.category-conception-3d #content h1.page-title {
	background: transparent url('images/categories/conception-3d-960.jpg');
	text-indent: -9999px;
	height: 50px;
}

.category-creation-graphique #content h1.page-title {
	background: transparent url('images/categories/creation-graphique-960.jpg');
	text-indent: -9999px;
	height: 50px;
}

.category-e-commerce #content h1.page-title {
	background: transparent url('images/categories/e-commerce-960.jpg');
	text-indent: -9999px;
	height: 50px;
}
.category-photographie #content h1.page-title {
	background: transparent url('images/categories/photographie-960.jpg');
	text-indent: -9999px;
	height: 50px;
}


.category-services-web #content h1.page-title {
	background: transparent url('images/categories/services-web-960.jpg');
	text-indent: -9999px;
	height: 50px;
}

.category-web-design #content h1.page-title {
	background: transparent url('images/categories/web-design-960.jpg');
	text-indent: -9999px;
	height: 50px;
}

.category-web-design-flash #content h1.page-title {
	background: transparent url('images/categories/interface-flash-960.jpg');
	text-indent: -9999px;
	height: 50px;
}

/* =Widget h1
-------------------------------------------------------------- */

#related-links-by-category h3.widget-title {
	background: transparent url('images/headers/realisations-240.jpg');
	text-indent: -9999px;
	height: 50px;
}



/* =POSTS
-------------------------------------------------------------- */
#home .post, #category-archive .post, #same-category .post {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
  -moz-box-shadow:2px 2px 14px #CCCCCC;
  -webkit-box-shadow:2px 2px 14px #CCCCCC;
  box-shadow:2px 2px 14px #CCCCCC;
  background-color:white;
  color:#333333;
  display:block;
  float:left;
  height:270px;
  margin:0 20px 50px 0;
  overflow:hidden;
  padding: 0;
  text-decoration:none;
  width:215px;
  line-height: 0;
}
#home .post-over, #category-archive .post-over, #same-category .post-over {
  cursor: pointer;
}
#same-category .post {
  /*margin-right: 15px;*/
}
#home .wp-post-image, #same-category .wp-post-image {
  height: 210px;
}
.overlay, .overlay-zoom {
  -moz-border-radius:0px;
  -webkit-border-radius: 0px;
	border-radius: 0px;
  background:url("http://www.f2x.fr/wordpress/wp-content/themes/f2x/images/icons/more.png") no-repeat scroll center center black;
  height:124px;
  opacity: 0;
  position:absolute;
  width:215px;
}
.overlay-zoom {
  background:url("http://www.f2x.fr/wordpress/wp-content/themes/f2x/images/icons/magnifier.png") no-repeat scroll center center black;
}
.post .photographie { height: 124px; }
#category-archive .post {
  margin-bottom: 20px;
  margin-right: 18px;
}
/* #home .post:hover, #category-archive .post:hover { */
#home .over, #category-archive .over {
	-moz-box-shadow:2px 2px 14px #999;
	-webkit-box-shadow:2px 2px 14px #999;
	box-shadow:2px 2px 14px #999;
}
#home .post .gallery-thumb, #category-archive .post .gallery-thumb, #same-category .post .gallery-thumb {
  height: 120px;
}
#home .post img, #category-archive .post img, #same-category .post img {
  background-color:black;
  border:2px solid #000000;
  height:120px;
  width:211px;
}
#home .entry-title, #category-archive .entry-title, #same-category .entry-title {
  background:url("images/realisation-header.jpg") repeat-x scroll transparent;
  text-shadow: 2px 2px 2px #666;
  color:white;
  font-family:BlueHighway,Arial, Helvetica;
  font-size:18px;
  height:30px;
  line-height:32px;
  padding:0 10px;
  margin-bottom: 0;
letter-spacing: 0.02em;
}


.single .entry-content {
  background: #FFFFFF; 
  background: -moz-linear-gradient(100% 100% 90deg,#ffffff, #FFFFFF, #FAFAFA 100%); 
  border: solid 1px #fff;  
  width: 640px; 
  padding: 20px 19px; 
  margin: 20px 0 0 20px; 
  -moz-box-shadow: 0px 0px 30px #ccc; 
  -webkit-box-shadow:0 0 30px #CCCCCC; 
  box-shadow:0 0 30px #CCCCCC; 
  -moz-border-radius: 5px 5px 0 0; 
  -webkit-border-radius: 5px 5px 0 0; 
  border-radius: 5px 5px 0 0;
}

#home .entry-content, #category-archive .entry-content, #same-category .entry-content {
  background:-moz-linear-gradient(center bottom , #FFFFFF 94%, #EBEBEB 100%) repeat scroll 0 0 transparent;
  background:-webkit-gradient(linear, 0% 0%, 0% 6%, from(#EBEBEB), to(#FFFFFF));
  border:1px solid #FFFFFF;
  color:#666;
  font-size:11px;
  height:96px;
  line-height:18px;
  overflow:hidden;
  padding:4px 10px 10px;
  
  margin: 0;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0; 
  border-radius: 0;
  width: auto;
  -moz-box-shadow: none; 
  -webkit-box-shadow: none; 
  box-shadow: none; 
}
#home #home-audiovisuel .entry-content, #home #home-photographie .entry-content {
  background:-moz-linear-gradient(center bottom , #FFFFFF 84%, #EBEBEB 100%) repeat scroll 0 0 transparent;
  background:-webkit-gradient(linear, 0% 0%, 0% 16%, from(#EBEBEB), to(#FFFFFF));
}
#category-archive {
  padding: 0 0 0 18px;
}
#content #category-archive h2 {
  margin-bottom: 0;
}

#home #home-audiovisuel, #home #home-photographie {
  height: 460px;
}
#home-audiovisuel .post {
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-moz-box-shadow:2px 2px 14px #ccc;
	-webkit-box-shadow:2px 2px 14px #ccc;
	box-shadow:2px 2px 14px #ccc;
	padding:0;
	width:403px;
	height: 410px;
}
#home-audiovisuel .entry-content {
  height: 30px;
}

#home-photographie .post {
  -moz-border-radius:0 0 5px 5px;
  -webkit-border-radius:0 0 5px 5px;
  border-radius:0 0 5px 5px;
  padding:0;
  height: 195px;
  margin: 0 18px 20px 0;
}
#home-photographie .entry-content {
  height: 26px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#home #home-photographie .post img {
  background-color:black;
  width: auto;
  height: auto;
  background-color: none;
  border: 0;
}

.post-category, #same-category .post-category {
	background: -moz-linear-gradient(19% 75% 90deg, #EEEEEE, #FFFFFF, #EEEEEE 100%) repeat scroll 0 0 #FFFFFF;
	border: 1px solid white;
	width: 213px;
	height: 268px;
}
.post-more-video, #same-category .post-more-video {
  background: -moz-linear-gradient(19% 75% 90deg, #EEEEEE, #FFFFFF, #EEEEEE 100%) repeat scroll 0 0 #FFFFFF; 
  border: 1px solid white;
  width: 408px;
  height: 401px;
}
.post-category div, .post-more-video div {
	text-align: center; 
	margin-top: 180px; 
	text-transform: uppercase; 
	line-height: 14px;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 12px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 12px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
	margin-bottom: 15px;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 5px solid #FFFFFF;
  -moz-box-shadow:1px 1px 10px #ddd;
  -webkit-box-shadow:1px 1px 10px #ddd;
  box-shadow:1px 1px 10px #ddd;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 32px;
	overflow: hidden;
	font-family: Arial;
}
.navigation a,
.navigation a {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #3399ff;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	/*margin: 6px 0 0 0;*/
}

#nav-below a {
	color: #fff;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	/*color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;*/
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a,
.comment-meta a {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #3399ff;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #3399ff;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	/*margin: 18px 0;*/
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #3399ff;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
#commentform {
  padding: 0 20px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul li {
	/*height: 20px;*/
	/*border-bottom: 1px dotted #ccc;*/
}
.widget-area ul ul {
	/*list-style: square;*/
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 94%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;	
	background: -moz-linear-gradient(#EEEEEE, #FFFFFF) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#FFFFFF));
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.widget-title {
	/*border-left: 1px solid #CCCCCC;*/
	background: transparent url("images/right-column-header.jpg") 0 0 no-repeat;
	color: #333;
	border-top: solid 1px #eee;
	/*text-shadow: 1px 1px 2px #000;*/
	font-size: 18px;
	/*
	color: #222;
	font-weight: bold;
	*/
}
.widget-area a,
.widget-area a {
	font-size: 13px;
	color:#333;
	/*display:block;*/
	height:24px;
	line-height:24px;
	/*border-bottom: 1px solid #d9d9d9;*/
	padding:0 4px 0 26px;
	text-decoration:none;
	text-transform:capitalize;
  background: url("images/icons/bullet-grey-over.png") no-repeat scroll 8px 2px transparent;
}
.widget-area a:active,
.widget-area a:hover,
.widget-area li.current-cat a,
.widget-area li.current-cat a {
	text-decoration: none;
	color: #333;
  background: url("images/icons/bullet-grey-check.png") no-repeat scroll 8px 2px transparent;
	/*background: transparent url('images/realisation-header.jpg');*/
	/*text-shadow: 1px 1px 2px #333;
	font-weight: bold;*/
	/*border-bottom: 1px solid #bbb;*/
}


.avhec-widget-line {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:-moz-linear-gradient(center bottom , #F0F0F0 0%, #FFFFFF 100%) repeat scroll 0 0 transparent;
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F0F0F0));
	border:1px solid #FFFFFF;
	display: block;
	margin:5px 10px 0;
	padding:0 10px 0 0;
	box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
	-moz-box-shadow:0 0 5px #ddd;
	/*width: 87%;*/
}
.avhec-widget-line a:link,
.avhec-widget-line a:visited {
	color:#777777;
	font-family:BlueHighWay,Arial, Helvetica;
	font-size:16px;
	letter-spacing:0.01em;	
}
.avhec-widget-line a:hover {
	color: #000;
}
.avhec-widget-count {
	display:inline;
	float:right;
	line-height:24px;
	color: #ccc;
	font-size: 10px
}

.widget_tag_cloud div {
  padding: 10px 20px;
}
.widget_tag_cloud a, .widget_tag_cloud a {
  display: inline;
  color:#333333;
  font-size:10px;
  height:10px;
  line-height:10px;
  padding:0 4px;
  text-decoration:none;
  text-transform:capitalize;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #3399ff;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

.widget_categories h3, .widget_extended-categories h3 {
	background: url('images/headers/categories-240.jpg');
	text-indent: 400px;
}

.widget_tag_cloud h3 {
	background: url('images/headers/mots-clefs-240.jpg');
	text-indent: 400px;
}
.widget-client h3 {
  background: url(images/headers/client-240.jpg) top left no-repeat;
  text-indent: -1000px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
}
#main .widget-area ul ul {
	border: none;
	/*margin-left: 1.3em;*/
	padding: 0;
}
#primary {
}


#primary .widget-area .widget-client #fancybox-img {
	max-width: 220px;
	max-height: 330px;
}

#primary h3 {
  /*background: transparent url(images/category-header-960.jpg) top left no-repeat;*/
border-bottom:1px solid #FFFFFF;
color:#777777;
font-family:BlueHighwayCondensed,Arial,Helvetica;
font-size:36px;
height:50px;
letter-spacing:0.03em;
line-height:50px;
padding-left:20px;
text-shadow:2px 2px 1px #FFFFFF;
}
#secondary {
}

#main .widget-area ul.children li {
  padding-left: 20px;
}

/* Footer widget areas */
#footer-widget-area {
}

.widget_search {
	background:url("images/headers/search-header-240.jpg") no-repeat scroll right top transparent;
	border-left:1px solid #DDDDDD;
	margin-bottom:0;
	padding: 11px 12px;
	position: relative;
}

#searchsubmit {
	background:url("images/icons/search-widget.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	display:block;
	height:16px;
	width:16px;
	position:absolute;
	right: 19px;
	text-indent:-9999px;
	top:17px;
	cursor: pointer;
}


/* =Widget Pages
-------------------------------------------------------------- */

#pages-3 ul {
	margin-top: 10px;
}
#pages-3 li {
	background: -moz-linear-gradient(center bottom , #F0F0F0 0%, #FFFFFF 100%);	
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F0F0F0));
	margin: 5px 10px 5px 10px;
	-moz-box-shadow: 2px 2px 10px #ddd;
	-webkit-box-shadow: 2px 2px 10px #ddd;
	box-shadow: 2px 2px 10px #ddd;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #fff;
	display: block;	
}

#pages-3 .page_item a:link, #pages-3 .page_item a:visited {
    padding: 14px 20px 10px 55px;
	color: #666;
	display: block;
	text-transform: uppercase;	
	font-size: 16px;
	font-family:BlueHighway,Arial, Helvetica;
	letter-spacing: 0.02em;
}

#pages-3 .page_item a:hover {
	color: #000;
}


#pages-3 .page-item-109 a:link, #pages-3 .page-item-109 a:visited  {
	 background: url('images/icons/flash.png') no-repeat top left;
}

#pages-3 .page-item-822 a:link, #pages-3 .page-item-822 a:visited  {
  background: url('images/icons/wordpress.png') no-repeat top left;
}

#pages-3 .page-item-107 a:link, #pages-3 .page-item-107 a:visited {
	background: url('images/icons/boutique.png') no-repeat top left;
}

#pages-3 .page-item-113 a:link, #pages-3 .page-item-113 a:visited {
	background: url('images/icons/application-web.png') no-repeat top left;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	width: 960px;
	height: 140px;
	background: #000;
	margin-bottom: 20px;
}

#footer .societe, #footer .contact, #footer .services, #footer .liens {
	float: left;
	width: 240px;
	height: 140px;
}

#footer .societe {
	background: url('images/footer/societe.jpg');
}
#footer .contact {
	background: url('images/footer/contact.jpg');
}
#footer .services {
	background: url('images/footer/services.jpg');
}
#footer .liens {
	background: url('images/footer/liens.jpg');
}

#footer ul {
  margin: 60px 20px 0;
}

#footer li {
	list-style: none;
	font-size: 11px;
	line-height: 20px;
}

#footer li a {
	text-decoration: none;
	color: #888;
  display: block;
  position: relative;
}

#footer li.facebook a  {
  background: url("images/icons/facebook.png") top left no-repeat;
}
#footer li.twitter  a {
  background: url("images/icons/twitter.png") top left no-repeat;
}
#footer li.rss a {
  background: url("images/icons/rss.png") top left no-repeat;
}
#footer li.facebook a,
#footer li.twitter a,
#footer li.rss a {
  padding-left: 20px;
  background-position: -2px top;
}

#footer li a:hover {
	text-decoration: none;
	color: #fff;
}
#footer li a span {
	position: absolute;
	top: 0; left: 0;
	width: 16px; height: 16px;
  background: url(images/icons/arrow-white.png) -4px 2px no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}


#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
