/* 
	Theme Name: Corporate WordPress Theme
	Theme URL: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 2/20/09
*/

body {
	background: #666666;
	width: 950px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background:url(images/fond-content.png) repeat-y;
	width: 950px;
	margin: 0px auto 0px;
	padding: 0px;
	position: relative;
	}
	
#catmenu {
height:50px;
width:950px;
float:left;
margin-left:50px;
display:inline;
	}
#home{
height:50px;
width:50px;
float:left;
margin:0;
padding:0;
margin-left:-50px;

	}
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 950px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Header  									*
************************************************/

#header,#header-partenaire,#header-liins-direct  {
	width: 950px;
	height: 107px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	#header  {
	background: url(images/header.jpg) no-repeat;
	
	}
#header-partenaire {
	background: url(images/header-partenaire.jpg) no-repeat;
	
	}
#header-liins-direct {
	background: url(images/header-liins-direct.jpg) no-repeat;
	
	}	

#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.headerleft {
	width:400px;
	height:107px;
	color: #ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
	float: left;
	margin:0;
	padding: 0px;
	text-transform:uppercase;
        display:block;
		cursor:pointer;
	}


	
.headerright  {
float: right;
	margin-top:12px;
	padding-right:40px;
	color: #ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:normal;
		}
	
.headerright ul{
	text-align:right;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	list-style:none;
	}
.headerright li{
	background: url(images/arrow-header.gif) no-repeat right bottom;
	padding-right: 20px;
	line-height:15px;
	}
.headerright p {
	margin: 0px;
	padding: 0px;
	}
	
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	color: #666666;
	text-decoration: underline;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background:url(images/navbar.gif);
	width: 950px;
	height: 50px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left:3px solid #cccccc;
	
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #000000;
	font-size:12px;
	display: block;
	font-weight:bold; 
	font-family:Verdana;
	margin: 0px;
	padding: 20px 7px 15px 20px;
	text-decoration: none;
	text-transform: uppercase;	   
      background:url(images/menu.png) no-repeat 0 0;
	border-right: 1px solid #f5f3b1;}

#nav li a:hover, #nav li a:active {
	background:url(images/menu-over.png)  no-repeat 0 0;
	color: #000000;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 220px;
	background: #E5E5E5;
		font-size:12px;
	color: #000000;
	float: none;
	margin: 0px;
    	padding: 7px 10px 7px 10px;
		text-transform: none;	   
	}
	
#nav li li a:hover, #nav li li a:active {
	background:#FFFFFF ;
	color: #000000;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width:190px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 221px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

	
/************************************************
*	Homepage 					            	* 
************************************************/

#homepage {
	width: 950px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	height:auto;
	}
	
#homepage_bandeau {
	width: 950px;
	height:200px;
	padding-top:10px;
	padding-bottom:10px;
	}	
.homepage_ligne_noire {
	width: 950px;
	height:1px;
	background:#000000;	
	}
.homepage_ligne_grise {
	width: 950px;
	height:4px;
	background:#999999;	
	}
#bande_grise {
  position:absolute;
	width:950px;
	height:7px;
	margin:0;
	padding:0;
	background:url(images/bande_grise.gif) repeat-x 0 0;
	}	
	
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage a, #homepage a:visited  {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#homepage a:hover {
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
#homepage embed, #homepage object {
	width: 900px; 
	height: 200px;
	margin: 0px; 
	padding: 0px;
	}
	
#homepage .widget  {
	margin: 0px 0px 10px 5px;
	padding: 9px;

	}

	
#homepage ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#homepage ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepage ul li li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #F7F7F7;
	}
	
#homepage ul li a:hover{
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
.homepageleft {
	float: left;
	width: 720px;
	margin: 0px;
	padding:0px;
	height:500px;
	}
	

.homepageleft h2 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.homepageright {
   	color:#000000;
	float:right;
	width: 230px;
	margin:0px;
	padding:0px;
	background: url(images/fond-sidebar.png) repeat-y;
	}
	

