body {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-family:  Arial,Verdana,Sans-Serif;
	background: #C8CDD8 url('images/main_bg.jpg') repeat;
	color: #444;
	}

ul,li {
	list-style-type:circle;
	list-style-position:inside;
}


.search_result {
	margin-left:51px;
}

.entry a{
	color:#C7006B;
}

.postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}





h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}






#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #C7006B;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}


small, .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:hover {
	text-decoration: underline;
	}

#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 */
#page {
	overflow:hidden;
	margin: 0 auto;
	padding: 0;
	width: 992px;
	text-align: left;	
	background:url(images/main_bg.gif) repeat-y;
	}

#header {
	margin:0 auto;
	padding: 0 5px;
	width: 982px;
	}

#headerimg {
	width: 100%;
	float:left;
	display:inline;
	margin-left:-1px;
	}
#headerimg .flash_menu {
	padding-left:1px;
}


	
	


.entry {
	margin:0 0 0 0;
	width:560px;
	float:left;
	display:inline;
}

.single .entry_none, .page.entry_none{
	margin:0 0 0 168px;
	width:800px;
	float:left;
	display:inline;
}



.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 990px;
	clear: both;
	background:url(images/footer_bg.png) no-repeat;
	height:35px;
	margin-top:0;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin:0;
	font-size:3em;
	text-align:left;
}

h2 {
	margin:0;
}

.archive h2  {
	margin:15px 0;
}


h2.pagetitle {
color:#962572;
font-size:24px;
font-weight:bold;
margin:0;
padding:45px;
width:600px;
}

h2.pagesubtitle {
	font-size:32px;
	font-weight:normal;
	color:#cc7f46;
	padding:25px 0 0 50px;
}

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;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry 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;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 15px auto 0;
	padding: 5px 3px;
	text-align: center;
	}


.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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 {
	display:block;
	background:#f6d77d url(images/citation.gif) no-repeat scroll 0 0;
	margin:5px 10px 22px 16px;
	padding:16px 12px 14px 60px;
	color:#000;
}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


.search .navigation {
	padding:0 85px 0 68px;
}
.search .navigation a,.archive .navigation a {
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
/* 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;
}



.header_top {
	float:left;
	width:982px;
	height:80px;
	color:#c7ced8;
	font-size:0.8em;
}
.header_ad {
	width:468px;
	height:76px;
	overflow:hidden;
	float:left;
	display:inline;
	padding:2px 3px;
}
.header_top_right {
	float:right;
	width:376px;
	padding-top:20px;	
}
#searchform {
float:left;
height:40px;
margin:0;
padding:0 33px 0 0;
width:230px;
}
#searchform input#s {
	background:url(images/search_bg.gif) no-repeat;
	width:186px;
	padding:4px 10px;
	border:none;
	color:#666666;
	float:left;
}
ul.share {
	margin:0 10px 0 0;
	padding:0;
	text-align:right;
}
ul.share li {
	display:inline;
	margin-right:2px;
}
ul.share .share_title {
	display:block;
	display:none; /* cacher le titre des icones */
	color:#A780BC;
	font-weight:bold;
	font-size:0.8em;
	margin:0;
	padding:0 0 5px 0;
}

.header_menu ul li {
	display:inline;
	float:left;
}
.header_menu ul li a {
	display:block;
	text-indent:-9999px;
}
.header_menu {
	clear:both;
	width:980px;
	height:140px;
	background:url(images/header_bg_2.jpg) no-repeat;
}

.single .header_menu, .search .header_menu, .archive .header_menu{
	clear:both;
	width:980px;
	height:45px;
	background:url(images/header_bg_3.png) no-repeat;
}


