/*
Theme Name: VDMLike
Theme URI: http://www.vendeesign.com
Description: VDMLike Thème Wordpress - Réalisé par Benjamin Romei
Author: Vendeesign
Author URI: http://www.vendeesign.com
version: 1.0
*/


body {

font-family: 'Trebuchet MS',Geneva,Arial,Trebuchet,Verdana,Helvetica,sans-serif;
font-size: 13px;
margin: 0;
color: #666666;
background-color: #eee;

/*Basic Thing 
---------------------------------------*/

}

code { font-family: Consolas, "Andale Mono", Courier, "Courier New"; line-height: 1em; background: #eee; }
pre { font-family: Consolas, "Andale Mono", Courier, "Courier New"; background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }

a {

color: #999999;
text-decoration:underline;

}

.entry a {

color: #999999;
text-decoration: underline;

}

a:hover{

color: #5525A4;

}


strong {

color: #7dcd0c;
font-weight: bolder;

}

.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#161616; color:#0fb2fc; }
 
.wrap          { margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

ul {margin:0;padding:0;}
ul li {	margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}
/* lists inside posts */
.entry ul ol {margin-left:0;}
.entry ul li {margin-left:10px; list-style:disc; list-style-position:inside}
.entry ul li ol {margin-left:10px;}
.entry ol li {margin-left:5px; list-style: decimal; list-style-position:inside}
.entry ol li li {margin-left:5px;}

h1, h2, h3 {
margin : 0;
font-size : 13px;
color : #333;
text-transform : uppercase;
font-weight : bold;
letter-spacing : 0.035em;
}

.tweet {
margin : 0;
font-size : 12px;
color : #333;
letter-spacing : 0.035em;
}

h1 a {
color : #333;
}

h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry h3 {font-size:140%;}
.entry h4 {font-size:120%;}
.entry h5 {font-size:100%;}
.entry h6 {font-size:90%;}

.message{
	padding:5px;
	margin:5px;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#619900;
	width:480px;
}

.messageviolet{
	padding:5px;
	margin:5px;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#5525A4;
	width:480px;
}

.ongletviolet {
	width:166px;
	height:28px;
	background-image: url(pics/ongletviolet.png);
	background-repeat:no-repeat;
	padding-top:4px;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

.ongletnoir {
	width:166px;
	height:28px;
	background-image: url(pics/ongletnoir.png);
	background-repeat:no-repeat;
	padding-top:4px;
	font-size:0.9em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}

.ongletnoir a:hover,.ongletviolet a:hover{
color: #FFFFFF;
}

/*Captions
---------------------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*Image
---------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/*Search Box
---------------------------------------*/
#search_form input { margin: 10px 0 0 0; }
#search_form input { 
  padding: 4px 2px; 
  width: 132px;
  border: 2px solid #acacac;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f4f4f4;
  color: #888;
  }
#search_form input:focus { background: #fff; }
#search_form input#searchsubmit { padding: 2px 10px; }


/*Page Navigation
---------------------------------------*/
#page-navi {

padding: 10px;
margin: 10px 20px;

}

#page-navi a{


color: #999999;
border: 1px solid #dddddd;
background-color: #eeeeee;

}

#page-navi a:hover{

text-decoration: none;
color: #999999;
border: 1px solid #dddddd;
background-color: #fff;

}

/*Header
---------------------------------------*/

#header {
width: 100%;
margin-bottom: 10px;
}

#header a{

border: 0px solid #333;

}

#header a:hover{

border: 0px solid #333;

}

#header img{

border: 0px solid #333;

}


.menu , .menu a{
margin-top:5px;
text-transform : uppercase;
text-align:center;
color:#666666;
}

#barre{
margin-top:0px;
height:1px;
width:100%;
border-bottom:1px solid #CCC3DB;
}

#menu ul {
margin : 10px 0 0 0;
padding : 0;
}
#menu li {
margin : 0;
padding : 0;
float : left;
list-style : none;
color : #000;
letter-spacing : 0.05em;
}
#menu a {
margin : 0 20px 0 0;
padding : 0;
font-size : 11px;
line-height : 14px;
color : #000;
font-weight : bold;
}
#menu li a:hover {
color : #7dcd0c;
}
#menu li a.active, #menu li a.active:hover {
color : #7dcd0c;
}

/* JQuery
---------------------------------------*/
#formsaisieoffre{
overflow: hidden;
display: none;
}
/*Main Body
---------------------------------------*/

#page {

margin: auto;
margin-top:5px;
width: 850px;
background-color: #ffffff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
height:100%;	

}



#main {

width: 850px;

}

#wrap {

margin: 10px;
float: left;
width: 510px;
height:100%;

}

.top {

float:left;
height:40px;
margin:0;
width:850px;
}

#top-left {
background-image:url(images/top-left.gif);
float:left;
height:40px;
width:40px;
}

#top-right {
background-image:url(images/top-right.gif);
float:right;
height:40px;
width:40px;
}

#bot-left {
background-image:url(images/bot-left.gif);
float:left;
height:40px;
width:40px;
}

#bot-right {
background-image:url(images/bot-right.gif);
float:right;
height:40px;
width:40px;
}

/* Ajax
---------------------------------------*/

.messageajax{
	display: none;
	padding:5px;
	margin:5px;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#619900;
}

.divajax{
	overflow: hidden;
	clear: both;
	display: none;
	float:left;
	border: 1px solid #999999;
	padding: 0.9em;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#363636;
	background-color:#F2F2F1;
	position:absolute;
	width:200px;
	-moz-border-radius:5px; /*le rayon du bord arrondi - pour mozilla */
	-webkit-border-radius:5px;
}

.plusajax {
	border:1px #D7D7D7;
	font-size: 0.9em;
	padding-left:3px;
	padding-right:3px;
	margin-left:2px;
	margin-top:2px;
	text-decoration:none;
	color:#5525A4;
	background:#F5F5F5;
	-moz-border-radius:2px; /*le rayon du bord arrondi - pour mozilla */
	-webkit-border-radius:2px;
}
a.plusajax  {
	text-decoration:none;
	color:#5525A4;
}

/*Post
---------------------------------------*/

#thumb {
float:right;
width: 58px;
height: 58px;
margin-top: 4px;
margin-right: 5px;
}

div.hoverme, div.off {
padding: 5px;

background-color: #fff;
}
div.hoverme:hover, div.on {
padding: 5px;
background-color: #ededed;
}

.entry {

font-size: 12px;

}

.widget {
margin-right: 5px;
}

/*Sidebar
---------------------------------------*/

#sidebar {

width: 300px;
float: left;
}


/*Footer
---------------------------------------*/

#footer {

clear:both;
width: 850px;
padding: 10px;

}