.sidebar-page {
   	color:#000000;
	float:right;
	width: 230px;
	margin:0px;
	padding:15px 0px 0px 0px;
	min-height:1200px;
	max-height:1500px;
 	}	
	
.homepageright h2 {
	color: #ffffff;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#fcg {
	background: #F7F7F7;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 1px solid #E6E6E6;
	}
	
#fcg h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 5px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}

.hpbottomleft {
	float:left;
	width:345px;
	margin-left:50px;
	height:500px;
	padding: 0px;
	display:inline;
	}
	
	.hpbottomright {
	float: right;
	width: 245px;
	margin: 0px;
	padding: 0px;
	padding-left:15px;
	margin-right:0px;
	background:#E5E5E5;
	border-left : 1px solid #cccccc;
	display:inline;
	height:500px;
	}
.hpbottomright .entry {
	
	width: 220px;
	
	}
.category-accueil-gauche h1{
color:#D7C500;
	font-size: 25px;
	font-family: Verdana;
	font-weight: bold;
	padding-top:15px;

}	

.category-accueil-droit h1{
color:#000000;
	font-size: 20px;
	font-family: Verdana;
	font-weight: bold;
		padding-top:15px;

}	
.category-accueil-gauche h2{
    color:#385900;
  	font-size: 14px;
	font-family: Verdana;
	font-weight: bold;

}
.category-accueil-droit h2{
   color:#385900;
	font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	font-style:italic;

}

	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 950px;
	margin:0;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 700px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#contentwide {
	float: left;
	width: 910px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	}
	
#contentwide a, #contentwide a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
#contentwide a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}

#contentleft h1, #contentwide h1 {
	font-size:16px;
	font-family:Verdana;
	font-weight: bold;
	font-style:normal;
	padding: 0px 0px 25px 20px;
	border-bottom:none;
			}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #3A87DD;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #000000;
	font-size: 16px;
	font-family:Verdana;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 18px;
	border-bottom: 1px dotted #CCCCCC;
	}
	
#contentleft h3, #contentwide h3 {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft h4, #contentwide h4 {
	color: #222222;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	line-height: 22px;
	border-bottom: 2px solid #CCCCCC;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postarea ,.post{
 height:280px;
 float:left;
 margin-top:-75px;
margin-bottom:65px;
		}
.inscription{
width:600x;
padding-left:30px;

		}

.postarea-single-title {
	position:absolute;
	top:400px;
	left:380px;
	width:335px;
}
		
.postarea-single, .aucun_resultat{
   width:650px;
   	background:#ffffff;
	height:320px;
	margin-left:35px;
		}		
		
.postarea  h1 {
		
	padding: 0px 0px 0px 0px;

	}		
.aucun_resultat  h1 {
		
	color:red;

	}			
.postarea p {
  	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {

	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}
	
.postarea a:hover, .postcomments a:hover {

	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	}
	
.postarea ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	background: #F7F7F7;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E6E6E6;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F7F7F7;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E6E6E6;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 280px;
	margin: 0px;
	padding: 20px 25px 20px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/
img  {
	padding-right:7px;
	}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
   	float: right;
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 17px;
	background: url(images/fond-sidebar.png) repeat-y;
	}
	
#sidebar h2 {
	color: #222222;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar a, #sidebar a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: 1px dotted #F7F7F7;
	}
	
#sidebar a:hover{
	color: #3A87DD;
	text-decoration: none;
	border-bottom: 1px dotted #3A87DD;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	
	margin: 0px 0px 10px 0px;
	padding:0px;

	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar ul li ul li {
	background: url(images/icon.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
#sidebar .video embed, #sidebar .video object {
	width: 250px; 
	height: 205px;
	margin: 0px; 
	padding: 0px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px;
	}
	
.postform {
	background: #F5F5F5;
	width: 235px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 0px;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	text-align:center;
		background: url(images/footer.png) no-repeat top left;
	height:41px;
	width: 950px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #FFFFFF;
	margin: 0px;	
	padding: 0px;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

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

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
ul#navfoot {
	height:16px;
	text-align:center;
	padding-top:5px;
}
#navfoot li {
	display:inline;
	margin:5px;
	list-style: circle ;
}