.header_menu ul {
	width:500px;
	_position:relative;
	_left:-3px;
}
.header_menu_location a.home_active { 
	background:url(images/bt01_f2.jpg) no-repeat !important;
}
.header_menu a.home {
	float:left;
	background:url(images/bt01.jpg) no-repeat;
	width:79px;
	height:45px;
	display:block;
	text-indent:-9999px;
}
.header_menu a.home:hover {
	background:url(images/bt01_f2.jpg) no-repeat;
	width:79px;
	height:45px;
}
.header_menu ul li.cat-item-3 a{
	background:url(images/bt02.jpg) no-repeat;
	width:99px;
	height:45px;
}
.header_menu ul li.cat-item-3 a:hover {
	background:url(images/bt02_f2.jpg) no-repeat;
}
.category-je-ne-sais-pas-quoi-faire .header_menu ul li.current-cat a,
.category-quest-ce-quils-endisent-je-ne-sais-pas-quoi-faire .header_menu ul li.current-cat-parent a,
.category-comment-faire-je-ne-sais-pas-quoi-faire .header_menu ul li.current-cat-parent a,
.category-mes-infos-je-ne-sais-pas-quoi-faire .header_menu ul li.current-cat-parent a
{ 
	background:url(images/bt02_f2.jpg) no-repeat;
}
.category-jai-une-idee-de-metier .header_menu ul li.current-cat a, 
.category-quest-ce-quils-endisent-jai-une-idee-de-metier .header_menu ul li.current-cat-parent a,
.category-comment-faire-jai-une-idee-de-metier .header_menu ul li.current-cat-parent a,
.category-mes-infos-jai-une-idee-de-metier .header_menu ul li.current-cat-parent a
{ 
	background:url(images/bt03_f2.jpg) no-repeat;
}
.category-jai-une-idee-detudes .header_menu ul li.current-cat a, 
.category-quest-ce-quils-endisent-jai-une-idee-detudes .header_menu ul li.current-cat-parent a,
.category-comment-faire-jai-une-idee-detudes .header_menu ul li.current-cat-parent a,
.category-mes-infos-jai-une-idee-detudes .header_menu ul li.current-cat-parent a
{ 
	background:url(images/bt04_f2.jpg) no-repeat;
}
.category-je-sais-ce-que-je-veux-faire .header_menu ul li.current-cat a, 
.category-quest-ce-quils-endisent-je-sais-ce-que-je-veux-faire .header_menu ul li.current-cat-parent a,
.category-comment-faire-je-sais-ce-que-je-veux-faire .header_menu ul li.current-cat-parent a,
.category-mes-infos-je-sais-ce-que-je-veux-faire .header_menu ul li.current-cat-parent a
{ 
	background:url(images/bt05_f2.jpg) no-repeat;
}
.header_menu ul li.cat-item-4 a{
	background:url(images/bt03.jpg) no-repeat;
	width:92px;
	height:45px;
}
.header_menu ul li.cat-item-4 a:hover {
	background:url(images/bt03_f2.jpg) no-repeat;
}
.header_menu ul li.cat-item-5 a{
	background:url(images/bt04.jpg) no-repeat;
	width:96px;
	height:45px;
}
.header_menu ul li.cat-item-5 a:hover {
	background:url(images/bt04_f2.jpg) no-repeat;
}
.header_menu ul li.cat-item-6 a{
	background:url(images/bt05.jpg) no-repeat;
	width:155px;
	height:45px;
}
.header_menu ul li.cat-item-6 a:hover {
	background:url(images/bt05_f2.jpg) no-repeat;
}
.header_bottom {
	background:url(images/header_bottom_bg.png) no-repeat;
	width:335px;
	height:50px;
	position:relative;
	left:645px;
	z-index:1;
}
.header_menu_location {
	position:relative;
	left:230px;
	_left:229px;
	width:600px;
}

.header_menu_actu {
	margin-top:0px;
	margin-left:306px;
	width:400px;
	float:left;
	z-index:999;
}

#searchsubmit {
	background:none;
	border:none;
	padding:3px 0 0 0;
	margin:0;
	cursor:pointer;
}
.content_text_ad h2 {
	margin:0;
}
.current_time span {
	font-size:16px;
	color:#962572;
}
.content_text_ad h2,.current_time span {
	font-size:16px;
	font-weight:bold;
}
.content_top {
	width:928px;
	height:26px;
	margin:26px 0 0 18px;
	padding: 6px 0 0 36px;
	background:#FAE6F0 none repeat scroll 0 0;
	float:left;
	padding:6px 12px;
}
.current_time {
	float:left;
}
.content_text_ad {
	float:left;
	width:765px;
	margin-left:15px;
	overflow: hidden;
}


