/*
Theme Name: WordPress Default Fr
Theme URI: http://wordpress.org/
Description: Le thème par défaut de WordPress, basé sur le fameux thème <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets 

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/
/* Begin Typography & Colors */
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
/* End Typography & Colors */
/* Begin Structure */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#f6f2e7;
	color: #666666;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}

#headerimg {
	background-color:#f6f2e7;
	width: 860px;
	margin: 0 auto;
}

.header_menu{
	float:left;
	width:14px;
	height:27px;
	/*background-image:url(images/header_menu.jpg);*/
}

.footer_menu{
	float:right;
	width:12px;
	height:27px;	
	background-image:url(images/footer_menu.jpg);
}

#logo{
	position:relative;
	float:left;
/* 	ma rgin-left:-65px;
	ma rgin-right:auto; */
	height:137px;
	width:860px;
	background: url('images/header_logo.jpg') no-repeat;
}

.perso{
padding-left:40px;
}

.lien_home{
	height:137px;
	width:860px;
	cursor:pointer;
}
/* End Images */
/* Begin Lists */

.page {
	background-color:#F6F2E7;
	text-align: left;
	margin:4px auto;	
	padding: 0;
	width: 860px;
	
}
#header {
	margin: 0;
	padding: 0;
	/*width: 858px;*/
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 5px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	width: 852px;
}
.post {
	margin: 0 0 20px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: left;
}
.clear { 
	clear: both; 
}


#colone_droite{
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:342px;
}
#colone_gauche{
	background-color:#f6f2e7;
	float:left;
	width:500px;
}


#footer {
float:left;

background-color:#ffffff;
	padding: 0;
	margin-top:10px;
	width: 100%;
	height:100px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/* End Structure */
/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}
h2 {
	margin: 30px 0 0;
}
h2.pagetitle {
	margin-top:0px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3 {
	padding: 0;
	margin: 30px 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:left;
	margin-bottom:0px;
	margin-top:30px;
	margin-left:10px;

}
.alignleft {
	float: left;
	margin-left:10px;
	margin-bottom:0px;
	margin-top:10px;

}


/*
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, #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-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#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 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;

}
#searchform #s{
	margin-left:-200px;
	width:200px;
}
#searchform #searchsubmit{
	margin-left:150px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
.ditesle_submit {
	display:block;
	float:right;
	border:none;
	width:99px;
	height:23px;
	background-image: url('images/bouton_savoir.jpg');
	padding-bottom:2px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}
#commentform textarea {
/* 	width: 100%; */
	padding: 2px;
}
#respond{
margin-left:20px;
}
.widecolumn #commentform{
margin-left:20px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}
#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;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
/* 	margin-top: 30px;
	margin-bottom: 60px; */
	clear:both;
}
/*********************************************** blog */

#post-16{
	font-size:12px;
}
.post a:hover{
	color:#FF6600;
}

#comments{
	color:#FF6600;
}
/************************************************ calendar */

.wpng-page-list-table a:link{
	color:#999999;
}



/*******************************************************/


/* End Various Tags & Classes*/
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
It won't be a stylish marriage, I can't afford a carriage.
But you'll look sweet upon the seat of a bicycle built for two." */



/********************************************************************** form */

.form_user{
	float:right;
	background-image: url('images/combo_blanc.gif');
	border:solid 1px #999999;
margin-left:6px;
margin-top:12px;
	color:#333333;	
}
.liste_abonnement{
	list-style:decimal;
	margin-left:35px;
}
.liste_abonnement li{
	margin-bottom:10px;
}
#author{
	background-image: url('images/combo_blanc.gif');
	border:solid 1px #999999;
	color:#333333;	
}
#email{
	background-image: url('images/combo_blanc.gif');
	border:solid 1px #999999;
	color:#333333;	
}
#url{
	background-image: url('images/combo_blanc.gif');
	border:solid 1px #999999;
	color:#333333;	
}
#comment{
	background-image: url('images/combo_blanc.gif');
	border:solid 1px #999999;
	color:#333333;	
}
.text_form{
	float:left;
	margin-top:10px;
	margin-left:5px;
}

.ligne_1{
	background-color:#eeeded;
	width:450px;
	height:35px;
}
.ligne_2{
	background-color:#f2f2f2;
	width:450px;
	height:35px;
}

