/*  
Theme Name: l'Agence To Rich
Theme URI: http://blog.lagencetorich.fr/
Description: Thème de l'Agence To Rich
Version: 2
Author: l'Agence To Rich
Author : mmouflard@lagencetorich.fr
*/

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	TABLE OF CONTENTS
	
	1. RESET
	2. BIG STRUCTURES
	3. GENERIC RULES
	4. HEADER (#header)
	5. SIDEBAR (#sidebar)
	6. CONTENT
	7. DESABO NEWS
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	1. RESET
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

* {margin:0; padding:0;}
a img {border:none;}
body, a {color:#000;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
ul {list-style:none;}
div.clear {clear:both; font-size:0.1em; height:0;}
/*	
	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 10px;
	list-style:none;
	text-indent:-10px;
} 
html > body .entry li {
	margin:7px 0 8px 10px;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	2. BIG STRUCTURES
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

body {
	margin:0 0 20px 0;
	padding:0;
	font-size:62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:transparent url('images/lagencetorichBgBody.gif') repeat center 0;
}
#wrapper {
	/*background:transparent url('images/lagencetorichBgBodyTop.jpg') repeat-x center 0;*/
}
#page {
	margin:0 auto 20px auto;
	padding:0;
	width:930px;
}
#header {
	position:relative;
	/*background: transparent url('images/lagencetorichBgTop.png') no-repeat 0 0;*/
	margin: 0; 
	padding:30px 0 0 0;
	width:973px;
}
* html #header {
	height:100%;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lagencetorich.com/blog/wp-content/themes/lagencetorich_v1/images/lagencetorichBgTop.png',sizingMethod='crop');
}
#middle {
	margin:0;
	width:930px; /* 773px-44 */
	height:100%;
	background:transparent url('images/lagencetorich_content_Bg.gif') repeat-y center top;
}
* html #middle {
	height:100%;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lagencetorich.com/blog/wp-content/themes/lagencetorich_v1/images/lagencetorichBg.png',sizingMethod='scale');
}
#sidebar {
	float:left;
	margin:0;
	width:252px;
	font-size:1.2em;
}
#content {
	width:620px; /* 664px-23-1-20 */
	margin:0 0 0 280px;
	padding:0 0 20px 0;
	line-height:1.6em;
	font-size:1.2em;
}
#footer {
	clear:both;
	width:930px;
	height:60px;
	margin:0 auto;
	padding:0;
	background:transparent url('images/lagencetorichBgBottom.gif') no-repeat center top; 
	font-size:1.2em;
}
* html #footer {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lagencetorich.com/blog/wp-content/themes/lagencetorich_v1/images/lagencetorichBgBottom.png',sizingMethod='scale');
}
ul#connexionBtn {
	display:table;
	margin-left:50px;
	list-style:none;
	font-size:11px;
}
ul#connexionBtn li {
	float:left;
	margin-right:20px;
}
ul#connexionBtn li a {
	color:#666666;
}
a#xiti_code {
	display:block;
	width:80px;
	height:15px;
	margin: 20px auto 0 auto;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	3. GENERIC RULES
		A. HEADERS
		B. IMAGES
		C. LISTS
		D. VARIOUS
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	A. HEADERS
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/* 
h1 */
h1 {margin:0; padding-top:70px; font-size:4em;}
h1, h1 a {color:#fff;}
/* 
h2 */
h2 {font-size:1.5em;}
h2.pagetitle {
	margin-top:30px; 
	text-align:center;
	font:normal 2.0em "Arial Black", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
/* 
h3 */
h3 {margin:30px 0 0; padding:0; font-size:1.3em;}
h3.comments {padding:0; margin:40px auto 20px ;}
h3#respond,
h3#comments {
	color:#FFFFFF;
	font:normal 2.3em "Arial Black", Arial, Helvetica, sans-serif;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	B. IMAGES
	
	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)
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

p img {
	padding:0;
	max-width:100%;
}
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
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	C. LISTS
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

ol li {
	list-style:decimal outside;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	D. VARIOUS
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

hr {
	display:none;
}
small {
	display:block;
	font-family:Arial, Helvetica, Sans-Serif;
	line-height:1.5em;
	color:#fff;
	padding:0px 5px 0px 5px;
	margin:0px 30px;
}
small span.author {
	font-size:1.1em;
}
#wp-calendar caption, 
cite {
	text-decoration:none;
}
.alt {
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
#commentform input, 
#commentform textarea {
	font:0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font:bold 0.9em Verdana, Arial, Sans-Serif;
	font-weight:bold;
}
.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;
	color:#FFFFFF;
}
.commentmetadata {
	font-weight:normal;
}
#sidebar ul ul li, 
#sidebar ul ol li, 
.nocomments, 
.postmetadata, 
blockquote, 
strike {
	color:#CCCCCC;
}
code {
	font:1.1em 'Courier New', Courier, Fixed;
}
acronym, 
abbr, 
span.caps {
	font-size:0.9em;
	letter-spacing:.07em;
}
#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;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	4. HEADER (#header)
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#header h1 {
	margin:0;
	padding:0px;
	width:930px; /* 773px-44 */
}
* html #header h1 {
	height:100%;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.lagencetorich.com/blog/wp-content/themes/lagencetorich_v1/images/lagencetorichBg.png',sizingMethod='scale');
}
#header div#newsSubscription {
	position:absolute;
	top:78px;
	right:50%;
	width:250px;
	height:50px; /* 30px-10 */
	padding:5px;
	/*background:#000;*/
	margin:0px -450px 0px 0px;
}
#header div#newsSubscription h2 {
	float:left;
	width:200px;
	height:auto;
	margin:0 5px 4px 0;
	padding:1px 0 0 0;
	color:#fff;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	line-height:100%;
}
#header div#newsSubscription h2 span
{
	font-weight:normal;
}
#header div#newsSubscription input.typeText {
	position:absolute;
	top:0px;
	width:162px; /* 168px-4 */
	height:16px; /* 18px-3 */
	margin:0;
	padding:2px 2px 0 4px;
	border:1px solid #fff;
	font-size:1em;
	border:0px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:0px;
}
#submitNews {
	position:absolute;
	top:0px;
	right:0px;
	width:56px;
	height:20px;
	margin:0;
	padding:0 2px 0px 2px;
	background:#e1007d;
	color:#fff;
	cursor:pointer;
	background:url(images/submit_news_bg.jpg) top left no-repeat;
	font-size:10px;
	border:0px;
}