.home .page {
	width:960px;
	float:left;
}

.home .entry  {
width:940px ;
margin:0 auto;
}

.wp_cumulus {
display:inline-block;
float:right;
font-size:24px;
margin-top:10px;
margin-right:60px;
padding:5px;
}

#footer .footer_links {
	padding:6px 0 0 0;
	margin:0 auto;
	width:400px;
	display:block;
}
#footer .footer_links li {
	float:left;
	display:inline;
	background:url(images/footer_sept_line.gif) no-repeat right;
	margin-right:15px;
	padding-right:15px;
}
#footer .footer_links li.page-item-haut {
	background:none;
	margin-right:0;
	padding-right:0;
}
#footer .footer_links li a {
	font-size: 10px;
	color:#fff;
	text-decoration:none;		
}
#footer .footer_links li a:hover {
	color:#962572;
	text-decoration:underline;
}
.friend_links,.site_map ul {
	margin:0;
	padding:0;
}
.friend_links {
	float:left;
	width:90px;
}
ul.friend_links  li {list-style-type:none;}

.site_map {
	float:right;
	width:560px;
}
.site_map ul {
	padding-left:3px;
}
.up_footer {
	border-top:1px solid #ABB2C0;
	display:inline;
	float:left;
	margin:0px 0 0 5px;
	padding:15px 12px;
	width:956px;
	background-color:#962672; 
}


.site_map ul li {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	float:left;
	padding-left:23px;
	width:148px;
	margin-bottom:3px;
	list-style-type:none;
}
.site_map ul li,.site_map ul li a {	
	min-height:20px; 
    height:auto !important; 
    height:33px; 
    overflow:visible;
	display:block;
}
.site_map ul li a {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	padding-bottom:8px;
	text-decoration:none;		
}
.site_map ul li ul li a,.site_map ul li ul li{
	padding-bottom:0;
	min-height:0px; 
    height:auto !important; 
    height:0px; 
    overflow:visible;
}
.site_map ul li ul {
	padding:0;
}
.site_map ul li ul li {
	margin-bottom:6px;
	background:url(images/sitemap_li_img.gif) no-repeat left 5px;
	padding-left:8px;
	float:none;
}
.site_map ul li ul li a{
	font-size:11px;
	font-weight:normal;
	color:#fff;
	display:block;
	text-decoration:none;		
}
.site_map ul li ul li a:hover {
	color:#fff;
	text-decoration:underline;
}
a.more-link {
	color:#C7006B;
	font-weight:bold;
	font-size:10px;
	display:block;
	float:right;
	width:175px;
	padding:4px 0 11px;
}
.entry p {
	margin:10px 0 0;
	line-height:18px;
}

/* cache le bloc content_center sur les pages mentions légales, crédits, nous contacter */
.page-id-5 .content_center,.page-id-5 .wp_cumulus,.page-id-7 .content_center,.page-id-7 .wp_cumulus,.page-id-11 .content_center,.page-id-11 .wp_cumulus {
	display:none;
}
.page-id-5  .entry, .page-id-7 .entry, .page-id-11 .entry, .entry {
	border:none;
}
.search_result h3 a {
	color:#962572;
	font-size:18px;
	font-weight:bold;
	margin-left:-23px;
}

.search_result_content {
	/* width:764px; */
	/*height:42px; */
	padding:3px 23px 6px;
	overflow:hidden;
	background:#F9E3D9;
}
.search_result_content a {
	color:#962572;
	font-size:12px;
	margin:0;
	padding:5px;
}
.search #searchform {
	margin-left:32px;
}
.search .header_top_right #searchform {
	margin-left:0;
}
.content_img_ad {
	display: none; 
	/*  pas de pub pour le moment
	float:left;
	width:336px;
	text-align:center; 
	margin:25px auto;
	*/
}
.content_slideshow {
	float:right;
	width:620px;
}
.content_slideshow #wrapper {
	margin:0;
}

/* formulaire nous contacter */
.wpcf7 {float:left; text-align:left; width:500px;margin-bottom:2em;}



/* Addthis boutton */
.addthis_container {
	float:right;
	margin-top:-40px;
	margin-bottom:20px;
}


