/*
Theme Name: Amine SOUSSI
Theme URI: http://www.amine-soussi.com
Description: Amine SOUSSI consultant WordPress
Version: 2.0
Author: Amine SOUSSI
Author URI: http://www.amine-soussi.com
Tags: blue, white, fixed width, two columns, widgets, clean, simple, professional



/*=-=-=-=-=-=-=-=-=-=-= BEGIN CUSTOMIZATION =-=-=-=-=-=-=-=-=-=-=*/

/* button 
---------------------------------------------- */

.recherche {
	padding: 1px 1px 1px 1px;
}

.breadcrumb {
	color:#999999;
	font-family:verdana;
	font-size:11px;
	height:14px;
	margin:4px 1px 23px 219px;
	position:absolute;
	text-align:left;
	width:582px;
	z-index:500;
}

.bouton-contact-header a img {
	margin-top:1px;
}

#backG-filets {
    background-image: url("images/backG-filets.png");
    background-repeat: no-repeat;
    height: 793px;
    margin-left: -254px;
    margin-top: -59px;
    position: absolute;
    width: 1095px;
    z-index: -1;
}

#backG-filets-footer {
    background-image: url("images/backG-filets-footer.png");
    background-repeat: no-repeat;
    height: 227px;
    margin-left: -253px;
    margin-top: -160px;
    position: absolute;
    width: 1095px;
    z-index: -1;
}

#slider-accueil {
    height: 300px;
    margin-bottom: 30px;
    width: 577px;
    z-index: 200;
}

.blocs-home {
	border:1px solid red;
	background-repeat:no-repeat;
	float:left;
	height:250px;
	margin-bottom:24px;
	margin-right:30px;
	width:260px;
}

#bloc1 { background-image:url("images/conception.png") }
#bloc2 {  }
#bloc3 {  }
#bloc4 {  }

/*cite { display:block;font-size:12px;quotes:none;font-style:italic;margin:10px 0; }
cite:before  {content: url(images/left_quotes.png);}
cite:after {content: url(images/right_quotes.png);}*/

.h1-gabarits {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 0.1em 0.5em 0.5em 0.5em; 
	-moz-border-radius: 0.1em 0.5em 0.5em 0.5em;
	border-radius: 0.1em 0.5em 0.5em 0.5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
        color: #fff;
}

.white:hover {
        color: #444;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */


/* green */
.green {
	color: #e8f0de;
	//border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* gray */
.gray {
	color: #e9e9e9;
	//border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white old 
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}*/

/* white */
.white {
	color: #606060;
	border: solid 1px #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.white-plugins {
	color: #606060;
	border: solid 1px #ccc;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white-plugins:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.white-plugins:active {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}


/* orange */
.orangerss {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange {
	color: #fef4e9;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
        
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

#page {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin: 19px auto;
    min-height: 710px;
    padding: 3px 26px 0 19px;
    text-align: left;
    width: 784px;
}

body {
	background:url("http://www.amine-soussi.com/wp-content/uploads/gris.jpg") repeat scroll 0 0 #F3F2E8;
	color:#444444;
	font-family:georgia !important;
	font-size:12px !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:normal !important;
	line-height:18px !important;
	margin:0 0 20px;
	padding:0;
	text-align:center;
}


/* == == Style de la page plugins == ==*/

#nuage-plugins {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
	height:100%;
}

#nuage-plugins h4, h3 { margin:0; padding:0; }
#similar-posts-plugins {
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin-top: 22px;
}

#bloc-annonce-page-plugins {
	height:15px;
	margin-top:15px;
	width:560px;
}

#metas-plugins {
	text-align:left;
}

.bloc-plugin {
	border-bottom:1px dotted #CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:19px;
	margin-top:2px;
	padding-bottom:22px;
	text-align:justify;
}

.bloc-plugin ul { 
	margin-left:0px;
}

.bloc-plugin ul li {
list-style-image: url("http://www.amine-soussi.com/wp-content/uploads/icons/arrow_mini_right.gif");
padding-top:1px;
}

.bloc-plugin h3 {
    color:#777;
    font-family: "Hoefler Text","Cambria",Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 2px;
}

.title-singles h2 span a {
	background-color:#FFCC00;
	color:#990033;
}

.bloc-plugin h2 span a {
	background-color:#FFCC00;
	color:#990033;
}