/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 950px;
	height: 15px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 135px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	margin: 0px;
	padding: 0px;	
	}
	
#searchbox {
	background: #F7F7F7 !important;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	width: 150px;
	color: #222222;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #F7F7F7;
	}
	
#searchbutton {
	background: #000000 url(images/navbar.gif);
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #222222;
	}
	
#s {
	background: #FFFFFF;
	width: 175px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
#author, #email, #url {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#comment {
	background: #F7F7F7 !important;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

	#registerform {
float:left;
	margin-left:60px;
		 }
#motdepasse {
float:left;
	color:red;
		font-weight: bold;	
		 }
	 
	
#registerform  label{
float:left;
	margin-left:10px;
	margin-bottom:5px;
		font-size:12px;
		font-weight: bold;
		width:80px;
	height: 25px; }
	
#registerform  input{
	width:200px;
	height: 20px; 
	font-size:16px;
	float:right;
	margin-right:300px;
		margin-bottom:5px;
	}	
	
#registerform input:focus{
	border:2px solid  green;
	 color:green;
		}
	
input#wp-submit {
margin-top:10px;
height:30px;
font-weight: bold;	
		 }			
#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333333;
	}
	
.reply a:hover {
	background: #3A87DD;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3A87DD;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F7F7F7;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	margin: 0px;
	padding: 0px;
	}
	
	

.first{
width:55%;
float:left;
}
.second{
width:35%;
float:right;
padding-left:25px;
border-left:2px solid #E5E5E5;
}

/************************************************
*	Widget 					            	* 
************************************************/

.mcw {
margin-left:5px;
}

.widget{
	margin: 0px 0px 5px 4px;
	padding:5px 5px 5px 5px;
	font-weight:normal;
	color:#000000;
font-family:Arial;
height:120px;
width:200px;
list-style:none;
font-size:12px;
	}
	
h2.widgettitle{
	font-size:13px;
	float:top;
	top:5px;
	display:inline;
	}	
#contact.mcw{
background: url(images/blocs/bloc_vert.gif) no-repeat;
		}
#vente_flash.mcw{
background: url(images/blocs/bloc_bleu.gif) no-repeat;
	
	}
#bandeau{
position:relative;
	background:#ffffff;
	width:950px;
	height:200px;	
	z-index:1;
	}	
.bandeau-image{
float:left;
}

.bandeau-titre{
float:right;
color: #d8c604;
font-size:30px;
font-family: Verdana;
text-align:right;
font-weight:bold;
margin-right:30px;
margin-top:30px;
width:460px;

}
.bandeau-sous-titre{
float:right;
color: #000000;
font-size:20px;
font-family: Verdana;
font-weight:normal;
margin-right:30px;
height:100px;
text-align:right;
width:460px;
overflow:hidden;
}

/************************************************
*	picto 					            	* 
************************************************/	
.img-dispositif{
position:relative;
width:50px;
height:50px;
top:5px;
z-index:30;
}
.labo-gen{
position:relative;
left:255px;
top:98px;
width:80px;
z-index:400;
}
.labo-gen-single{
float:right;
width:80px;
margin-top:-16px;
margin-left:10px;
}