/*widgets */

.wp_cumulus_widget {
	margin:0 auto;
}

/* Mots-clés sous les articles */
p.tags {
	background: url(images/motscles.png) no-repeat;
	height:32px; 
	margin-top:30px;
	margin-bottom:10px;
	border-top:1px solid #666;
	color:#444;
	font-weight: bold;
	padding:6px 0 0 36px;
}






/* ******* */
/* content */
/* ****** */
#content  {
	clear:both;
	width:978px;
	margin:0 auto;
	/* min-height:370px; */
	/* overflow:hidden;	 */
	color:#444;
	}

#content  .post, #content  .page {
float:left;
margin-left:30px;
text-align:left;
width:600px;
}

#content .post h2 {
	font-size:26px;
	color:#962572;
	border-bottom:1px solid #962672;
}

#content .post h3 {
color:#962672;
font-size:18px;
line-height:20px;
margin:20px 0 20px;
}

#content .post a {
	text-decoration:none;
	color: #962572;
}

#content .post a:hover {
	text-decoration:underline;
	color: #962572;
}

.single #content , .archive #content , .search #content   {
	background: #ffffff url('images/bg_content2.png') no-repeat 50% 0;
	padding-top:30px;
}



/* ********/
/* sidebar */
/* ********/
#sidebar {
	background: #efd8e8 repeat 0 0;
	position:relative;
	overflow:hidden;
	padding:0 10px 20px 10px;
	width:260px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px;
float:right;
margin-right:20px;	
}


#sidebar ul, #sidebar li {
	list-style-position:inside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:240px;
}
#sidebar ul li li {
	list-style-position:inside;
	list-style-type:circle;
	margin:0 0 0 10px;
	padding:2px 0;
	width:227px;
}

#sidebar h2  {
	font-family:Arial,Verdana,Sans-Serif;
	font-size: 18px;
	line-height: 22px;
	color: #962572;
	margin:30px 0 10px 0;
	padding:0;

}

#sidebar  a {
	text-decoration:none;
	color: #962572;
}

#sidebar a:hover {
	text-decoration:none;
	font-weight:bold;
}

#sidebar select {
	width:200px;
}
/* fin sidebar ********/


/* ******************** */
/* page archive et search
/* ******************* */
.archive .navigation, .search.navigation  {
	display: block;
	text-align: center;
	margin-top: 10px;
	padding:5px 68px;
	float:left;
}
.archive .post, .archive .page, .search .post, .search .page {
	padding:20px;
}	


/* *********** */



/* Modifier dans Wordpress */
.editpost {
	margin-right:20px;
	margin-top:-10px;
	float:right;
	/* border:1px solid black; */
	background-color:yellow;
	/* padding:1px 5px; */
	font:bold 1em/2em Courier;
	z-index:0;
	display:none; /* cacher le bouton modifier */
}


/* bouton translate */
#translate-this .translate-this-button 	{background-image: url(images/translate.png) !important; width: 81px !important; height: 20px !important;}


/* ***** */
/* home */ 
/*******/
.home #content {
	margin:-25px 0 0 0;
}

.home #content  .post, .home #content  .page {
	padding:31px;
	width: 930px;
	margin:0 auto;
}
.home a {
color:#000;
text-decoration:none;
}
.home a:hover {

text-decoration:underline;
}



/* fil d'ariane */
.breadcrumb {
	display:none;
	left:30px;
	padding-top:0.5em;
	color:#cc7f46;
	width:90%;
	font-size:80%;
}
.breadcrumb a:link, .breadcrumb a:visited, {
	color:#cc7f46;
}
.breadcrumb a:active, .breadcrumb a:hover, {
	color:#962672;
}


.pourallerplusloin {
background-color: whitesmoke; border: 1px solid #444; padding: 5px;
}
.pourallerplusloin  p, .pourallerplusloin  ul li {
line-height: 8px; 
font-size: x-small;
}


.pouraction {
background:#F6D77D url(images/action.gif) no-repeat scroll 0 0;
color:#000000;
display:block;
margin:5px 10px 22px 16px;
padding:16px 12px 14px 60px;
}