.form_submit{
	display:block;
	float:right;
	border:none;
	width:99px;
	height:23px;
	background-image: url('images/bouton_savoir.jpg');
	padding-bottom:2px;
	margin-right:20px;
	margin-top:15px;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

.titre_form{
	float:left;
	color:#FF6600;
	margin-bottom:10px;
	font-weight:bold;
}
.separateur{
	float:left;
	width:475px;
	height:3px;
	background-color:#FF6600;
}
/******************************************************************************* cybermois */

.nom_cybermois{
	font-size:14px;
	font-weight:bold;
	color:#333333;	
}

.prenom_cybermois{
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

.text_cybermois{
	color:#666666;
	text-align:justify;
}
.titre_cybermois{
	font-size:11px;
	font-weight:bold;
	color:#333333;
}
.image_mois{
	height:100px;
}


/******************************************************************************** login */
#login{	
	float:left;
	background-color:white;
	height:130px;
	width:853px;
	margin-top:10px;
	display:none;
	font-weight:bold;
	color:#D1465B;
}
.lien_login{
	font-size:11px;
	font-weight:bold;
}
.login_close{
	float:right;
	margin-top:-20px;
	margin-right:10px;
}
#login_haut{
	float:left;
	width:400px;
	height:24px;
	background-color:#FFF;
	/* background-image: url('images/haut_login.gif'); */
}

#login_centre{
	float:left;
	width:400px;
	/* background-image: url('images/centre_login.gif'); */
}

#login_bas{
	float:left;
	width:400px;
	height:25px;
	/* background-image: url('images/bas_login.gif'); */
}

.login_titre{
	float:left;
	color:#FF6600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
	margin-top:10px;
}
.text_login{
	float:left;
	margin-top:4px;
	margin-left:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}
.login_01{
	float:right;
	margin-l eft:100px;
	margin-top:8px;
	color:#666666;
}
.login_combo{
	display:block;
	float:left;
	border:none;
	width:120px;
	height:15px;
	color:#333333;
	font-size:10px;
	margin-top:8px;
	margin-left:20px;
	background-color:#d8d8d8;
}
.fond_combo{
	display:block;
	float:left;
	width:160px;
	height:26px;
	background-image: url('images/combo_login.gif');
	background-repeat:no-repeat;
}
.login_submit{
	float:left;
	border:none;
	width:87px;
	height:26px;
	background-image:url('images/bouton_login.jpg');
	margin-bottom:5px;
	margin-left:10px;
	padding-bottom:3px;
	color:#fff;
	cursor:pointer;
}

.lien_membre{
	float:left;
	margin-top:50px;
	margin-left:45px;
	list-style:none;
}
.lien_membre a{
	font-weight:bold;
	color:#FF6600;
	font-size:11px;
}


/*************************************************************** menu horizontal */
#menu_horizontal{
	float:left;
	margin-left:-1px;
	width:860px;
	height:27px;
	background-image: url('images/fond_menu.gif');
	background-color:#FFFFFF;
}
#menu_horizontal a {
	float:left;
	margin-left:7px;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	height:23px;
	cursor:pointer;
	background-image: url("images/fond_menu.gif");
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

#menu_horizontal a:hover{
	background-image: url('images/fond_menu_h.gif');
}

#menu_membre{
	float:left;
	margin-left:0px;
	margin-top:0px;
	width:860px;
	height:27px;
	background-image: url('images/fond_menu_m.jpg');
	background-color:#FFFFFF;
}
#menu_membre a {
	float:left;
	margin-left:20px;
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	height:23px;
	background-image: url('images/fond_menu_m.jpg');
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration: none;
}
#menu_membre a:hover{
	background-image: url('images/fond_menu_m_h.jpg');
}

/******************************************************************* bloc qui */

#bloc_qui{ float:left; background-color:#FFFFFF; width:342px;margin-bottom:10px;}

.bloc_conteneur{	 
	height:150px;
	font-size:12px;
}
.bloc_conteneur h1 {
	text-align:left;
	font-weight:bold;
	font-size:14px;
	color:#2D2D2D;
}
.bloc_conteneur p {
	font-size:10px;
	color:#2D2D2D;
}

.qui_2{ background-image: url('images/qui_2.gif'); width:390px;}
.qui_4{ background-image: url('images/qui_4.gif'); background-repeat:repeat-y; height:auto;}
.qui_6{ background-image: url('images/qui_6.gif');}
.qui_8{ background-image: url('images/qui_8.gif'); height:24px;}

