/*  
Theme Name: WP BOX
Theme URI: http://wp-box.fr/
Description: Template pour WP-Box 2011
Version: 1.3
Author: Amaury BALMER
Author URI: http://wp-box.fr/

 General */
* {
margin:0;
padding:0;
}

body {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
background:#C0E000;
}

a img {
border:0;
}

form {
display:inline;
}

hr {
height:1px;
color:#8E8E8E;
background-color:#8E8E8E;
border:0 solid #000;
margin:15px 0;
}

.clear {
clear:both;
}

.hidden {
position:absolute;
left:-9999px;
top:-9999px;
}

/* Link */
a,a:link,a:visited,a:active {
color:#77777B;
text-decoration:none;
}

a:hover,a:focus {
text-decoration:underline;
}

/* Structure */
.wrap {
position:relative;
width:1004px;
margin:10px auto;
border: 8px solid #FFF;
}

#wrap {
position:relative;
width:1004px;
background:#B9BDC0;
text-align:left;
margin:0 auto;
}

/* Header */
#header {
height:180px;
width:100%;
position:relative;
}

#bg_header {
width:100%;
height: 70px;
position:absolute;
top: 0;
left: 0;
background:#61656E;
z-index: 10;
}

.head {
width:1004px;
z-index: 11;
margin: 0 auto;
height:180px; 
position:relative;
background:url(images/header.gif) no-repeat;
}

#header .bup {
position:absolute;
right:25px;
top:95px;
}

#header #logo {
background:url(images/logo_full.gif) no-repeat;
height:55px;
width:280px;
position:absolute;
left:60px;
top:110px;
}

#header #logo span {
display:none;
}

#header #menu {
position:absolute;
left:170px;
top:23px;
list-style:none;
}

#header #menu li {
float:left;
display:block;
position:relative;
height:47px;
}

#header #menu li.current,#header #menu li:hover {
background:url(images/button_left.gif) no-repeat;
}

#header #menu li a {
text-decoration:none;
display:block;
height:47px;
font-size:13px;
font-weight:700;
color:#FFF;
padding:20px 20px 0;
}

#header #menu li.current a,#header #menu li:hover a {
background:url(images/button_right.gif) right top no-repeat;
color:#666;
}

/* Sub Header */
#sub_header {
position:relative;
height:203px;
background:url(images/sub_header.gif) no-repeat;
}
#sub_header_light {
position:relative;
height:8px;
background:url(images/sub_header.gif) no-repeat;
}

#sub_header #sub_left {
float:left;
position:relative;
width:455px;
font-size:17px;
padding-top:45px;
text-align:center;
line-height:160%;
margin:10px 0 0 28px;
}

#sub_header #sub_left span {
font-size:14px;
line-height:100%;
}

#sub_header #sub_right {
float:left;
position:relative;
width:470px;
margin:10px 0 0 35px;
}

#sub_header #sub_right h2 {
font-size:22px;
font-weight:400;
color:#FFF;
margin:10px 10px 15px;
}

#sub_header #sub_right button {
border:0;
background:none;
cursor:hand;
}

#sub_header #sub_right button.prev {
float:left;
width:36px;
margin-right:10px;
margin-top:15px;
}

#sub_header #sub_right .viewer_home {
float:left;
width:380px;
position:relative;
}

#sub_header #sub_right .viewer_home li {
text-align:center;
position:relative;
color:#FFF;
}

#sub_header #sub_right .viewer_home li a {
color:#FFF;
position:relative;
display:block;
padding:2px;
border:1px solid #CCC;
margin:0 5px 5px;
background:#FFF;
}

#sub_header #sub_right .viewer_home li img {
width:166px;
position:relative;
height:100px;
}

#sub_header #sub_right button.next {
float:left;
width:35px;
margin-top:17px;
margin-left:5px;
}

/* Content */
#content {
position:relative;
min-height:337px;
height: auto !important;
height: 337px;
background:url(images/bg_content_middle.gif) repeat-y;
z-index:3;
}

#content p {
font-size:13px;
margin-bottom:8px;
}

#content #bg_top {
background:url(images/bg_content_top.gif) no-repeat;
position:absolute;
width:1004px;
height:193px;
top:0;
left:0;
z-index:5;
}

#content #bg_bottom {
background:url(images/bg_content_bottom.gif) no-repeat;
position:absolute;
width:1004px;
height:174px;
bottom:0;
left:0;
z-index:4;
}

#content_left {
z-index:6;
position:relative;
float:left;
width:450px;
border-right:1px dotted #ccc;
padding-right:20px;
margin:15px 15px 15px 30px;
}

.more_home {
font-weight:700;
background:#1B1F22;
border:1px solid #CCC;
color:#B0D000 !important;
margin-top:10px;
width:100px;
display:block;
text-align:center;
padding:3px 0;
}

.page_a_link {
width:200px;
float:right;
}

.ref_a_link {
width:100px;
margin:0 auto;
}

.more_home:hover {
color:#FFF;
text-decoration:none;
}

#content_left .last_rea img {
display:block;
background:#FFF;
border:1px solid #CCC;
margin:8px auto;
padding:2px;
}