.bloc-plugin h3 span a {
    background-color: #FFCC00;
    color: #990033;
    font-family: 'Georgia','Lucida Grande',Verdana,Arial,Sans-Serif;
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.364em;
}

.bloc-hacks h2 span a {
	background-color:#FFCC00;
	color:#990033;
}

.page-plugins-h3 {
	font-size:7px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

#recherche-gabarit { width:500px; }

#recherche-gabarit #searchform {
	background-image:url("images/backG-recherche.png");
	background-repeat:no-repeat;
	height:34px;
	padding:7px 0 0 294px;
	width:268px;
}

.recherche-dynamique {
    color: #666666;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-left: 12px;
    margin-top: 8px;
    position: absolute;
}


.entry #recherche-gabarit form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
}

.entry #recherche-gabarit form input #s{ /* This is mainly for password protected posts, makes them look better. */
	margin-left:150px;
	width:150px;
}

/*== == == Fin page plugins == == ==*/

/* == == Style des single.php == ==*/
#metas-single {	text-align:left; }

.bloc-single {
	border-bottom:1px dotted #CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-bottom:19px;
	margin-top:2px;
	padding-bottom:22px;
	text-align:justify;
}

.bloc-single ul { 
	margin-left:0px;
}

.bloc-single ul li {
list-style-image: url("http://www.amine-soussi.com/wp-content/uploads/icons/arrow_mini_right.gif");
}

.bloc-single h2 {
	color:#666666;
	font-family:Arial,Helvetica,sans-serif;
	padding-top:2px;
	font-size:13px;
	margin-bottom:0;
}

.bloc-single h1 span {
	background-color:#FFCC00;
	color:#990033;
	font-size:20px;
	letter-spacing:9px;
}

.bloc-single-hacks h1 span {
    background-color: #FFCC00;
    color: #990033;
    font-size: 20px;
    letter-spacing: 1px;
}

.bloc-single h2 span a {
	background-color:#FFCC00;
	color:#990033;
}

.page-single-h2 {
	font-size:7px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}

/*== == == Fin page plugins == == ==*/

#backgtags {
	background:url("http://www.amine-soussi.com/img/backG-tags.png") no-repeat scroll 0 0 transparent;
	padding:44px 10px 111px 30px;
}
 
#rss 
{
width: 10px;
height: 10px;
position: absolute;
padding: 25px 0 0 521px;
}

#line-top {
	background-color:#FFCC33;
	height:7px;
	margin:-4px 0 0 220px;
	padding:0 0 0 0;
	position:absolute;
	width:261px;
}

#line-right {
background-color:#9E9E9E;
height:203px;
margin:297px 0 0 804px;
padding:0 0 0 0;
position:absolute;
width:7px;
}

#line-bottom
{
width: 261px;
height: 7px;
position: absolute;
padding: 0px 0 0 0px;
margin: 41px 0px 0px 220px;
background-color: #ffcc33;

}

.bordureimg 
{
border: 1px solid #e3e3e3;
hover: 1px solid #333;
}

#line-left {
background-color:#9E9E9E;
height:203px;
margin:297px 0 0 -20px;
padding:0 0 0 0;
position:absolute;
width:7px;
}

/*Text color of the blog title in the header*/
  #header h1 a {color:#666;}

/*Text color of the blog description in the header*/
  .description {color:#333;}

/*Links color*/
  a {
  color:#0099CC;
  text-decoration: none; 
}


/*Links hover color*/
  a:hover {color:#333}


/*Width of the entire page. You can
  also use a flexible width like so:
  #page {width:64em;}
*/



/*IT'S ADVISED *NOT* TO CHANGE THESE, IF POSSIBLE*/
/*Width of the content area*/
  #content {width: 569px;}

/*Width of the sidebar*/
  #sidebar {width:221px;}

/*Position of the header from the left edge.*/
  #headerimg {margin-left:28%;}




/*=-=-=-=-=-=-=-=-=-=-=- END CUSTOMIZATION -=-=-=-=-=-=-=-=-=-=-=*/



/*
THE FOLLOWING CODE IS DERIVED FROM THE DEFAULT "KUBRICK" THEME.
THE STRUCTURE AND LAYOUT IS IN MY OPINION, NOT THE WAY CSS SHOULD
BE ORGANIZED, BUT FOR NOW I AM LEAVING IT THE WAY IT IS TO KEEP
IT CONSISTENT.
*/

/* Begin Typography & Colors */




#content {
	font-size: 1.2em
	}

#content .entry p {
	font-size: 1.05em;
	text-align:justify;
	}
	