#formNews p.news_form
{
	position:absolute;
	top:56px;
	left:6px;
	height:24px;
	width:225px;
	text-align:left;
}

#formNews p.news_info
{
	position:absolute;
	top:28px;
	left:6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#ccc;
}

/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	5. SIDEBAR (#sidebar)
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

#sidebar a:hover {
	text-decoration:underline;
}
#sidebar h2 {
	margin:5px 0 0 0;
	padding:0 0 5px 15px;
	color:#fff;
	text-transform:uppercase;
	font-family:"Arial Black", Arial, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	line-height:100%;
}
#sidebar .categories ul {
	text-transform:uppercase;
	border-bottom: 1px dashed #7D7D7D;
	padding:0px 0px 10px 0px;
	margin:0px;
	width:100%;
	width:246px;
}

#sidebar .categories ul li ul
{
	width:inherit;
}

#sidebar .categories ul  ul {
	border-bottom:0px;
}


#sidebar ul, 
#sidebar ul ol {
	margin:0;
	padding:0;
}
#sidebar ul {
	list-style:none;
	background:none;
	margin:0px 0px 0px 0px;
}
#sidebar ul li {
	padding:0 0 5px 14px;
	
}
#sidebar ul p, 
#sidebar ul select {
	margin:5px 0 8px;
}
#sidebar ul ul, 
#sidebar ul ol {
	padding:5px 0 0 0;
}
#sidebar ul ul ul, 
#sidebar ul ol {
	margin:0 0 0 10px;
}
#sidebar ul ol li {
	list-style:decimal outside;
}
#sidebar ul ul li, 
#sidebar ul ol li {
	padding:0px 0 0 17px;
	line-height:20px;
	font-size:10px;
}


#sidebar ul ul li:hover, 
#sidebar ul ol li:hover
{
	background:url(images/bg_hover_nav_left.jpg) 1px top no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#sidebar ul ul li ul li:hover, 
#sidebar ul ol li ol li:hover
{
	background:none;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

#sidebar ul ul li a:hover, 
#sidebar ul ol li a:hover
{
	background:none;
}

#sidebar ul ul li a, 
#sidebar ul ol li a
{
	color:#cccccc
}

#sidebar ul ul li a:hover, 
#sidebar ul ol li a:hover
{
	color:#FFFFFF
}

#sidebar ul li#info p {
	padding:0 17px;
	text-align:justify;
	font-size:0.8em;
}
#sidebar #searchform h2 {
	font-size:1.8em;
}

#sidebar #searchform div {
	position:relative;
	margin:0px auto;
	padding:0 0 7px 0px;
	font-size:1.5em;
	width:218px;
	height:24px;
}

#sidebar #searchform #s {
	position:absolute;
	top:10px;
	width:170px;
	height:17px; /* 27px-2 */
	margin:0px;
	padding:2px 2px 0 4px;
	color:#333;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	border-right:0px;
	font-size:11px;
}

#sidebar #searchsubmit {
	position:absolute;
	top:10px;
	left:177px;
	height:21px;
	padding:0px 2px;
	color:#fff;
	margin:0;
	width:49px;
	cursor:pointer;
	font-size:11px;
	background:#000 url(images/submit_search_bg.jpg) repeat-x scroll left top;
	border:0px;
}
#sidebar form {
	margin:0;
}

#sidebar ul li.pagenav{
	color:#CCCCCC;
	border-bottom: 1px dashed #7D7D7D;
	padding:8px 0px 15px 0px;
	margin:0px 0px 0px 14px;
	width:246px;
}

#sidebar ul li#archive{
	color:#CCCCCC;
	border-bottom: 1px dashed #7D7D7D;
	padding:8px 0px 15px 0px;
	margin:0px 0px 0px 14px;
	width:246px;
}