.titre_bloc_qui{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.qui_sont{	
	height: auto;
	margin-top: 0px;
}

.txt_bloc_qui{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
	.txt_bloc_qui b{
		color:#FF6600;
	}
.txt_bloc_qui h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2D2D2D;
	padding-top:10px;
	padding-bottom:10px;
}
.savoir_submit{
	display:block;
	float:left;
	border:none;
	width:99px;
	height:23px;
	background-image: url('images/bouton_savoir.jpg');
	padding-bottom:2px;
	margin-top:165px;
	margin-left:-123px;;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}
.membre_submit{
	display:block;
	float:left;
	border:none;
	width:114px;
	height:23px;
	background-image: url('images/bouton_membre.jpg');
	padding-bottom:2px;
	margin-top:185px;
	margin-left:-243px;;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}
.contacter_submit{
	display:block;
	float:left;
	border:none;
	width:175px;
	height:23px;
	background-image: url('images/bouton_contacter.jpg');
	padding-bottom:2px;
	margin-top:185px;
	margin-left:-243px;;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}



/***************************************************************** bloc actu */

#bloc_actu{float:left;width:486px;margin-bottom:10px;margin-top:10px;
padding:0px; background-color:#FFFFFF; }

.actu_1{ background-image: url('images/actu_1.gif'); background-repeat:repeat-y;}
.actu_3{ background-image: url('images/actu_3.gif'); background-repeat:repeat-x;}
.actu_5{ background-image: url('images/actu_5.gif'); background-repeat:repeat-y;}
.actu_2{ height:200px; width:301px;}
.actu_b{ background-image: url('images/actu_b.gif'); background-repeat:repeat-x;}

.titre_bloc_actu{
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF6600;
	font-weight:bold;
	margin-left:10px;
	margin-top:5px;
}
.txt_bloc_actu{
background-image:url('images/fond_cyber_elle.gif');
background-repeat:no-repeat;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	
	text-align:justify;
}
.titre_actu{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	color:#666666;
	padding-top:2px;
	padding-bottom:10px;
}
.snap_preview{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/****************************************************************** bloc calendar */

.bloc_calendar{float:left;height:auto;}
	#bloc_calendar{}
	

.calendar_1{ background-color:#fff; width:14px;}
.calendar_3{ background-color:#fff; height:23px;}
.calendar_5{ background-color:#fff; width:16px;}
.calendar_6{ background-color:#fff; height:210px; width:493px;}

.titre_bloc_calendar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
}
.txt_bloc_calendar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.savoir_submit_calendar{
	display:block;
	float:left;
	border:none;
	width:97px;
	height:23px;
	background-image: url('images/bouton_savoir_2.jpg');
	padding-bottom:2px;
	margin-top:190px;
	margin-left:-110px;;
	color:#333333;
	font-size:12px;
	cursor:pointer;
}
.titre_blanc{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:justify;
	color:#fff;
}
.titre_calendar{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.txt_gris{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;	
}
.txt_blanc{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;	
}
/************************************************************************ bloc archive */

 #bloc_archive table{width:486px; background-color:#fff;} 
 
/************************************************************************ bloc membre */

#bloc_membre{float:left; margin-top:0px;}

.membre_1{ background-image: url('images/actu_1.gif'); background-repeat:repeat-y;}
.membre_3{ background-image: url('images/actu_3.gif'); background-repeat:repeat-x;}
.membre_5{ background-image: url('images/actu_5.gif'); background-repeat:repeat-y;}
.membre_2{ height:212px; width:301px;} /**/

.titre_bloc_membre{
	display:block;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF6600;
	font-weight:bold;
	margin-left:10px;
	margin-top:5px;
}
.txt_bloc_membre{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.cadre_vert{
	float:left;
	margin-left:5px;
	margin-top:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	height:212px;
	width:320px;
	border:#009900 solid 1px;
}

.cadre_vert_large{
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:512px;
	border:#009900 solid 1px;
}
/****************************************************************** conteneur */

.conteneur_actu{
	font-size:12px;
	float:left;
	margin-top:15px;
}

.conteneur_actu ul{
	list-style:none;
	margin-left:10px;
}
.conteneur_actu li{
	font-size:10px;
	font-weight:normal;
}
/********************************************************************** atelier */

#msg_atelier{
	float:left;
	background-color:#eeeeee;
	width:400px;
	margin-bottom:10px;
	padding-bottom:5px;
}
#msg_atelier h1{
	margin:5px;
	color:#FF6600;
	font-weight:bold;
	margin-top:-50px;
	font-size:14px;
}
#msg_atelier p{
	color:#333333;
	margin:5px;
	margin-top:10px;
}
#msg_atelier a{
	margin-left:12px;
	color:#b71556;
	font-weight:bold;
}
.titre_1{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-size:13px;
}




/************************************************************** rajout blog **/

.blog_list{
	float:left; 
	margin-left:5px;
}
.blog_list li{
	list-style:none;
	margin-top:3px;
	margin -left:200px;
}

/************************************************************************ bouton du blog */


#searchsubmit{
	display:block;
	float:left;
	border:none;
	width:31px;
	height:17px;
	background-image: url('images/bouton_go.jpg');
	padding-bottom:2px;
	margin-top:-21px;
	margin-left:185px;;
	color:#fff;
	font-size:12px;
	cursor:pointer;
}

#s{
	background-image: url('images/combo_blanc.gif');
	border:solid 1px #999999;
	color:#333333;
}

/**************************************************************/
.narrowcolumn .post{
	margin-left:10px;
}
.narrowcolumn .postmetadata a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.narrowcolumn .post h3 a:link{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:5px;
}
.suggestion{
cursor:pointer;
}

#divNom,#divpNom,#div_ville,#divcode,#divste,#divfonc,#divsect{
position:absolute;
margin-left:283px;
}
#divNom{
margin-top:32px;
}
#divpNom{
margin-top:64px;
}
#divste{
margin-top:96px;
}
#div_ville{
margin-top:128px;
}
#divcode{
margin-top:160px;
}
#divfonc{
margin-top:192px;
}
#divsect{
margin-top:224px;
}