#content_right {
z-index:6;
position:relative;
float:left;
width:450px;
margin:15px 15px 15px 0;
}

#content h2 {
font-weight:400;
padding-bottom:4px;
margin-bottom:15px;
font-size: 17px;
}

#content h2 a {
color:#000;
}

#content ul.actus li {
border-bottom:1px solid #CCC;
margin-bottom:11px;
padding-bottom:11px;
}

#content ul.actus li.last {
border-bottom:0;
}

#content ul.actus li a {
font-weight:700;
line-height:140%;
}

#content ul.actus li a:hover {
color:#A5C601;
}

/* Contact */
.page_contact p.p_contact {
margin-bottom:15px;
margin-left:10px;
}

/* Page qui je suis ? */
.page_qui #content_left {
font-size: 13px;
}

.page_qui #content_left ul {
display: block;
margin: 10px 0;
}

.page_qui ul li {
font-size:13px;
list-style:square;
margin-left:30px;
}

.page_qui ul.list_wpfr {
margin-bottom:5px;
}

/* Prestations */
#onglet_presta {
z-index:10;
position:relative;
}

#onglet_presta #nav_onglet {
float:left;
padding: 10px 30px;
list-style:none;
}

#onglet_presta #nav_onglet li {
float : left;
display:block;
}

#onglet_presta #nav_onglet li a {
float : left;
display:block;
padding: 3px 6px;
margin-right: 10px;
font-weight: bold;
font-size: 15px;
background: #262B2E;
color: #C3E200;
border: 1px solid #CCC;
text-decoration:none;
}

#onglet_presta #nav_onglet li a:hover {
background: #C3E200;
color: #262B2E;
}

.tabs-container {
clear:both;
}

/* Références */
#content_references {
z-index:10;
float:left;
width: 930px;
position:relative;
padding:30px;
}

#content_references ul {
margin: 0 auto;
}

#content_references ul li {
display:block;
float:left;
width:300px;
text-align:center;
position:relative;
margin:8px auto;
padding:5px;
}

#content_references ul li:hover {
background:#EEE;
}

#content_references ul li img {
display:block;
margin:0 auto;
position:relative;
margin-bottom:5px;
width:280px;
overflow:hidden;
height:192px;
}

#content_references ul li h3 {
color: #000;
text-align:center;
font-size: 16px;
margin-bottom: 3px;
}

#content_references ul li h3 a {
text-decoration:none;
}

#content_references ul li h3:hover {
color: #7A8F00;
}

/* Prestations */
.prestations_list li img {
float:left;
width:64px;
height:64px;
margin:5px 6px 0;
}

.prestations_list li span {
display:block;
float:left;
width:370px;
line-height:150%;
margin:8px 0 0;
}

/* Références individuelles */
.alert_ref {
padding: 7px;
text-align:center;
margin: 0 auto 5px;
background:#E8EFC2;
border:2px solid #C0E000;
z-index:7;
position:relative;
}

.alert_contact {
border:2px solid #C0E000;
padding: 7px;
text-align:center;
margin: 10px 0 0 35px;
width: 915px;
float:left;
background:#E8EFC2;
z-index:7;
position:relative;
}

.alert_ref a {
color:#434F00;
font-weight:700;
}

.ref_indiv #content_left {
text-align:center;
}

.ref_indiv #content_left .link_block {
display:block;
margin-top:10px;
border:2px solid #CCC;
background:#FFF;
padding:5px;
text-align:center;
height:auto;
}

.ref_indiv #content_left .link_block img {
width: 440px;
height:auto;
}

.ref_indiv #content_left .link_block:hover {
border:2px solid #C0E000;
background:#E8EFC2;
}

.ref_indiv .the_content ul {
list-style:square;
margin-left:30px;
margin-bottom:10px;
font-size:13px;
}

.ref_indiv .the_content a {
font-weight:700;
}

/* Footer */
#footer {
position:relative;
height:90px;
width: 1004px;
background:url(images/footer.gif) no-repeat;
color:#FFF;
}

#footer p a {
color:#FFF;
text-decoration:underline;
}

#footer p.left {
float:left;
text-align:left;
width: 320px;
margin-top: 30px;
margin-left:40px;
}

#footer p.right {
margin-top: 30px;
width: 300px;
text-align:right;
float:right;
margin-right:40px;
}

/* General */
#sub_header #sub_left p,.ref_indiv .the_content {
margin-bottom:10px;
}

#content ul.actus,#content_references ul {
list-style:none;
}

.page_contact h2.h2_contact,.page_qui h2.h2_page_qui {
margin-bottom:10px !important;
}

.linklove {
position: absolute;
left: -99999px;
top: -999999px;
}

.logo_wpfr {
text-align:center;
margin-top: 20px;
}

.the_content em {
font-size: 12px;
}

/* Pagination */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #666;
  background:#E8EFC2;
  border:1px solid #C0E000;
}
.wp-pagenavi a:hover {
	border: 1px solid #666;
	color: #666;
	background-color: #FFF;
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #666;
	float: right;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #666;
	background-color: #666;
	color :#FFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

a.lamine {
display:block;
background:url(images/logotlm.gif) left bottom no-repeat;
padding-bottom:30px;
}