#sidebar ul li#tags{
	color:#CCCCCC;
	border-bottom: 1px dashed #7D7D7D;
	padding:8px 0px 15px 0px;
	margin:0px 0px 0px 14px;
	width:246px;
}
#sidebar ul li#tags a {
	color:#CCCCCC;
}
#sidebar ul li#tags p {
	padding:0 17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#sidebar li#contact {
	padding:8px 0px 15px 0px;
	margin:10px 0px 0px 14px;
	color:#fff;
	border-bottom:1px dashed #7D7D7D;
	width:246px;
}
#sidebar li#contact h2 {
	padding:0px 0px 0px 14px;
}
#sidebar li#contact p {
	padding-left:17px;
	line-height:20px;
}
#sidebar li#contact a {
	color:#fff;
}
#sidebar li#contact a:hover {
	text-decoration:underline;
}
#sidebar li#linkWebsite {
	padding:8px 0px 15px 20px;
	margin:0px 0px 0px 12px;
	color:#fff;
	font-weight:bold;
}
#sidebar li#linkWebsite a {
	color:#fff;
}
#sidebar li#linkWebsite a:hover {
	text-decoration:underline;
}
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	6. CONTENT
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/* 
	.post 
*/

.post {
	text-align:justify;
	margin:0;
}
.post hr {
	display:block;
}
.post h2,
.post h3 {
	padding:10px 0 10px 5px;
	margin:0 30px 5px 30px;
	background:url(images/bg_titre_article.jpg) top left repeat-y;
	line-height:normal;
	font-size:1.5em;
}
.post h2,
.post h2 a,
.post h3,
.post h3 a {
	color:#FF0066;
	font-weight:bold;
	text-transform:uppercase;
}
.post .alt {
	margin:10px 0;
	padding:10px;
}

/* 
	.entry 
*/

.entry {
	margin:15px 0 0 0;
	font-size:1.1em;
}
.entry p {
	text-align:justify;
	color:#fff;
	width:90%;
	margin:0px auto;
	line-height:14px;
}
.entry p img {
	border:1px solid #333;
}
.entry p img.wp-smiley {
	/* RESET PREVENT RULES */ border:none;
	/* RESET PREVENT RULES */ margin:0;
}
.entry p a {
	color:#fff;
	text-decoration:underline;
}
.entry p a:hover {
	font-weight:bold;
}
.entry p a:visited {
	color:#e1007a;
}
.entry ul li:before {
	content:"\00BB \0020";
}
.entry ol {
	padding:0 0 0 35px;
	margin:0;
}
.entry ol li {
	margin:0;
	padding:0;
}

/* 
	.postmetadata 
*/

.postmetadata {
	margin:30px 30px 30px 30px;
	padding-top:5px; 
	text-align:left;
	font-size:10px;
	color:#666666;
}

.postmetadata a
{
	color:#666666;
}

.postmetadata ul, 
.postmetadata li {
	display:inline;
	list-style:none;
}

/* 
	VARIOUS
*/

.attachment {
	text-align:center;
	margin:5px 0px;
}
.smallattachment {
	text-align:center;
	float:left;
	width:128px;
	margin:5px 5px 5px 0px;
}

/* Begin Form Elements */

.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:614px;
	height:150px;
	margin:5px 0 0 0;
	padding:2px;
}
#commentform input,
#commentform textarea {
	border:1px solid #ccc;
}
#commentform #submit {
	width:auto;
	margin:0;
	float:right;
	background:#e1007d;
	border:none;
	font-size:1.1em;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}

/* End Form Elements */

/* Begin Comments*/

.commentlist {
	padding:0;
	text-align:justify;
	color:#FFFFFF;
}
.commentlist li {
	margin:15px 0 3px;
	padding:5px 10px 3px;
	list-style:none;
}

.commentlist li a
{
	color:#FFFFFF;
}

.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 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;
}
.navigation {
	display:block;
	/*clear:both;*/
	text-align:center;
	margin:0;
	padding:10px 0 30px 0;
	color:#FFFFFF;
}

.navigation a
{
	color:#FFFFFF;
}
/* End Various Tags & Classes*/


/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*
	7. DESABO NEWS
*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

div#formNewsDesaboContainer {
	display:table;
	width:350px;
	margin:50px auto 0 auto;
}
div#formNewsDesaboContainer span {
	display:block;
	margin:0 0 10px 0;
}
div#formNewsDesaboContainer input.typeText {
	width:164px; /* 168px-4 */
	height:16px; /* 18px-3 */
	margin:0;
	padding:2px 2px 0 2px;
	border:1px solid #000;
	font-size:10px;
}
div#newsDesaboAlert {
	margin:10px 0 0 0;
	font-weight:bold;
	color:#f00;
	text-align:center;
}


object
{
	margin:5px auto;
	display:block;
}


span.post2pdf_span a,
span.post2pdf_span
{
	color:#FFFFFF;
	border:0px;
	padding-top:10px;
	display:block;
}