.titre-dispositif{
position:relative;
font-weight:bold;
font-family:Arial;
font-size:1.1em;
font-style:italic;
text-transform:uppercase;
left:55px;
top:43px;
width:200px;
}
.gamme{
position:relative;
font-family:Arial;
font-weight:bold;
font-size:1em;
left:220px;
top:62px;
width:200px;
z-index:1050;
}
.prix{
position:relative;
font-weight:bold;
font-family:Arial;
font-size:0.9em;
left:200px;
top:62px;
width:200px;
}
.tous-les-prix{
position:relative;
font-weight:bold;
font-family:Arial;
font-size:0.9em;
}
.adr1{
position:relative;
width:270px;
font-weight:bold;
font-family:Arial;
font-size:0.9em;
text-transform:uppercase;
height:25px;
left:55px;
top:-9px;
z-index:40;
}

.fond-image{
position:relative;
background: url(images/fond-image.gif) no-repeat;
width:302px;
height:100px;
padding-left:1px;
padding-top:23px;
top:-36px;
left:25px;
z-index:20;
}
.visuel{
position:absolute;
width:300px;
height:100px;
top:24px;
left:0px;
z-index:21;
}

.titre_residence_vignette{
position:absolute;
width:300px;
height:18px;
top:10px;
left:0px;
z-index:50;
font-weight:bold;
font-family:Arial;
font-size:0.9em;
color:#000;
padding:3px 3px 3px 10px;
background:#fff;
filter:alpha(opacity=65);
-moz-opacity:0.65;}

.plus{
position:relative;
top:50px;
left:310px;
z-index:100;
height:28px;
width:28px;
}

.plus img{
position:absolute;
left:0px;
top:0px;
height:28px;
width:28px;
}

.package{
position:relative;
z-index:50;
left:10px;
top:-20px;
height:50px;
}
.package img{
position:absolute;
z-index:50;
left:0px;
top:0px;
height:50px;
}

.texte-Scellier{
color:#427E22;
}
.texte-Girardin{
color:#D94901;
}
.texte-LMNP{
color:#0E0E0E;
}

.row { clear: both; }
.col1 {width:320px; float:left;padding:0 5px;}
.col2 {width:320px; float:right;padding:0 5px;}

.residence{
float:right;

}
.labo-immo{
float:right;
width:280px;
font-weight:bold;
font-family:Verdana;
font-size:0.9em;
height:25px;
}

.postarea-right-info{
position:absolute;
width:310px;
padding:5;
top:430px;
left:390px;
}
.postarea-left-info{
width:335px;
height:320px;
top:350px;
left:0px;
}

#bouton{
float:right;
width:265px;
height:50px;
margin-top:10px;
margin-bottom:20px;

}

#moteur_recherche{
position:absolute;
width:490px;
top:157px;
left:446px;
border-left:2px solid #cccccc;
border-right:2px solid #cccccc;
border-bottom:2px solid #cccccc;
padding:5px;
background:#e5e5e5;
z-index:6000;
}

#moteur_recherche label{
font-weight:bold;
font-size:11px;
}
#titre_moteur{
margin:0px auto 10px;
width:224px;
height:35px;
background: url(images/moteur.png) no-repeat;
}

#recherche{
float:right;
padding:3px;
}

.moteur_left{
float:left;
width:250px;
height:25px;
text-align:right;
}
.moteur_right{
float:right;
margin-right:20px;
width:190px;
height:25px;
text-align:right;
}

.notes-labo-immo{float:right;width:280px;height:100px;}
.logo-labo-immo{
float:right;
width:244px;
height:59px;background:url(images/labo-immo-fiche-produit.jpg) no-repeat;
margin:-16px 20px 10px 0px;
}

.detail-programme{
float:left;
width:600px;
border:2px #5e5e5e solid;
background:#e5e5e5;
margin:10px 0px 25px 0px;
padding:10px;
display:inline;
}
.titre-infos-complementaires,.titre-detail-programme{
float:left;
height:40px;
background:url(images/picto/infos-compl.gif) no-repeat;
margin:30px 0px 0px 0px;
padding:10px 10px 10px 80px;
font-weight:bold;
font-family:Verdana;
font-size:2.3em;
text-transform:uppercase;
display:inline;
}
.infos-complementaires{
float:left;
width:600px;
border:2px #5e5e5e solid;
background:#e5e5e5;
margin:5px 0px 10px 0px;
padding:10px;
display:inline;
}
#message-groupe{
float:left;
margin-left:425px;
margin-top:40px;
width:300px;
font-weight:bold;
font-family:Verdana;
text-transform:none;
font-size:1.6em;

}