.suggestion:hover{
color:red;
}
#content {
	margin:0px;
	margin-top:-70px;
	width:100%;
	font-size: 1.2em;
}
.widecolumn .entry p {
	font-size:12px;
}
.entry p{
	margin-top:10px;
	font-size:12px;
}
.entry h3{

}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widec olumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#footer {
	background-color:#FFF;
	border: none;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #666;
}
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;
}
.entry p a:visited {
	color: #b85b5a;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em  Verdana, Arial, Helvetica, sans-serif;
}
.commentlist li {
	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:Verdana, Arial, Helvetica, sans-serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a {
	color:#666666;

}
a:hover {
	color: #999999;
	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 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Nouvelle charte */
clear{clear:both;}

.fond_membre{
 width:327px; 
 height:180px; 
   background-color:#FFFFFF;
   padding-top:10px;}
	.fond_membre .txt{float:left; margin-left:10px; }
	
	.head_petit_bloc{background-color:#fff; background-image:url('images/head_petit_bloc.jpg'); width:327px; height:7px; background-repeat:no-repeat;}
	.foot_petit_bloc{background-color:#fff; background-image:url('images/foot_petit_bloc.jpg'); width:327px; height:7px; background-repeat:no-repeat;}
	.corp_petit_bloc{background-color:#fff; width:327px;}
	.corp_petit_bloc .txt{float:left; margin:5px; text-align:justify;}
	.corp_petit_bloc h3{float:left; margin-left:10px; margin-top:10px;}
	
	.head_grand_bloc{background-color:#fff; background-image:url('images/head_grand_bloc.jpg'); width:486px; height:5px; background-repeat:no-repeat;}
	.foot_grand_bloc{background-color:#fff; background-image:url('images/foot_grand_bloc.jpg'); width:486px; height:5px; background-repeat:no-repeat;}
	.corp_grand_bloc{background-color:#fff;}
	.corp_grand_bloc .txt{float:left; margin:0px; text-align:justify;}
	.corp_grand_bloc h3{margin-top:10px;}
	
	
	.corp_grand_bloc_cb{background-image:url("images/fond_cyber_elle.jpg"); background-color:#fff; width:486px; height:143px; padding:10px;background-repeat:no-repeat; background-position:bottom left;}
	.corp_grand_bloc_cb .txt{float:left; margin:10px; text-align:justify;}
	.corp_grand_bloc_cb h3{float:left; margin-left:10px; margin-top:10px;}

.grand_titre{background-color:#fff; background-image:url("images/fond_titre_grand.jpg");width:342px; height:27px; background-repeat:no-repeat;}
.text_titre_g{float:left; margin-left:50px; font-size:16px; font-weight:bold; color:#FFCC00;}

	.fond_cyber{background-image:url('images/fond_cyber_elle.jpg'); width:450px; height:161px; background-repeat:no-repeat;}
		.fond_cyber h3{float:left; margin-left:20px; margin-top:10px;}
		.fond_cyber .txt{float:left; margin-left:20px; margin-right:20px; margin-top:10px; height:70px; text-align:justify;}
		.fond_cyber .lire_suite{float:right; background-image:url('images/b_lire_suite.jpg'); width:102px; height:26px; margin-right:10px; margin-top:10px;}
	
.lire_suite{float:right; background-image:url('images/b_lire_suite.jpg'); width:102px; height:26px; margin-right:5px;margin-top:10px;cursor:pointer}

	.menu_horizontal{float:left; width:100%; background-image:url('images/fond_menu.jpg'); height:37px; margin:0;}
		.menu_horizontal .centre{margin:0 auto; width:860px;}
		.menu_horizontal .lien{float:left; margin-top:3px;}
		.menu_horizontal a{float:left; text-decoration:none; height:25px; padding-top:5px;}
		.menu_horizontal a:hover{}
		.menu_horizontal .txt{color:#fff; font-size:14px; font-weight:bold; cursor:pointer;}

	.c_qui_sont{float:left; background-image:url("images/b_c_qui_sont_elle.jpg");padding-left:10px; padding-right:10px;}
	.c_blog{float:left; background-image:url('images/b_c_blog.jpg'); padding-left:10px; padding-right:10px;}	
	.c_on_parle{float:left; background-image:url('images/b_c_on_parle.jpg'); padding-left:10px; padding-right:10px;}	
	.c_membre{float:left; background-image:url('images/b_c_membre.jpg'); padding-left:10px; padding-right:10px;}
	.c_contact{float:left; background-image:url('images/b_c_contact.jpg'); padding-left:10px; padding-right:10px;}	

	.h_qui_sont{float:left; background-image:url('images/b_h_qui_sont_elle.jpg'); width:3px; height:30px;}
	.h_blog{float:left; background-image:url('images/b_h_blog.jpg'); width:3px; height:30px;}	
	.h_on_parle{float:left; background-image:url('images/b_h_on_parle.jpg'); width:3px; height:30px;}	
	.h_membre{float:left; background-image:url('images/b_h_membre.jpg'); width:3px; height:30px;}
	.h_contact{float:left; background-image:url('images/b_h_contact.jpg'); width:3px; height:30px;}	
	
	.f_qui_sont{float:left; background-image:url('images/b_f_qui_sont_elle.jpg'); width:4px; height:30px;}
	.f_blog{float:left; background-image:url('images/b_f_blog.jpg'); width:4px; height:30px;}	
	.f_on_parle{float:left; background-image:url('images/b_f_on_parle.jpg'); width:2px; height:30px;}	
	.f_membre{float:left; background-image:url('images/b_f_membre.jpg'); width:3px; height:30px;}
	.f_contact{float:left; background-image:url('images/b_f_contact.jpg'); width:3px; height:30px;}	
	
.bt_lire{float:left; background-image:url('images/bt_lire_c.jpg'); height:22px;}
	.bt_lire a{text-decoration:none; cursor:pointer;}
.bt_lire_h{background-image:url('images/bt_lire_h.jpg'); padding-left:5px; padding-right:5px; height:22px; background-repeat:no-repeat;}
	.bt_lire_h .txt{font-size:11px; font-weight:bold; color:#666666; margin-left:16px; margin-top:2px;}	
	.bt_lire_h .fleche{background-image:url('images/fleche.jpg'); width:11px; height:8px;}
.bt_lire_f{background-image:url('images/bt_lire_f.jpg'); width:3px; height:22px;}

	.head_membre_mois{background-image:url('images/head_cyber_mois.jpg'); width:327px; height:7px;}	
.bt_etape{
margin-left:50px;
cursor:pointer;
float:left;
color:#D1465B;
font-weight:bold;
width:100px;height:21px;
text-align:center;
background-image:url('images/bt_etape.jpg'); 
background-repeat:no-repeat;
}
#nav-inscr{
margin-top:20px;
margin-bottom:20px;
background:url(images/fond_nav_inscr.jpg);background-repeat:repeat-x;background-position:middle;width:100%;float:left
}
.titre_inscr{
color:#D1465B;
font-weight:bold;
font-size:16px;
margin-left:15px;
}
#step3{
height:290px;
}
#menu_membre_nav{
width:700px;
margin-top:5px;
margin-left:50px;
}
#panel_membre{
background-color:white;
width:852px;
margin-top:10px;
color:#D1465B
}
#panel_membre a{
cursor:pointer;
}

ul.pasdemarge {
margin-left:0px;
padding-left:0px;
}
ul.pasdemarge li {
margin-left:0px;
padding-left:0px;
}
.pasdemarge li a{
font-size:11px;
}
	