#content .entry, #content .entry {
	line-height: 1.4em;
	}

#content {
	line-height: 1.6em;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	/*font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family:'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

/*Headings color*/
  .post h1 h2 h3 a, #sidebar h2 {color:#777;}

/*Headings hover color*/
  .post h2 a:hover {color:#0066CC;}

.post h2 {
  font-family: arial;
}

h1 {
	font-size: 1.1em;
        line-height: 1.364em;
	}

h2 {
	font-size: 1.4em;
        line-height: 1.364em;
	}



#header h1 {
	font-size:3.2em;
	text-align:left;
	}

h2.pagetitle {
    background-color: #FFCC00;
    color: #990033;
    font-family: georgia;
    font-size: 14px;
    margin-top: 16px;
    padding: 4px 0 4px 4px;
    text-align: left;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	/*color: #333;*/
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.description {
    font-size:1em;
    text-align:center;
/*  color:#333;*/
	}

.entry p a:visited {
	//color: #b85b5a;
        color: #0066CC;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}


.commentmetadata {
	font-weight: normal;
	}


.about {


	width: 158px;
	padding: 5px;
	background-color:#FBFFE4;
	border: 0px solid #c7b19d;
	font-size:1em;
	float:left;
	margin:0 0 10px 0;
	text-align:justify;
}

#sidebar {
	font: 13px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
/*	color: #06c;*/
	text-decoration: none;
	}

#sidebar a,
.postmetadata a,
.navigation a,
ol.commentlist cite a,
.commentmetadata a {
       text-decoration:none;
}

a:hover {
	/*color: #147;*/
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */

/* Always show the scrollbar */
html {height: 100%;margin-bottom: 1px;}

#header {
	margin: 0 0 0px 1px;
	padding: 0;
}

#content {
    float: right;
    margin: 13px -14px 0 0;
    overflow: hidden;
    padding: 0 2px 3px 13px;
    width: 577px;
}

#content-full {
    margin: 14px 0 0 8px;
    overflow: hidden;
    width: 770px;
}

#sidebar {
	text-align:left;
	width:180px;
}

.post {
  /*border-bottom:1px dotted #999;*/
  padding-bottom:0px;
	}

.pages {
  padding-bottom:4px;
	}

.post hr {
  display: block;
}

#content .post {
margin-top:15px;
}

#content .postmetadata {
font-size:13px;
padding-top:14px;
margin: 10px 0;
color:#555;
}



#tags {
font-size:11px !important;
color:#999;
}


#content .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

#content .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {padding-left:220px;}
#footer p {
	margin: 0;
	padding-bottom:12px;
}


/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 {
	margin: 0px 0 0 0;
	}

#slider-accueil h2 {
    color: #777777;
    margin: 0 0 0 5px;
    padding-bottom: 14px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	  text-align:justify;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
list-style-image:none;
list-style-type:none;
margin-bottom:30px;
width:185px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 0px 5px 3px;
	}

#sidebar #searchform #s {
	width: 167px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
select {
	width: 130px;
	}

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

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
margin:0px;
	text-align: justify;
	}

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

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 1px 10px 10px 2px;
/*	width: 180px;*/
margin-top:0px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
  	/*height:40px;*/
  	/*padding:2px 0px 20px 0px;*/
	}

.navigation .alignleft{
  padding-right:4px;}

/* End Various Tags & Classes*/


/* 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;
}
/* End captions */

/* Page Accueil template */

#bloc-realisations {
height:100%;
margin-bottom:20px;
min-height:300px;
padding:5px 0 5px 0;
width:560px;
}

#bloc-realisations h2 {
font-size:14px;
}

#bloc-realisations p {
font-size:12px;
}


#bloc-services {
border:1px solid gray;
float:left;
height:100%;
margin-right:12px;
min-height:150px;
position:relative;
width:280px;
}

#bloc-services h2 {
font-size:20px;
}

#bloc-services p {
font-size:12px;
}


#bloc-actus {
border:1px solid red;
float:left;
height:100%;
min-height:150px;
padding:6px 3px 2px 7px;
position:relative;
width:256px;
}

#bloc-actus h2 {
font-size:14px;
}

#bloc-actus p {
font-size:12px;
}


.gm-legend tr {
float:left;
}