#contentleft .infos-complementaires h2,#contentleft .detail-programme h2{
padding:10px 0px 5px 50px;
background:url(images/picto/ampoule.gif) no-repeat center left;
height:25px;
}

#user{
position:relative;
top:5px;
left:5px;
font-weight:bold;
font-family:Verdana;
font-size:1.2em;
width:250px;
padding:5px;
display:inline;
z-index:1;
}


#easyTooltip{
	margin:0 10px 1em 0;
	width:300px;
	padding:8px;
	background:#fcfcfc;
	border:1px solid #e1e1e1;
			
	}
#exp-labo-immo{display:none;}
#fermer_map{display:none;
position:relative;
width:120px;height:20px;padding:5px 5px 5px 5px;
left:430px;
top:-50px;
font-weight:bold;
color:#fff;
font-family:Verdana;
font-size:1em;
background:red;
z-index:2000;
 }
#fermer_email{
 position:relative;width:22px;height:20px;top:-6px;left:387px;
font-weight:bold;
color:#fff;
font-family:Verdana;
font-size:1em;
background:red;
z-index:1001;
 }
#fermer_rdv{
 position:relative;width:22px;height:20px;top:-6px;left:480px;
font-weight:bold;
color:#fff;
font-family:Verdana;
font-size:1em;
background:red;
z-index:1002;
 } 
 
 
#map_canvas{position:absolute;width:550px;height:350px;top:-4000px;border:5px solid #cccccc;z-index:50;}
 #contact-par-email{position:relative;width:400px;height:150px;margin-top:-4000px;
 border:7px solid #cccccc;	background:#fcfcfc;z-index:1000;}
  #contact-rdv{position:absolute;width:500px;height:500px;margin-top:-4000px;
 border:7px solid #cccccc;	background:#fcfcfc;z-index:1005;}
 
 
/***********************************************
				Css Formulaire
************************************************/

.cform { 
	margin:10px auto 10px auto; 
	width: 600px; 
	
	font-size: 12px;
}
#form-court .cform {
	width: 275px;
	background:#d2d2d2 url(images/octavo-fond-form.jpg) top left no-repeat;
}

.cform fieldset	{ 
	background: url(images/octavo-fieldset-top-large.png) top left no-repeat;
	margin:0px; 
	padding:0px; 
	border:none;
}
#form-court .cform fieldset	{ 
	background: url(images/octavo-fieldset-top.png) top left no-repeat;
}

.cform legend { 
	display:none; 
}


.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}



ol.cf-ol { 
	margin:10px 0 0 0!important; 
	padding:0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color: #000;
	letter-spacing:1px;
	padding-left:120px;
	margin:6px 0!important;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	color: #cccccc;
	width: 175px;
	margin:0 5px 0 10px; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
#form-court .cform label {
	width: 75px;
}
.cform label span {
	color: #000;
	width: 175px;  /* must be the same as above!*/
	display:block;
	font-size:12px;
	font-weight:bold;
}
#form-court .cform label span {
	width: 75px;
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 5px 0pt 6px;
	text-align:left;
	width:115px;
}

label.cf-after span {
	margin-left:10px;
	width:340px;
	display:block;
}

label.cf-group-after {
	margin:4px 10px 0 2px;
	width:112px;
	text-align:left;
}
label.cf-group-after span {
	margin:0;
	width:112px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select {
	color:#000;
	/*font-size:1.2em;
	font-weight:bold;
	height:21px;*/
	font-size: 12px;
	padding: 2px;
	background: white;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 4px solid #cccccc;
	border-right: 1px solid #cccccc;
	vertical-align:top;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	color:white;
	background:#757575; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	color:#000!important;
	font-weight:bold;
	background:white; 
}

.cform textarea,
.cform input {
	width: 270px;
}
#form-court .cform textarea,
#form-court .cform input {
	width: 170px;
}

.cform select {
	margin-left:-3px;
	width:279px;  /* attempt to have equal length */
}  
#form-court .cform select {
	margin-left:0;
	width:179px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 12px;
	height:7em;
	overflow:auto;
}
.cform .cf_date {
	width:163px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	color:#F00;
	margin:3px 0 0 3px;
	font-size:0.9em;
	display: -moz-inline-box; 
	vertical-align:middle;
}
#form-court span.reqtxt,
#form-court span.emailreqtxt {
	margin-left:90px;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	/*color:white;
	font-size:14px;*/
	letter-spacing:2px;
	margin:6px 0pt !important;
	padding-left:75px; /* check with label 'width' incl. */
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:2px 0 0 0; 
	width:14px;
	height:22px;
	border:none;
	background:none; 
}

input.cf-box-a 	{ 
	margin-left:75px; /* check with label 'width' incl. */
} 

#checkbox {
border:medium none;
clear:both;
margin-left:150px;
margin-top:10px;
padding:0;
width:20px;
}

/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 75px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	padding:0!important;
	text-align:left;
	margin:0;
	background: url(images/octavo-fieldset-bottom-long.png) bottom no-repeat;
}
#form-court p.cf-sb {
	background: url(images/octavo-fieldset-bottom.png) bottom no-repeat;
}

.cform .sendbutton	{ 
	color: #263d76;
	border: 0;
	width: 179px; height: 23px;
	font-weight: bold;
	font-size: 11px;
	margin: 5px 5px 10px 189px;
	background: url(images/octavo-submit-long.gif) no-repeat;
}
.cform .sendbutton:hover	{ 
	background: url(images/octavo-submit-long.gif) no-repeat;
	cursor: pointer;
}
#form-court .cform .sendbutton	{ 
	width: 179px; 
	margin-left: 89px;
	cursor: pointer;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	background:#757575 url(li-err-bg-blue.png) repeat!important;
	border-color:0px solid #AFAFAF;
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 75px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	background:url(icon-alert.png) no-repeat left 3px!important;
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding:0 0 0 20px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}


/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */

label.secq,
label.secq span {
	display:inline;
	width:auto;
}
label.secq {
	vertical-align:text-bottom;
}

input.secinput {
	width:50px;
	vertical-align:text-bottom;
}

label.seccap {
	margin-bottom:6px;
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	vertical-align:text-bottom;
	height:21px;
	width:70px;
	margin: 0;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_blue.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}


/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	width:245px;
	line-height:1.3em;
	margin:10px auto 30px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:white!important;
	text-decoration:underline!important;
}
div.success {
	color:#1A5E86;
	display:block;
	letter-spacing:3px;
}
div.failure {
	display:block;
	background:#FFDFDF url(li-err-bg-blue.png) repeat!important;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px 0pt;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */

.cform .cf_error { 
	color:#ad2929; 
	border:1px solid #ad2929; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:#ad2929; 
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	background: white;
	border:0;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove { display: none; }

/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html span.reqtxt,
*+html span.emailreqtxt {
	line-height:14px;
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html .cform label,
*+html span.reqtxt,
*+html span.emailreqtxt {
	display: inline-block; /*for ie7*/
}

* html .cform legend { 
	position:absolute; 
	top: -10px; 
	left: 10px; 
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	padding-top:25px; 
}
* html img.captcha	{
	margin-top:1px!important;
}
*+html img.captcha	{
	margin-top:1px!important;
} 
